I just came across this problem with ArcGIS Server 10.1. The problem was I had a coded domain with 1000+ items on it (Street Name) which was applied to almost all the layers in the map. Removed the values and the error disappeared. I guess one could hide the column from the web service if required?
<Properties> <FileName>TransAndDist.msd</FileName> <OutputDir>d:\arcgisserver\arcgisoutput</OutputDir> <VirtualOutputDir>http://servername/arcgisoutput</VirtualOutputDir> <SupportedImageReturnTypes>URL</SupportedImageReturnTypes> <MaxImageHeight>2048</MaxImageHeight> <MaxRecordCount>1000</MaxRecordCount> <MaxBufferCount>100</MaxBufferCount> <MaxImageWidth>2048</MaxImageWidth> <IsCached>false</IsCached> <CacheOnDemand>false</CacheOnDemand> <IgnoreCache>false</IgnoreCache> <ClientCachingAllowed>true</ClientCachingAllowed> <CacheDir>d:\arcgisserver\arcgiscache\Delivery_TransAndDist</CacheDir> <SOMCacheDir>d:\arcgisserver\arcgiscache</SOMCacheDir> <MaxDomainCodeCount>5000000</MaxDomainCodeCount> <------------------------- <SchemaLockingEnabled>false</SchemaLockingEnabled> </Properties>
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.