Issue while POSTING bigger .xlsx file using HTTP VBO
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-07-21 07:07 AM
I am using Utility HTTP VBO multipart request for Posting .xlsx file
It is working fine with Smaller size but throwing below error with bigger file size (34 MB)
Error :
Could not execute code stage because exception thrown by code stage: Object reference not set to an instance of an object.
When I remove the Try catch block , it shows below error
Could not execute code stage because exception thrown by code stage: The operation Timed out
Hence I assume this is related to timeout. It takes around 2 min 10 seconds before it throws error.
Also it is working from POSTMAN hence nothing wrong from API side
Is there anything needs to be done to increase timeout limit from Blueprism or is there any other issue ?
Please assist.
------------------------------
Kirtish Trivedi
------------------------------
It is working fine with Smaller size but throwing below error with bigger file size (34 MB)
Error :
Could not execute code stage because exception thrown by code stage: Object reference not set to an instance of an object.
When I remove the Try catch block , it shows below error
Could not execute code stage because exception thrown by code stage: The operation Timed out
Hence I assume this is related to timeout. It takes around 2 min 10 seconds before it throws error.
Also it is working from POSTMAN hence nothing wrong from API side
Is there anything needs to be done to increase timeout limit from Blueprism or is there any other issue ?
Please assist.
------------------------------
Kirtish Trivedi
------------------------------
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-07-21 10:28 AM
This is resolved by setting up Request.timeout= 400000 in code
------------------------------
Kirtish Trivedi
------------------------------
------------------------------
Kirtish Trivedi
------------------------------
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
28-07-21 10:32 AM
Great !!
Good to know that it worked. 🙂
------------------------------
Ritansh Jatwani Senior Consultant
Consultant
EY
Gurgaon
*If you find this post helpful mark it as best answer
------------------------------
Good to know that it worked. 🙂
------------------------------
Ritansh Jatwani Senior Consultant
Consultant
EY
Gurgaon
*If you find this post helpful mark it as best answer
------------------------------
