Guys,
I am using a connection pool (DataSource built in Websphere studio)to connect to SQLServer.
My
JDBC provider is WebSphere embedded ConnectJDBC driver for MS SQL Server
On one select method that returns around 20000 rows it has started giving me this exception.
[IBM][SQLServer JDBC Driver]Unhandled token type: Unknown token: 0x2f
I never used to get this exception before with the same amount of rows being returned (20K should not be a large no i guess)
If I try to use the same DataSource after this error in some other method I get this exception
[IBM][SQLServer JDBC Driver]Request cannot be submitted due to wire contention.
Thanks,
ML