The Create Replica HTML page does not display the 'none' option in the sync model parameter after the ArcGIS Online 5.1 update.
上次发布: April 13, 2017ArcGIS Online
漏洞 ID 编号
BUG-000103620
已提交
March 14, 2017
上次修改时间
June 5, 2024
适用范围
ArcGIS Online
找到的版本
5.1
操作系统
Windows OS
操作系统版本
7.0 64 Bit
修正版本
5.1d
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
The issue is with the HTML representation of the Create Replica Operation page. We can create the replica in the required format by sending the required information as a request. As the Create Replica operation only supports POST requests, use a Web Debugging software like Fiddler to capture, edit and reissue the request. 1. Install and launch Fiddler. 2. Execute the Create Replica operation. 3. Capture the POST request in Fiddler. 4. Unlock the request for editing. 5. Change the syncModel value to ‘none’. 6. Reissue the edited request 7.View the response. 8. Access the response url to download the zipped File Geodatabase. 9. If the service is not publicly shared, append the token to the URL to download the zipped file geodatabase.