Common Content for Data Engineering
- Common Content for Data Engineering 10.5.3
- All Products
... -o option_type.option_name=value
Option
| Description
|
---|---|
WebServiceOptions.startupType
| Determines whether the web service is enabled to run when the application starts or when you start the web service. Enter enabled or disabled.
|
WebServiceOptions.traceLevel
| Level of error messages written to the run-time web service log. Enter one of the following message levels:
|
WebServiceOptions.requestTimeout
| Maximum number of milliseconds that the Data Integration Service runs an operation mapping before the web service request times out. Default is 3,600,000.
|
WebServiceOptions.maxConcurrentRequests
| Maximum number of requests that a web service can process at one time. Default is 10.
|
WebServiceOptions.sortOrder
| Sort order that the Data Integration Service uses to sort and compare data when running in Unicode mode. Default is binary.
|
WebServiceOptions.EnableTransportLayerSecurity
| Indicates that the web service must use HTTPS. If the Data Integration Service is not configured to use HTTPS, the web service will not start. Enter true or false.
|
WebServiceOptions.EnableWSSecurity
| Enables the Data Integration Service to validate the user credentials and verify that the user has permission to run each web service operation. Enter true or false.
|
WebServiceOptions.optimizeLevel
| The optimizer level that the Data Integration Service applies to the object. Enter the numeric value that is associated with the optimizer level that you want to configure. You can enter one of the following numeric values:
|
WebServiceOptions.DTMKeepAliveTime
| Number of milliseconds that the DTM instance stays open after it completes the last request. Web service requests that are issued against the same operation can reuse the open instance. Use the keep alive time to increase performance when the time required to process the request is small compared to the initialization time for the DTM instance. If the request fails, the DTM instance terminates.
Must be an integer. A negative integer value means that the DTM Keep Alive Time for the Data Integration Service is used. 0 means that the Data Integration Service does not keep the DTM instance in memory. Default is -1.
|