Salesforce

How to enable OE Authentication process debugging on Windows?

« Go Back

Information

 
TitleHow to enable OE Authentication process debugging on Windows?
URL NameHow-to-enable-OE-Authentication-process-debugging-on-Windows
Article Number000160360
EnvironmentProduct: OpenEdge
Version: 10.x, 11.x
OS: Windows
Other: Domain, Authentication
Question/Problem Description
How to enable OE Authentication process debugging on Windows?
Steps to Reproduce
Clarifying Information
Error Message
Defect Number
Enhancement Number
Cause
Resolution
OpenEdge authentication process debugging is helpful when trying to trace all the steps in building the Windows user-id and password or authentication and to see what the the Windows library returns. 

There are three steps for three separate levels in the architecture:
  1. ABL client level debugging to trace the language's call into the DB authentication process:
-clientlog ./avm.log -logentrytypes DB.Connects:7,SEC.AUTH:7
  1. PAM library set before the ABL client runs to trace the authentication process:
set PSC_AUTH_DEBUG=D
  1. PAM plug-in level debug before the ABL client runs to trace building the Windows user-id and call into the system libraries:
Edit the PAM options in the database domain's record and add -debug -verbose (without quotes).

In addition to these steps, it is often useful to also obtain a dump of the domain and system security tables from the Data Admin tool.
  1. Data Admin
  2. Dump Data and Definitions
  3. Security Domains.
This will result in the following two files being dumped:
_sec-authentication-system.d
_sec-authentication-domain.d
Workaround
Notes
Keyword Phrase
Last Modified Date4/3/2015 10:05 PM

Powered by