System exception at initialization: The maximum number of consecutive system exceptions was reached

Hi All,

I was running my bot it got failed due to application issue and showing the error - System exception at initialization: The maximum number of consecutive system exceptions was reached. Consecutive retry number: 2 at Source: System.Activities

Although in config file the value is 0

my need is i want to run the bot irrespective of system exceptions happened in reframework. Its not supposed to go to end state.

Note - the code is in production there is no access to change in code level. May be i need to change in config file…? Please help

1 Like

Hi @Putta_Sri_Sai_Rishik_Chow

Check on this thread

I hope it helps!!

@Putta_Sri_Sai_Rishik_Chow

Maxretry may be 0 but maxsystemexceptioncount might be other than 0…please check the same…but your config if present inside the package then you need to deploy again …first check the config file for the values and then proceed accordingly

Cheers

@Putta_Sri_Sai_Rishik_Chow - Please check the below video

Both values are 0 … And I’m using storage bucket I can change no worries Anil…!!

Shall i change any thing in config file anil… Please help

@Rishik_Chowdary

Thats a good news…are you sure it is zero…and the same config is being used? Did you chnge the config file path for read range in initallsettings ?

Is it pointing to the storage bucket file only?

Cheers

@Anil_G Yes

Shall i give any number or value like 100 or something…?

As of know in config file the values are 0

@Rishik_Chowdary

As per error we can see clearly its failing for 2…so for now you can give a big number like 1000 and see if that works…

So may be some where it is reading 2…but its a good idea try with a large number

Cheers

Consecutive system exceptions in config I need pass right… ? Correct me if I’m wrong anil

@Rishik_Chowdary

Yes…it is ideally taken from config only…so pass it as 1000 and check

If it still fails saying 2 then either you hardcoded the value inside the code or your code is refering to some other config file

Cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.