Error: Error performing query operation

Error Message

Querying a layer from a Map Service that returns an extremely large response fails and returns the following error message:

"Error performing query operation."

Cause

The result set from the query is larger than 64 MB.

Solution or Workaround

The heap size controls the maximum file size that can be sent to and from the GIS server. By default, the application server is set to 256 MB and the SOC maximum is set to 64 MB. If there are services that users query with result sets in excess of 64MB, the maximum SOC heap size must be increased.

1. In a web browser, navigate to:

http://localhost:6080/arcgis/admin

2. Log in to the ArcGIS Server Administrator Directory with an administrators account.

user the name as arcgis server manager

3. Click machines.

4. Click the link <Your Server Name>.<domain>.com. For example, a link may appear as server1.esri.com.

 5. On the Server Machine Properties page, click the edit link.

 6. Increase the value of SOC maximum heap size (in MB).

 7. Click the Save Edits button to finish editing.

 8. Perform these steps on all GIS servers that participate in the cluster.

最新文章

  1. linux常见目录的作用
  2. 树形菜单的json字符串的拼接
  3. IOS开发之代码之九宫格
  4. centos vpn
  5. linux下so动态库一些不为人知的秘密(中二)
  6. 【原创】leetCodeOj --- Candy 解题报告
  7. 老司机的奇怪noip模拟T2-huangyueying
  8. [国嵌攻略][071][Coredump故障分析]
  9. tagName与nodeName的区别
  10. Mybatis执行SimpleExecutor(三)
  11. LeetCode33—搜索旋转排序数组
  12. Python_shutil模块
  13. hihoCoder week15 最近公共祖先&#183;二
  14. 20170822xlVBA ExportCellPhone
  15. 使用C#开发数据库应用程序
  16. 荷马史诗 NOI2015 解析
  17. python 基础 元组()
  18. UVALive 6911 Double Swords 树状数组
  19. Java-JUC(九):使用Lock替换synchronized,使用Condition的await,singal,singalall替换object的wait,notify,notifyall实现线程间的通信
  20. 【java】java开发中的23种设计模式详解

热门文章

  1. struts.xml头部代码
  2. Angular 从入坑到挖坑 - Angular 使用入门
  3. 每日一练PAT_B_PRAC_1005斐波那契凤尾
  4. PS-蒙版的深入解析
  5. java字符编码-Unicode编码问题刨根究底
  6. Codeforces_813
  7. java中的四种监听类用法
  8. IPsecVPN:阿里云VPN网关和深信服防火墙打通公有云和公司内网
  9. Spring监听器---ApplicationListener
  10. PBFT算法java实现