XAC: Error 48 when executing an obey file in an XAC TACL session
Add the following keyword to the underlying TACL session (the XAC TACL session configured in the telnet service):
1. Edit the ACACL file
2. Add the keyword to the TACL command that is configured in the telnet service, e.g TACL-DYNAMIC-IP:
ALIAS_XYGATEAC_PROCESSES OFF
This keyword prevents an XYGATEAC process from extending the ALIAS to any process whose object program file is in the XYGATEAC-installed subvolume by setting the ALIAS_XYGATEAC_PROCESSES to OFF.
Syntax:
ALIAS_XYGATEAC_PROCESSES {ON|OFF}
ON The user input string will always be converted to the defined alias string.
OFF The user input string will only be converted to the defined alias string if the object of the XAC command is not in the XAC subvolume.
The default value is ON.
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
XAC: OBEY within a TACL macro does not work as expected in XAC TACL
An obey command executed from the TACL prompt will be captured and controlled if the ACACL entry has ALIAS entries for OBEY. An obey command within a TACL macro will not be captured or controlled. There are constructs in obey files that if obeyed ...
XAC: Eight character volume name causes Invalid OBEY file error.
Verification: TACL> VOLUME TACL> OBEY $LONGVOL.A234567.XX XAC - Invalid OBEY file. Workaround: After using the XAC VOLUME command use the TACL SYSTEM command without an argument to set the system name to a blank value. TACL> SYSTEM TACL> OBEY ...
XAC: OBEY doesn't work from a XYGATEAC (XAC) TACL
Reconcile COMMANDESCAPE character defined in the ACCONF file with those used in conjunction with the ALIAS keyword in the individual commands in the ACACL file 1. Edit the ACCONF file 2. Look for the line "COMMANDESCAPE". This should be near the top ...
XAC: Hanging XAC TACL session filling audit logs
The STOPONERROR command should be added to the ACACL for commands that spawn TACL sessions. The default STOPONERROR command is: STOPONERROR 60,66,140,190,191 This handles the most common scenarios that would leave hanging sessions but, more can be ...
XAC: How to configure XAC TACLs for static SSH windows
Add a static service via the SSH STNCOM utility Example: STNCOM $<process name> (Where $<process name> is the name of a valid STN process, e.g. $ZPTY ADD SERVICE AUDTACL, TYPE STATIC 2. The service added in step #1 will need several static windows ...