During our DEV server builds we came across a bug during an import of CRM Organizations. When we would try to import a refresh of production to DEV we received the following error in the Install log.
Could not find stored procedure p_CreateAuditEntry
After some testing we figured out that this error happens when you try to restore a second copy of production on the same DEV machine as a different organization. We wanted multiple organizations on our DEV server to test different upgrades and such. The first copy of production would import just fine. However when we tried to refresh a second copy of prod into a different organization we would hit this error.
The fix is pretty simple, however you cannot run this fix in a production CRM envrionment. Running the fix will void your warranty with Microsoft because we are modifying the MSCRM_CONFIG database.
DO NOT RUN THIS IN YOUR PRODUCTION ENVIRONMENT EVER.
Connect to your MSCRM_CONFIG Database using SQL Server Management Studio and execute the script below.
Now you can try to import your organization again and it should no longer give you an error.
CRM Organization Import Could not find stored procedure p_CreateAuditEntry
8:49 AM / by thejoestory / with No comments /
Related Posts:
CRM Refresh using PowerShellWe just started using CRM and wanted to get rid of the manual process of refreshing CRM from Production to QA\Dev for our developers. Our environmen… Read More
BizTalk System.EnterpriseServices.TransactionProxyExceptionAre you tired of reading article after article on this error telling you to check the firewall settings? Tired of vague statements about checking netw… Read More
Export CRM Users List Using PowerShell How this came about: I was asked by the Manager of the QA team to send her a list of who had access to the QA environment; after… Read More
CRM Audit Counts ReportDuring our first few deployment weeks, management wanted some metrics showing user activity. If you have auditing turned on CRM will track when Opport… Read More
Install AX Enterprise Portal on SharePoint 2013 Multi Server FarmHow I Installed Enterprise Portal on a SharePoint 2013 Multi Server Farm Brief overview of SharePoint 2013 farm. 1 Application server on Wind… Read More
0 comments:
Post a Comment