This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

have a few hundred netvault jobs to change schedules on - cli command syntax not working

sample syntax 

nvjobmodify -jobid 72 -type backup -change Set:S="M-F 22:30 GMT"
nvjobmodify -jobid 70 -type backup -change Set:S="M-F 23:00 GMT"

Results 

Unrecognised set type
No modifications made to job

I am somewhat desperate not to have to do this by hand in the gui

Parents
  • Hi I just tried to change a backup job called 'SQL_FULL_VDI' setting up another schedule set I already have created "Daily Noon" with the following command and the output was successful

    nvjobmodify.exe -jobid 102 -type backup -change Set:S="Daily Noon"
    Job 'SQL_FULL_VDI' successfully modified

    Have you tried to run this in a command prompt with elevated privileges?

Reply
  • Hi I just tried to change a backup job called 'SQL_FULL_VDI' setting up another schedule set I already have created "Daily Noon" with the following command and the output was successful

    nvjobmodify.exe -jobid 102 -type backup -change Set:S="Daily Noon"
    Job 'SQL_FULL_VDI' successfully modified

    Have you tried to run this in a command prompt with elevated privileges?

Children