Excel is used by another process

I am facing an issue. I created a process which work fine when run only single bot but when I tried to run it on multiple bots I am facing issue on config file. “This file is already in use by another process”.

How to fix that issue?

Hi,

Before reading config file create copy of config file then read it. In this case if the config file remain opens it will not through an error and create copy of config file and execute the next steps.

Hope this will work.

1 Like

Any time a file is opened in Excel that file becomes locked.

This is yet another reason you should be using arguments/parameters instead of a config file.

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