can not access sql server developer sp1 ssis from ssms

▼魔方 西西 提交于 2020-01-05 07:03:14

问题


I am installing Sql server 2016 Sp1 developer on Azure VM Windows 2012 R2 datacenter. The database engine and analysis service (SSAS) are working proerpty however integration service (SSIS) is inaccessible even the service is running.

The services are running:

but I could not login from SSMS (run as Administrator). The message error is "The specified service does not exist as an installed service":


回答1:


On SQL2005, SSIS service doesn't do much - are you sure you need it?

This https://social.msdn.microsoft.com/Forums/sqlserver/en-US/279d724f-fb97-4d9a-ac6f-b0de4de8d0fb/ssis-port?forum=sqlintegrationservices says it runs on port 135 so I guess you haven't opened that port

On SQL 2016, SSIS service does even less. You don't use it. It's only there for backwards compatability. You use the SSIS catalog instead.

See here for info on creating the catalog

https://msdn.microsoft.com/en-us/library/gg471509(v=sql.120).aspx



来源:https://stackoverflow.com/questions/44024581/can-not-access-sql-server-developer-sp1-ssis-from-ssms

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!