A
ankitagrawal1234
Guest
Hi Folks, I have a PASOE instance which is used by both application and REST service. We have setup sessionConnectProc and SessionActivateProc in openedge.properties. These startup procedure works fine from application but not from REST service, sequence of these procedure execute differently in REST. In Connect procedure, we have created some context which uses in Activate procedure. When we run application connect procedure execute first and creates context that uses by activate procedure further. but when we run Rest service activate procedure executes first and tries to find context which throws error. Can anyone have idea why it is behaving differently in REST service and what is the sequence of execution of these procedures?
Continue reading...
Continue reading...