Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Veeam configuration deployment error #71

Open
boxofdeath opened this issue Feb 3, 2024 · 1 comment
Open

[BUG] Veeam configuration deployment error #71

boxofdeath opened this issue Feb 3, 2024 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@boxofdeath
Copy link

boxofdeath commented Feb 3, 2024

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

@boxofdeath boxofdeath added the bug Something isn't working label Feb 3, 2024
@makamo
Copy link

makamo commented Feb 27, 2024

Have you tried replacing the lower-case a with a capital A?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants