Hi,
I would like to canceled a specific job (A specific VM). this job is running into a joblist of 230VMs.
This is what i am doing with my script, and the error message.
The information about my task
DestinationRepositoryId : d0258921-883f-402c-8c42-4c84d1cf23f5
DestinationRepositoryName : xXXXXXXXXXXX
SavePointId : 00000000-0000-0000-0000-000000000000
SourceConnectionId : 70696889-f48b-4d3a-b2f5-099c930f1447
SourceConnectionName : XXXXXXX
ExtensionData : System.Runtime.Serialization.ExtensionDataObject
FiberToLanFailOver : False
FinishedOn : 01/01/0001 00:00:00
Id : 849d9507-b4f3-49b7-94ac-8e9ce1487b99
ParentJobID : 6d91be8f-7dd2-4a73-82e2-67495545d4d0
RunImmediateIgnoreLocks : False
StartedOn : 01/01/0001 00:00:00
Status : vRanger.API.PowerShell.vAPIService.TaskStatus
Step :
TaskName : XXXXXXXXXXXXXXXXXXXXXXXXXX
TaskPriority : 2147483647
TaskType : Backup
VmName : xxxxxxxxxxxxxxxxxxxxxx
VmUUID : 42343c0e-dc89-2898-8c3b-528947ce6ebf
And this is the command for canceled the task but this not work.
PS F:\vRanger\PowerShell> Stop-vrangerJob -Jobid "849d9507-b4f3-49b7-94ac-8e9ce1
487b99"
Job 849d9507-b4f3-49b7-94ac-8e9ce1487b99 could not be cancelled.
Thank you for your help.
Kind regards,
Julien VARELA.