SAP .NET connector takes a long time to fetch results on first attempt

Posted by kumar on Stack Overflow See other posts from Stack Overflow or by kumar
Published on 2011-09-15T08:46:31Z Indexed on 2012/09/19 9:38 UTC
Read the original article Hit count: 259

Filed under:
|
|

I have an issue with the SAP .NET Connector

I have built a web application (ASP.NET, C#) that connects to SAP BAPI procedure to fetch results from SAP database.

I have connected it to SAP BAPI procedure and it also fetches the results for the web application.

My issue is, during the first attempt it takes 25 to 30 seconds to fetch the results, but from the second attempt onwards the results are fetched with no time.

I don't know exactly why it is taking so long to fetch the results on the first attempt.

Can somebody help me with this?

© Stack Overflow or respective owner

Related posts about c#

Related posts about ASP.NET