Loading the database with system information in a stand-alone environment

The bootstrapProcessServerData command must be completed successfully before you try to start or use Process Server or Process Center.

Procedure

  1. If you deferred DB table creation or you work with a SQL Server database that uses Windows authentication (sqlServerWinAuth=true), manually run the bootstrapProcessServerData command after the database tables are created.
    Note: If you created the stand-alone environment by using any method except setting the bpm.de.deferSchemaCreation parameter to true for the BPMConfig command, the bootstrapProcessServerData command is run automatically once.
    • For Linux and UNIX, run profile_root/bin/bootstrapProcessServerData.sh [-nodeName node_name -serverName server_name]

      The parameters are optional as the stand-alone profile only contains one server and it is used by default.

    • For Windows, run profile_root/bin/bootstrapProcessServerData.bat [-nodeName node_name -serverName server_name]

      The parameters are optional as the stand-alone profile only contains one server and it is used by default.

    Note: For Windows, ensure that the command prompt is opened using Run as an Administrator.
  2. Check the bootstrapProcessServerData log for errors. If there are issues, correct them and rerun the bootstrapProcessServerData command until it is successful. The log file is located at profile_root/logs/bootstrapProcesServerData.serverName.log.

Results

You have successfully loaded the database with system information for your stand-alone environment.