Kbase P143863: Using script to load audit archive data and getting error: Cannot load audit archive data due to us
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  06/04/2009 |
|
Status: Unverified
SYMPTOM(s):
Using script to load audit archive data and getting error: Cannot load audit archive data due to user is not authorized to perform auditload operation message.
Cannot load audit data into a database for archive purposes.
Command: proutil <dbname> -C auditload <filename.abd> -userid <username> -password <password>
The user is not authorized to perform the operation (13490)
The user is not authorized to perform auditload operation (13490)
User is Audit Administrator
Same problem occurs with a test user account
FACT(s) (Environment):
Audit load command works when performed outside of script.
Can dump the audit records without error.
User is the Administrator for the system
User is in the Administrator group for the system.
OpenEdge 10.1B
OpenEdge Category: Auditing
Windows XP Professional SP2
CAUSE:
The script used may contain binary characters which can not be seen but are read by the audit load command and prevent the correct user authentication from being submitted.
FIX:
Manually remake the script or use some 3rd party tool to remove all non-Ascii characters.
Make sure to use only pure ASCII text editors. Do not use any editors which embed formatting codes or characters.