Any size limit of input ECC Queue?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-12-2018 02:30 AM
We are fetching few details from Another REST API using JavaScriptProbe in ECC output key. Return data [json] is coming as part of input ECC queue. I can see json data is coming in input ECC queue xml under <output> tag.
Is there any size limit to this data? Or we can have any char size of this?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-20-2018 11:29 PM
Hello Ankur,
We are trying to increate the limited size of input ECC queue to test this scenarios.
Once we do that, will share the result.
Regards,
Ankit
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-13-2018 10:24 PM
Hi Ankit,
Any update on this?
Can you mark my answer as correct, helpful if you were able to achieve the requirement.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-29-2018 11:23 PM
Hi Ankit,
Any update on this?
Can you mark my answer as correct, helpful if you were able to achieve the requirement.
Regards
Ankur
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-14-2018 03:25 AM
Hello Ankur,
We have tried and saw that more data coming as a attachment, but now we have further questions:
What is the significant of below properties? Is it for attached file or reading file?
1) Maximum file attachment size in megabytes: Property : com.glide.attachment.max_size – default is 1GB as per below link -
<https://docs.servicenow.com/bundle/london-platform-administration/page/administer/reference-pages/reference/r_AvailableSystemProperties.html>
2) We are using this API ‘getContent(GlideRecord sysAttachment)’ which return update to 5MB as per below link -
<https://developer.servicenow.com/app.do#!/api_doc?v=london&id=r_SGSA-GlideSysAttachment>
What is our understanding is that "max_size" is for maximum file attachment size and getContent() is for read the content.
So even though attach file have more GBs but we can read only 5MB of data from that attach file.
Is my understanding is correct? and if yes then any way we can increase size of getContent() to read data from attach file.