Focal Point
ReportCaster java.net.SocketExeption Error

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/1711021162

December 10, 2007, 03:42 PM
gweller
ReportCaster java.net.SocketExeption Error
I have a ReportCaster job that I am trying to build. I need a pre-processing job to run that will update a table within my db.

I then want to select the data and create the output.

After that I then need to update the table again to designate that the item has been printed.

I am getting the following error:

Starting worker thread
Starting task: Print Barcode
Task type: EDA RPC
Procedure name: sandbox/print_barcodes
Connecting to server EDASERVE with static execution id
Executing pre-rpc: update_pre
Executing focexec.
Executing post-rpc: update_post
Task error:[pcb101] Pcb2[Scb0.Stmt2.]: java.net.SocketException: Connection reset by peer: socket write error
No report to distribute.
Log report notification successfully sent to ...

Any ideas? I am wondering if the rc job executes each item in order?


WebFOCUS 8201M/Windows Platform
December 10, 2007, 04:42 PM
gweller
Just an update,

I have been able to get everything working minus the pre-processing portion, where I update my mysql table using a simple pass-through query.

Thanks


WebFOCUS 8201M/Windows Platform
December 10, 2007, 04:43 PM
Prarie
I know at the beginning of RC...you could not count on which order the jobs executed..I do not know if that has changed in recent releases. I would try putting your 3rd step as post processing...or in another RC job that runs after you are sure this one is complete.


In Focus since 1993. WebFOCUS 7.7.03 Win 2003
The items are executed in order. Pre-processing first, then the scheduled task and then the post-processing procedure.


WebFOCUS All Releases