Get License Info

I’m trying to get the license info using this URL:
http://MyIP:9000/showlicenseinfo

and am getting this error: “Can not open license info file in the path”

and this is the endpoint:
/home/tigerghraph/data/tigergraph/.license/lic_endpoint

I get this using my code as well as pyTigerGraph. Any ideas what to do?

Thank you.

The license key file referred to in the error message is only available (i.e. can be found at the given location) in case of enterprise license. In case of trial license (which is handled differently, via a license key string), this file cannot be located. So, it’s not really an error message, more an information, but perhaps it could be reworded to make it clear that the given version of TigerGraph is not an enterprise license deployment.

In pyTigerGraph the message returned in this case is “This instance does not have a valid enterprise license. Is this a trial version?”

1 Like