OpenEdge 10.2B introduced a debug utility for troubleshooting the tracing of the authentication process (permissions) on an executable, the environment variable PSC_AUTH_DEBUG is needs to be defined with a value of ‘d’ or ‘D’ beforehand. The output will be placed in a file in the local directory named PSCAUTH<pid>.log
For example:
1. Set the environment variable:
[WINDOWS] set PSC_AUTH_DEBUG=D
[UNIX] PSC_AUTH_DEBUG=D; export PSC_AUTH_DEBUG
2. Check authentication on enabling after-imaging:
$ rfutil dbname -C aimage begin
3. The output file is PSCAUTH<pid>.log
NOTE: After setting the PSC_AUTH_DEBUG environment variable, further debugging information from the AdminServer (proadsv, *man cmds) is created in an output file : "authdbg.log"