LOTUS CONNECTORS
Syntax
The syntax for using CONTEST is as follows:
[n]contest [Options] <connection1> <connection2>...<connectionn>
[Options]
n denotes the optional parameter: -p. This parameter displays the connector properties.
... denotes actual connection names (use quotation marks if spaces exist in the connection names).
Typing [n]contest with no input parameters results in Help information being displayed.
Running CONTEST
Follow the steps below to run CONTEST.
1. Open a Command Prompt/DOS window or a UNIX shell.
2. Locate the CONTEST program specific to your operating system in the Domino program directory. The CONTEST program has the following names for each of the associated operating system platforms:
Examples
Example 1 (Windows platform):
C:\Lotus\Domino>ncontest "NotesDb on MyOracle"
Sample Output:
Testing NotesDb on MyOracle
NotesDb on MyOracle Connect Successful
Example 2 (UNIX platform):
C:lotus/domino>contest "Oracle on MyOracle" "Sybase 11 on MySQLServer"
Testing Oracle on MyOracle
Oracle on MyOracle Connect Successful
Testing Sybase 11 on MySQLServer
Sybase 11 on MySQLServer Connect Successful