Focal Point
[CLOSED] WF Report statistics

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

February 02, 2010, 09:38 AM
Rocky
[CLOSED] WF Report statistics
Hi All,
We need to gather statistics of some of the XYZ(application Name) WebFOCUS Reports.
Is it really possible what were running(all fex files starting with wpm) were running from so and so time to so and so time.
and who( network ID) has run it....!!
Is it really possile ...Kindly help me

thanks in advance

This message has been edited. Last edited by: Kerry,


WEBFOCUS 7.6.4
Unix
All output
February 02, 2010, 09:39 AM
Rocky
My Bad its statistics.Sorry for typo


WEBFOCUS 7.6.4
Unix
All output
February 02, 2010, 09:54 AM
fatboyjim
Hi,

I believe you are looking for the product called Resource Analyzer.

It is a seperate install and license.
Unfortunately, my company doesn't have it so I can't tell you how useful it is.

Best Regards,

Jimmy Pang


DEV: WF 7.6.10
TEST: WF 7.6.10
PROD: WF 7.6.10
MRE: WF 7.6.4
OS/Platform: Windows
Dev Studio: WF 7.7
Output: HTML, EXCEL, PDF, GRAPH, LOTUS, CSV
February 02, 2010, 10:00 AM
Rocky
Jimmy Thanks....
Do you mean we really cannot get any abovce mentioned details with what we have today.
I mean normal WF devstudio and console.

Do we really need only resource analyser to get the foot prints of all.


WEBFOCUS 7.6.4
Unix
All output
February 02, 2010, 10:02 AM
Francis Mariani
Resource Analyzer is very useful and provides lots of statistics, I guess that's why it costs extra!

By the way, you can correct the speeling in the title of this thread by editing your original post.


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
February 02, 2010, 10:07 AM
Francis Mariani
This subject has previously been discussed in the forum. The other method, which more than one of us is using, is to write your own code that tracks execution of the programs.

For example, I track the usage of all the reports in our self service application by writing to a FOCUS DB at the end of each execution - fex name, User ID, execution time...


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
February 02, 2010, 10:11 AM
fatboyjim
Not that I know of.

From what I understand of that tool (resource analyzer), there is a backend process that stores the information on the executed modules in a tables that you can query. You may want to request more info from IBI.

Best Regards,

Jimmy Pang


DEV: WF 7.6.10
TEST: WF 7.6.10
PROD: WF 7.6.10
MRE: WF 7.6.4
OS/Platform: Windows
Dev Studio: WF 7.7
Output: HTML, EXCEL, PDF, GRAPH, LOTUS, CSV
February 02, 2010, 10:28 AM
Rocky
Changed the title...
Thank you....!!!


WEBFOCUS 7.6.4
Unix
All output
February 02, 2010, 10:30 AM
Rocky
Francis,
Thank you...
Can you elaborate the below example little bit..
Please...


[quote]For example, I track the usage of all the reports in our self service application by writing to a FOCUS DB at the end of each execution - fex name, User ID, execution time


WEBFOCUS 7.6.4
Unix
All output
February 02, 2010, 01:51 PM
Sayed
I have used both method.

1- Resource Analyzer - Simple... All info can be stored in a repository. Then you can write queries against those tables.

2- You can include codes to input all the needed info to a table. For example, you run a month end report. At the end of that report, you include codes to grab the userid, time, report name, etc.. and put that in a table. Later you can query against that table for the required information.

Method 1 is highly recommended if budget permits. It's simple and very flexible.

Thanks,
Sayed

This message has been edited. Last edited by: Sayed,


WF 8.x and 7.7.x Win/UNIX/AS400, MRE/Portal/Self-Service, IIS/Tomcat, WebSphere, IWA, Realmdriver, Active Directory, Oracle, SQLServer, DB2, MySQL, JD Edwards, E-BIZ, SAP BW, R/3, ECC, ESSBASE
February 02, 2010, 02:24 PM
Francis Mariani
For method 2, I do the following in each program:

At the beginning of the report, I have an INCLUDE that records the system date and time in Dialogue Manager variables.

At the end of the report, I have an INCLUDE that records the system date and time in Dialogue manager variables and calculate the elapsed time using these variables. I then use MODIFY to write a row into a FOCUS database, recording the User ID, fex name and elapsed time.


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
February 02, 2010, 03:38 PM
Waz
We do similar, except we have a generic fex that collects the details,and calls the required report.


Waz...

Prod:WebFOCUS 7.6.10/8.1.04Upgrade:WebFOCUS 8.2.07OS:LinuxOutputs:HTML, PDF, Excel, PPT
In Focus since 1984
Pity the lost knowledge of an old programmer!

February 03, 2010, 08:51 AM
linus
We track report usage in the same manner as Waz and Francis, very easy to implement and report from.


WF 7.7.05
HP-UX - Reporting Server, Windows 2008 - Client, MSSQL 2008, FOCUS Databases, Flat Files
HTML, Excel, PDF