Product Information > JADE Initialization File Reference > Chapter 1 - JADE Initialization File > LoadExecutionLocation

LoadExecutionLocation

String

ServerExecution

Purpose

The LoadExecutionLocation parameter specifies the location to be used for loading data that has been automatically extracted.

The values for the LoadExecutionLocation parameter are listed in the following table.

Value Description
<default> ServerExecution.
ServerExecution The RPS node uses BULK INSERT on the RDBMS server to load data into the RDB. The RPS node and the RDBMS server must have shared access to a disk directory.
ClientExecution The RPS node uses the bcp program to load the data into the RDB. This value is used if the RPS node is executing on a different machine to the RDBMS server and sharing disk is not desired.

Data loads are faster with the LoadExecutionLocation parameter set to the default value of ServerExecution.

Parameter is read when …

The Datapump application is started.

Applicable to database role or subrole…

RPS node only.