Return code 1 when echo to pipe

Hello,

Our AIX box has recently been upgraded to TL12 (oslevel -s = 5300-12-04-1119).

Now one of our ksh scripts is returning 1 when writing to a pipe, the command to write to the pipe is:

echo "A" "B" "C" >> /usr/Pipe.Pipe

Anyone have any ideas?

Thanks

Sounds AIX specific as related to the update - moving thread to the AIX sub forum.

Could it be a permission problem with writing to /usr? Try to maybe you home dir and be sure the file name is not there.