Kbase P80245: Error 9908 9909 trying connect to AdminServer on UNIX.
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  8/3/2009 |
|
Status: Verified
SYMPTOM(s):
Can not connect to the AdminServer.
Error, system generated Password [C@38d460[C@7eecca[I@6bd9e0 is not valid, user and host are {1} {2} (9909)
System generated password has expired (9908)
User root is not authorized to start admin server
root:150: System generated password has expired (9908)
FACT(s) (Environment):
OpenEdge 10.x
Progress 9.1x
UNIX
CAUSE:
There are multiple aliases on for the same host on the DNS server, or there are "rogue" entries for the server in the reverse lookup zone.
During admin server SSO (Single Sign On) checking process, the code on the client side picks up the first entry returned by DNS and uses it for encoding, the server side picks up the first entry returned by DNS and uses it for decoding.
Obviously DNS round-robins alias names (when the first host returned unpredictable) can make the the encoded host name and decoded host different, therefore, the server checking and client checking will see different hosts, and connections intermittent.
FIX:
Correct the DNS server hostname entry so it's using the real hostname, not an alias hostname.