Consultor Eletrônico



Kbase P103138: Could not open file when running the XCODE utility
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/15/2008
Status: Unverified

SYMPTOM(s):

Trying to use XCODE utility to encrypt a .p

Getting error "could not open [directory\\directory\filename]"

Specifying a full path name along with the file name for the filenames parameter of the XCODE command line tool. e.g.:

xcode -d C:\Temp\a C:\Temp\b\file.p

CAUSE:

The XCODE's filenames parameter does not support full path names.

FIX:

Do not specify directory names with the filenames parameter when running the XCODE utility. e.g.

cd c:\Temp\b\
xcode -d C:\Temp\a file.p