Focal Point
[SOLVED] report castor issue

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

August 28, 2014, 01:55 PM
Jing grace
[SOLVED] report castor issue
I have a report I need to scheudle to run every week and email user as excel file. report is running well in Devloper studio. however when I scheudled it and run it in report castor. I got below errir and report stop running right away. does anyone know what does the error mean and how to pass that?

thank you


The number of messages returned by the Reporting Server exceeds the value of the MAX MESSAGES setting, 1000

This message has been edited. Last edited by: <Kathryn Henning>,


WebFOCUS 7.6
Windows, All Outputs
August 28, 2014, 02:13 PM
Francis Mariani
Try setting echo to off, Report Caster doesn't like ECHO.

-SET &ECHO=OFF;



Francis


Give me code, or give me retirement. In FOCUS since 1991

Production: WF 7.7.05M, Dev Studio, BID, MRE, WebSphere, DB2 / Test: WF 8.1.05M, App Studio, BI Portal, Report Caster, jQuery, HighCharts, Apache Tomcat, MS SQL Server
August 28, 2014, 04:30 PM
Cyril Joy
I guess there is some LOOP happening when you do schedule.


Regards,
Cyril Joy.

WF Production 8008 on Linux.
August 29, 2014, 09:39 AM
George Patton
Thank you Francis !! I've been battling this same issue for weeks - report runs fine in Dev Studio but fails when run under ReportCaster. Removing the &ECHO fixed it ... Smiler


WebFOCUS 7.7.05 Windows, Linux, DB2, IBM Lotus Notes, Firebird, Lotus Symphony/OpenOffice. Outputs PDF, Excel 2007 (for OpenOffice integration), WP
August 30, 2014, 03:18 PM
Danny-SRL
George,
Francis provided you with a bit of "castor oil"...
Big Grin


Daniel
In Focus since 1982
wf 8.202M/Win10/IIS/SSA - WrapApp Front End for WF

August 31, 2014, 07:19 AM
George Patton
Things running smoothly is greatly to be desired, but when they run out of control things can get very messy ... which reminds me I'm due for a colonoscopy soon ... Red Face Sweating Frowner


WebFOCUS 7.7.05 Windows, Linux, DB2, IBM Lotus Notes, Firebird, Lotus Symphony/OpenOffice. Outputs PDF, Excel 2007 (for OpenOffice integration), WP
August 31, 2014, 10:37 AM
Danny-SRL
Ouch!


Daniel
In Focus since 1982
wf 8.202M/Win10/IIS/SSA - WrapApp Front End for WF

September 03, 2014, 03:50 PM
Jing grace
Francis 's suggestion really worked. once I took off the Echo, it run well in my devlopment enviroment. howeverm when I move it into our production enviroment. I got a differnt error below:" Task error: Invalid type of argument #1 for user function DATECVT". I don't know what to do now. I did not got that error when I run it in Dev


WebFOCUS 7.6
Windows, All Outputs
September 04, 2014, 08:09 AM
MartinY
Compare the field definition/format/type between Dev and Prod for the one used in DATECVT function.

You'll probably found the solution around that...


WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF
In Focus since 2007
September 04, 2014, 10:11 AM
Jing grace
I did not use DATECVT function in my report. I asked our administrator to check any settings and did not find anything different bewteen Dev and Prod. any more suggestion?


WebFOCUS 7.6
Windows, All Outputs
September 04, 2014, 10:20 AM
MartinY
Do you have any date parameter somewhere ?

Set the tracing and the ECHO on and then look at your schedule log. That may help finding from where the error comes from.


WF versions : Prod 8.2.04M gen 33, Dev 8.2.04M gen 33, OS : Windows, DB : MSSQL, Outputs : HTML, Excel, PDF
In Focus since 2007
September 04, 2014, 11:33 AM
Tony A
... also check for defines in the synonyms accessed by the fex.

T



In FOCUS
since 1986
WebFOCUS Server 8.2.01M, thru 8.2.07 on Windows Svr 2008 R2  
WebFOCUS App Studio 8.2.06 standalone on Windows 10 
September 04, 2014, 11:33 AM
Jing grace
I have to set the ECHO off to make the report run in report castor. if I turn it on, it won't run. correct one thing I said. I DO use the DATECVT in my report code.


WebFOCUS 7.6
Windows, All Outputs
September 04, 2014, 11:49 AM
Jing grace
I figured it out. I forgot to update the meta data. thanks all for the help!


WebFOCUS 7.6
Windows, All Outputs