- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-04-2017 09:42 PM
We have a MID server setup for passing calls between our instance and that of one of our partners. Occasionally, due to some intermittent network issues, we get Bridge transactions failing with a "handshake timeout" error.
I've been having a look at the ECC Queue Retry plug-in as a possible fix/work-around for this, but as per the doco, it seems it's only geared towards dealing with incoming transactions failing?? Does anyone know if there's a way this plug-in can work for the outgoing transactions as well... or if there's a viable alternative for this? (or am I just totally misunderstanding the doco provided for the plugin?)
http://wiki.servicenow.com/index.php?title=ECC_Queue_Retry_Policy#gsc.tab=0
What we are seeing is entries like this, for a record showing up in error:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-11-2017 04:14 PM
Thanks Shivani for the follow-up - I hadn't forgotten the thread - I was wanting to confirm successful testing on what we had set up before coming back to close this one off
On Friday we managed to have a successful attempt at a retry in our DEV environment, after finally get another chance to take a look at this. In case others are looking into this also, what we ended up using for the script was:
var ProbeError = gs.getXMLText(current.payload, "//ProbeError");
answer = ProbeError.startsWith('run failed with error javax.net.ssl.SSLHandshakeException:');
The answers from both Ahmed and Brian were helpful in getting us to a working solution, so not entirely sure how to handle that, with regard to accepting a solution?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-09-2017 10:46 AM
Brad,
We are glad you took advantage of the ServiceNow Community to learn more and to get your questions answered. The Customer Experience Team is working hard to ensure that the Community experience is most optimal for our customers.
If you feel that your question was answered, we would greatly appreciate if you could mark the appropriate thread as "Correct Answer". This allows other customers to learn from your thread and improves the ServiceNow Community experience.
If you are viewing this from the Community inbox you will not see the correct answer button. If so, please review How to Mark Answers Correct From Inbox View.
Thanks,
Shivani Patel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-11-2017 04:14 PM
Thanks Shivani for the follow-up - I hadn't forgotten the thread - I was wanting to confirm successful testing on what we had set up before coming back to close this one off
On Friday we managed to have a successful attempt at a retry in our DEV environment, after finally get another chance to take a look at this. In case others are looking into this also, what we ended up using for the script was:
var ProbeError = gs.getXMLText(current.payload, "//ProbeError");
answer = ProbeError.startsWith('run failed with error javax.net.ssl.SSLHandshakeException:');
The answers from both Ahmed and Brian were helpful in getting us to a working solution, so not entirely sure how to handle that, with regard to accepting a solution?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-19-2017 09:17 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-06-2021 08:15 PM
Hi,
I hope you are doing well. We have similar requirements that need to trigger the retry policy on output queue failure. I tried your implementations but I still couldn't get the retry policy to trigger
Can you share a little more details about your final implementation please? For the trigger conditions, did you use output queue or input queue (please see the screenshot)? Thank you in advance for your help!