Consultor Eletrônico



Kbase P133936: How to execute a program from the UNIX server
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   04/08/2008
Status: Unverified

GOAL:

How to execute a program from the UNIX server

GOAL:

How to call a program from the startup on UNIX

FACT(s) (Environment):

UNIX
Progress/OpenEdge Versions

FIX:

Use pro (for a single-user connection to the database) or mpro (for a multi-user connection to the database)
Add -db <location of the db>/<database name> and -p <absolute or relative path name>/<program name>.p parameter.

e.g: mpro -db /mydb/sports -p prog.p

or

pro -db /mydb/sports2000 -p list.p