Any size limit of input ECC Queue?

Ankit Bansal
Kilo Contributor

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?

13 REPLIES 13

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

Hi Ankit,

Any update on this?
Can you mark my answer as correct, helpful if you were able to achieve the requirement. 

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Hi Ankit,

Any update on this?
Can you mark my answer as correct, helpful if you were able to achieve the requirement. 

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

Ankit Bansal
Kilo Contributor

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.