Skip to content

[BUG] Veeam configuration deployment error #71

@boxofdeath

Description

@boxofdeath

What happened?

When running the install I get this error when backup jobs on the B&R are Computer Agent Backups.

Job Configuration Selection
Do you wish to configure all supported jobs, make a decision for each job, or configure none?
[A] All  [D] Decide  [N] None  [?] Help (default is "A"): a
: This cmdlet is not supported for computer backup jobs. Use Set-VBRComputerBackupJob instead.ion.ps1: line 269

When I change the line 269 in the 'resources\DeployVeeamConfiguration.ps1' file to Set-VBRJobOptions -Job $job -Options $jobOptions | Out-Null the following output is displayed:

Job Configuration Selection
Do you wish to configure all supported jobs, make a decision for each job, or configure none?
[A] All  [D] Decide  [N] None  [?] Help (default is "A"): a
: A parameter cannot be found that matches parameter name 'Options'.rces\DeployVeeamConfiguration.ps1: line 269

So... I removed the options switch on line 269 so it looks like this: Set-VBRJobOptions -Job $job | Out-Null

Then it succeeded.

Steps To Reproduce

No response

VeeamNotify version

v1.0

PowerShell version

5.1

Veeam Backup & Replication build number

12.1.0.2131

Relevant log output

No response

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions