Consultor Eletrônico



Kbase P147256: Attempt to run mergeprop.bat fails
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   02/06/2009
Status: Unverified

SYMPTOM(s):

Attempt to run mergeprop.bat fails

""=="" was unexpected at this time

The file in -delta is pointing to a directory with space in the name.

sample command:
"C:\Program Files\OpenEdge\bin\mergeprop.bat" -type database -action create -delta "c:\data\delta files\delta.properties"

FACT(s) (Environment):

OpenEdge 10.x
Progress 9.x
Windows

CAUSE:

The quotes around the -delta are not valid

FIX:

Use a ~1 for the directory name with the space. EG:
"C:\Progra~1\OpenEdge\bin\mergeprop.bat" -type database -action create -delta "c:\data\delta~1\delta.properties"