on ‎2008 May 14 6:42 PM
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?
Request clarification before answering.
Did you put a mode? You should also define a template such as Defaults/SQLQuery
Jamie
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.