Process runs on one machine but not in other machine

Hey @marcos.reyes check the logs in the orchestrator .where you can find the Exact location where your bot is failing.or you can run your process in studio in debug mode which give you the activity where your process got failed.

As per my understanding, the robot or the machine where you are running the process in unattended mode does not have the required folder (Orchestrator) permissions for the folder where the assets were created. That’s why, when the bot tries to read the asset, it throws an error.

cheers