Start Process per api on specifix machine errors status 409

Hello,

I tried starting a process on a specific machine with a specific robot.
But I always get the error

Status 409 “Windows process. The selected connected machine cannot perform this process” errorCode: 1015 traceID: 00-f8c9475ea87fbdaa9f4f67a5a1e7c974-44e124377523175a-00

When I run the same request without machine session ID it works. It even runs on the machine i chose in the request where i got this error.
But I need thisn process to run on a specific machine.

The Ids are definitely correct.

my call:
POST
Endpoint: “/odata/Jobs/UiPath.Server.Configuration.OData.StartJobs”

{
“startInfo”:
{“ReleaseKey”:“<[ReleaseKey]>”,
“RobotIds”:[22],
“MachineSessionIds”:[<[MachineId]>],
“JobsCount”:1,
“JobPriority”:“Normal”,
“Strategy”:“ModernJobsCount”,
“RuntimeType”:“NonProduction”,
“InputArguments”:“{}”
}}

Can anyone help?

@Julian3

You have to give the machine name and robot or either one under machinerobots field and not the machine session id

Cheers

1 Like

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