We’re encountering a recurring issue during bot execution related to SAP login and file path access. The bot fails with the following error:
Throw: An error occurred trying to start process '.....\23.10.20250425.1\content'. The system cannot find the file specified.
The bot was functioning correctly until yesterday. We're trying to determine if any backend changes might have caused this issue.
Has anyone faced similar problems recently? Any suggestions on what backend areas we should investigate (e.g., SAP GUI updates, package paths, or system environment changes)?
Thanks in advance!
This is a package-related path, but the concern is why the bot was unable to locate the file, even though it had been running successfully for many days. Moreover, the same error occurred on two of our bots.
And the issue was resolved after updating the packages and rerunning the bots.
mostly the package that is downloaded might be corrupted or missing or deleted due to clean up..when you upgrade a new packages comes and it would be redownloaded so the error did not appear
generally cleaning .nuget folder should fix the issue