POST
|
I noticed that several datasets referenced in our Hub site do not have up-to-date data downloads. I checked the API for one and saw that there was an error. See here: https://opendata.arcgis.com/api/v3/datasets/923cb3294384488e8a4ffbeb3b8f6cb2_32/downloads?spatialRefId=4326&formats=shp The query that it is trying to execute references a range of OBJECTID's that does not actually exist in the data, which produces an error. https://ws.lioservices.lrc.gov.on.ca/arcgis1071a/rest/services/LIO_OPEN_DATA/LIO_Open01/MapServer/32/query?f=json&outFields=*&outSR=4326&returnGeometry=true&returnZ=true&where=OBJECTID>=35416613 AND OBJECTID<=35417112 It appears that the cache process has been running for 8 days already... I guess the process just hangs there after this failure? What is causing this to happen and can it be fixed?
... View more
11-06-2020
01:38 PM
|
0
|
1
|
58
|
IDEA
|
When copying datasets between ArcSDE databases in the Catalog pane, the progress bar remains at 3% until the copy is completed. It could take minutes or hours, the display does not change. No estimated time remaining is given. Please update the progress bar based on actual copy progress, and add a time remaining message.
... View more
09-25-2020
08:00 AM
|
2
|
0
|
119
|
IDEA
|
I manage an AGOL organization with almost 500 users spread out among many departments in my organization. Each department is allotted a certain number of service credits based on the size of its user base. I am trying to track credit usage by department. I can get most of the detail I need through the Python API and the AGOL status interface. What I cannot track (at least to my knowledge) is credit usage by items that have been deleted. I would like to have the ability to report on deleted items that consumed service credits, including how many credits they consumed and who created them (through the Python API and AGOL interface).
... View more
04-22-2020
07:18 AM
|
2
|
0
|
88
|
IDEA
|
It would be convenient to have the ability to share a group to another group. For example, I have a group (group A) set up to support a collaboration workspace. I want to share all of the content from a different group (group B) to group A and I want any changes in the items shared to group B to be immediately reflected in group B. So if I add share a new feature layer with group B, it gets picked up by group A and pushed through to my collaboration guest on the next sync, without me having to specifically share the new items with group A.
... View more
05-17-2019
05:42 AM
|
3
|
0
|
150
|
POST
|
We got this one sorted out. Somewhere on the web server there was a Web.config file that was adding the "*". I couldn't see it due to our corporate policies but the relevant portion of the configuration file would look something like this: <system.webServer> <httpProtocol> <customHeaders> <add name="Access-Control-Allow-Origin" value="*" /> </customHeaders> </httpProtocol> </system.webServer> Check your web server configuration to see where this header is being added.
... View more
07-09-2018
07:44 AM
|
0
|
0
|
159
|
POST
|
My organization is currently exploring ArcGIS Hub. We have a number of AGS map services which we are trying to view through Hub. We are getting this error in the Data tab: I have determined that this is a direct result of a browser CORS error (multiple 'Access-Control-Allow-Origin' headers). Here is the error (Urls are not real): "Failed to load https://org.com/arcgis/rest/info?f=json: The 'Access-Control-Allow-Origin' header contains multiple values ' https://opendata-org.opendata.arcgis.com , *', but only one is allowed. Origin ' https://opendata-org.opendata.arcgis.com ' is therefore not allowed access." When I strip the extra header using a Fiddler script, the problem goes away. I have encountered this error before using the JavaScript API and usually it has no impact. It seems that Hub requires the results of the ' https:// org.com /arcgis/rest/info?f=json' query to function properly. Is there a way to add trusted servers to the Hub site configuration to avoid CORS errors?
... View more
04-30-2018
07:32 AM
|
1
|
2
|
1726
|
Online Status |
Offline
|
Date Last Visited |
3 weeks ago
|