Class ecrion.DAS.JobParameters

Top Previous Topic Next Topic  Print this topic

The JobParameters object encapsulates all customizable parameters that can override the settings specified in the Management Console.

 

Members

 

Name

Description

ServerAddress

The server name or IP address used to perform the job.

ServerPort

The server port used by Data Aggregation Server to listen for requests.

UserName

The user name used to authenticate this request.

Password

The password used to authenticate this request.

RetryFailedRequests

Retry the request when an error has occurred.

RequestTimeout

Specifies the amount of time after which a request will time-out.

InputBytesID

This string identifies the stream of input bytes and is logged into the server log files.

OutputBytesID

This string identifies the stream of output bytes and is logged into the server log files.

Diagram

The Data Aggregation document diagram.

 

ServerAddress

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.

 

 

public String Server

 

 

ServerPort

The server port used by the Data Aggregation Server to listen for requests. The default value is 50000.

 

 

public int ServerPort

 

 

UserName

The user name used to authenticate this request. This should be left blank if you want to run under the Guest account.

 

 

public String UserName

 

 

Password

The password used to authenticate this request. This should be left blank if you want to run under the Guest account.

 

 

public String Password

 

 

RetryFailedRequests

Retry the request when an error has occurred. The default is false.

 

 

public boolean RetryFailedRequests

 

 

 

RequestTimeout

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

 

 

InputBytesID

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

 

 

OutputBytesID

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

 

 

Diagram

The Data Aggregation document diagram. Can be an instance of either a ServerDiagram or LocalDiagram.

 

 

public Diagram diagram