RemoteControlCLI XML reference

The values you enter in the RemoteControlCLI.xml file enable the CLI to connect with your Opportunity Detect design time database.

Table 1. Reference for CLI XML keys
XML key Value
RemoteControlURL The URL for your Opportunity Detect design time installation.

Example: http://example.com:8080/axis2/services/RemoteControl

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

Example: com.ibm.db2.jcc.DB2Driver

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

Example: jdbc:db2://example.com:50000/Detect91:retrieveMessagesFromServerOnGetMessage=true;

ConnectionUserName The user name of an account in the Opportunity Detect design time database.

Example: example_user_name

ConnectionPassword The password of the same account used for the ConnectionUserName.

Example: example_password

ConnectionPasswordEncrypted A flag that indicates whether the password value used for ConnectionPassword has been encrypted using the encode script.

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

Schema The URL of the Opportunity Detect design time database.

Example: http://example.com:8080/axis2/services/RemoteControl