Consultor Eletrônico



Kbase P174312: Prostrct command fails and shows garbage characters in the message.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   9/30/2010
Status: Unverified

SYMPTOM(s):

Prostrct command fails and shows garbage characters in the message.

Some other prostrct commands result in garbage messages as well.


proenv>prostrct create dbname dbname.st
Invalid argument "dB.<garbage character>" entered

Prorest Command resulted in a similar message.


** Could not recognize argument: <garbage>. (301)


From prorest.bat:"%DLC%\bin\_dbutil" prorest %1 %2 %3 %4 %5 %6 %garbage

FACT(s) (Environment):

Windows
OpenEdge 10.2B

CAUSE:

The prostrct.bat file has garbage characters at the point of the %7 entry place in the _dbutil command portion of the script.

FIX:

Modify any corrupted .bat files using a valid file as a guide, for example:
"%DLC%\bin\_dbutil" prostrct %1 %2 %3 %4 %5 %6 %garbage

modify to:

"%DLC%\bin\_dbutil" prostrct %1 %2 %3 %4 %5 %6 %7