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-12-2018 02:39 AM
Hi,
By default, records in the ECC Queue older than 7 days are deleted automatically. Customers can set the deletion schedule by updating the table rotation schedule for the ECC queue.
Refer the below link if needed
https://docs.servicenow.com/bundle/helsinki-it-operations-management/page/product/discovery/reference/r_ManageTableSizeForDiscovery.html
Mark my ANSWER as CORRECT and HELPFUL
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-12-2018 03:07 AM
My question is Payload size of ECC[input] queue response. is there any limit?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-12-2018 03:00 AM
Hi Ankit,
Yes there is some limit to the payload field in ecc_queue table?
If it is more than that value it would store the entire content within payload as an attachment to that ecc_queue input record.
Need to check the exact limit
Mark Correct if this solves your issue and also mark Helpful if you find my response worthy based on the impact.
Thanks
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-12-2018 03:25 AM
I think I found the answer - If I search ecc_queue table in ServiceNow [Table -> Name ->ecc_queue] Payload column -> Max Length is 1,048,576.
Is it the correct way to get limit of a column?