Value for Accounting token

Use this property to specify the accounting token in source messages (for output links) or target messages (for input links and request links).

There is no default value. If this value is blank for an input link, the default value for the target message is used. If this value is blank for an output link, this property is not used for filtering messages.

Valid values are up to 32 characters (or 64 characters if pairs of hexadecimal digits are used and you have set Hex to Yes).

You can use different ways to specify this value for input links and output links:

  • Specify the value at the job level. You type the value in this property, which sets the value at design time for all messages in this job. If, for some reason, you also specify the data element as a column in the schema (see below), the data element takes precedence over the property.
  • For input links, you can specify the value at the message level. Instead of this property, you specify a column in the schema for this value by selecting the corresponding value (see below) as the Data element value on the Columns tab. The value that is stored in each incoming message is then used during runtime processing when it is put on the queue. The value in the input link schema overrides the design-time value of this property at runtime.

    For output links, you can view only the value in the Data element column that was retrieved when the message was read from the queue. Generally speaking, you use the data element on an output link when you plan to use this value later on in your job processing.

The data element for this property is WSMQ.ACCOUNTINGTOKEN.

For output links only, you can use an asterisk (*) as a wildcard character to represent contiguous characters if you set Use wildcard to Yes.

You can use only one wildcard character per property value. If you use more than one wildcard character, only the first usage is interpreted as a wildcard. All subsequent usages are interpreted as actual values, not as wildcard values.