about appalication compiler

barton

Member
Hello all

now i had a question about appalication compiler.
after i use progress editor to compile .p program to .r file at product database condition and run,it would work well.
but when i run this .r file at testbase condition,the system show it could not connect productbase.
why???
sos,i need your help.
 
thank your reply.

then i check the clientproduction.bat ,list below:

%DLC%\bin\prowin32 -c 30 -d mdy -yy 1920 -Bt 350 -D 100 -mmax 3000 -nb 200 -s 63 -noshvarfix -p mf.p -pf Production.pf -ininame progress.svg

production.pf ,list below

-db mfgprod -ld Production-Database -H erpserver -S mfgprod -trig triggers
-db hlpprod -ld qadhelp -H erpserver -S hlpprod
-db admprod -ld qadadm -H erpserver -S admprod -trig triggers

i mean i compiled to .r program then i can run it at every databese.

i hope who could help me!

thanks very muck.
 
Just change the ld names for databases in Training.pf to the one in production.pf.

standard logical databases names are

qaddb
qadhelp
qadadm

for all data base sets.
 
sorry ,after i check all .pf files,pls see below

production.pf
-db D:\mfgsvr\db\mfgprod -ld qaddb -trig triggers
-db D:\mfgsvr\db\hlpprod -ld qadhelp
-db D:\mfgsvr\db\admprod -ld qadadm -trig triggers

test.pf
-db D:\mfgsvr\db\TESTDB -ld qaddb -trig triggers
-db D:\mfgsvr\db\hlpTEST -ld qadhelp
-db D:\mfgsvr\db\admTEST -ld qadadm -trig triggers

train.pf
-db d:\mfgsvr\db\mfgtrain -ld qaddb -trig triggers
-db d:\mfgsvr\db\hlptrain -ld qadhelp
-db d:\mfgsvr\db\admtrain -ld qadadm -trig triggers

i don't konw where i missed?
 
-ld Production-Database

Where is this setup then?

sorry .below is correct.

production.pf
-db D:\mfgsvr\db\mfgprod -ld qaddb -trig triggers
-db D:\mfgsvr\db\hlpprod -ld qadhelp
-db D:\mfgsvr\db\admprod -ld qadadm -trig triggers

and all database -ld qaddb
 
Back
Top