Enable GraphDB
To enable the GraphDB in PoolParty:
Copy the license file to
<PPAppDir>/config/licenses
folder.Rename the file name. The file name should not have more than 6 characters, for example,
egdb.license
. Otherwise, you might run into problems.In
<PPAppDir>/config/poolparty.properties
file ensure that thegraphdb.license.file=<PPAppDir>/config/licenses/egdb.license
has the same name of theegdb.license
file and the path, i.e. there is a new parameter "graphdb.license.file" and you have to provide the full path which points to it.
Go to The poolparty.properties File for more information.