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
I have 2 Azure VMs on which I'm trying to use a customized BaseDeployment-SingleMachine.json. On both instances, I have .ecp files stored on the d:\ drive, and the "LicenseFilePath" entries in the .json file reference these:
"Server": {
"LicenseFilePath": "D:\\Authorization_Files\\ArcGIS Server keycodes.ecp",
}
"Portal": {
"LicenseFilePath": "D:\\Authorization_Files\\Portal for ArcGIS keycodes.ecp",
}
The installation appears to finish without error, but the ArcGISLicense process hangs:
Dot Sourcing the Configuration:- ArcGISLicense
Compiling the Configuration:- ArcGISLicense
Directory: C:\Users\BAILEJO\ArcGISLicense
Mode LastWriteTime Length Name
----------------------------a----10/10/20189:10 AM 3298 TC-EGIS-DSC.mof
Starting DSC Job:- ArcGISLicense
VERBOSE: Time taken for configuration job to complete is 0.006 seconds
[TC-EGIS-DSC]: LCM: [ StartSet ]
[TC-EGIS-DSC]: LCM: [ StartResource ] [[ArcGIS_License]ServerLicenseTC-EGIS-DSC]
[TC-EGIS-DSC]: LCM: [ StartTest ] [[ArcGIS_License]ServerLicenseTC-EGIS-DSC]
[TC-EGIS-DSC]: LCM: [ EndTest ] [[ArcGIS_License]ServerLicenseTC-EGIS-DSC] in0.7070 seconds.
[TC-EGIS-DSC]: LCM: [ StartSet ] [[ArcGIS_License]ServerLicenseTC-EGIS-DSC]
As you can see, this process started at 9:10 AM. It's currently 2:29 PM. Similar results on the other machine.
The text was updated successfully, but these errors were encountered:
@spatialbridge .. we currently have a bug where if the license file has spaces, the license utility hangs (due to command line arguments formatting)
Till this bug is fixed, please rename your license file and remove whitespaces. That should unblock you
I have 2 Azure VMs on which I'm trying to use a customized BaseDeployment-SingleMachine.json. On both instances, I have .ecp files stored on the d:\ drive, and the "LicenseFilePath" entries in the .json file reference these:
The installation appears to finish without error, but the ArcGISLicense process hangs:
As you can see, this process started at 9:10 AM. It's currently 2:29 PM. Similar results on the other machine.
The text was updated successfully, but these errors were encountered: