Page History
...
Settings | Default | Explanation | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
agentConfig.forced.controllerId | Forces use of the given ControllerId for all generated agents. | ||||||||||||||||
agentConfig.default.controllerId | Specifies the ControllerId to be used for generated agents if no ControllerId is provided in the agentConfig (forced.agent, default.agent, mappings) for a specific agent. | ||||||||||||||||
agentConfig.forced.agent | Forces use of the given Agent for all converted jobs. Agent definition:
| ||||||||||||||||
agentConfig.default.agent |
| This agent is used when an AutoSys® job does not provide machine information. The syntax for assignments: see | |||||||||||||||
agentConfig.mappings | By default the Converter handles the mapping of Agent Names found in AutoSys® job machine attribute: The syntax for mapping includes:
Example:
or
Any number of mappings are specified separated by a semicolon. This setting can be split across a number of lines by use the "\" line continuation character at the end of each line that should be continued. Configuration of mappings in a file:
|
Section: Mock
Setting | Default | Explanation | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
mockConfig.forced.jitl.mockLevel | Mock levels are used for dry runs of the conversion for JS7 - Job Templates (JITL JVM Jobs). If a mock level is specified then JVM Jobs will not be executed but will log and will optionally check arguments only. The following values can be specified for this setting:
Without this setting being specified the JITL JVM Jobs will be executed from the converted jobs. | ||||||||||||
mockConfig.forced.shell.unixScript | Mock scripts are used for dry runs of the conversion. The job scripts of converted Shell Jobs are replaced by the call to a mock script for Unix platforms. Consider that mock scripts have to be provided by the user and have to be available for Agents at run-time. This setting specifies the path to a mock script for Unix, for example, A mock script for Unix can look like this:
If no mock script is specified then the original AutoSys® job script is used for the converted JS7 job. | ||||||||||||
mockConfig.forced.shell.windowsScript | Mock scripts are used for dry runs of the conversion. The job scripts of converted Shell Jobs are replaced by the call to a mock script for Windows platforms. Consider that mock scripts have to be provided by the user and have to be available for Agents at run-time. Specifies the path to a mock script for Windows, for example, A mock script for Windows can look like this:
If no mock script is specified then the original AutoSys® job script is used for the converted JS7 job. |
...