cancel
Showing results for 
Search instead for 
Did you mean: 

SOAP_http://sap.com/xi/XI/SystemCall

0 Kudos

Hello Friends,

Can u please tell me the process how to check  maximum number of thread used by soap synchronous process in day  so that we can set maximum number of thread in PI accordingly we are using SAP PI 7.4 Dual Stack "SOAP_http://sap.com/xi/XI/SystemCall" . Soap service are called by third party system.

Accepted Solutions (0)

Answers (1)

Answers (1)

nitindeshpande
Active Contributor
0 Kudos

Hello,

Can you please tell us, what is the problem that you are facing?

You can check the number of processes to SOAP using the Adapter Engine Status Monitoring -    

Login to PIMON - http://<host>:<port>/pimon

Adapter Engine -> Adapter Engine Status -> Messaging Overview

To check the number of threads assigned for the call -

Adapter Engine -> Adapter Engine Status -> Additional Data -> Queues

Regards,

Nitin

0 Kudos

While Calling PI Service from Third Party System user is getting

System.Net.WebException: The operation has timed out

   at System.Net.HttpWebRequest.GetRequestStream(TransportContext& context)

   at System.Net.HttpWebRequest.GetRequestStream()

   at System.Web.Services.Protocols.SoapHttpClientProtocol.Invoke(String methodName, Object[] parameters)

   at PO.NDPL.InterfaceProcessors.poCustServiceReference.XI_1ee9ca4ff0e43d8084f45800464ceb1f_Service.PlannedOutage_OMS_Out(order[] getCustomerList)

   at PO.NDPL.InterfaceProcessors.MessageParser.ConsumeServiceReference(poCustomerXMLSchema[] reqData, Int32[] msgAppSpecific, String username, String passwd)