Parameters
The parameter element of the entry services profile is used to override the defaults of a specific entry allocation process. All Transaction Server entry allocation processes come with a set of default values to use when performing entry allocation. Refer to Table 1 for a list of entry allocation defaults. A parameterSet element with the parameters element is used to override the default value for a particular entry allocation process. A parameterSet element can hold one or more parameter elements for overriding a default value and must be given a unique name.
One or more parameterSet elements can be configured within the parameters element for use with different entry allocation processes.
All parameter elements require a name attribute for identifying the parameter to
override.
<extraction>
<parameters>
<parameterSet name="sample set of parameters">
<parameter name="entryNumberApplication">ETIN</parameter>
</parameterSet>
<parameterSet name="another set of parameters">
<parameter name="entryNumberApplication">APP2</parameter>
</parameterSet>
</parameters>
<profile>
.
.
.
</profile>
</extraction>Table 1 shows the list of entry services
parameters with their defaults.
| Name | Values/ Example | Default | Description |
|---|---|---|---|
| entryNumberApplication | X937 | None | The Transaction Server entry services application ID specified in this
parameter is used to provide the entry number for entry allocation Note: When using this parameter to enable
entry number generation, make sure that the four character application ID specified for the entry number
service is also configured in the entry number applications parameter of the entry allocation task. For more
information about this parameter, see Entry Allocation Configuration Parameters.
|