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?