Populating queue in orchestrator

Dear Team,

I have created a dispatcher process that adds transactions in queue. This works fine when I run in studio.

But if i take my code to different machine that contains only orchestrator and no studio(production scenario), I upload my dispatcher process into packages, create process, start job on one of the robots.
But this job is faulted and transactions not added in queue.
Please help how should i populate queue in a machine where studio is not present, only orchestrator is present. The orchestrator machine is connected to a robot machine.

@kavita
What is the specific error you are receiving? If the bot is erroring out then you should be getting a message telling you why.

You’re not populating the queue in a machine where only orchestrator is present. You’re populating it from the robot machine where you are running your process.