I am experimenting with appservers (OE 10.1c) and have a strange problem...
My appservers are set to run a startup procedure which they are doing correctly (I am sending messages out to the server log). Within this startup procedure I am running several persistent procedures (common procedures used by our applcation) and storing the resulting handles as New Global Shared Var handles. I am expecting these handles to remain available to the agent until the agent is shutdown.
When I try to run a procedure via one of these persistent handles it works fine - but only the FIRST time. If I subsequently try to run the same procedure I get...
"meterupdval.p Shared variable adm-billcalc-hdl has not yet been created. (392)"
Somehow it seems to have lost the handle/shared var??? Can anyone shed any light on this - am I missing something obvious?
Thanks for any help,
mokeyh
My appservers are set to run a startup procedure which they are doing correctly (I am sending messages out to the server log). Within this startup procedure I am running several persistent procedures (common procedures used by our applcation) and storing the resulting handles as New Global Shared Var handles. I am expecting these handles to remain available to the agent until the agent is shutdown.
When I try to run a procedure via one of these persistent handles it works fine - but only the FIRST time. If I subsequently try to run the same procedure I get...
"meterupdval.p Shared variable adm-billcalc-hdl has not yet been created. (392)"
Somehow it seems to have lost the handle/shared var??? Can anyone shed any light on this - am I missing something obvious?
Thanks for any help,
mokeyh