Monday, 28 November 2011

how to disable kernel mode authentication in iis7

%windir%\system32\inetsrv\appcmd set config /section:windowsAuthentication /useKernelMode:false

http://blogs.msdn.com/b/tmarq/archive/2007/08/29/iis7-kernel-mode-authentication.aspx

The account specified to run the Microsoft Dynamics CRM application does not have Performance Counter permissions

Error:The account specified to run the Microsoft Dynamics CRM application does not have Performance Counter permissions.

Resolution: On the machine where CRM installation has to be done. Add the domain account to performance log group.
  1. Open Start -> Administrative Tools -> Computer Management.
  2. Navigate to System Tools -> Local Users and Groups -> Groups.
  3. Select the group Performance Log Users, right-click on it and select Add to Group...
  4. Click on the Add button to select your service account.
  5. Click on the OK button when done.

http://praphullaparab.wordpress.com/2011/03/23/first-look-at-microsoft-dynamics-crm-2011-installation/

Action Microsoft.Crm.Setup.Server.GrantConfigDBDatabaseAccessAction failed.


---------------------------
Microsoft Dynamics CRM Setup
---------------------------
Action Microsoft.Crm.Setup.Server.GrantConfigDBDatabaseAccessAction failed.

Windows NT user or group 'domainname\SQLAccessGroup {a2d9c879-7ee6-48da-90f9-b5370f83a4b9}' not found. Check the name again.


---------------------------
Retry   Cancel  
---------------------------
Resoultion: Make sure sql managment studio is closed on all machines.


http://weblogs.asp.net/pabloperalta/archive/2011/09/01/microsoft-crm-setup-server-grantconfigdbdatabaseaccessaction-failed-windows-nt-user-or-group-mydomain-sqlaccessgroup-not-found-check-the-name-again.aspx

Friday, 25 November 2011

CRM 2011, when viewing report it is giving error message

We have done the installation of CRM and installed crm reporting extensions and rollup in this case roll up 4 on SSRS machine, after this done when tried to view built in CRM reports, I got reporting error message, in Event Viewer the error description is

Web service request SetDataSourceCredentials to Report Server http://crmserver/ReportServer failed with SoapException. Error: An error has occurred during report processing. (rsProcessingAborted)

The resolution was quite simple: SQL Reporting services require restart after installation of crm reporting extensions.