Hi all,
I am seeing the below error when a system exception occurs. The bot processed about 150 records and then when an exception occurred it shows the below error. I am not sure why this is happening.
Hi all,
I am seeing the below error when a system exception occurs. The bot processed about 150 records and then when an exception occurred it shows the below error. I am not sure why this is happening.
Hi!
The error message is telling you what’s happening ![]()
After there’s a system exception there’s some sort of handling which checks if your job should be marked as faulted.
Search for ShouldMarkJobAsFaulted in your process to find out which dictionary is missing the key. It’s probably some config or parameters dictionary.
Are you using ReFramework?
Yes, I am using RE-Framework.
I searched for it and see it in the end process state below. What should I do to handle the error
Great! And where does the config dictionary get it’s data from?
(Hint: the Config.xlsx file)
I found it thankyou. ![]()
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.