2010-12-21 4 views
1

:e Great Plains Error에 연결 : 'Timeout expired'- 수정 방법? 는 SOAP 호출에서 대평원에서 지난 30 일부터 화해 주문을 내려고 다음과 같은 오류를 받기

Server</faultcode><faultstring>System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.Data.SqlClient.SqlException: Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding. at System.Data.SqlClient.SqlConnection.OnError(SqlException exception, Boolean breakConnection) at System.Data.SqlClient.SqlInternalConnection.OnError(SqlException exception, Boolean breakConnection)

가 어떻게 결정하거나 제한 시간 설정을 변경할 수 있습니까? 그것은 연결 문자열 변수입니까? 그것은 web.config 파일에서 얻을 수

ConnectionString = ConfigurationManager.ConnectionStrings["gp"].ToString(); 

: 우리의 웹 서비스 방법에있어서, 처음에이있다

<configuration> 

    <appSettings/> 
    <connectionStrings> 
     <add name="gp" connectionString="Data Source=10.10.10.90;Integrated Security=SSPI;Persist Security Info=False;trusted_connection=true;Initial Catalog=DEFAULT;" /> 
    </connectionStrings> 
    <system.web> 

모든 ASP /을 eConnect에 정통한이가 근무하고있다 그 몇 주 전에 타임 아웃 오류가 시작될 때까지

답변

1

기록을 15 일로 줄이면이 ​​문제가 완화됩니다.