Core component of SQL Server for storing, processing, and securing data
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:
- 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.
- Run the SQL Server 2019 update again as an administrator.
- 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.
- 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: