Community
Participate
Working Groups
Build ID: I20080502-0100 Steps To Reproduce: I知 working against MaxDB v7.6.04.11. When I try to prepare for offline work (DSE -> context menu of the base ->Work Offline) the attached exception appears. It seems to have cycle in the following (see the attached exception): at org.eclipse.datatools.connectivity.sqm.core.rte.jdbc.JDBCUserDefinedFunction.loadParameters(JDBCUserDefinedFunction.java:135) at org.eclipse.datatools.connectivity.sqm.core.rte.jdbc.JDBCUserDefinedFunction.getParameters(JDBCUserDefinedFunction.java:74) Could you investigate the reason please? You could download the latest version of MaxDB here: https://www.sdn.sap.com/irj/sdn/software-downloads More information:
Created attachment 102652 [details] exception was thrown
Hello, In the stack trace you can clearly see that DTP calls loadParameters very often for the Procedure FORCE_CHECKPOINT which is owned by the DBA. The error can be reproduced by log on as a SYSDBA user. Best Regards Wolfgang
Created attachment 102674 [details] stack trace of loadParameters
This is related to similar issues with the Work Offline/Save Offline functionality reported in bug 231005
*** Bug 235358 has been marked as a duplicate of this bug. ***
Dimiter or Wolfgang, can you try again with the RC3 build?
Hi, I tested with dtp-sdk-1.6RC3-200806031057 and I still receive the StackOverFlow error. Regards Wolfgang
I don't believe the fixes for 231005 would have shown up until the RC4 build today or tomorrow. So please give it one more shot. Thanks for your patience.
Hi, I tested with dtp-sdk-1.6RC4-200806101113 and I still receive the StackOverFlow error. Regards Wolfgang
Unfortunately we're at the end of the Ganymede release and can't really check anything else in... What's the easiest way to reproduce this and we'll work on a fix for the 1.6.1 release in September? Can you reproduce it with Derby? or just MaxDB?
Is there a particular MaxDB database that's throwing the error or all MaxDB databases? (Might be helpful to have SQL scripts to create tables/data/etc...)
Hello, the error can easily be reproduced. 1) MaxDB 7.6 Installation https://www.sdn.sap.com/irj/sdn/software-downloads 2) Add MaxDB datasource to DTP with DBA user. Should be DBADMIN if default values from installation are not changed. 3) Connect to database with DBADMIN user. 4) Choose Work Offline menu. Regards Wolfgang
Hi Wolfgang & Dimiter... Can you give it another shot with the most recent 1.6.1M1 nightly build? We fixed some issues in bug 239968 that were causing issues that should have resolved this.
Hello, I checked with the new DTP version and it seems to work. There seems to be no memory problem now. Dimiter can you confirm this? Regards Wolfgang
Marking as fixed. Dimiter, can you confirm?