a connection cannot be made to redirector. Ensure that 'sql browser' service is running

狂风中的少年 提交于 2019-12-23 20:25:50

问题


So Im trying this sql server 2012, and I cant open any ssis package due to this error

a connection cannot be made to redirector. Ensure that 'sql browser' service is running

my Sql Browser is running for sure, I tried changing it under local service, local system and network, still no result yet, any help would be appreciated

Thanks


回答1:


This error seems to related only to named instances. The reason is SQL client is not able to resolve instance because SQL client has no access SQL Browser Service. SQL Browser Service resolves instance name

  1. Ensure SQL browser service is running
  2. Ensure the port on which SQL browser service runs, is not blocked from PC (default port 2382)

Alternatively, you can bypass SQL Browser Service, by mentioning "Server:Port" instead of "Server\instance name", in the client connection properties



来源:https://stackoverflow.com/questions/11005007/a-connection-cannot-be-made-to-redirector-ensure-that-sql-browser-service-is

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