Qualys Integration runs fails with error - attachment size exceeds the limit of XX MB.Issue The Qualys Integration fails with the following error: "Encountered error running the integration. TypeError: Cannot convert null to an object."ReleaseALLCause-Upon checking the node logs you will find the error "Attachment size exceeds the limit of XXMB."ERROR *** sys_attachment: Qualys Host Detection Integration_2025-05-15 05:44:59.xml : Attachment size exceeds the limit of 10MB.-The XML response attachments received from scanner exceeds the value configured in system property - com.glide.attachment.max_sizeResolutionIncrease the attachment size limit by updating the system property: 1.Navigate to System Properties 2.Locate the property:com.glide.attachment.max_size 3.Increase the value to 50 MB (or higher as required). 4.Save the changes and re-run the integration to resolve the issue⚠️ Note: Always validate with your platform/security team before increasing attachment size limits, as it may have implications on performance or security. -The default maximum size limit for an attachment file that can be added to a record on the Now platform is 1024 MB.-Doc:https://www.servicenow.com/docs/bundle/yokohama-platform-security/page/administer/security-center/reference/sc-max-allowed-attachment-size.htmlAs an alternative approach, you can lower the truncation limit to reduce attachment size sent by the scanner. To reduce the attachment size, follow these steps: 1.Navigate to Integration Instances > Qualys. 2.In the Vulnerability Integrations related list, open the relevant integration record. 3.Under Instance Parameters, locate the Truncation Limit parameter. 4.The default value may be set to 500. 5.Update it to a lower value (e.g., 200) to reduce attachment size. 6.Rerun the integration to apply the updated setting.