Problem with the execution of big loops in Sybase ASE #39287
Unanswered
ydirickson
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
System information:
O/S: Ubuntu 24.04
DBeaver version 25.1.2.202507061449 (We have the same problem since 24+)
Connection specification:
DB: Sybase ASE 16
Driver name: Sybase jConnect 4 driver v7.08
Do you use tunnels or proxies (SSH, SOCKS, etc)? No
Describe the problem you're observing:
We heavily rely on stored procedures for large data processing in our company. Since upgrading to DBeaver Community Edition version 24+, we've been running into an issue: some procedures that process data in loops (at least 800 records) suddenly stop mid-execution, not reaching the end of the procedure and sometimes not even returning the result set. We can track where it stops using several PRINT statements inside the procedure.
When we execute the exact same procedure, using the same database and driver, in DBeaver version 23 (any minor version), it executes smoothly and returns everything as expected.
Has anyone seen this behavior? Any idea what settings or driver parameters I should look into?
Thanks a lot for any guidance you can share.
Beta Was this translation helpful? Give feedback.
All reactions