Consultor Eletrônico



Kbase P121739: Password on command line is ignored for proutil -C auditarchive
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   16/10/2008
Status: Unverified

FACT(s) (Environment):

OpenEdge 10.x
Windows

SYMPTOM(s):

Password on command line is ignored for proutil -C auditarchive

proutil.BAT <db> -C auditarchive <date> -nodelete -directory <dir> -userid <user> -password <pass>

Password must be entered interactively although it has been specified on the command line

Behavior does not happen when using _proutil.exe instead of proutil.bat

CAUSE:

The windows batch file does not recognize more than 9 parameters. The -password parameter at the end of the command-line is ignored because of this restriction.

FIX:

Two workarounds are available:

set the parameters in a .pf file and use -pf on the command line.
run the command with _proutil.exe.