Scenario: System working fine on 7.0.1.228. I exported all customizations and imported them into 7.1.0.1086.
I am working with the MS sample data at the moment. I have enabled all the sample Business Rules.
Problem: When adding a new Product I receive the error below:
Unhandled Exception: System.ServiceModel.FaultException`1[[Microsoft.Xrm.Sdk.OrganizationServiceFault, Microsoft.Xrm.Sdk, Version=7.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35]]: uom With Id = f5a217f2-74b0-466f-833b-5726d08793f7 Does Not ExistDetail:
<OrganizationServiceFault xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/xrm/2011/Contracts">
<ErrorCode>-2147220969</ErrorCode>
<ErrorDetails xmlns:d2p1="http://schemas.datacontract.org/2004/07/System.Collections.Generic" />
<Message>uom With Id = f5a217f2-74b0-466f-833b-5726d08793f7 Does Not Exist</Message>
<Timestamp>2015-06-04T08:26:48.8257021Z</Timestamp>
<InnerFault i:nil="true" />
<TraceText i:nil="true" />
</OrganizationServiceFault>
How can I decipher what the missing UOM is?
Many Thanks.
*This post is locked for comments
I have the same question (0)