Status page variables

With predefined status page variables, a map can dynamically create the status page that the HTTP listener returns to the external HTTP client. When the map runs, the variables in the status page resolve to map execution details such as error code and map name.

Variable
Description
%TX_ADAPTER_STATUS_CODE%
The selected status code from the "-status_code" option
%TX_MAP_ERROR_CODE%
The map error code
%TX_MAP_ERROR_MSG%
The map error message
%TX_MAP_NAME%
the map name
%TX_MAP_INSTANCE%
The map instance number
%TX_MAP_SESSSION_ID%
The unique ID assigned by the HTTP listener to this instance of the triggered input card
%TX_TIMESTAMP%
The timestamp when the HTTP listener sends the response to the external HTTP client