不具合 ID 番号 |
BUG-000158016 |
送信されました | May 2, 2023 |
最終更新日 | January 29, 2025 |
適用対象 | Portal for ArcGIS |
見つかったバージョン | 10.9.1 |
オペレーティング システム | Windows OS |
オペレーティング システムのバージョン | N/A |
ステータス | In Product Plan
この問題は、開発チームのバックログに追加されました。 このステータスの問題は、近い将来のリリース (次回または次々回のリリース) で対処することを目標とします。 この問題が完全に対処されるまでの間、問題の「参考情報」および「他の解決策」セクションを調べて、役立つ情報があるかご確認ください。
|
対処法
User outlined workaround as follows:
- In the backup there was a cache folder registered for this share here \\gs-int-otc2-t04.sbb.ch\ArcGISPortalCache”. On the new server “gi-pos-azu1-t01.sbb.ch” we’ve created a folder “ArcGISPortalCache” and shared this for the domain user the arcgis server service is running on.
- Then we added on the new server a host file entry (c:\windows\system32\drivers\ets\hosts) with IP of the new server but name of the old server “gs-int-otc2-t04.sbb.ch”.
- Then we added the following registry keys to fake the share:
- New-ItemProperty -Path HKLM:SYSTEM\CurrentControlSet\Services\lanmanserver\parameters -Name OptionalNames -PropertyType MultiString -Value gs-int-otc2-t04 -Force
- New-ItemProperty -Path HKLM:SYSTEM\CurrentControlSet\Services\lanmanserver\parameters -Name DisableStrictNameChecking -PropertyType DWord -Value 1 -Force
- New-ItemProperty -Path HKLM:SYSTEM\CurrentControlSet\Services\lanmanserver\parameters -Name DisableLoopBackCheck -PropertyType DWord -Value 1 -Force
- New-ItemProperty -Path HKLM:SYSTEM\CurrentControlSet\Control\Lsa\MSV1_0 -Name BackConnectionHostNames -PropertyType MultiString -Value gs-int-otc2-t04 -Force
- Then we rebooted the server. After that, calling \\gs-int-otc2-t04.sbb.ch\ArcGIPortalCache in the windows explorer, the share is resolved to the share on the new server “gi-pos-azu1-t01.sbb.ch”.
- With this workaround the copy process during ImportSite is no longer interrupted.
- After the restore with the webgisdr, we changed the physical path of this share in the cache directories and then deleted the share, the host file entry and the registry keys.
再現の手順