You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2/18/2023 10:13:13 PM: [TOP-ARCGIS-T01]: [[ArcGIS_IIS_TLS]WebAdaptorCertificateInstallToP-ArcGIS-T01] Creating using New-SelfSignedCertificate
2/18/2023 10:13:18 PM: Operation 'Invoke CimMethod' complete.
Trace-DSCJob : 2/18/2023 10:13:18 PM: The WS-Management service cannot process the request. The WMI service or the WMI
provider returned an unknown error: HRESULT 0x80041033
At C:\Program Files\WindowsPowerShell\Modules\ArcGIS\4.0.2\ArcGIS.psm1:261 char:5
+ Trace-DSCJob -Job $Job -JobName $ConfigurationName -DebugMode $De ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Trace-DSCJob
2/18/2023 10:13:38 PM: Operation 'Invoke CimMethod' complete.
Trace-DSCJob : 2/18/2023 10:13:38 PM: The WS-Management service cannot process the request. The WMI service or the WMI
provider returned an unknown error: HRESULT 0x80041033
At C:\Program Files\WindowsPowerShell\Modules\ArcGIS\4.0.2\ArcGIS.psm1:261 char:5
+ Trace-DSCJob -Job $Job -JobName $ConfigurationName -DebugMode $De ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Trace-DSCJob
Steps to Reproduce
Important Factoids
On-premise VM in a nutanix cluster
This is an unadulterated copy of the BaseDeployment-ThreeMachine.json configuration file; utilizing this to spin up a non-SSL DEV site to test the DSC process before implementing on Production with per-machine SSL
I ran the DSC with DebugSwitch and EnableMSILogging parameters and can provide the logs upon request
References
This is the only search result that I could find that referenced that error; this is my first time using a DSC so I am unsure how helpful this might be: dsccommunity/ComputerManagementDsc#353
The text was updated successfully, but these errors were encountered:
I have seen this once before, and was able to resolve it by updating .Net Framework to 4.8 or later.
Workaround 1: Update .Net Framework to 4.8 or later on the target node.
Workaround 2: Use a Domain or Certificate Authority signed SSL certificate: Add SSLCertificates attribute block in your configuration json file and set the SslCertificates.Target to "WebAdaptor".
Community Note
Module Version
Affected Resource(s)
Configuration Files
Expected Behavior
Self-signed certificate is correctly assigned
Actual Behavior
Steps to Reproduce
Important Factoids
References
This is the only search result that I could find that referenced that error; this is my first time using a DSC so I am unsure how helpful this might be:
dsccommunity/ComputerManagementDsc#353
The text was updated successfully, but these errors were encountered: