Kbase P187503: How to run an OpenEdge batch session on UNIX in the foreground
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/2011 |
|
Status: Unverified
GOAL:
How to run an OpenEdge batch session on UNIX in the foreground
GOAL:
How to run _progres in batch mode and in the foreground in the UNIX environment
GOAL:
How to run bpro on UNIX without returning until the session is complete
GOAL:
How to run mbpro on UNIX without returning until the session is complete
FACT(s) (Environment):
UNIX
Progress/OpenEdge Product Family
FIX:
_progres can be run in batch mode in the foreground from a UNIX shell prompt as follows:
_progres -b
Other startup parameters may be added as needed.
The bpro and mbpro scripts also run _progres in batch mode using the -b startup parameter, but they add the "&" job control parameter to run _progres in the background. bpro also adds the -1 startup parameter to run in single-user mode, while mbpro omits it to run in multi-user mode. To create alternative scripts that run in the foreground, create copies of bpro and/or mbpro and remove the "&" character from the line in the script that runs _progres.