I've got a stored procedure which I need to debug, and seeing how iNavigator is not that good in that regard, I got IBM Data Studio.
In order to be able to debug said procedure, I need to connect using the IBM Driver for JDBC and SQLJ. I took the name of the database from iNavigator, put everything in, hit test connection and I got the OK.
Now, if I open the connection and go in my database, I can see no schemas at all. If I try to perform any kind of operation (even a select) I get this error:
DB2 SQL Error: SQLCODE=-805, SQLSTATE=51002, SQLERRMC=NULLID.SYSSH200;00;S659e870 , DRIVER=4.18.60
Weird thing is, it works perfectly if I use the AS/400 driver, but I just can't have that for debugging. I've scoured the web and I can't find the problem so far.
Thank you in advance!