I need help with a mail

estego12

New Member
Hello
I have been a time programming in progress especially for QAD
I made a program which fills a table to mail out this problem when trying to run through a batch procedure which runs on Linux at certain times which should generate a text file, the issue is generating the following error and does not generate the file, the error is:

** Batch-mode Progress requires a startup procedure. (1144)

They attached the shell and the program for someone who can help me

Forgive my English
 

Attachments

Depending on what is in $DBDIR.pf, it looks as though this line is what is causing the problem:

exec _progres -b -db mfgdesa -ld qaddb -S 7340 -N TCP -H 192.168.0.5 -znotrim -trig triggers -pf /u1/admin/pfs/$DBDIR.pf

If $DBDIR.pf does not contain a startup procedure (-p programname.p) then the line will fail.

The line immediately below it has a startup procedure
-p /home/praga/rleiva/xxmail3.p
so runs xxmail3.p.

What is the first exec meant to do?
 
Back
Top