hello everybody,
How do I know how many users have accessed ARIS business Publisher on a daily or weekly bases?
any one could help me, appreciate your support.
regards.
hello everybody,
How do I know how many users have accessed ARIS business Publisher on a daily or weekly bases?
any one could help me, appreciate your support.
regards.
Hi
there is a standard implementation to get information about log-in processes, web page access etc. in Business Publisher monitoring logging files. This feature is in default deactivated.
Go to
...\businesspublisher\WEB-INF\Spring\Core\...
and serach for file "SpringCoreMonitoring.xml"
All entries have a control "constructor-arg". The value param you have to set to "true" to activate the monitoring feature. If activated you found the monitoring logging entries in:
...\businesspublisher\log\monitoring\...
But be careful this feature will produce huge amount of data in the logging files.
Example:
Hi,
Thank you jens for sharing this info. However I believe the logging of model accessed would be better as web access logging would give you too many information of get and post .
In essence people logon to business publisher to see the models. So the following would be better. Because it will give one line log for each model access And if you want to check which models were checked most you can search the guid of the models from the database.
To search any model by GUID you can use this.
http://www.ariscommunity.com/users/mr-abhijit-das/2011-08-16-solution-find-guid
We are running ARIS Business Publisher Server 7.1 SR 7 and I can't find the SpringCoreMonitoring.xml file :-(
Do we need a later version?
thanks in advanced
Hi Michael.
Yes. I'm not sure but I think it was a feature of 7.1 SR9...or even better install the current 7.2 version :)
Regards!
Hi All,
I have modified the SpringCoreMonitoring.xml as you explained above, However we are not getting any data in the log files. Can you please help me what else I have to do? Many thanks in advance.
Best Regards,
Srinivas.