Focal Point Banner


As of December 1, 2020, Focal Point is retired and repurposed as a reference repository. We value the wealth of knowledge that's been shared here over the years. You'll continue to have access to this treasure trove of knowledge, for search purposes only.

Join the TIBCO Community
TIBCO Community is a collaborative space for users to share knowledge and support one another in making the best use of TIBCO products and services. There are several TIBCO WebFOCUS resources in the community.

  • From the Home page, select Predict: WebFOCUS to view articles, questions, and trending articles.
  • Select Products from the top navigation bar, scroll, and then select the TIBCO WebFOCUS product page to view product overview, articles, and discussions.
  • Request access to the private WebFOCUS User Group (login required) to network with fellow members.

Former myibi community members should have received an email on 8/3/22 to activate their user accounts to join the community. Check your Spam folder for the email. Please get in touch with us at community@tibco.com for further assistance. Reference the community FAQ to learn more about the community.


Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] IBI - Reports hits counting

Read-Only Read-Only Topic
Go
Search
Notify
Tools
[CLOSED] IBI - Reports hits counting
 Login/Join
 
Member
posted
Hi,

There is a requirement that needs to count the number.of.users/number.of times hitting the IBI Reports .We are using approx 90 reports including dashboard & report assitant reports.

Is there any webfocus tables or Log file is available to find out this details.

Thanks,
Veda

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


Webfocus 7.6.11
Windows XP
HTML,PDF & EXCEL
 
Posts: 16 | Registered: April 29, 2010Report This Post
Guru
posted Hide Post
Veda

I think you can get some information using Resource Analyzer, but I suppose there's a license fee. At one site, I created a usage table with username, procedure name, time etc. Then I wrote a procedure which updated a the usage table and placed a -INCLUDE prcedurename at somewhere at the end in default.wfs (I think, it was a long time ago).

Håkan


WebFOCUS DS 8.0.06/08 DS/AS
WebFOCUS RS 8.0.08 (Linux/IBM i)
WebFOCUS Client 8.0.06 (Linux)
 
Posts: 319 | Location: Stockholm, Sweden | Registered: February 04, 2004Report This Post
Member
posted Hide Post
Create a fex that will insert records into a SQL table, i.e. use &IWAUSER to pass username. Pass a reportname and date timestamp.

include this fex at the top of every report to give you the report usage log you're looking for.
 
Posts: 12 | Location: Dallas, TX | Registered: November 02, 2011Report This Post
Guru
posted Hide Post
I would strongly advise you not to -INCLUDE a focexec in every report, when you can put it in one single place, which all procedures will pass when it's executed.

Håkan


WebFOCUS DS 8.0.06/08 DS/AS
WebFOCUS RS 8.0.08 (Linux/IBM i)
WebFOCUS Client 8.0.06 (Linux)
 
Posts: 319 | Location: Stockholm, Sweden | Registered: February 04, 2004Report This Post
Member
posted Hide Post
I like the advise of puting the fex in one single place.....Thank you Håkan
 
Posts: 12 | Location: Dallas, TX | Registered: November 02, 2011Report This Post
Gold member
posted Hide Post
I do something like this:

'Logging' fex in one place:

1) Inserts a SQL Server/DB2/Oracle table row (oprid, report name, run date, start date/time, end date/time) upon executing the report. End date/time will be empty at this point. (Add whatever fields that might benefit your area (business name, run cycle, etc.))

2) Calls (-INCLUDE) the report fex (passed by variable.)

3) Upon conclusion, update same row's end date/time column.

This gets you not only user hits but execution time as well.


WebFOCUS 8105
Windows;
DB2, UDB, SQL Server, Oracle
FOCUS-WebFOCUS since 1981
 
Posts: 84 | Registered: December 13, 2005Report This Post
Expert
posted Hide Post
This question of logging report runs has been asked many times before, and the same answers come out each time.

A search of the forum would have found this.


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!

 
Posts: 6347 | Location: 33°49'23.0"S, 151°11'41.0"E | Registered: October 31, 2006Report This Post
Member
posted Hide Post
I got the IBI report details information such as date,time,user,counts from ibicm_aplog_whatran table but report names are not displaying fully as expected due to names are taking from the log file not from the IBI dashboard.working on that.if its not giving good progress i can go by 'Logging' fex in one place method.

Thanks for all your suggestions and help.

Thanks,
Veda


Webfocus 7.6.11
Windows XP
HTML,PDF & EXCEL
 
Posts: 16 | Registered: April 29, 2010Report This Post
  Powered by Social Strata  

Read-Only Read-Only Topic

Focal Point    Focal Point Forums  Hop To Forum Categories  WebFOCUS/FOCUS Forum on Focal Point     [CLOSED] IBI - Reports hits counting

Copyright © 1996-2020 Information Builders