This documentation supports the 21.05 version of Action Request System.
To view an earlier version, select the version from the Product version menu.

Troubleshooting workflows by activating workflow logging in a browser

To turn workflow logging on and off in a browser, in the Preference Server field on the General Settings page of  Mid Tier Configuration Tool, you must specify a server. This server hosts the  AR System User Preference records.

Two logging types are available:

  • Active link
  • Mid Tier  response time

To activate workflow logging for a browser

  1. Search for the user's entry in the AR System  User Preference form.
    For information about the AR System  User Preference form, see AR System User Preference form.
  2. Click the Logging tab.
  3. In the Client section, select Yes next to types of logging you want to perform:
    • Active Links
    • Timings (Web), which logs the mid tier response time
  4. Click Save.
    The browser client active link log appears in a separate browser window, so you do not need to define the log file path. After the preferences are changed, log out of any active mid tier session and log on again to obtain the new preference setting.

Log information for Mid Tier  response time

The following information is generated with active link logging when you select the Yes option for the Timings (Web) logging type:

  • Time when a request was sent from the browser to the Mid Tier .
  • Time when  Mid Tier  received a request.
  • Time when an API request was sent from Mid Tier .
  • Time when the Mid Tier  received an API response.
  • Time when a response was sent from Mid Tier  to browser.
  • Time when the browser received a response.

The timestamp displays local system time.

The log file uses the following tags to display the Mid Tier  response time:

  • HTTP – Logs time of request or response between client (browser) and  Mid Tier .
    If you also enable the  AR System server logging option in the Mid Tier  Configuration Tool, you can compare the timings (web) log with the server log. 
  • MTT – Logs time of request or response received or sent by  Mid Tier .
  • CLAT – Logs time of request or response between Mid Tier  and AR System server .

For information about configuring Mid Tier , see Configuring the mid tier.

The following example shows a table refresh performed by a change field action.

ActiveLink: Refresh Table
True actions:
action 0
ARACTTableRefresh(536870917)
<HTTP> /* Tuesday, August 19, 2019 10:47:46 AM.791 */+HTTP call
<MTT > /* Tue Aug 19 2019 10:47:46.806 */+MidTier GetTableEntryList
<CLAT> /* Tue Aug 19 2019 10:47:46.806 */+API call, Procedure #73
ARGetListEntryWithFields -- schema a from Mid-tier (protocol 14)
at IP address 172.23.54.86
<CLAT> /* Tue Aug 19 2019 10:47:46.806 */-API call, Procedure #73
<MTT > /* Tue Aug 19 2019 10:47:46.806 */-MidTier
<HTTP> /* Tuesday, August 19, 2019 10:47:46 AM.822 */-HTTP call

Related topic

Log information for active links

Was this page helpful? Yes No Submitting... Thank you

Comments