Home
> CRM 2011, SQL > Database ‘Org_MSCRM’ cannot be started in this edition of SQL Server because it contains a partition function ‘AuditPFN’ – Error while restoring organization
Database ‘Org_MSCRM’ cannot be started in this edition of SQL Server because it contains a partition function ‘AuditPFN’ – Error while restoring organization
Hi,
I got below error, when I was trying to restore an organization database from SQL server enterprise edition to SQL server developer / Data center editions
Database ‘Org_MSCRM’ cannot be started in this edition of SQL Server because it contains a partition function ‘AuditPFN’. Only Enterprise edition of SQL Server supports partitioning.
Reason :-
- When CRM 2011 is installed using a SQL Server Enterprise edition, a partition is automaticallycreated for the auditing functionality of CRM 2011.
- The AuditBase table then uses partitioning (which is only available for SQL Server Enterprise).
Fix :-
- Either upgrade current SQL version to Enterprise
- OR
- We have to run the script to recreate all the indexes on the Primary partition and then drops the partition
- Refer below MSDN KB article
Below is the useful article on the same
🙂
Categories: CRM 2011, SQL
AuditPFN, CRM 2011, error while restoring database
Comments (0)
Trackbacks (1)
Leave a comment
Trackback
-
June 30, 2012 at 4:53 AMDid You Know, Dynamics CRM & xRM #16 « North52