Kbase 19878: Limiting the Number of Cursors in SQL-92
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  9/19/2008 |
|
Status: Verified
FACT(s) (Environment):
Progress 9.x
SYMPTOM(s):
Error 20217 is received when accessing the SQL-92 engine from an application
"Connection Exception. Network error on server"
CAUSE:
Progress limitation. The application is opening more than 50 cursors dynamically at the same time.
FIX:
Modify the code to limit the number of cursors opened by the application to the database to less than 50.