How to check number of open dynamic queries on a database server

Dragon13

Member
Hello everyone,

there is an article in the Progress KnowledgeBase "Progress KB - 4GL/ABL: Error 2732 running an application", which describes the Limit of open dynamic queries on a database Server: "The limit on the database server's available list of open dynamic queries is 16384. Once this limit is reached, the server rejects any new Connections.".
Unfortunately, there is no Information About, how to check the current number of open dynamic queries programmatically or using utilities or any other way.
Does anybody know, how to check/monitor this list of open dynamic queries for a database Server?
I have already created a support case by Progress, but sadly no wished results yet.
Thanks in Advance!

Kind regards,
Dmitry
 
Top