Resolved! How can I avoid the "No response for ECC message request with sysid=xxx after waiting for 30 seconds in ECC Queue" message?
Hello ServiceNow Community, We are currently running London, Patch 7, and I have the following section of code in a Scheduled Job: var r = new sn_ws.RESTMessageV2('AirWatch REST Message', 'get'); r.setStringParameterNoEscape('PageNumber', page); // ...
