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