AppServer & mods to as/rules

Chris Kelleher

Administrator
Staff member
I'm struggling with a concept. We've modified a program in as/rules. I
have it in syteline/mods/as/rules, on the NT server, and syteline/mods if
first in my propath. It works.
Now I copied the .r to my Unix server, same path. I started an App Broker,
I have specified a propath in my AppBroker startup script that included the
syteline/mods directory in the front of my propath. My mod is not getting
picked up. What could it be?
Lori Tamburlin
Pure Carbon Company
 
you can't copy a .r compiled on nt to a unix machine... you copy the .p
then create a .r by compiling the code on the server. to do this you log
into 'symix' on the unix server.... you can run symix admin...
but I created a seperate script that run the progess editor...
then I run the db-alias.p program to set the db alias', then I compile
and save the rules..... Then you can move the .r to whatever mod dir
on the unix machine is first in the appserver propath....

mike
 
Back
Top