In G-D we trust DEVOPS AFTER APPLYING SOLUTION UPGRADE - PART 2 We have dynamics crm 2016 version 8.1.0. After a second delete of many fields, we got errors updating the same solution. the errors were: solution With Id = old GUID Does Not Exist There should not be more than one component instance for a solution being upgraded. Solution id: '30164bce-d912-4caa-a569-39330cf7ce27' After analyzing the error, we wrote the following code to solve or issue. this is unsupported , and it can be done only on an on-premise environment. Be careful and please run first at a test environment , before running on production. select AttributeMapId ,OverwriteTime, CreatedOn, SolutionId , rank () over (partition by attributemapid order by OverwriteTime desc) as rnk into #tmpww FROM AttributeMapBase where solutionid='30164bce-d912-4caa-a569-39330cf7ce27' --and OverwriteTime ='1900-01-01 00:00:00.000' --select * from SolutionBase where solutionid='30164bce-d912-4caa-a56...
Search This Blog
AJ-CRM
With many years of CRM development, I finally dare to share nice unique stuff. disclaimer: 1) Please note that these are my personal blog posts and that this does not necessarily reflect the way my employer works. 2) Most of the postings are about unsupported modifications. If you do apply these changes to your implementation, then I, my employer and Microsoft cannot be hold responsible for any issues that it might cause. credit of disclaimer: http://ronaldlemmen.blogspot.com/
Posts
Featured
Latest Posts
Devops after applying solution upgrade - part 1
- Get link
- X
- Other Apps