The tables in this section describe the command line parameters and configuration file keys that can be used in the Batch Client.
Table 18. Action Script
Key | Parameter | Description | Required |
|---|---|---|---|
InFile | /infile= | Specifies the path and file name for the input file. It is recommended that you put the value in double quotes. | Y |
Delimiter | /delim= | Specifies the delimiter. Specify one of the following values:
where #nnn represents any valid 3-digit ASCII character value (0–255). The default is Tab. | N |
ColumnOrder | /cols= | Specifies the column order. If supplied, must contain all column identifiers. The default is A12345. | N |
StripQuotedStrings | /stripq= | Specifies whether to remove quoted strings. Specify one of the following values:
The default is True. | N |
PropertyRefByLabel | /propertyrefbylabel | To look up property references by label (instead of name), specify one of the following values:
Default is True. | N |
| Encoding | /encoding | Character encoding of input file as either an encoding name or encoding code page number. This parameter is optional. The default is UTF8. | N |
Table 19. Backup Version To File
Key | Parameter | Description | Required |
|---|---|---|---|
VersionAbbrev | /vabbrev= | Specifies the names of versions to backup; delimited by /delim if there are multiple versions. | Y |
Connection | /conn= | Specifies the name of the external connection. | Y |
Filename | /filename= | Specifies the name of the backup file to create using the external connection (/conn). | Y |
Delimiter | /delim= | Printable delimiter character. Uses a single character such as colon (:), comma (,), dash (-), and so on. | N, unless vabbrev is a list of versions |
Key | Required | ||
|---|---|---|---|
BlendName | Y | ||
SourceVersionAbbrev | Y | ||
TargetVersionAbbrev | Y | ||
NewVersionAbbrev | N | ||
NewVersionDescription | Specifies a description for the new version. You must enclose the value in double quotes. | N | |
AutoSave | Specifies whether to save the blended version or leave it detached. Specify one of the following values: The default is False. For information on saving versions, see Saving Versions in the Batch Client. | N | |
BlendLogFileName | /blendlog= | Specifies the name of the blend log file (not the same as the Batch Client log file). The default value is stored in the blend profile. | Y |
RunTimeParameters | N/A | Specifies a comma-delimited list of runtime parameters. An example of the format is: RuntimeParameters=City=Dallas,State=Texas,ZipCode=75234. If the value contains a delimiter such as a comma, special characters, or double quotes then enclose the value in double quotes. Note: [CR/LF], [CR], [LF] are not allowed as part of the value. | N |
Key | Parameter | Description | Required |
|---|---|---|---|
VersionAbbrev | /vabbrev= | Specifies the name for the version to delete. | Y |
Key | Required | ||
|---|---|---|---|
InFile | For imports configured to import from a client file, this parameter specifies the path and file name for the input file. It is recommended that you put the value in double quotes. Caution! Do not use this parameter for imports configured to use an input file from an external server connection, otherwise an error occurs. | Y, if importing from a client file | |
ImportAbbrev | Y | ||
ImportLogFileName | Specifies the path and file name of the import log file (not the same as the Batch Client log file.) The default file name is DRM_Batch_ClientMMDDYYYY.log, where MM = month, DD = day, YYYY = year. | Y | |
VersionAbbrev | Specifies the version name to be created by import. The default value is stored in the import profile. | N | |
VersionDescription | Specifies the description of the version to be created by import. The default value is stored in the import profile. | N | |
AutoSave | Specifies whether to save the imported version or leave it detached. Specify one of the following values:
The default is False. For information on saving versions, see Saving Versions in the Batch Client. | N | |
RunTimeParameters | N/A | Specifies a comma-delimited list of runtime parameters. An example of the format is: RuntimeParameters=City=Dallas,State=Texas,ZipCode=75234. If the value contains a delimiter such as a comma, special characters, or double quotes then enclose the value in double quotes. Note: [CR/LF], [CR], [LF] are not allowed as part of the value. | N |
Table 25. Multiple
Key | Parameter | Description | Required |
|---|---|---|---|
OperationCount | N/A | Specifies the number of operation sections in the file. Specify an integer greater than 0. | Y |
OperationN | N/A | Specifies the label for an operation section where N is a number between 1 and the OperationCount value. | Y |
Table 28. Request
Key | Parameter | Description | Required |
|---|---|---|---|
WorkflowModel | /WorkflowModel= | Specifies the name of a workflow model | Y |
RequestTitle | /RequestTitle= | Specifies a request title | Y |
Version | /vabbrev= | Specifies the name of a version | Y, if no version variable is specified on the workflow model |
WorkflowTask | /WorkflowTask= | Specifies the name of a workflow task. Must be a task assigned to the Submit stage of the request. | Y |
Hierarchy | /hier= | Specifies the name of a hierarchy. | Y, if not defaulted using hierarchy group |
Connection | /conn= | Specifies the name of the external connection. Must refer to a server file connection accessible via the batch client user’s object access groups. | N |
FileName | /filename= | Specifies the name of the file to locate using the external connection. If Server File Connection Name is specified, then this parameter refers to a file available to the server connection | Y if Connection is specified |
InFile | /infile= | Specifies the path and file name for the input file. It is recommended that you put the value in double quotes. | Y, if Connection is not specified |
Delimiter | /delim= | Printable delimiter character. Uses a single character such as colon (:), comma (,), dash (-), and so on. | N |
StripQuotedStrings | /StripQuotedStrings= | Specifies whether to remove quoted strings from data values found in the file. Specify one of the following values:
The default is True. | N |
AllowBlankOverrides | /AllowBlankOverrides= | Specifies whether to allow blank overrides. Specify one of the following values:
| N |
BlankValueIndicator | /BlankValueIndicator= | Specify text value to indicate to indicate blank values in the file. | N |
DeleteOnSubmitFailure | /DeleteOnSubmitFailure= | Specifies whether to delete the request if the submit is not successful. Specify one of the following values:
Default value is False. | N |
| Encoding | /encoding | Character encoding of input file as either an encoding name or encoding code page number. This parameter is optional. The default is UTF8. | N |
Table 29. Restore Version From File
Key | Parameter | Description | Required |
|---|---|---|---|
Connection | /conn= | Specifies the name of the external connection. | Y |
Filename | /filename= | Specifies the name of the file to locate using the external connection (/conn). | Y |
SourceVersionAbbrev | /sver= | Specifies the names of versions in the source file to restore; delimited by /delim if there are multiple versions. | Y |
TargetVersionAbbrev | /tver= | Specifies the names of new versions, correlating to the /sver parameter; delimited by /delim if there are multiple versions. | Y |
Delimiter | /delim= | Printable delimiter character. Uses a single character such as colon (:), comma (,), dash (-), and so on. | N, unless sver or tver are specified as list of versions |
AutoSave | /save= | Save versions after restoring:
| N |