Skip to main content

Enable GraphDB

To enable the GraphDB in PoolParty:

  1. Copy the license file to <PPAppDir>/config/licenses folder.

  2. Rename the file name. The file name should not have more than 6 characters, for example, egdb.license. Otherwise, you might run into problems.

  3. In <PPAppDir>/config/poolparty.properties file ensure that the graphdb.license.file=<PPAppDir>/config/licenses/egdb.license has the same name of the egdb.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.