cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problem Reading Data From Server - java.io.EOFException

Former Member
0 Likes
218

When I fire this SQL query through a normal query template, it runs fine. When I create a transaction that has a SQL Query Block, and set the Server and Query to it though Transaction Properties, transaction executes ok.

Now, if I create a XAcute Query and point to the above transaction and pass server and this query, ...no results....I get this error in the java console "Problem Reading Data From Server - java.io.EOFException"

What can be the issue?

Accepted Solutions (0)

Answers (2)

Answers (2)

jamie_cawley
Product and Topic Expert
Product and Topic Expert
0 Likes

Did you put a mode? You should also define a template such as Defaults/SQLQuery

Jamie

Former Member
0 Likes

Tejal,

You check what is the rowcount of the execute query template.If the rowcount is 10,000 or more than 5000, you will get like this error.

Same error i also got once because of rowcount 10,000. After i changed to 10000, java console stoped to throw this error.

Thanks,

Manisha Batabyal