zoukankan      html  css  js  c++  java
  • ArcGIS Server 地图服务,查询出错 Error performing query operation

    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.

  • 相关阅读:
    每天两题02
    每天两题01
    简单看看原码、补码和反码
    简单看看java之枚举
    随意看看AtomicInteger类和CAS
    js原型链
    简单看看jdk7源码之Object和String
    简单学习js
    element的表单校验自动定位到该位置
    for循环使用element的折叠面板遇到的问题-3
  • 原文地址:https://www.cnblogs.com/googlegis/p/12346112.html
Copyright © 2011-2022 走看看