| 不具合 ID 番号 |
BUG-000164769 |
| 送信されました | February 1, 2024 |
| 最終更新日 | June 6, 2024 |
| 適用対象 | ArcGIS Enterprise Cloud Builder for Microsoft Azure |
| 見つかったバージョン | 11.2 |
| オペレーティング システム | Windows OS |
| オペレーティング システムのバージョン | 10.0 64 Bit |
| 修正されたバージョン | 11.3 |
| ステータス | Fixed
この不具合は修正されました。 詳細については、「バージョンの修正内容」および「参考情報」(該当する場合) をご参照ください。
|
対処法
- While attempting an upgrade through Cloud Builder at the Summary page (very last screen), click on Save automation artifacts, provide a file name, select PowershellScripts and cross platform CLI scripts checkboxes and click Generate. It generates an archive (zip file) in the path provided.
- Locate the above file and extract in a folder.
- Find the sub string - "SiteUpgradeVM" and replace it with "UpgradeVM" in the below files of the above folder.
i. Upgrade-ArcGISSite.ps1
ii. add-upgrade-vm.parameters.json
iii. upgrade-portal.parameters.json
iv. -upgrade-server.parameters.json
v. upgrade-datastore-install.parameters.json
- Add the following line in Upgrade-AzureResourceGroup.ps1 after line 175 Invoke-ExecuteTemplate -TemplateName 'postupgrade-portal' -VMNames $PortalMachineNames.
- Run the ./Upgrade-ArcGISSite.ps1.
再現の手順