Kbase P118408: Machine name which originated a connection is not stored in database log if username name making con
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/06/2009 |
|
Status: Verified
SYMPTOM(s):
Machine name which originated a connection is not stored in database log if username name making connection is greater than 12 characters for remote connection.
remote connection userid truncated in 742 739 promsgs
Login usernum <num>, userid <name>, on <tty
ode>. (742)
Logout usernum <num>, userid , on <tty
ode>. (739)
remote connection userid truncated in _Connect-username VST
the promon screens do not accomodate userid > 12 characters
FACT(s) (Environment):
All Supported Operating Systems
Progress/OpenEdge Product Family
CAUSE:
The maximum length of a user name that a ABL client can send to a remote server is 11 characters + 1 for the NULL terminator.
This cannot be changed because we need to support backward compatibility for 1 release and it involves a change to a core message between the ABL client and the server.
CAUSE:
Bug# OE00151858
FIX:
There is no fix.
Workaround:
Consider shorter usernames.