为何使用Microsoft SQL Server Management Studio连接Integration Services服务失败
检查是否满足以下各项:
1. 首先你要确保当前你使用的Windows账号是有管理员权限的
2. 其次请在打开Microsoft SQL Server Management Studio时,通过右键Run as administrator来打开
3. 如果还是连不上,并且此时你遇到的错误消息类似如下:
Connecting to the Integration Services service on the computer "localhost" failed with the following error: "The specified service does not exist as an installed service.". This error can occur when you try to connect to a SQL Server 2005 Integration Services service from the current version of the SQL Server tools. Instead,add folders to the service configuration file to let the local Integration Services service manage packages on the SQL Server 2005 instance.
答案是:Are you connecting to SSIS from the local server or remotely? The later SSMS versions (16.x and 17.x) will only connect to their respective versions. Microsoft is planning to retire this method in favor of the SSISDB(意思是微软正打算退役Integration Services服务,用SQL Server数据库服务中的Integration Services Catalogs来取代之,从SQL Server 2012开始SSIS项目默认的部署方式都是Integration Services Catalogs了,可见的确Integration Services Catalogs是微软目前推荐的部署方式), which is more secure. Link to the official statement from Microsoft (in the note box).
If connecting remotely, you may need to setup DCOM permissions. Browse to "grant permissions to the service" under the provided link. -- 关于这一点原文链接在此
关于第三点的错误,根本原因还是在于使用了版本不对应的Microsoft SQL Server Management Studio去连接Integration Services服务,例如如果你安装的是SQL Server 2016,那么问题如下:
As noted in the above posts, to manage IS from SSMS, the versions must be compatible. If you have installed SQL and Integration Services 2016, then you have to use SSMS 2016 (not the latest SSMS v17). You can download previous versions of SSMS at the following link:
https://docs.microsoft.com/en-us/sql/ssms/previous-sql-server-management-studio-releases
【推荐】2025 HarmonyOS 鸿蒙创新赛正式启动,百万大奖等你挑战
【推荐】博客园的心动:当一群程序员决定开源共建一个真诚相亲平台
【推荐】开源 Linux 服务器运维管理面板 1Panel V2 版本正式发布
【推荐】轻量又高性能的 SSH 工具 IShell:AI 加持,快人一步
· 在 .NET 中使用内存映射文件构建高性能的进程间通信队列
· 一个 java 空指针异常的解决过程
· 揭开 SQL Server 和 PostgreSQL 填充因子的神秘面纱
· 没有调度器的协程不是好协程,零基础深入浅出 C++20 协程
· 别做抢活的导演:代码中的抽象层次原则
· 今年失业的程序员兄弟姐妹们,你们都去干什么了?
· TinyEditor v4.0 alpha 版本发布:表格更强大,表情更丰富,上传体验超乎想象!
· .NET周刊【7月第2期 2025-07-13】
· 圆方树学习笔记 —— 一种关于点双连通分量的思考方式
· MySQL 17 如何正确地显示随机消息?