Hello.
We've already imported a Veeam Template (https://share.zabbix.com/cat-app/bac...y-jobs-trapper)... But we see that the items are not supported with this error:
Value "Import-Clixml : Could not find file 'C:\Program Files\Zabbix Agent\scripts\back
upjob.xml'.
At C:\Program Files\Zabbix Agent\scripts\zabbix_vbr_job.ps1:365 char:24
+ $xml1 = Import-Clixml <<<< "$pathxml\backupjob.xml"
+ CategoryInfo : OpenError: (
[Import-Clixml], FileNotFoundExce
ption
+ FullyQualifiedErrorId : FileOpenFailure,Microsoft.PowerShell.Commands.Im
portClixmlCommand
0" of type "string" is not suitable for value type "Numeric (unsigned)"
If I run the script manually from PS window on server, I see:
-- ERROR -- : Need an option !
Thanks for any help.
We've already imported a Veeam Template (https://share.zabbix.com/cat-app/bac...y-jobs-trapper)... But we see that the items are not supported with this error:
Value "Import-Clixml : Could not find file 'C:\Program Files\Zabbix Agent\scripts\back
upjob.xml'.
At C:\Program Files\Zabbix Agent\scripts\zabbix_vbr_job.ps1:365 char:24
+ $xml1 = Import-Clixml <<<< "$pathxml\backupjob.xml"
+ CategoryInfo : OpenError: (
[Import-Clixml], FileNotFoundExce ption
+ FullyQualifiedErrorId : FileOpenFailure,Microsoft.PowerShell.Commands.Im
portClixmlCommand
0" of type "string" is not suitable for value type "Numeric (unsigned)"
If I run the script manually from PS window on server, I see:
-- ERROR -- : Need an option !
Thanks for any help.
Comment