Salesforce

What are PSCAUTH<pid>.log fles for?

« Go Back

Information

 
TitleWhat are PSCAUTH<pid>.log fles for?
URL NameP181886
Article Number000119607
EnvironmentAll Supported Operating Systems
OpenEdge 10.2B
Question/Problem Description
What are PSCAUTH<pid>.log fles for?
Why are PSCAUTH<pid>.log files being created?
Steps to Reproduce
Clarifying Information
Error Message
Defect Number
Enhancement Number
Cause
Resolution

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"

Workaround
Notes
Keyword Phrase
Last Modified Date9/13/2015 1:09 PM

Powered by