I am trying to install ArcGIS enterprise .Its a multimachine deployment on windows VM in azure using Ansible , but installation is failing for both Appservers while applying license with a below message. Also tried to use a new license file but got same error.
Error message log:
9/22/2023 10:36:40 AM: PowerShell DSC resource ArcGIS_License failed to execute Set-TargetResource functionality with error message:
9/22/2023 10:36:40 AM: The SendConfigurationApply function did not succeed.
The Verbose Log:
9/22/2023 10:36:35 AM: Perform operation 'Invoke CimMethod' with following parameters, ''methodName' = SendConfigurationApply,'className' = MSFT_DSCLocalConfigurationManager,'namespaceName' = root/Microsoft/Windows/DesiredStateConfiguration'.
9/22/2023 10:36:40 AM: An LCM method call arrived from computer mwappxxxx with user sid S-1-5-21-2050160913-2527000268-912109745-500.
9/22/2023 10:36:40 AM: [mwappxxxx]: LCM: [ Start Set ]
9/22/2023 10:36:40 AM: [mwappxxxx]: LCM: [ Start Resource ] [[ArcGIS_License]ServerLicense10.152.8.102]
9/22/2023 10:36:40 AM: [mwappxxxx]: LCM: [ Start Test ] [[ArcGIS_License]ServerLicense10.152.8.102]
9/22/2023 10:36:40 AM: [mwappxxxx]: [[ArcGIS_License]ServerLicense10.152.8.102] RealVersion of ArcGIS Software to be Licensed:- 11.1.42869
9/22/2023 10:36:40 AM: [mwappxxxx]: [[ArcGIS_License]ServerLicense10.152.8.102] Version 11.1
9/22/2023 10:36:40 AM: [mwappxxxx]: [[ArcGIS_License]ServerLicense10.152.8.102] License Check Component:- Server
9/22/2023 10:36:40 AM: [mwappxxxx]: [[ArcGIS_License]ServerLicense10.152.8.102] Server is not licensed correctly
9/22/2023 10:36:40 AM: [mwappxxxx]: LCM: [ End Test ] [[ArcGIS_License]ServerLicense10.152.8.102] in 0.1960 seconds.
9/22/2023 10:36:40 AM: [mwappxxxx]: LCM: [ Start Set ] [[ArcGIS_License]ServerLicense10.152.8.102]
9/22/2023 10:36:40 AM: [mwappxxxx]: [[ArcGIS_License]ServerLicense10.152.8.102] RealVersion of ArcGIS Software:- 11.1.42869
9/22/2023 10:36:40 AM: [mwappxxxx]: [[ArcGIS_License]ServerLicense10.152.8.102] Licensing from E:\temp\Server\Licensefiles\ArcGISGISServerStandard_ArcGISServer_1322239.prvc
9/22/2023 10:36:40 AM: [mwappxxxx]: [[ArcGIS_License]ServerLicense10.152.8.102] Version 11.1 Component Server Role GeneralPurposeServer
9/22/2023 10:36:40 AM: [mwappxxxx]: [[ArcGIS_License]ServerLicense10.152.8.102] Licensing Product [Server] using Software Authorization Utility at C:\Program Files\Common Files\ArcGIS\bin\SoftwareAuthorization.exe
9/22/2023 10:36:40 AM: [mwappxxxx]: [[ArcGIS_License]ServerLicense10.152.8.102] [Running Command] C:\Program Files\Common Files\ArcGIS\bin\SoftwareAuthorization.exe -s -ver 11.1 -lif "E:\temp\Server\Licensefiles\ArcGISGISServerStandard_ArcGISServer_1322239.prvc"
9/22/2023 10:36:40 AM: [mwappxxxx]: LCM: [ End Set ] [[ArcGIS_License]ServerLicense10.152.8.102] in 2.2210 seconds.
9/22/2023 10:36:40 AM: [mwappxxxx]: LCM: [ End Set ]
9/22/2023 10:36:40 AM: Operation 'Invoke CimMethod' complete.
Are you using the Powershell DSC scripts from Esri github? If so, please post this as an issue: https://github.com/Esri/arcgis-powershell-dsc/issues
Hi Jones,
I am using Ansible script to call the powershell command for installation . DSC modules and script are from esri github.
Issue seems to be similar to posted at
The same license file has worked to deploy the lower environment but failing in current one. Also tried with new license file but didn't work.