Hi Guys,
while sending data to MSSQL via SOAP adapter, but we are getting following error;
com.sap.engine.interfaces.messaging.api.exception.MessagingException: SOAP: response message contains an error XIAdapter/PARSING/ADAPTER.SOAP_EXCEPTION - soap fault: System.Web.Services.Protocols.SoapException: Server was unable to process request. ---> System.InvalidOperationException: Timeout expired. The timeout period elapsed prior to obtaining a connection from the pool. This may have occurred because all pooled connections were in use and max pool size was reached. at System.Data.ProviderBase.DbConnectionFactory.GetConnection(DbConnection owningConnection) at System.Data.ProviderBase.DbConnectionClosed.OpenConnection(DbConnection outerConnection, DbConnectionFactory connectionFactory) at System.Data.SqlClient.SqlConnection.Open() at PROD.find() in C:\inetpub\wwwroot\prd\App_Code\Data Class\PROD.vb:line 289 at Service.Dosyalar(SAP Table) in C:\inetpub\wwwroot\prd\App_Code\Service.vb:line 1647 --- End of inner exception stack trace
Is this exception on SOAP Adapter Receiver side to handle or by the server side?
Thank you in advance
PM