Table of Contents

Search

  1. Preface
  2. Command Line Programs and Utilities
  3. Installing and Configuring Command Line Utilities
  4. Using the Command Line Programs
  5. Environment Variables for Command Line Programs
  6. Using infacmd
  7. infacmd as Command Reference
  8. infacmd aud Command Reference
  9. infacmd autotune Command Reference
  10. Infacmd bg Command Reference
  11. infacmd ccps Command Reference
  12. infacmd cluster Command Reference
  13. infacmd cms Command Reference
  14. infacmd dis Command Reference
  15. infacmd dp Command Reference
  16. infacmd idp Command Reference
  17. infacmd edp Command Reference
  18. Infacmd es Command Reference
  19. infacmd ihs Command Reference
  20. infacmd ipc Command Reference
  21. infacmd isp Command Reference
  22. infacmd ldm Command Reference
  23. infacmd mas Command Reference
  24. infacmd mi Command Reference
  25. infacmd mrs Command Reference
  26. infacmd ms Command Reference
  27. infacmd oie Command Reference
  28. infacmd ps Command Reference
  29. infacmd pwx Command Reference
  30. infacmd roh Command Reference
  31. infacmd rms Command Reference
  32. infacmd rtm Command Reference
  33. infacmd sch Command Reference
  34. infacmd search Command Reference
  35. infacmd sql Command Reference
  36. infacmd tdm Command Reference
  37. infacmd tools Command Reference
  38. infacmd wfs Command Reference
  39. infacmd ws Command Reference
  40. infacmd xrf Command Reference
  41. infacmd Control Files
  42. infasetup Command Reference
  43. pmcmd Command Reference
  44. pmrep Command Reference
  45. Working with pmrep Files

Command Reference

Command Reference

Web Service Options

Web Service Options

Use a specific syntax to enter web service options.
Enter web service options in the following format:
... -o option_type.option_name=value
To enter multiple options, separate them with a space. To enter a value that contains a space or other non-alphanumeric character, enclose the value in quotation marks.
The following table describes web service options:
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:
  • OFF
  • SEVERE
  • WARNING
  • INFO
  • FINE
  • FINEST
  • ALL
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:
  • 0. The Data Integration Service does not apply optimization.
  • 1. The Data Integration Service applies the early projection optimization method.
  • 2. The Data Integration Service applies the early projection, early selection, push-into, and predicate optimization methods.
  • 3. The Data Integration Service applies the cost-based, early projection, early selection, push-into, predicate, and semi-join optimization methods.
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.

0 COMMENTS

We’d like to hear from you!