adeel
adeel

Reputation: 35

User Logging history in MS CRM 2011?

I want to know how to get the user loggin history for MS Dynamics CRM 2011? e.g. How manu user access to the CRM and what are their details and datetime be greate.

I have tried looked in IIS log, CRM Trace log but cann't manage to get the list of users who access CRM server in Last week or in certain dates.

It would be appreciated if you help me to solve this problem.

Thanks

Upvotes: 2

Views: 3060

Answers (1)

glosrob
glosrob

Reputation: 6715

You need the latest rollup pack and then it is a native feature.

A good blog on this can be found here

Edit: Based on your comment below, installing rollup pack 5 is not an option. The reasons for that are not given and is something you should look at separately.

You would need to enabled auditing on your organisation and then write a report/custom application that searches auditing logs and filters on the action types below:

AuditAction.UserAccessAuditStarted
AuditAction.UserAccessAuditStopped
AuditAction.UserAccessviaWebServices
AuditAction.UserAccessviaWeb

Example is here. It is a bit long winded, but well commented.

Upvotes: 4

Related Questions