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
This is a great feature request recommendation. I have added the Enhancement label to the issue, for us to evaluate for a future release of the module.
Community Note
Module Version
Affected Resource(s)
Configuration Files
{
"AllNodes": [{
"NodeName": "FakePC",
"DataStoreTypes": [
"Relational"
],
"Role": [
"DataStore",
"Server",
"SQLServerClient",
"LicenseManager"
],
"SslCertificates": [{
"Path": "C:\PowerShell DSC Installers\SSLCertificates\Wildcard\example.pfx",
"Password": "abcd",
"Target": [
"Portal"
]
}
]
}
],
"ConfigData": {
"Version": "10.9.1",
"LicenseManagerVersion": "2021.1",
"ServerContext": "fw_arcgisserver",
"PortalContext": "fw_arcgisportal",
"ServerRole": "GeneralPurposeServer",
"Credentials": {
"ServiceAccount": {
"Password": "ABug",
"UserName": "datacenter\Little_Bug",
"IsDomainAccount": true,
"IsMSAAccount": false
}
},
"SQLServerClient": [{
"Name": "Microsoft ODBC Driver 17 for SQL Server",
"InstallerPath": "C:\PowerShell DSC Installers\10.9.1\ODBC17SQLServer_64\msodbcsql_17.8.1_x64.msi",
"ProductId": "7453C0F5-03D5-4412-BB8F-360574BE29AF",
"Arguments": "/L*V "C:\users\fwla\desktop\odbc installation.log" /quiet /qn IACCEPTMSODBCSQLLICENSETERMS=YES ADDLOCAL=ALL"
}
],
"Server": {
"LicenseFilePath": "C:\PowerShell DSC Installers\10.9.1\ExampleFromMyEsriDotCom.prvc",
"Installer": {
"Path": "C:\PowerShell DSC Installers\10.9.1\ArcGIS_Server_Windows_1091_180041.exe",
"InstallDir": "C:\Program Files\ArcGIS\Server",
"InstallDirPython": "C:\Python27"
},
"ServerDirectoriesRootLocation": "C:\arcgisserver\directories",
"ConfigStoreLocation": "C:\arcgisserver\config-store",
"PrimarySiteAdmin": {
"UserName": "HappyBug",
"Password": "HappyBugPassword"
}
},
"DataStore": {
"ContentDirectoryLocation": "C:\arcgisdatastore",
"EnableFailoverOnPrimaryStop": false,
"Installer": {
"Path": "C:\PowerShell DSC Installers\10.9.1\ArcGIS_DataStore_Windows_1091_180054.exe",
"InstallDir": "C:\Program Files\ArcGIS\DataStore"
}
},
"LicenseManager": {
"LicenseFilePath ": "C:\PowerShell DSC Installers\ArcGISDesktopStandard_FailoverConcurrentUse_000000.prvs",
"Installer": {
"Path": "C:\PowerShell DSC Installers\ArcGIS_License_Manager_Windows_2021_1_180127.exe",
"InstallDir": "C:\Program Files\ArcGIS\LicenseManager"
}
}
}
}
Expected Behavior
Since other components installed by the ArcGIS DSC module configure the firewall appropriately (e.g. https://github.com/Esri/arcgis-powershell-dsc/blob/35c53bca08644584440a19cb8738e7e307ecd2cf/Modules/ArcGIS/Configurations-OnPrem/ArcGISDataStore.ps1), I expected the DSC module to do the steps described at https://desktop.arcgis.com/en/license-manager/latest/configure-the-arcgis-license-manager-to-work-through-a-firewall.htm and configure the Windows Firewall.
Actual Behavior
I could not connect to the License Server from another computer.
Steps to Reproduce
Important Factoids
References
https://desktop.arcgis.com/en/license-manager/latest/configure-the-arcgis-license-manager-to-work-through-a-firewall.htm
The text was updated successfully, but these errors were encountered: