When you define an Integration Process (IP) type in the Console, you can specify DTS Parameters to use when the IP runs. On the Process Type tab, the DTS Parameters text box enables you to enter up to 4000 characters.
Parameter | Description | ||
---|---|---|---|
/C |
Passes command line connection information to all chained jobs. |
||
/R |
Runs the job. |
||
/RS |
Runs the job in silent mode. Any messages that might pause processing are suppressed. |
||
Specifies the source database name, <dbname>. When creating an IP, /SD=%Filename is only valid if the source is a dynamic XML file. From the command line, /SD can be used with any source data. |
|||
/SL=<library code> |
Specifies the source access library, <library code>. Possible values:
|
||
/SN=<Y/N> |
Specifies the Source connection may include Unicode data. Possible values:
If /SN is set to Y, T, or 1, verify:
|
||
/SO=<other info> |
Specifies other source connection parameters, <other info>. |
||
/SP=<password> |
Specifies the source password, <password>. |
||
/SS=<servername> |
Specifies <servername> is the source server name or data source name. |
||
/SU=<username> |
Specifies <username> is the source user name. |
||
Specifies <dbname> is the target database name.
Queue IP Examples: /TD=%MessageLabel /TD=%ScribeLabel |
|||
/TL=<library code> |
Specifies <library code> is the target access library:
|
||
/TN=<Y/N> |
Indicates if the target connection may include Unicode or not: Y or N .
|
||
/TO=<other info> |
Specifies <other info> can be other target connection parameters. |
||
/TP=<password> |
Specifies <password> as the target password. |
||
/TS=<servername> |
Specifies <servername> is the target server name or data source name.
|
||
/TU=<username> | Specifies <username> as the target user name. | ||
Specifies "myvar" is the name of the prompted variable and <my value> is the value for the variable. Notes:
|
See also
Step 1 — Creating A New Integration Process
Creating Integration Processes
Query Integration process Settings
Queue Integration Process Settings
Time Integration Process Settings