I am trying to import an organization from crm 4 to crm 2011
Below is the error I receive
System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> Microsoft.Crm.CrmException: The dependent component Entity (Id=5f2e7ae7-d327-49b5-a343-61d48f1bcd28) does not exist. Failure trying to associate it with EntityRelationshipRole (Id=f6b1b0e9-f61a-434d-8dc8-a3417eccb233) as a dependency. Missing dependency lookup type = PrimaryKeyLookup.
I queried SQL & found out that the error means the below:
The dependent component Entity (TransactionCurrency) does not exist. Failure trying to associate it with EntityRelationshipRole (TransactionCurrency_KbArticle) as a dependency.
These are system entities, please advise how can I proceed
*This post is locked for comments