|
POST
|
If you take a look at the dev tools, what does the network tab say when a query request is made? Are there any errors in the console tab?
... View more
04-20-2017
08:50 AM
|
0
|
1
|
2098
|
|
POST
|
What browser are you in? If you're in Chrome, does it work in IE or Firefox?
... View more
04-20-2017
08:47 AM
|
0
|
0
|
1462
|
|
POST
|
A 499 error is a "Token required" error. I think you'll need to pass in a token with the request. Ex. http://<WMS_service_url>?<standard WMS parameters>&token=<valid_tokenString>
... View more
04-19-2017
03:37 PM
|
1
|
0
|
2040
|
|
POST
|
Yes, sorry if my post made it seem like I was suggesting that. It's certainly against the license agreement to share a single account with multiple people, but configuring your portal with SAML authentication will give you the ability to take advantage of Windows accounts for users who require a named user in the portal but also gives you the ability to grant anonymous access to your portal for users who don't need a named user and just need to access a webmap.
... View more
04-19-2017
01:34 PM
|
0
|
1
|
2099
|
|
POST
|
Looks like you can do something with sys.exit() or exit() to return a failure to the command prompt, (exit code 1), and then add some logic within the .bat to check the exit code..
... View more
04-19-2017
08:47 AM
|
0
|
1
|
18881
|
|
POST
|
That's not an error, that's the token. You can append the token to requests to the Admin API to authenticate.
... View more
04-19-2017
08:20 AM
|
1
|
1
|
3474
|
|
POST
|
You may want to look into SAML, which would give you the single sign-on experience as well as allowing built-in users/anonymous access to the portal.
... View more
04-19-2017
08:18 AM
|
0
|
3
|
2099
|
|
POST
|
What do you see when you look at the federated server through Portaladmin? Are the URLs correct? https://<server>.<domain>.com:7443/arcgis/portaladmin/federation/servers/<id>
... View more
04-18-2017
05:47 PM
|
0
|
1
|
1949
|
|
POST
|
These questions are very difficult to answer, as there are multiple factors that go into performance listed below in no particular order, (and certainly not an exhaustive list): 1) Resources on the machine 2) Other processes/applications running on the machine 3) Complexity of the geometry 4) Number of features returned 5) Symbology 6) Storage location 7) Likely geometry storage type etc... Your best bet is to run a load test using JMeter, Python, or another application. You can even use Fiddler, (example 1, example 2) if you'd like.
... View more
04-18-2017
11:13 AM
|
2
|
1
|
1190
|
|
POST
|
Unfortunately, there's no way to change the URL for hosted services. You can try to download the data using ArcMap or the REST endpoint and republish it. I mentioned here we're looking to make this process easier in the future.
... View more
04-18-2017
10:01 AM
|
1
|
3
|
1949
|
|
POST
|
Are you able to reach the Portal home page and sign in without any problems?
... View more
04-18-2017
09:59 AM
|
0
|
0
|
2972
|
|
POST
|
We're looking to address this in future versions of the software, though.
... View more
04-17-2017
01:41 PM
|
1
|
0
|
1637
|
|
POST
|
The 8004 you see in Fiddler isn't the ArcSOC.exe process trying to communicate to somewhere over port 8004, it's just showing the process name and the process ID, (8004 being the process ID). I believe that ClientHello is just an SSL handshake, so that's not really relevant. The thing that isn't clear about your post is you see a 404 in Fiddler but you see "Your requested host <hostname> could not be resolved by DNS." as well. The 404 is simply telling you a requested resource can't be found, (but note the host was found), while the second would be a 502 error. In a browser, can you navigate to http://<server>.<domain>.com:6080/arcgis/rest/services?
... View more
04-17-2017
01:39 PM
|
3
|
2
|
6920
|
|
POST
|
It's interesting that ArcMap would honor the setting, but that may be because you're consuming the service in the same client that you previously configured the field in. The service is really just being rendered from an mxd type file anyway. This is still a client side problem, though. In ArcGIS Online, by configured the attributes for the data, the display is changed for the data throughout the application: Might be difficult to see but the Shape_Length field, (red outline), is not configured to use 1000 separators, and the Shape_Area field, (blue outline) is. In a popup and the attribute table, those settings are respected. ArcGIS Online by default set the Use 1000 Separator option to true.
... View more
04-17-2017
10:59 AM
|
2
|
1
|
2665
|
|
POST
|
Unfortunately, there's no way to change the URL for your portal. You can set up your new portal and use a python script to move content, though.
... View more
04-17-2017
10:33 AM
|
1
|
2
|
1637
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-28-2026 06:05 AM | |
| 1 | 08-26-2016 10:10 AM | |
| 2 | 02-22-2024 07:22 AM | |
| 1 | 06-07-2024 07:11 AM | |
| 4 | 12-12-2024 08:52 AM |
| Online Status |
Offline
|
| Date Last Visited |
06-08-2026
07:43 AM
|