Consultor Eletrônico



Kbase P21905: Shell script fails to run Progress procedure as a (scheduled
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/16/2008
Status: Unverified

FACT(s) (Environment):

UNIX

SYMPTOM(s):

Shell script fails to run Progress procedure as a (scheduled) batch job.

'Redirection or Piping of stdin or stdout is allowed only with -b.(156)'

Progress session started with "-b" or mbpro or bpro.

CAUSE:

Environment variable TERM is set as:
TERM=vt100;export TERM

This is incorrect.

FIX:

Set the TERM environment variable as:

TERM=vt100
export TERM

(On seperate lines without ;)