rpsStartDataPump

rpsStartDataPump(userName: String;
                 password: String): Process updating;

The rpsStartDataPump method of the JadeDatabaseAdmin class enables you to programmatically start the RPS Datapump application to resume tracking on an RPS node.

The value of the userName and password parameters can be null. If the values are not null, they are used to connect to the RDBMS.

This method returns the process for the RPS Datapump application if the application initializes successfully. If the application starts but does not initialize successfully, the reason for the failure is written to the jommsg.log file. An exception is raised if the database is not an RPS database or if the Datapump application is already running.

The Datapump application is configured using the RPS Manager utility Configure RPS Node dialog on the RPS node and the configuration information is stored in the [JadeRps] section of the JADE initialization file.