Kbase P102419: Error 6133 issuing binary dump in a Unix shell script
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  16/10/2008 |
|
Status: Unverified
FACT(s) (Environment):
UNIX
SYMPTOM(s):
Running a script containing proutil commands
Getting errors 6133 fro each proutil command
Invalid directory or device name <name>, errno = <error>. (6133)
Invalid directory or device name <dir_name>, errno = 2. (6133)
Failed to write out section header. (6128)
Binary Dump failed. (6253)
Same proutil commands typed manually run successfully
Script transferred from a WIN32 machine
CAUSE:
Binary mode used for the transfer of a text file results in characters added at the end of each line, changing the directory name checked by _proutil.
CAUSE:
Check the documentation for the transfer tool used.
FIX:
Use ASCII transfer for any text file.