Microsoft SSIS Service failed to start. Configuration system failed to initialize

In this article, we will be discussing about the error message: “Microsoft SSIS Service failed to start. Configuration system failed to initialize”.  We will talk about what this error message means, as well as, how you can resolve it.

 

About the “Microsoft SSIS Service failed to start” Issue

It happened at some point to encounter problems with SQL Server Integration Services 11.0 (SSIS) not being able to start. This occurred on a Windows 2008 R2 server that has been regularly patched. After checking in Windows Event Viewer, I found the exact error message which was: Microsoft SSIS Service failed to start. Error: Configuration system failed to initialize.

 

The Unsuccessful Attempt to Resolve the Issue

The first thing I tried, was to change the service account used for starting SSIS and use for example “Local Service”. Unfortunately, the problem was not solved.

Microsoft SSIS Service failed to start. Configuration system failed to initialize - Troubleshooting article on SQLNetHub

However, at some point it occurred to me that hey, I have written in the recent past another blog post that again had to do with services not being able to start and that it was .NET Framework-related stuff.

 

What Finally Solved the Issue

So, what I  finally did, was to check the “machine.config” permissions under the “Security” tab in the file’s properties for both 32-bit and 64-bit .NET versions. These files can be found in:

  • C:\Windows\Microsoft.NET\Framework\v4.0.30319\Config
  • C:\Windows\Microsoft.NET\Framework64\v4.0.30319\Config

There, while checking the permissions, I observed that the local users group, did not have access on the “machine.config” file of .NET Framework config. This is wrong, they should have.

So, right after the above troubleshooting exercise, I granted the two below file permissions on “machine.config” for the local users group:

  • Read & execute
  • Read

Right after the above action, SSIS started and worked like a charm!

 

Strengthen your SQL Server Administration Skills – Enroll to our Online Course!

Check our online course on Udemy titled “Essential SQL Server Administration Tips(special limited-time discount included in link).

Via the course, you will learn essential hands-on SQL Server Administration tips on SQL Server maintenance, security, performance, integration, error handling and more. Many live demonstrations and downloadable resources included!

Essential SQL Server Administration Tips - Online Course with Live Demonstrations and Hands-on Guides
(Lifetime Access/ Live Demos / Downloadable Resources and more!)

Learn More

 

 

Featured Online Courses:

 

Check our other related .NET articles:

 

Subscribe to our newsletter and stay up to date!

Check out our latest software releases!

Check out Artemakis’s eBooks!

 

Rate this article: 1 Star2 Stars3 Stars4 Stars5 Stars (3 votes, average: 5.00 out of 5)

Loading...

Reference: SQLNetHub.com (https://www.sqlnethub.com)

© 2018 SQLNetHub