Aller au contenu principal

3.0 REST Manager will not create sites

Commentaires

2 commentaires

  • Permanently deleted user
    This is most likely due to a misconfigured ArcGIS Server virtual output directory.  This is fairly common if you have an ArcGIS Server REST API that is exposed to the web, but the AGS web server name is set to the machine's name on the intranet, rather than one that is externally available.  For example, the server's name is configured as "server" but it should be configured as "server.myorganization.com".   You can fix it for all services you may publish in the future by running through ArcGIS Server's Web Services Post Install and GIS Server Post Install and changing the server name to the externally visible hostname.   To fix it for an existing service, you'll need to update the service's configuration file manually:
    1. Open the service's configuration file (e.g. "C:\Program Files\ArcGIS\Server10.0\server\user\cfg\MyService.MapServer.cfg") in a text editor.
    2. Modify the VirtualOutputDirectory to point to the correct URL (e.g. http://server.myorganization.com/arcgisoutput).  Repeat this step for each of the existing services.
    3. Restart the ArcGIS Server Object Manager service from the system management console.
      This error condition will be handled better in the next release of Geocortex Essentials.

     

    0
  • Permanently deleted user
    That worked. thanks

     

    0

Vous devez vous connecter pour laisser un commentaire.