outbound REST, MID server, timeout despite result in the ECC Queue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2018 07:59 PM
On Kingston, I have an outbound REST service going through a MID server. Although I can see the result in the ECC Queue within a few seconds, request.execute() (and executeAsync) timeout:
com.glide.ecc.ECCResponseTimeoutException: No response for ECC message request with sysid=03f4d5b1dbf713004a36f81d0f961988 after waiting for 60 seconds in ECC Queue
The service works using Background Scripts and On Demand scheduled jobs, but not from a business rule. How can I prevent the timeout? The ECC response only takes 2 seconds.
Thanks.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-08-2018 10:44 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2018 11:56 AM
Thanks Varsha. I am consuming a 3rd party REST service, but it is on a private cloud so must go through a MID server. The proper result comes back in the ECC Queue quickly, but request.execute() eventually times out. Ideas?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-09-2018 08:37 PM
Hi steven carty,
all-right, you must get something with following tables,
sysrule_quota_list
v_cluster_transaction_list
syslog_transaction_list (in this table check the details about)transaction
v_transaction_list
just type transaction you will get all the tables..
also check MID-Server logs and monitor mid server
Regards,
Varsha
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-21-2019 03:55 PM
Hi Steven,
I am facing the same issue, how did you resolve it ?