"Error: Payload size of 98674558 bytes exceeded maximum of 60000000 bytes." when executing Tenable Vulnerability Integration Issue If the payload size coming back from Tenable is over 60MB you might see an error similar to "Error: Payload size of 98674558 bytes exceeded the maximum of 60000000 bytes." when executing Tenable Vulnerability IntegrationReleaseAll current ServiceNow releasesCauseIf the API calls that the integration makes result in a large amount of data coming back from Tenable this can exceed the maximum payload size supported by the instance's ECC queue. While it's possible to increase this maximum payload size (change MID Server parameter mid.eccq.max_payload_size) we have found that in practice increasing this payload size limit can lead to timeouts.ResolutionThe best solution is to reduce the amount of data that the integration brings back with each API call. This will lead to the integration making more API calls with a smaller amount of data retrieved each time, to get the same total amount of data. To do this go to Tenable Vulnerability Integration->Administration->Integration Instances and open the relevant Integration Instance[sn_sec_int_impl] record. You can then edit the offset value under Integration Instance Parameters. For example, if the offset is currently 500, try 250 or 200 (you can experiment on a sub-prod instance to find a good value).