Exporting the Key from P6 EPPM

To export the encryption key from the P6 EPPM keystore:

  1. Open a command prompt or terminal.
  2. Change current directory to the location of the keystore for your P6 EPPM environment.
  3. Use the P6 Keystore Installer with the -exportkeys command to export the key to a p6.key file

    For example:

    • If you are browsing to the database directory where a keystore is present:

      On Windows, type installp6keystore.bat -exportkeys

      On Linux, type ./installp6keystore.sh -exportkeys

    • If you are browsing to a component home directory where a keystore is present but using the database installp6keystore:

      On Windows, type $path_to_database/installp6keystore.bat -exportkeys

      On Linux, type sh $path_to_database/installp6keystore.sh -exportkeys

    • If you are browsing to a component home directory where a keystore is present but calling the class file directly:

      On Windows, type "%JAVA_HOME%/bin/java" -classpath "lib/prm-common.jar" com.primavera.common.KeyStoreInstaller -exportkeys

      On Linux, type "$JAVA_HOME/bin/java" -classpath "lib/prm-common.jar" com.primavera.common.KeyStoreInstaller -exportkeys

Related Topics

Configuring P6 Professional to Use an External Keystore

Configuring a P6 Professional Alias to Use an Encryption Key



Last Published Tuesday, November 28, 2023