Consultor Eletrônico



Kbase P119266: How to interpret error messages from SECURITY-POLICY:SET-CLIENT()
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   6/26/2009
Status: Verified

GOAL:

How to interpret error messages from SECURITY-POLICY:SET-CLIENT()

GOAL:

What do the error codes in "Failed Session client principal validation [<error code>]" mean ?

FACT(s) (Environment):

OpenEdge 10.1A
All Supported Operating Systems

FIX:

In OpenEdge 10.1A FCS, if the SECURITY-POLICY:SET-CLIENT() method fails no further information is provided as to why the failure occurred.

In OpenEdge 10.1A01, an expanded error message was introduced that provides more information.

This error message is "Failed Session client principal validation [<error code>]", where <error code> is one of the following:

23AC463B : "access code mismatch". There was a failure matching the client principal access code with the access code in the domain registry.

4$34AC9D : "client principal is in the wrong state". The client principal needs to be in the login state in order for a SET-CLIENT to succeed. If the client principal is unsealed, logged out, or expired the validation will fail.

8865z04B : "error retrieving domain information". This error occurs if there was some error gaining the information needed from the domain registry. This could include the domain not being there, an empty registry, or the registry begin unlocked.

7865Z39U : "Unknown error" This is if there is an unknown failure in the SET-CLIENT client principal validation.