-
Notifications
You must be signed in to change notification settings - Fork 27
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
Error running Veeam VBR report if AsBuiltReport.Core v.1.4.0 is installed #150
Comments
Veeam build number is 12.0.0.1420 |
Hello, Remove AsBuiltReport.Core v1.4.0 and install v1.3.0 get-module -Name AsBuiltReport.Core -ListAvailable | uninstall-Module -Force
install-module AsBuiltReport.Core -MaximumVersion 1.3.0
import-module AsBuiltReport.Core -Force after that try to run the report again. Hope this helps! |
Hi
I still have access to the server I was running it on. I have a meeting tomorrow but will give it a try when I get back and let you know the outcome.
Thank you.
Sent from Nine<http://www.9folders.com/>
…________________________________
From: Jonathan Colon ***@***.***>
Sent: Tuesday, 23 April 2024 18:53
To: AsBuiltReport/AsBuiltReport.Veeam.VBR
Cc: Mark Smith; Author
Subject: Re: [AsBuiltReport/AsBuiltReport.Veeam.VBR] Veeam VBR report (Issue #150)
Hello,
Remove AsBuiltReport.Core v1.4.0 and install v1.3.0
get-module -Name AsBuiltReport.Core -ListAvailable | uninstall-Module -Force
install-module AsBuiltReport.Core -MaximumVersion 1.3.0
import-module AsBuiltReport.Core -Force
after that try to run the report again.
Hope this helps!
—
Reply to this email directly, view it on GitHub<#150 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ASKBBEIKTOTOYQEN5DWPBJ3Y62N2DAVCNFSM6AAAAABGVKQTPKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANZTGAZTOOJSHA>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Hi Thank you so much i can confirm this worked and HTML and Word versions were created. Thank you. |
rebelinux
changed the title
Veeam VBR report
Error running Veeam VBR report if AsBuiltReport.Core v.1.4.0 is installed
Apr 24, 2024
I hit this same bug and confirm that downgrading AsBuiltReport.Core to version |
This bug will be fixed in v0.8.6. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug description
Right at the end i get the following message.
VERBOSE: [ 17:52:26:894 ] [ Document ] - Total processing time '8.08' minutes.
New-AsBuiltReport : Cannot bind argument to parameter 'Style' because it is null.
At line:1 char:1
Command-line input
New-AsBuiltReport -Report Veeam.VBR -Target xxxxx.xxxxx.local -Username 'xxxxx\xxxxx' -Password 'xxxxx' -Format Text,Html,Word -OutputFolderPath 'C:\Temp\asbuilt' -ReportConfigFilePath 'AsBuiltReport.Veeam.VBR.json' -Verbose
Steps to reproduce
I have tried multiple json's for this.
using Veeam 12, powershell as administrator. I run the command line and it runs though right until the end. I only get a Txt output, no word or HTML file
Example of one of the json files
{
"Report": {
"Name": "Veeam Backup & Replication As Built Report",
"Version": "1.0",
"Status": "Released",
"ShowCoverPageImage": true,
"ShowTableOfContents": true,
"ShowHeaderFooter": true,
"ShowTableCaptions": true
},
"Options": {
"BackupServerPort": 9392,
"EnableCharts": false,
"EnableHardwareInventory": false,
"EnableDiagrams": false,
"PSDefaultAuthentication": "Default"
},
"InfoLevel": {
"comment": "Please refer to the AsBuiltReport project contributing guide for information about how to define InfoLevels.",
"comment": "0 = Disabled, 1 = Enabled, 2 = Adv Summary, 3 = Detailed",
"Infrastructure": {
"BackupServer": 3,
"BR": 3,
"Licenses": 3,
"Proxy": 3,
"Settings": 3,
"SOBR": 3,
"ServiceProvider": 3,
"SureBackup": 3,
"WANAccel": 3
}
Expected behaviour
Word and HTML file would be created.
Screenshots
I have copied the relevant error. I have never had any errors on any other veeam backup and replication server before.
Operating System
Windows 2019
PowerShell Version
PS H:> $psversiontable
Name Value
PSVersion 5.1.17763.5328
PSEdition Desktop
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0...}
BuildVersion 10.0.17763.5328
CLRVersion 4.0.30319.42000
WSManStackVersion 3.0
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
PowerShell Modules
Name Version
AsBuiltReport.Core 1.4.0
AsBuiltReport.Veeam.VBR 0.8.5
PScribo 0.10.0
Additional Context
No response
Before submitting
The text was updated successfully, but these errors were encountered: