Workbook not found

I’ve got an issue. Recently some of my bots started to throw exceptions while trying to load config file. The exception is “Workbook not found”. However the requested workbook surely exists as i’ve checked it manually and the config path is being logged by the bot. Config file is located in a network directory. The same bot started an hour later worked perfectly fine. The issue occurs for several bots.
What may be the cause and how to solve the issue?

Hello @kszwed ,

From my experience with files over network, these kind of issues appear when there is a glitch in the network (the connection simple drop at that specific time) or the file is somehow busy, opened by others.

If this is happening often, I recommend to check with your network admins.

I hope it helps.

Vasile.