XAC: How to create a Monitor Dump
Follow these steps in order to generate a XYGATEAC monitor dump: - In the ACCONF File, remove the comment from the following line !MONITOR $S.#XAC.MONITOR
- In the ACACL File, add the word MONITOR to the line directly following the command entry that is being used.
Example:
COMMAND YOUR-XAC-COMMAND
MONITOR
- Reproduce the reported issue.
- Back out changes made in step 1 by commenting out the monitor keyword in the ACCONF file.
- Back out changes made in step 2 by commenting out the monitor line in the command entry in the ACACL file.
Example:
COMMAND YOUR-XAC-COMMAND
!MONITOR
- Send the spooler output to XYPRO support for review
If this article did not provide a solution, please open a case with our support team by sending an email message to support@xypro.com.
Related Articles
XOA: How to create a Monitor Dump
Add this KEYWORD to your XYGATEOA command or modify your XYGATEAC command to add the Monitor settings to the XYGATEOA commands: (The ?m: is the file name to send the monitor data to. The ?t: is what data you want to send to the monitor dump.) TACL> ...
XHE: How to create a Monitor Dump.
To create a XYGATEHE monitor dump: In the HECONF file, remove the comment from the following line: !MONITOR $S.#XHE.MONITOR Execute the XHE_COMPILE macro by typing the following: RUN XHE_COMPILE Reproduce the reported issue. Back out changes made in ...
XUA: How to do an XUA monitor
1. Uncomment the MONITOR keyword in the UACONF file by editing the file and removing the ?!? from the first position in the line. The modified line should look as follows: MONITOR $S.#XUA.MONITOR Note: If your spooler does not have a collector called ...
XAC: Resizing XYGATEAC Logs
To resize using the new EXT, stopping all XAC sessions and restarting them is an essential step because if the audit file is still opened by a previous session, then the old audit parameters are stored in memory until the existing sessions are ...
XAC: How to add SAFEGUARD_PRIVLOGON for an XAC command.
If the USER_SWITCH is present in both ACCONF and ACACL files, then the value in XAC COMMAND entry in ACACL file will overrule the ACCONF. Add USER_SWITCH SAFEGUARD_PRIVLOGON to the XAC command. In order to use the SAFEGUARD_PRIVLOGON option, create a ...