29-07-22 09:45 AM
Answered! Go to Answer.
08-11-22 03:39 PM
09-11-22 10:17 AM
20-09-23 04:00 PM
Hi, We are facing same problem, is there any specfic tasks we need to do to fix the issue or try all the suggested options above one by one?
Please any one can help me?
20-09-23 04:12 PM
Hi Sridhar,
If you've been through the guide and are still having issues, it sounds like you need to do some coding. My fix was to just handle it at the object level. It seems that something in this release is just slow to load. Perhaps it's a conflict with AV or other scanning software, who knows? All I know is I couldn't stop it from happening, but I could insulate my automation against it. Here's how I handled it.
On my object launch page, I put a block around the launch stage and captured any exceptions (I saved them with a multi-calc in case I needed to throw it later). Then I direct that recover/resume into an attach page call. If that returns false, I wait, then call attach again. I adjust the loop wait and total loop count by application, but you could probably do something like a 1 second wait up to 60 times. If it attaches, it goes through the standard check to look for an item on the landing page. If it fails, I throw the original exception as captured between the recover/resume around the launch stage so I know why the failure happened in the first place.
This has proven to be 100% reliable for me. (I say that and now something will break in prod :))
I hope this helps!
20-09-23 05:43 PM
Thanks a lot Diane Sanzone , this is good advise very thoughtfull. I will try and thenkas again for sharing object picture as i am expert in BP it will be useful for me to add these steps.