Focal Point
Reportcaster interface running slow?

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

August 07, 2008, 08:44 AM
Jason K.
Reportcaster interface running slow?
We are using the default install of Reportcaster on our windows system, using the focus database option.

The interface takes a very long time (many minutes) to load and once reportcaster does load it seems to sort of freeze, has anyone else had any problems like this?


Prod: Single Windows 2008 Server running Webfocus 7.7.03 Reporting server Web server IIS6/Tomcat, AS400 DB2 database.
August 07, 2008, 02:59 PM
TexasStingray
First things First. If you use a FOCUS Database for Report Caster you loose the ability of the Report Library. Second, By using a FOCUS database you are making calls back top the WebFOCUS Reporting Server which then has to make to call the WebFOCUS Sink Machine (behind the sences). First Question. How busy is the WebFOCUS Reporting Server, Report Caster has to relay on the Server. If you Create a Report just against the Report Caster table how long does that take?




Scott

I've had this problem with focus database's in the past. Try purging the logs.


"There is no limit to what you can achieve ... if you don’t care who gets the credit." Roger Abbott
how do I purge the logs?
A search on IBI's site didn't give me much.


Prod: Single Windows 2008 Server running Webfocus 7.7.03 Reporting server Web server IIS6/Tomcat, AS400 DB2 database.
Chapter 10 of the "Report Caster Development and Administration" manual (wf761rcadmin.pdf) is entitled "Maintenance Functions for a FOCUS Repository" and it has a section on purging log records.

You can download this manual from the IBI web site. It should contain all that you need for running the log purge which should be done on a routine basis.

Those of us fortunate enough to have a relational repository have the log purged every day for a specified interval, the default being 30 days.


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google
We've got a solution from all of your help.

We set up a reminder in outlook to purge the logs once a month now, reportcaster is running much better and the process to use the GUI to clear the botlog and botlog2 only takes a few minutes each month.

Thanks again!


Prod: Single Windows 2008 Server running Webfocus 7.7.03 Reporting server Web server IIS6/Tomcat, AS400 DB2 database.
Why not just set up a job in ReportCaster itself to clean out its own logs files?

We have a procedure cleanlogs.fex in app folder rcaster which contains:

-* File cleanlogs.fex
CREATE FILE rcaster/botlog DROP
-RUN
CREATE FILE rcaster/botlog2 DROP
-RUN

It's scheduled every two weeks and takes care of itself, with a notification to me of successful completion.


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
Darin,

He is using FOCUS files for his repository and I don't think your code will work as is. Since the files are owned by a sync machine, the sync has to be down in order to do any maintenance on the files.

If you are using relational tables, there is an autolog purge that runs every morning at 1am by default and purges records older than 30 days, also by default.

If you already know this stuff, just ignore the post.


Ginny
---------------------------------
Prod: WF 7.7.01 Dev: WF 7.6.9-11
Admin, MRE,self-service; adapters: Teradata, DB2, Oracle, SQL Server, Essbase, ESRI, FlexEnable, Google