Kbase 19627: Genuuid.bat and Genpassword.bat Failing
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  3/17/2003 |
|
Solution ID: 19627
FACT(s) (Environment):
Progress 9.x
SYMPTOM(s):
Genuuid.bat and Genpassword.bat failing
Error parsing argument:
(@{JAVA\JRECP};@{JAVA\JFCCP};@{JAVA\PROGRESSCP}) Error starting JVM, error 22
CAUSE:
The error indicates that the .bat files are no longer being tailored correctly, or that they include text that is no longer needed.
FIX:
Two batch files are used to generate a uuid number and to manually encrypt a password no longer work on the Windows NT platform
The following change must be made to both gennuid.bat and genpassword.bat:
Change the line:
set JCP=@{JAVA\JRECP};@{JAVA\JFCCP};@{JAVA\PROGRESSCP}
to:
set JCP=@{JAVA\JRECP};@{JAVA\PROGRESSCP}
FIX:
References to Written Documentation:
Progress Solutions:
20105, "What is genuuid?"
21175, "Origin of Progress UUID (Universal Unique Identifier)"