1. Open SQL Log and Error Log
2. Connect to Sybase ASE 15 at 10.168.11.46:5000 with user named erwin and standard password and open Session Manafer and go to the Locks Tab
3. Now connect to the same server using user sa and open a query window to sybsecurity database and execute the query
4. Now another open erwin user Session Manager and go to the locks tab. You can see that now the 2 already listed locks are not displayed for user erwin who doesnt have access to sybsecurity database.
In error log, an exception is generated. Since the JDBC driver throws an exception, no data is returned to Aqua Data Studio.
It would be nice to indicate to the user that the list of locks could not be determined due to exception in the Session Manager
Extraction class will now catch sql exceptions and throw them so we can display them to the user in addition to logging them. This design is only for extractLocks class for the moment.
Issue #10583 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build v14.0.3-5 |
No time estimate |
Extraction class will now catch sql exceptions and throw them so we can display them to the user in addition to logging them. This design is only for extractLocks class for the moment.