| Bug ID Number |
BUG-000140901 |
| Submitted | June 22, 2021 |
| Last Modified | July 19, 2023 |
| Applies to | Portal for ArcGIS |
| Version found | 10.8.1 |
| Operating System | Windows OS |
| Operating System Version | 2019 64 Bit |
| Status | In Review
The issue is being reviewed. The review process ensures that the issue contains all necessary information and is easy to understand, that it is not a duplicate of an existing issue, and that it is a valid bug or enhancement request. During this phase, it is possible that you are contacted for clarification or additional information.
|
Workaround
Many environments require fully descriptive machine names which makes shortening the name not feasible.
For ArcGIS Enterprise upgrades from 10.8.1 to 10.9.1 and where the NetBIOS name does not match the hostname on Data Store machines:
- Note the existing server URL for the data store item. For example, datastore-machine.domain.local:6443
- Create a backup using the ArcGIS Data Store utility.
- backupdatastore.bat
- Upgrade the ArcGIS Enterprise software to 10.9.1.
- Restore the backed up data store using the ArcGIS Data Store utility.
- restoredatastore.bat --store relational --target most-recent --bound true --server-url datastore-machine.domain.local:6443 --server-admin siteadmin --server-password secretPassword --data-dir d:\arcgisdatastore --source-loc d:\arcgisdatastore\backup
Steps to Reproduce