|
POST
|
I typically refrain from running much as local system because that's a highly privileged account. Do you see any errors in your windows event logs?
... View more
03-21-2017
02:15 PM
|
0
|
0
|
2570
|
|
POST
|
Is this issue specific to the local service account (.\ArcGIS), or does it happen with other accounts? Are there other services that run on this machine that use the .\ArcGIS account? I'd check to see if some GPO is getting enforced. To do that, while ArcGIS for Server is running, log onto this machine, open a CMD prompt as an admin, and run gpupdate /force. If that causes these logon failures, then it seems likely that this issue is compounded by some GPO. This is less an ArcGIS Server issue and more a Windows issue. The windows event logs should help to provide additional context.
... View more
03-21-2017
12:24 PM
|
0
|
2
|
2570
|
|
POST
|
Hmmm...personally, I wouldn't do this in PROD. If you have to, I'd download and host this API in house in your shop. Most current web servers set CORS headers by default. I'd set those headers in the web.config on the root of your web server. " A public demo of CORS Anywhere is available at https://cors-anywhere.herokuapp.com. This server is only provided so that you can easily and quickly try out CORS Anywhere. To ensure that the service stays available to everyone, the number of requests per period is limited, except for requests from some explicitly whitelisted origins. If you expect lots of traffic, please host your own instance of CORS Anywhere, and make sure that the CORS Anywhere server only whitelists your site to prevent others from using your instance of CORS Anywhere as an open proxy."
... View more
03-17-2017
09:03 AM
|
0
|
1
|
2169
|
|
POST
|
Backups I'd handle via SQL server, but there are some solid python scripts out there to help with the geodatabase maintenance tasks you mention. Check this one out for instance.
... View more
03-07-2017
12:19 PM
|
3
|
1
|
2307
|
|
POST
|
Sounds like MXDPERFSTAT is looking for a license. Are you running this on a machine with either: a. ArcGIS Engine runtime or b. ArcGIS Desktop
... View more
02-21-2017
01:09 PM
|
1
|
1
|
1149
|
|
POST
|
Unsure I understand why you would run ArcGIS Server on a laptop and expose it through a reverse proxy, but the issue seems to be that the proxy can't resolve to your laptop's hostname. This is what I get when I go to http://mapwizard.eu/arcgis/rest Reason: DNS lookup failure for: home.mapwizard.eu
... View more
02-07-2017
09:27 AM
|
0
|
0
|
1095
|
|
POST
|
Hi Shawn, Is this what you're looking for - a way to change the references in your existing web maps from http to https? I haven't tested this in terms of popups - the AGO Admin tool should be able to help address this too. https://ago-assistant.esri.com/ http://server.arcgis.com/en/portal/latest/administer/windows/example-update-the-url-of-a-service-in-a-web-map.htm
... View more
02-06-2017
01:37 PM
|
2
|
1
|
2151
|
|
POST
|
Where is the clientaccesspolicy.xml file located? It should be at the root of the server that hosts your web adaptor or proxy, like http://sampleserver6.arcgisonline.com/clientaccesspolicy.xml. If open your application while a debugger or intercepting proxy like Fiddler is running, so you see that the clientccesspolicy file on the GIS Server is being accessed?
... View more
02-03-2017
10:38 AM
|
0
|
1
|
1723
|
|
POST
|
Hi Robert, I see this and a similar question that was asked previously. What preceded this issue? Did you attempt to import a CA signed certificate and then experienced failures? In the near term, if you're unable to access server manager over either HTTP or HTTPS protocols, we can get you back in by reverting to the default self signed certificate. 1. Stop ArcGIS Server 2. Drill down to \\Program Files\ArcGIS\Server\framework\runtime\tomcat\conf\server.xml. Open this file with a text editor and scroll down to the bottom. 3. Change the value of the keyAlias to keyAlias="SelfSignedCertificate" like <Connector SSLEnabled="true" ciphers="TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA" clientAuth="false" connectionTimeout="20000" connectionUploadTimeout="10000000" disableUploadTimeout="false" keyAlias="SelfSignedCertificate" keystoreFile="C:\Program Files\ArcGIS\Server\framework\etc\certificates\arcgis.keystore" keystorePass="not.the.password" maxHttpHeaderSize="65535" maxPostSize="10485760" maxThreads="150" port="6443" protocol="org.apache.coyote.http11.Http11Protocol" scheme="https" secure="true" server=" " sslEnabledProtocols="TLSv1.2,TLSv1.1,TLSv1" sslProtocol="TLS" useServerCipherSuitesOrder="true"/> 4. Start the GIS Server again.
... View more
01-26-2017
10:06 AM
|
0
|
0
|
758
|
|
POST
|
Hi - There is no support for this workflow that I'm aware of.
... View more
01-26-2017
09:57 AM
|
0
|
0
|
788
|
|
POST
|
You can re-key it if needed. https://blog.digicert.com/where-is-your-private-key/
... View more
01-19-2017
11:37 AM
|
0
|
0
|
1871
|
|
POST
|
I don't see this in my environment, using Edge on Windows 10 build 1511. If you'd like to capture the session with a tool like Fiddler or similar, I can have a look at your network traffic. You can remove any sensitive URLs you might not want to share.
... View more
01-19-2017
11:31 AM
|
1
|
0
|
2088
|
|
POST
|
I've always referenced this doc. Can you go into detail as to the point of failure?
... View more
01-18-2017
11:19 AM
|
1
|
0
|
608
|
|
POST
|
OK. Which flavor Linux? If you can get Shell access, then you can use a tool like winscp to copy the Linux install of ArcGIS Server up to the box, then unzip it. Then under a non-root account you can do a command line install through Putty by running ./setup. Assuming all of the pre-requisites are installed (and this is a supported flavor of Linux), it *should* work. Keep in mind that unless the provider will open up port 6443/6080 you'll want to install an application server like Tomcat and install the web adaptor
... View more
01-04-2017
01:25 PM
|
1
|
1
|
3254
|
|
POST
|
You can get a token from the GIS Server and append it to the end of your WMS URL, and not pass username/password. The issue is related to how ArcMap expects to access OGC - there's no provision in the OGC spec for Esri tokens, but there is for basic/digest auth (web tier authentication).
... View more
01-04-2017
01:00 PM
|
1
|
1
|
3556
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-05-2026 06:49 AM | |
| 1 | 02-19-2026 07:09 AM | |
| 2 | 02-17-2026 02:27 PM | |
| 3 | 11-17-2025 07:06 AM | |
| 1 | 05-24-2018 07:28 AM |
| Online Status |
Offline
|
| Date Last Visited |
04-10-2026
06:56 AM
|