DBA Tools, Session Manager, Sybase ASE, Extraction is using pssinfo() built in function to retrieve the isolation level of the process. This is been used for all sybase ase 12.5 version and above. The function was not introduced until 12.5.4 though. We need to extract the major minor and revision number and insure that we do not use this system function unless the revision of the db is 4 or greater.
made changes to extract revision information with the major minor version info. Needs testing.
checked in new fix to the bug I created with my last fix. needs code review
checked in new fix to the bug I created with my last fix. needs code review
Verified in 14.0.3-14 for Sybase ASE 12.5 which is not the exact version as the customer. We had informed the customer y'day about the fix and he has not got back letting us know that it doesnt work.
Verified in 14.0.3-14 for Sybase ASE 12.5 which is not the exact version as the customer. We had informed the customer y'day about the fix and he has not got back letting us know that it doesnt work.
Issue #10623 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
Fixed Build v14.0.3-6 |
No time estimate |
made changes to extract revision information with the major minor version info. Needs testing.