Hello,
I'd like to ask for your help in solving a problem with dynamics crm that occured for the last couple of weeks. We noticed that we can't create lookup fields anymore.
The Server prints an unhandled exception:
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: System.Data.SqlClient.SqlException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #DD2C83E6Detail:
<OrganizationServiceFault xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/xrm/2011/Contracts">
<ErrorCode>-2147220970</ErrorCode>
<ErrorDetails xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic" />
<Message>System.Data.SqlClient.SqlException: Microsoft Dynamics CRM has experienced an error. Reference number for administrators or support: #DD2C83E6</Message>
<Timestamp>2013-06-21T11:01:35.4072785Z</Timestamp>
<InnerFault i:nil="true" />
<TraceText i:nil="true" />
</OrganizationServiceFault>
I already tried the following things:
- Restart AsyncServices
- Restart the Server
- Check SQL database size limit
- Install Update Rollup 13
and nothing changed. The weird thing about this error is that it occured without major changes being made at the server or the system.
Thank you very much for your help.
Matteo Ostermeier