The JobParameters object encapsulates all customizable parameters that can override the settings specified in the Management Console.
Members
Name |
Description |
The server name or IP address used to perform the job. |
|
The server port used by Data Aggregation Server to listen for requests. |
|
The user name used to authenticate this request. |
|
The password used to authenticate this request. |
|
Retry the request when an error has occurred. |
|
Specifies the amount of time after which a request will time-out. |
|
This string identifies the stream of input bytes and is logged into the server log files. |
|
This string identifies the stream of output bytes and is logged into the server log files. |
|
This flag tells the server to send log informations or progress feedback. |
|
The Data Aggregation document diagram. |
The server name or IP address used to perform the conversion. Data Aggregation Server must be installed and listening on the port specified by the ServerPort parameter. The default value is "127.0.0.1", that is, the local computer.
String serverAddress
The server port used by the Data Aggregation Server to listen for requests. The default value is 50000.
int serverPort
The user name used to authenticate this request. This should be left blank if you want to run under the Guest account.
String userName
The password used to authenticate this request. This should be left blank if you want to run under the Guest account.
String password
Retry the request when an error has occurred. The default is false.
public bool retryFailedRequests
Specifies the amount of time after which a request will time-out. The time-out value is measured in seconds and must be greater than 0. The default value is 0, which indicates an infinite time-out period.
public int requestTimeout
This string identifies the stream of input bytes and is logged into the server log files. It is not used by the engine in any way during processing and does not affect the output. By default, it is set to the name of the current input file for troubleshooting purposes and we highly recommend that it be used this way.
public String inputBytesID
This string identifies the stream of output bytes and is logged into the server log files. It is not used by the engine in any way during processing and does not affect the output. By default, it is set to the name of the current output file for troubleshooting purposes and we highly recommend that it be used this way.
public String outputBytesID
This flag tells the server to send log informations or progress feedback. If it is 0, then no feedback will be sent from the server.
public int serverFeedback
The Data Aggregation document diagram. Can be an instance of either a ServerDiagram or LocalDiagram.
public DocumentDiagram* diagram