Share via

Error Update SQL Sever version

Urbel 545 Reputation points
2026-04-09T10:00:07.8+00:00

Hi Expert,

I'm updating SQL Server 2019 RTM version with Latest Update version but failed that report log message " The NT service 'MsDtsServer150' could not be stopped"

what should i do to resolve this error?

great thanks for all

warm regards,

UrBel

SQL Server Database Engine
0 comments No comments

Answer accepted by question author
  1. Q&A Assist
    2026-04-09T10:00:21.3633333+00:00
    AI generated content. This question contains an answer created with AI from Q&A Assist. Learn more

    The error indicates that Setup cannot stop the SSIS service NT Service\MsDtsServer150 while applying the SQL Server 2019 update. This prevents the update from proceeding.

    Use the following steps to resolve it:

    1. Before running the update, manually stop the SSIS service:
      • Open Services.msc.
      • Locate SQL Server Integration Services 15.0 (service name MsDtsServer150).
      • Stop the service.
      • Ensure no SSIS packages or tools are currently using the service.
    2. Run the SQL Server 2019 update again as an administrator.
    3. If the service cannot be stopped from Services:
      • Check for any SSIS-related processes or scheduled tasks using the service and stop them.
      • Use SQL Server Configuration Manager to stop the SSIS service.
      • If still blocked, restart the server to clear any hung handles, then stop the service immediately after reboot and rerun the update.
    4. After the update completes successfully, verify:
      • SQL Server and SSIS versions are updated.
      • All required SQL Server services start normally.

    If the update still fails, review the setup logs under C:\Program Files\Microsoft SQL Server\150\Setup Bootstrap\Log (summary.txt and details.txt) for additional blocking errors and address those before retrying.


    References:

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.