Receivables - EBS (MOSC)

MOSC Banner

Connection/Session timeout during large CSV file upload through OAF page

Hello All,

We have a requirement to upload large CSV file (till 1 lac record) through OAF page. Upload is working till 40K records but more than 40K records file is failing and connection is timing out.

We have increased the ICX: Session Timeout profile value to 720 but still not working.

Pasting the controller code for upload below:

    OAViewObject csvVO = (OAViewObject) am1.findViewObject("XxStgEOVO1");

  OAViewObject csvHeadVO = (OAViewObject) am1.findViewObject("XxOptionEOVO1");

  if (pageContext.getParameter("UploadButton") != null) {

   // Get the unique group id value

   String SequenceValue = (String) pageContext.getSessionValue("SequenceValue");

   HashMap params =new HashMap(1);

   params.put("UniqueGroupId",SequenceValue);

    

   //Get Data of uploaded CSV file

Tagged:

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center