Qualys Import Fails With Error: Encountered error running the integration. TypeError: Cannot find function checkAttachmentForErrors in object [object Object]Issue You attempt to run a Qualys Import, but it fails with this error: Qualys Import Fails With Error: Encountered error running the integration. TypeError: Cannot find function checkAttachmentForErrors in object [object Object]ReleaseApplies to any release.CauseThe script include QualysHostDetectionIntegration2 callis the function checkAttachmentForErrors here:var error = (new sn_vul_qualys.QualysUtil()).checkAttachmentForErrors(sys_id);Which is expected to be in the script include QualysUtil, but the function does not exist in that script include due to it being customized and not replaced when Qualys was upgraded at a later date where the checkAttachmentForErrors function was added to QualysUtil. Since QualysUtil was modified it was not replaced by the new upgraded version.ResolutionTo resolve this do either of the following:(1) Use the latest version of the QualysUtil script include:(a) Go into the "Qualys Vulnerability Integration" Application(b) Go to the QualysUtil script include record (c) Under Versions select the latest out of the box version one where Source = Store Application: Qualys Vulnerability Integration(d) Under Related Links select "Revert to this version" - this will replace the older customized version with this latest out of the box version which will include the checkAttachmentForErrors function OR (2) Merge the current customized version and the newer out of the box version to incorporate your customizations into the newer out of the box version, which will of course include the needed function checkAttachmentForErrors. Doing this will again cause future updates to QualysUtil to be skipped if there is a future upgrade where this script is meant to be updated by the upgrade.