Question

Limit on concurrent connections to soapgateway?

  • 4 November 2019
  • 3 replies
  • 527 views

Userlevel 1
Badge +2

Is there a limit to concurrent connections that can be operated by the fndext/soapgateway in IFS MWS Apps9? 

We see occasional network errors thrown by application logic in PLSQL that uses the PLSQLAP to communicate and call an activity in IFS MWS. It fails with message UTL_HTTP_ERRORS: Network error code 2, while communicating with application server.

 

So it is not an unreachable issue (UTL_HTTP_DOWN). Any idea where we can trace this error? a log file to look at perhaps?

 


3 replies

Userlevel 7
Badge +19

Isn’t there any more information in oracle logs (alerts and traces)? 

 

From the MWS, I think you can check the HttpServer access logs, HttpServer logs, Managed Server access logs and finally managed server logs. Check where the request ends in probably with an error. 

Userlevel 7
Badge +20

Hi Suranga,

 

Try increasing ThreadsPerChild parameter in the OHS configurations. It worked once for me for a similar scenario where integration running slow and get HTTP 504 Gateway Time-out error time to time.

https://wit.ifsworld.com/f1docs/apps9/Foundation1/020_installation/020_installing_fresh_system/040_installing_ifs_applications/030_deploy_middle_tier/hidden_itd/180_0HS_parameter_configuration_.htm

 

Cheers!

Userlevel 1
Badge +2

Thanks @Rusiru and @dsj  for your comments. we are checking things with  the timeout settings

Reply