i m getting the following exception.Plz help me to rectify this. [11/14/05 18:30:01:515 IST] 6900690 SystemErr R java.sql.SQLException: [IBM][JDBC Driver] CLI0627E The result set is not scrollable. [11/14/05 18:30:01:531 IST] 6900690 SystemErr R at java.lang.Throwable.<init>(Throwable.java) [11/14/05 18:30:01:531 IST] 6900690 SystemErr R at java.lang.Throwable.<init>(Throwable.java) [11/14/05 18:30:01:531 IST] 6900690 SystemErr R at java.sql.SQLException.<init>(SQLException.java:90) [11/14/05 18:30:01:531 IST] 6900690 SystemErr R at COM.ibm.db2.jdbc.app.SQLExceptionGenerator.throwNotScrollable(SQLExceptionGenerator.java:761) [11/14/05 18:30:01:531 IST] 6900690 SystemErr R at COM.ibm.db2.jdbc.app.DB2ResultSet.getRow(DB2ResultSet.java:3188)
Actually we are using , Callable Statement.......One more thing the same code is working in onsite.but in offshore its not working......
Maximilian Xavier Stocker
Ranch Hand
Joined: Sep 20, 2005
Posts: 381
posted
0
Originally posted by Deepa Raj: Hi ,
Actually we are using , Callable Statement.......One more thing the same code is working in onsite.but in offshore its not working......
Then this is a deployment issue. You don't have the same version of code or stored proc on the offshore version as you do onsite.
Deepa Raj
Greenhorn
Joined: Nov 17, 2005
Posts: 3
posted
0
Originally posted by Maximilian Stocker:
Then this is a deployment issue. You don't have the same version of code or stored proc on the offshore version as you do onsite.
Hi ,
Actually we r hitting onsite Stored procedure only....code and SP are same ....but something JDBC driver problem....we r using DB27.1 but Onsite is using DB27.2 ... is it any problem?
You were looking for something in your configuration that was different between the two sites. Now you have found something.
If it were me I would change the non-working site to be configured the same as the working site. Even though I have no idea whether that difference is the problem or not.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.
subject: CLI0627E The result set is not scrollable.