Create Replica using Geodata Service as a destination geodatabase fails when replicating large data sets to a usage connection to the service.
上次发布: August 25, 2014ArcGIS Server (.NET)
漏洞 ID 编号
NIM040642
已提交
December 9, 2008
上次修改时间
April 2, 2025
适用范围
ArcGIS Server (.NET)
找到的版本
9.3
操作系统
Windows OS
操作系统版本
2008
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
No Public Explanation
解决办法
This seems to be an issue where the <a href="http://ASP.NET" target="_blank">ASP.NET</a> maxRequestLength limit is being exceeded. If you add the following to the web.config in <a href="file:C:/Inetpub/wwwroot/ArcGIS/Services" target="_blank">C:\Inetpub\wwwroot\ArcGIS\Services</a> under system.web... <system.web> <httpRuntime maxRequestLength="102400"/>it will allow a check-out that creates up tp a 100 MB workspace docuemnt to be created. The default is 4MB.