We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Exception on call "Syslog_Update" with "1" arguments: "ExceptionType : VMware.Hv.UnexpectedFault ErrorMessage : An internal error has occurred. CauseString : Internal error has occurred. CauseStackTrace : ErrorCode : ErrorAttributes : ErrorMessage : Please contact administrator for further assistance." string:6 symbol:1 + $ViewAPI.Syslog.Syslog_Update($MapEntry) + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [], MethodInvocationException + FullyQualifiedErrorId : VimException
$ViewAPI = Connect-HVServer -server '$fqdn' -user '$user' -password '$pass' -domain '$domain' $ViewAPI = $ViewAPI.ExtensionData $SyslogFileData = New-Object VMware.Hv.SyslogFileData -Property @{enabled=$false} $SyslogUDPData = New-Object VMware.Hv.SyslogUDPData -Property @{enabled=$true;networkAddresses=@('192.168.1.2:514','192.168.1.3:514')} $MapEntry1 = New-Object VMware.Hv.MapEntry -Property @{Key='fileData';Value=$SyslogFileData} $MapEntry2 = New-Object VMware.Hv.MapEntry -Property @{Key='udpData';Value=$SyslogUDPData} $MapEntry = @($MapEntry1,$MapEntry2) $ViewAPI.Syslog.Syslog_Update($MapEntry)
Metod succesfully update Syslog settings.
Horizon Connection Server 8.6.0 build - 20099816 No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug
Reproduction steps
Expected behavior
Metod succesfully update Syslog settings.
Additional context
Horizon Connection Server 8.6.0 build - 20099816
No response
The text was updated successfully, but these errors were encountered: