join域后无法访问SQLServer

我在高级模式下configurationTFS 2012,这意味着Sql Server在另一台机器上。 当我需要指定数据库服务器(在TFSconfiguration中)时,由于SqlServer主机不可访问而失败。

TFS255049: A connection cannot be made to the server that is running SQL Server. Verify that you have entered the correct name for the server, including the instance name, that the server you are attempting to connect to is online, and that you have the required persomissions to connect. If you are attempting to connect to the remote SQL Server instance, then verify that it is configured to allow remote connections, that TCP/IP protocol is both enabled and configured to use port 1433 (default), and that Windows Firewall does not block this port. 

另外,当我ping到databaseserver ,ping失败。

但是,如果我从数据库服务器中删除数据库服务器,那么configuration在这个步骤中不会失败(数据库服务器是可访问的),但显然在下一步中失败(因为需要对SqlServer进行身份validation的帐户,数据库服务器必须join到域)。

我错过了什么?

编辑

gpresult文件看起来像这样(西class牙文,希望它不会是一个问题…)

 Denied GPOs Default Domain Policy Ubicación de vínculo pinard.local Extensiones configuradas Exigido No Deshabilitado Ninguno Filtros de seguridad NT AUTHORITY\Usuarios autentificados Revisión AD (0), SYSVOL (0) Filtro WMI Causa denegada Vacío Local Group Policy Ubicación de vínculo Local Extensiones configuradas Exigido No Deshabilitado Ninguno Filtros de seguridad Revisión AD (0), SYSVOL (0) Filtro WMI Causa denegada Vacío 

我遇到了同样的错误。 在SQL Server上,尝试打开SQL通信的端口。 这就是我所做的。 这里是我做的一篇博文。

http://elhajj.wordpress.com/2013/02/25/workaround-error-tf255049-punching-a-hole-through-windows-firewall/

在Windows防火墙中,您可以根据您向操作系统标识networking的方式来定义端口,这可能会解释为什么它可以在工作组/非域中运行。 默认情况下,所有networking都设置为禁止传入数据包。

祝你好运