Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics CRM (Archived)

Exception while upgrading holding solution using SDK.

(0) ShareShare
ReportReport
Posted on by 290

Hi All,

https://stackoverflow.com/questions/41364576/dynamics-crm-dynamics-365-apply-solution-upgrade-programmatically

I am facing same issue and tried same steps as provided in above link, but getting exceptions as below when executing below code.

{"The action was failed after 0 times of retry. InnerException is: \"The TestAutoComplete_5_0_0_0_managed solution doesn’t have an upgrade that is ready to be applied.\"."}

 public void ImportCRMSolution(string solutionName, string inPutDirectory, IOrganizationService destinationService)

{

ImportSolutionRequest impSolReq = new ImportSolutionRequest()
{
CustomizationFile = fileBytes,
PublishWorkflows = true,
OverwriteUnmanagedCustomizations = true,
HoldingSolution = true,
};

 UpgradeSolution(solutionName, destinationService);

}

public Guid UpgradeSolution(string solutionUniqueName, IOrganizationService service)

{
    var request = new DeleteAndPromoteRequest
    {
        UniqueName = solutionUniqueName
    };
    var response = (DeleteAndPromoteResponse)service.Execute(request);
    return response.SolutionId;
}

Kindly help me ASAP.

Thanks in advance.

*This post is locked for comments

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Congratulations 2024 Spotlight Honorees

Kudos to all of our 2024 community stars! 🎉

Meet the Top 10 leaders for December

Congratulations to our December super stars! 🥳

Start Your Super User Journey

Join the ranks of our community heros! 🦹

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,711 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,458 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans