[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Unique ID for PASOE ABL session?

  • Thread starter Thread starter Irfan
  • Start date Start date
Status
Not open for further replies.
I

Irfan

Guest
Thank you Steve, I was about to respond the same. There are different ways of doing it. This API basically makes sure the HTTP request is terminated which will make sure the ABL Session that is executing will be cancelled. In-case you want to terminate an ABL Session, then you can do it by executing "Terminate ABL Session" API using the DELETE operation. In-case you want to see where it is going wrong, then look for "Get MS-Agent stacks" API. If your agent is in a bad state( growing memory or hosed) you can use "stop MS-Agent" API which will allow the existing requests to finish and the new requests will be routed to a new agent. For your use-case, first option is the right choice.

Continue reading...
 
Status
Not open for further replies.
Back
Top