Good morning, all! Is it possible to find the number of times a report is run by users (not scheduled jobs)? If 'yes', what log file would I need to look at to find said info? We are using iHub 3.1.1
Thanks in advance for any help provided!
Scott
Hi Scott,
There is not a direct correlation from user to report run or view in the iHub 3.1.1. It is likely that future version of the iHub, possibly 21.3, will contain the job name in the jsrvrihub log for the requests, which would allow you to parse the jsrvrihub log and correlate the information.
As for iHub 3.1.1, In the /iHub/data/server/log directory, there are access logs that could get you some of the information you are looking to get. Please take a look at the following documentation (I'm fairly sure it's the same for iHub 3.1.1) on how to read the access logs: https://knowledge.opentext.com/knowledge/llisapi.dll/fetch/2001/60767075/61299188/61446610/62338966/-/E._iHub_16__Installation%2C_Configuration%2C_and_Administration_Guide.pdf?nodeid=62385477&vernum=-2
Other than that, you could maybe add your own tracking using scripting in a report to create a custom log or the like. Our Professional Services may also be able to help with additional custom alternatives.