XAC: OBEY within a TACL macro does not work as expected in XAC TACL

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 within an XAC/TACL session will not work.  One example is #iINPUT statements.  Another is an obey command with a variable reference, such as "obey [location].file".  XAC does not process TACL commands, so would not be able to process that OBEY command. If there is TACL language usage in a file, it should be a TACL macro, not an OBEY file. 


If you are unable to locate the solution needed or if you need additional assistance please Click Here to open a case from our Customer Care Portal.


    • Related Articles

    • 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: Volume command inside user defined MACRO does not work

      Replacing the VOLUME macro with the XYGATEAC version: TACL> Volume $<VOL>.XYGATEAC TACL> LOAD/KEEP 1/ $SYSTEM.XYGATEAC.VOLMAC If this article did not provide a solution, please open a case with our support team by sending an email message to ...
    • 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: How to Execute XAC Commands within OSS via .profile.

      To execute XYGATEAC commands within OSS, and add the following to the user OSS .profile file. The .profile file can be located in the user's initial home directory in the OSS environment. The following command takes the user to his home directory: cd ...
    • 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: ...