보고서 서버에 연결할 수 없습니다.http://utmvti0176/Reports/browse/ASPIREv5Test. TargetServerURL이 유효하고 보고서 서버에 연결할 수 있는 올바른 권한이 있는지 확인하세요. (Microsoft SQL Server 보고서 디자이너)
===================================
원격 서버(시스템)에 연결할 수 없습니다.
프로그램 위치:
System.Net.HttpWebRequest.GetRequestStream(TransportContext& 컨텍스트) at System.Net.HttpWebRequest.GetRequestStream() at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] 매개변수) at Microsoft.SqlServer.ReportingServices2010. Microsoft.SqlServer.ReportingServices2010.RSConnection2010.SoapMethodWrapper`1.ExecuteMethod(Boolean setConnectionProtocol)의 Microsoft.SqlServer.ReportingServices2010.RSConnection2010.SetConnectionProtocol()의 ReportingService2010.IsSSLRequired() ReportServiceClient2010의 Connection2010.ListItemTypes()입니다. Microsoft.ReportDesigner.Project.ReportClientManager.DetectEndpointAndAuthenticate(문자열 URL, ICredentials 자격 증명, 문자열& authCookieName, 쿠키& authCookie, EndpointType& 엔드포인트 유형)의 CheckAuthenticated() Microsoft.ReportDesigner.Project.ReportClientManager.DetectEndpointAndAuthenticate(문자열 URL, ConnectionProperties& 연결 속성) at Microsoft.ReportDesigner .Project.ReportClientManager.GetCredentials(String url, CancelFlag cancelFlag, IPromptCreds 프롬프트Credentials) at Microsoft.ReportDesigner.Project.ReportProjectDeployer.PrepareDeploy()
===================================
대상 컴퓨터에서 적극적으로 거부했기 때문에 연결할 수 없습니다. 172.20.154.164:443(시스템)
프로그램 위치:
System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapshot, SocketAddress 소켓 주소) at System.Net.ServicePoint.ConnectSocketInternal(Boolean connectFailure, 소켓 s4, 소켓 s6, 소켓& 소켓, IPAddress& 주소, ConnectSocketState 상태, IAsyncResult asyncResult, 예외& 예외)
답변1
라인 :-
"No connection could be made because the target machine actively refused it 172.20.154.164:443 "
여기서 핵심을 알려드립니다.
포트 443에서 수신 대기하는 172.20.154.164에 있어야 하는 것은 수신 대기 중이 아닙니다(실행되지 않거나 잘못 구성되어 있음). 연결을 이해하지 못해 연결을 차단하는 포트에서 수신 대기 중인 다른 항목이 있습니다. 또는 다른 요인이 연결을 특별히 차단했습니다(예: 방화벽). 대상 시스템의 IP 주소가 올바르지 않을 수 있습니다.
여기에서해야 할 일 :-
서비스가 올바른 대상 시스템에서 실행되고 있는지 확인하십시오. 올바른 포트로 구성되어 있습니다. 다른 서비스가 충돌하거나 연결을 차단하지 않는지 확인하세요.
오류에 따르면 물리적 연결은 양호하므로 핑 테스트에서는 추가 정보를 제공하지 않습니다. (적극적 거부는 이를 배제합니다).