Zum Hauptinhalt gehen

[Solved] Map Service Connection Failed for ArcgisOnline

Kommentare

6 Kommentare

  • Permanently deleted user

    Did you find out what was causing this - I have a similar message when trying to create a site with a new map service.

     

     

    0
  • Permanently deleted user

    Yes, one of my staff did figure this out.  I believe it was something to do with a proxy page that is used to get through our proxy server.  The password had expired which is why it worked one week and not the next.  I will ask my developer to post the specifics this week.

    0
  • Permanently deleted user

    We had to have a proxy page set up for the geocortex manager to get through the firewall.  It's pretty standard stuff, but not documented anywhere I could find.  Our local developer did it also.

    0
  • Permanently deleted user

    Can anyone post the proxy page setup?  Is a resource account required on the domain to get through the proxy?

    0
  • Permanently deleted user

    ESRI Javascript proxy is perfectly suitable and what most people have built upon.

    http://resources.esri.com/help/9.3/arcgisserver/apis/javascript/arcgis/help/jshelp_start.htm#jshelp/ags_proxy.htm

     

    0
  • Permanently deleted user

    Forgot if you need different authentication to get through your firewall/proxy you will need to add the following lines to your esri proxy page, where usernamevalue etc. are defined with your account that is allowed through your firewall.

     

    System.Net.WebProxy myProxy = new System.Net.WebProxy(myProxyLocation, true);

     

    myProxy.Credentials = new System.Net.NetworkCredential(userNameValue, passwordValue, domainValue);

    req.Proxy = myProxy;

    0

Bitte melden Sie sich an, um einen Kommentar zu hinterlassen.