hi
I am getting the below exception while upgrading MS CRM 2015 to MS CRM 2016 in the view log file of the Import wizard.
By using below query I found the which entity is causing the issue,
It returns the entity name "KnowledgeBaseRecord":
select * from MetadataSchema.Entity where EntityId = '80078999-5cd1-ea11-80ce-0050569d457e'
The dependent component Entity (Id=1eda6b9d-8419-e411-8e13-0024e8412450) does not exist.
Failure trying to associate it with EntityRelationshipRole (Id=80078999-5cd1-ea11-80ce-0050569d457e) as a dependency.
Missing dependency lookup type = PrimaryKeyLookup.
how can i resolve this issue?
Thanks