Select to view content in your preferred language

ArcGIS_License failed to execute Set-TargetResource functionality with an error message: The SendConfigurationApply function did not succeed.

837
2
10-03-2023 04:20 PM
DeeptiKushwaha
New Contributor II

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.

 

0 Kudos
2 Replies
A_Wyn_Jones
Esri Contributor

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 

"We've boosted the Anti-Mass Spectrometer to 105 percent. Bit of a gamble, but we need the extra resolution."
0 Kudos
DeeptiKushwaha
New Contributor II

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 

ArcGIS_License "The SendConfigurationApply function did not succeed" 10.8.1 - 10.9.1 upgrade · Issue...

 

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.

 

 
0 Kudos