Hi ,
I am trying to import a solution in my existing MS CRM 2011
Solution Name : Entitiesforproductiontest_1_0.zip
Type : Unmanaged
Size : 135 KB
I am getting an error in Lead entity (Which is customized by me & included in Solution) to import this solution :
Error Code : 0x80044150
Message : Column names in each table must be unique. Column name 'new_CompanyID' in table 'LeadExtensionBase' is specified more than once.
I searched over the net & got soltion that I have to run this command :
Microsoft.Crm.Se.OrgDbOrgSettingsTool.exe update Test LookupNameMatchesDuringImport True
When I am running above command again getting an error :
Error occurred in OrgDBOrgSettings and the error details are The request channel timed out while waiting for a reply after 00:01:59.9843729. Increase the timeout value passed to the call to Request or increase the SendTimeout value on the Binding. The time allotted to this operation may have been a portion of a longer timeout.The HTTP request to 'http://test-crm:5555/XrmServices/2011/Discovery.svc' has exceeded the allotted timeout of 00:02:00. The time allotted to this operation may have been a portion of a longer timeout.
Please help to resolve these errors.