extractDataUsingIniFileOptions

extractDataUsingIniFileOptions(tableName: String): Process;

The extractDataUsingIniFileOptions method of the RelationalView class starts the RPS Datapump application on the server node to extract data for the table specified by the tableName parameter or for all tables if the value of the tableName parameter is an empty string.

This method does not apply to ODBC relational views.

You can execute this method on an SDS secondary or an RPS node, but not on the primary node. Running an RPS extract on an SDS node causes tracking to be stopped during the extract.

The method uses applicable settings from parameters in the [JadeRps] section of the JADE initialization file.

This method returns the process of the application that extracts the table data. You can register to receive notifications for events occurring for the process that carries out the data extraction in the following table.

Process Class Constant Value
RPS_EXTRACT_FAILED_EVENT 202
RPS_EXTRACT_FINISHED_EVENT 203