Enable ATN and SYS Req keys
If you are using IBM i version 7.1 (or later) and need to enable the Attention key and/or the System Request key you need to complete these steps:
- Sign on as QSECOFR
- Add the aXes product library (typically AXES) to library list: ADDLIBLE LIB(axes_lib)
- Run the command CHGOBJOWN for aXesW3 as follows:
CHGOBJOWN OBJ(axes_lib/AXCHKATNKY) OBJTYPE(*PGM) NEWOWN(QSYS) CHGOBJOWN OBJ(axes_lib/AXCHKPGSTK) OBJTYPE(*PGM) NEWOWN(QSYS) CHGOBJOWN OBJ(axes_lib/AXDSPMSGW) OBJTYPE(*PGM) NEWOWN(QSYS)
- Run the command CHGOBJOWN for aXesJSM as follows:
CHGOBJOWN OBJ(axes_jsm_lib/AXCHKATNKY) OBJTYPE(*PGM) NEWOWN(QSYS) CHGOBJOWN OBJ(axes_jsm_lib/AXCHKPGSTK) OBJTYPE(*PGM) NEWOWN(QSYS) CHGOBJOWN OBJ(axes_jsm_lib/AXDSPMSGW) OBJTYPE(*PGM) NEWOWN(QSYS)
- Run the command SETPGMSTT for aXesW3 as follows:
SETPGMSTT SSTUID(user) SSTPWD(pwd) PRDLIB(axes_lib) PGM(AXCHKATNKY) SETPGMSTT SSTUID(user) SSTPWD(pwd) PRDLIB(axes_lib) PGM(AXCHKPGSTK) SETPGMSTT SSTUID(user) SSTPWD(pwd) PRDLIB(axes_lib) PGM(AXDSPMSGW)
- Run the command SETPGMSTT for aXesW3 as follows:
SETPGMSTT SSTUID(user) SSTPWD(pwd) PRDLIB(axes_jsm_lib) PGM(AXCHKATNKY) SETPGMSTT SSTUID(user) SSTPWD(pwd) PRDLIB(axes_jsm_lib) PGM(AXCHKPGSTK) SETPGMSTT SSTUID(user) SSTPWD(pwd) PRDLIB(axes_jsm_lib) PGM(AXDSPMSGW)
Where:
- axes_lib This is the name of the library you use for aXesW3.
- axes_jsm_lib This is the name of the library you use for aXesJSM.
- pwd Service Tools user's password. The Service tools password is not necessarily the same as the QSECOFR user password.
- user Service Tools user identification.
Whenever you restore aXes, you must perform this procedure after the completion of the restore.
Troubleshooting: Try to send an ATTN key with a terminal emulator. If it does not work on the terminal emulator, it will not work in aXes. Check the points below
- Check the SYSVAL QATNPGM, It should be *ASSIST
- Check the user profile of the user you a trying to use the ATN with. The parameter Attention program should be *SYSVAL
Service tools provide powerful functions and, if used incorrectly, can compromise your system. The IBM i instructions described above assume a sound knowledge of IBM i and we recommend that they be entered by an IBM i System administrator as they require access to the QSECOFR profile and the system service tools. Please follow the directions exactly as listed
