Creating an RPS Database from the Command Line

You can create an RPS database node from the command line shortcut by running a non‑GUI application by calling the RPSCreateDatabase application in the JadeMonitorSchema, as follows.

jadclient path=database-path
          ini=jade-initialization-file
          schema=JadeMonitorSchema
          app=RPSCreateDatabase
          startAppParameters
          create-RPS-database-arguments
          endAppParameters

For details about the jadclient non-GUI client application, see "Running a Non-GUI Client Application using jadclient", in Chapter 1 of the Runtime Application Guide.

The following RPS database arguments, or parameters, (specified in any order but with the following syntax) must be specified after the startAppParameters value.

backupDir=<backup_dir_name> 
rpsSchema=<rps_schema_name> 
rpsMapping=<rps_mapping_name> 
rpsStorageMode=<mapped|full> 
verifyFiles=true|false 
overwriteFiles=true|false 
quiesce=true|false 
workers=<number-of-workers> 

The parameters are the same as those in the JadeDatabaseAdmin class createRpsDatabaseMultithreaded method, which shares the same uses and functionality as the createRpsDatabase method (except for the workers parameter).

The following is an example of running the non‑GUI RPSCreateDatabase application from the command line.

jadclient.exe path=C:\Jade\system ini=C:\Jade\system\jade.ini server=multiUser app=RPSCreateDatabase schema=JadeMonitorSchema startAppParameters backupDir="C:\JadeRPS\system" rpsSchema=ExampleSchema rpsMapping=ExampleMapping rpsStorageMode=Full verifyFiles=false overwriteFiles=true workers=10

2025.0.01 and higher