Kbase P167571: Script that uses the proshut command shows multiple users with the same user ID but different PIDs
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  7/30/2010 |
|
Status: Unverified
SYMPTOM(s):
Script that uses the proshut command shows multiple users with the same user ID but different PIDs
Proshut dbname -C list does not show multiple users with the same ID.
Parsing of the database log file shows only one login without a logout for the users checked.
FACT(s) (Environment):
Progress/OpenEdge Product Family
All Supported Operating Systems
CAUSE:
The script used to generate the proshut list includes results from all the databases into one list. That is expected results as the user ID is only unique to a single database.
FIX:
Reconfigure the script to generate a list for only one database at a time.