I have made a basic UiPath coded agent and published it from vs code, it was running fine from UiPath orchestrator, but after i upgraded my cloud from community to enterprise trial, it is failing always. I tried made a new agent from beginning and published, still its faulting with 0 runtime. What can be the issue, the folder has a serverless vm, env variables are also defined
After upgrading to Enterprise Trial reassign your serverless VM to the agent’s folder and recreate any environment variables and package feeds within the new tenant context. This resolves “agent faulted” errors caused by cloud migration resets republish your coded agent after these steps for successful execution.
I created a new serverless vm, but cant find a way to assign it to that specific folder, the default serverless vm is only present, also the unattended license allocate to it is showing 0,
I have assigned a new serverless machine, but still the job fails when i run it.
@ashokkarale Hi Ashok, could you give any leads for this issue
@Sachin_Sreekumar You need to explicitly assign the serverless VM to your folder by going to Orchestrator > Folders, selecting your target folder, clicking the Machines tab, and using “Manage Machines in Folder” to add your serverless cloud robot there. Also, allocate at least one unattended runtime to this machine from Tenant > Machines > Runtime details
Without these steps, jobs will continue to fail due to no available runtime in the folde
I have assigned the robot accounts from beginning and ran, still its not working
Check if you are trying to run the agent in personal workspace or another folder.
im running in a new folder, assigned new robot accounts too, is it an enterprise trial isuue, because previously was working fine
There should not be any difference between the both license.
Can you show the detailed error?
Run ID: f958d209
Status: FAILED
Started: 2025-10-26 21:08:10.620
Ended: 2025-10-26 21:08:10.620
Duration: 0.54ms
INPUT:
topic: UiPath
OUTPUT:
—
ERROR:
Code: Python.ENTRYPOINT_NOT_FOUND
Title: Script not found
Script not found at path agent.
The error indicating issue in your agent. Check if you have main.py file correctly.

