Focal Point
Report Caster Error

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

June 06, 2007, 02:37 PM
mbedford
Report Caster Error
I am getting an error in my log when I run a Report Caster schedule.

Can anyone give me some insigt on what it might mean? Thanks a lot!

Report Broker Log Report Schedule ID: S121s8h7ui17, Job Description: Development Test Schedule


Process: J12bukn8q502
Schedule ID: S121s8h7ui17
Start Time: 2007-06-05 15:10:31
End Time: 2007-06-06 03:21:49


Message Code Message Text

BTP1010 Starting worker thread
BTP1020 Starting task: RMA org employees
BTP1020 Task type: EDA RPC
BTP1020 Procedure name: idbs/test_for_development
BTP1020 Connecting to server EDASERVE with static execution id
BTP1020 Executing focexec.
BTP1010 Task error:Pcb2.: java.net.SocketException: Connection reset
BTP1010 No report to distribute.
June 06, 2007, 02:40 PM
Kamesh
Make sure that your SMTP server and Report caster server are configured proper.


WFConsultant

WF 8105M on Win7/Tomcat
June 06, 2007, 04:54 PM
Darin Lee
Looks like the procedure you are running is causing a java error (Are you creating graphs? - most likely candidate.) Could also be caused by some syntax error/invalid condition/bad parm value in your fex.
Check the procedure and make sure that it runs manually without error. Also use the SET &ECHO=ALL; to make sure that the code that runs looks OK.
You should also be able to find some information in the app server error logs.
Sometimes, just stopping and restarting the webserver and appserver clears out some hangups that java creates for itself.


Regards,

Darin



In FOCUS since 1991
WF Server: 7.7.04 on Linux and Z/OS, ReportCaster, Self-Service, MRE, Java, Flex
Data: DB2/UDB, Adabas, SQL Server Output: HTML,PDF,EXL2K/07, PS, AHTML, Flex
WF Client: 77 on Linux w/Tomcat
June 07, 2007, 02:02 PM
mbedford
I think my .fex somehow got corrupted. I copied code from a back-up I had, and everything worked fine.

Thanks a lot for everyone's help!!