Skip to main content

Notifications

Microsoft Dynamics CRM (Archived)

Is there a way to check solution uninstall progress?

(0) ShareShare
ReportReport
Posted on by

Is there a way to track the progress of uninstalling a solution? The solution delete is running for about 10 hours now. Appreciate a quick response. Thank you!

*This post is locked for comments

  • crexin Profile Picture
    crexin 137 on at
    RE: Is there a way to check solution uninstall progress?

    I like this as it is a nice light weight means of monitoring progress.  It's not perfect, but maybe wrapping it in a loop, it could give a more automated means of monitoring the progress.

    Chad

  • Resh Profile Picture
    Resh on at
    RE: Is there a way to check solution uninstall progress?

    Hi Chad,

    Solution delete consumes lot of time and I think to start a SQL profiler trace may make it worse. Running the below scripts will tell if the deletion is running or it is hung.

    select count(AttributeId) from attribute (nolock);

    select count(EntityId) from Entity (nolock);

  • crexin Profile Picture
    crexin 137 on at
    RE: Is there a way to check solution uninstall progress?

    Hi Reshmid,

    There really isn't a great way to track the progress of uninstalling a solution in Microsoft CRM, but what I usually do if you are using an OnPremise install, is to start a SQL Profiler trace on the SQL Server and ensure that you are including RPC Starting, RPC Completed, Batch Starting, and Batch Completed events.  This way you can see the queries generated and should see some deletes of attributes and components related to the solution if it's truly still processing.  The other thing that can sometimes happen is that there may have been SQL Blocking that caused the process to stop and the error didn't get bubbled back up to the application.

    Hopefully this helps some.

    Chad Rexin

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

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Announcing Forum Attachment Improvements!

We're excited to announce that attachments for replies in forums and improved…

Vahid Ghafarpour – Community Spotlight

We are excited to recognize Vahid Ghafarpour as our February 2025 Community…

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,969 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 230,842 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans