zoukankan      html  css  js  c++  java
  • ArcMap 发布地图服务,提示发布工具没有启动

    Error: The server is not ready for publishing. Please check if the Publishing Tools on the server are started。

    Cause

    There are several potential causes for this error:

    • The Publishing Tools service on ArcGIS for Server is not started or is in a stopped state.
    • The connection between the local machine and ArcGIS for Server is unstable or intermittent. This causes ArcGIS for Server to be unable to establish communication with other machines and returns the error.
    • Processing and memory limitations of the server may return the error. The server crashes or becomes unresponsive when overloaded with requests or is unable to process the large amount of data.

    Solution or Workaround

    The following workarounds can be applied depending on the cause:

    Publishing Tools service is not started or in a stopped state

    Ensure the Publishing tool service is started. For more information, refer to ArcGIS Help: Starting and stopping services.

    Unstable or intermittent connection

    If the connection is unstable or intermittent, save a service definition (.sd) file using ArcMap and publish the .sd file directly from ArcGIS Server Manager.

    1. In ArcMap, navigate to File > Share As > Service. When prompted, select Save a service definition file and click Next.

       



       
    2. In the Save a Service Definition window, select No available connection, check Include data in service definition when publishing, and provide a name for the service.


       
    3. When prompted, select a location to save the service definition and click Continue
    4. In the Service Editor dialog box, make the necessary changes to the properties where needed, and click Analyze.
      Note:
      When publishing from ArcGIS for Desktop, select Feature Access > Service Editor > Capabilities > Feature Access. This creates a URL to access the feature service over the web.


       
    5. To complete the process, on the top right of the Service Editor window, click Stage.
      Note:
      The Analyze function checks if there are any potential performance issues before publishing a GIS resource as a service. The Stage function compiles a service definition file with all the relevant information needed to publish a GIS service, including data that must be copied to the server because it does not appear in the server's data store.
    6. Publish the service definition file in ArcGIS Server Manager. To do so, refer to ArcGIS Help: Publish a service definition in ArcGIS Server Manager.

    Restart ArcMap and republish the MXD.

  • 相关阅读:
    OracleSql语句学习(一)
    java(2019)面试题整理所
    用Eclipse中的git提交代码流程
    C# 导出数据到Excel模板中(转)
    C# 导出Excel的示例(转)
    JS中window.showModalDialog()详解(转)
    C#多线程编程(转)
    文件各种上传,离不开的表单(转自——因为菜,所以要好好学习、天天向上! —— 农码一生)
    WebApi Ajax 跨域请求解决方法(CORS实现)(作者:jianxuanbing)
    如何将ASP.NET-WebApi发布到IIS6.0上(转)
  • 原文地址:https://www.cnblogs.com/googlegis/p/12344781.html
Copyright © 2011-2022 走看看