Export/import XML reference

The values you enter in the export/import XML file enable the export/import utility to connect with your Opportunity Detect design time database.

Table 1. Reference for export/import XML keys
XML key Value
RemoteControlURL The URL for your Opportunity Detect remote control service.

Example: http://RCS_SERVER:RCS_PORT/axis2/services/RemoteControl

ConnectionDriverName The class name of the database driver used with your Opportunity Detect design time installation.

Examples:

  • DB2:

    com.ibm.db2.jcc.DB2Driver

  • Oracle:

    oracle.jdbc.OracleDriver

ConnectionURL The URL of the driver used with your Opportunity Detect design time installation.

Examples:

  • DB2:

    jdbc:db2://HOST:PORT/Detect91:retrieveMessagesFromServerOnGetMessage=true;

  • Oracle:

    jdbc:oracle:thin:@//HOST:PORT/DATABASE_NAME

ConnectionUserName The user name of an account in the Opportunity Detect design time database.
ConnectionPassword The password of the account used for the ConnectionUserName.
ConnectionPasswordEncrypted A flag that indicates whether the password value used for ConnectionPassword has been encrypted.

If you use an encoded password, set this value to True.

Schema The name of the Opportunity Detect design time schema.