on ‎2007 Mar 06 7:20 PM
I have 3 charts on an irpt page. Each uses an XAcute query to call a transaction. The transaction calls an ABAP function. The data is loaded into an illuminator document. At the end of the transaction the result set it assigned to an XML recordset which is returned via an output transaction parameter.
In the java console I get the following message 3 times (1 for each applet I assume): Problem Reading Data From Server java.io.EOFException.
I understand that it's an end of file message, but how do I prevent it?
Thanks,
Jeff
Request clarification before answering.
Hi Jeff,
Did you check taht your transaction and Xacute query are working properly. Try to simulate the Xacute query and transaction with the same in puts whatever you are givng from the irpt page. If they execute properly, then i think you need to go and check the options mentioned by Rick.
Thanks,
Rajesh.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jeffrey,
I hope this may be due to "Connection closed by remote host". The irpt page is running with the servlets.It has been written that you are using the applets. Try with the servlets.
Regards,
Kishore
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Jeff,
The problem is because no data is being returned from the transaction probably due to an error in it's execution. Are you capturing the JCO success and return type error messages?
Regards,
Salvatore Castro
Sr. Solution Architect
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 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.