Consultor Eletrônico



Kbase P19676: cat: disk: command not found
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   4/21/2003
Status: Unverified

FACT(s) (Environment):

UNIX

FACT(s) (Environment):

Progress 9.x

SYMPTOM(s):

Running cat command from procedure editor fails.

from procedure editor running:
UNIX silent value("cat " + "/etc/motd").

cat: disk: command not found

motd file exists.

read permissions for everyone set on motd

cat commands works from command prompt

problem does not occur in version 8.X

UNIX silent value( "cd /etc/ " + "cat " + "/etc/motd"). from procedure editor works.

CAUSE:

Running _progress from script. The script was modifying the current PROPATH and PATH environments.

FIX:

Run procedure from _progres. Troubleshoot script to determine the cause.