Error after SQL Server 2012 installation: Login Failure for "SQL Server Integration Services 11.0" SSIS service
Posted on 2014-01-28 10:24 nzperfect 阅读(405) 评论(0) 编辑 收藏 举报When you install SQL Server 2012 and you try to connect to SSIS services, you cannot due to that the SSIS service not running. When you manually try to start the SSIS service the service may fail due to login failure of the service account.
By Default, SQL Server 2012 tries to use and create the account: "NT Service\MsDtsServer110" to start the "SQL Server Integration Services 11.0". If the user running the setup does not have enough permissions to create accounts and set the proper permissions so, this account will not be able to start the SSIS Service. This can be due to domain policy in quite large environments.
A simple resolution is to change the service account of the "SQL Server Integration Services 11.0" service to use the "Network Service" account.
作者:nzperfect
出处:http://www.cnblogs.com/nzperfect/
引用或者转载本BLOG的文章请注明原作者和出处,并保留原文章中的版权信息。