POST
|
Sorry, I was logged into my AGO account by accident, that is the same person as me 😵
... View more
02-06-2025
08:03 AM
|
0
|
0
|
880
|
POST
|
We're having the same issue with certain webmaps, all the ones we have the issue with are in ArcGIS Online. Just to try something: I saved a copy of the webmap and then: Tried the Map() and it failed with validation errors Cleared all the layers out of the copy of the webmap Map() worked! Added the feature layers back in individually Map() worked! Turned labels on to start rematching to the original webmap Map() failed! Deleted labels, and disabled them to get back to no labels in the webmap Map() failed! Went into the ArcGIS Assistant and deleted the layerDefinition that was still present in each of the feature layers called in the webmap JSON Map() worked! "layerDefinition": {
"drawingInfo": {
"labelingInfo": []
}
}, I don't have any other evidence other than it seems to have something to do with the labels in the JSON. Maybe that helps?!?
... View more
12-11-2024
10:17 AM
|
1
|
0
|
1038
|
POST
|
We started experiencing the same thing this morning. ArcMap 10.8.1 was working fine, then sometime between 8am to 11am, something changed and it crashes on startup. We are using the P5000 graphics card as well, on Windows 10 and Windows 11 machines. No known updates have been pushed out after talking to our Help Desk. Fun stuff 😅 Uninstalling the NVIDIA Graphics Driver from the Control Panel -> Programs and Features seemed to fix the issue, but may create problems with other software. But that is the only workaround I've been able to find.
... View more
01-18-2024
12:16 PM
|
0
|
0
|
3877
|
POST
|
Not a question, but a finding after installation. We had a user that consistently crash ArcMap on right-clicking just about anywhere within the software. There was also crashing when editing/updating using the Attributes window. After submitting crash reports, uninstalls, repairs, updates, changing machines, and a lot of troubleshooting, we finally determined the culprit. Grammarly. The user had installed Grammarly as part of their preferred software installation. After uninstalling Grammarly, ArcMap stopped crashing and has been running without crashing. Passing this along for anyone who has "phantom" crashing and has Grammarly installed. Happy Mapping 🙂
... View more
05-23-2022
06:42 AM
|
2
|
0
|
673
|
POST
|
Hi Heather, We are experiencing the same exact thing with our Sharepoint (same version too). Ours in on a government tenant, so we're not sure if that's what is causing the problems. We do get to add a "new web part" to a page, but once we get to the step that allows geotagging documents, it fails after waiting a few minutes. We've tried doing the suggestion about changing the Term Tags on another post, but that didn't seem to make any difference. Glad we are not alone in having issues 🙂
... View more
11-17-2021
12:14 PM
|
0
|
4
|
3245
|
POST
|
We ran into this issue a few months ago. Eventually, it was resolved by downloading the file and installing as an admin on the machine. That being said, ESRI stopped supporting Operational Views in ArcGIS Online beginning yesterday, so if you have any there, they will no longer function. Our workaround was to host an older version of ArcGIS Portal and run the legacy Dashboard app off of that. That involves signing the application and doing some funny handstands while the sun in the correct position but eventually it worked.
... View more
12-12-2019
10:24 AM
|
1
|
0
|
666
|
POST
|
Thank you Robert, none of my contacts outside my organization were at work yet to validate this. We've spent the last hours troubleshooting and found an issue with our firewall that was blocking, caching, and redirecting any content with *ArcGIS* in the domain. Still not sure if related to the update from last night or not. Fun stuff! Cameron
... View more
03-20-2019
08:13 AM
|
1
|
1
|
554
|
POST
|
Everything in our organization is getting forced to HTTPS as of this morning (March 20, 2019). Yes, I've made sure that the box is unchecked to force HTTPS in the settings of our organization. Just checking to see if anyone else is having the same issue.
... View more
03-20-2019
05:12 AM
|
0
|
3
|
640
|
POST
|
Today (February 14, 2019) at approximately 10:00EST our business lost connectivity to ArcGIS Online for about 5 minutes. Any url that was using http was coming back with an having an unreachable address. Forcing https seemed to correct the issue. This same thing happened on February 8, 2019 around the same time of day. Just being curious as to if this happened to anyone else and if it is a somehow related to the TLS 1.2 push slated for April.
... View more
02-14-2019
07:20 AM
|
0
|
1
|
428
|
POST
|
Yes both the 6 months and 1 year queries work in AGOL
... View more
11-05-2018
07:21 AM
|
0
|
0
|
3357
|
POST
|
Good Morning, I have been pulling some item usage data from AGOL using the Python API item.usage(). Seems to be working fine for a few of the queries, and not for others. My python: from arcgis.gis import GIS,Item
gis = GIS("https://<organiztion>.maps.arcgis.com","<username>","<password>")
item = Item(gis,"<itemid>")
chartdata = item.usage("<daterange>",as_df=True)
print(chartdata) The chart below shows which ones work for me. If I run the 6M range, it returns: Error generating usage report.
None
Error generating usage report If I run the 1Y range, it returns: Traceback (most recent call last):
File "<filepath>.py", line 12, in <module>
chartdata = item.usage("1Y",as_df=True)
File "<windowsuserfolder>\AppData\Local\ESRI\conda\envs\new-environment\lib\site-packages\arcgis\gis\__init__.py", line 6371, in usage
raise ValueError("Invalid date range.")
ValueError: Invalid date range. It doesn't matter whether you return the Pandas DataFrame or the python dictionary for the result, same errors get generated. Am I missing something somewhere? It would be really nice to get the longer date ranges for my automated reporting I'm working on. Thanks for any help on this!! Cameron
... View more
11-05-2018
04:56 AM
|
0
|
5
|
3957
|
POST
|
Hi Heather, We are experiencing this with ArcGIS Server 10.5
... View more
07-24-2017
03:51 AM
|
0
|
0
|
2011
|
POST
|
Just confirming we are having the same issues with fields using the Explorer app. Also noticed that fields being used as media with hyperlinks are broken too, most likely due to the same issue. We can't go in and change the aliases as this could break more things than fix . At least we have Collector to fall back on. Had to have that app out in time for the UC....
... View more
07-12-2017
11:54 AM
|
0
|
3
|
2011
|
POST
|
I tried the <iframe> tag this morning and it looks like it works! December update must have fixed it
... View more
12-15-2016
07:48 AM
|
1
|
0
|
829
|
Title | Kudos | Posted |
---|---|---|
1 | 12-11-2024 10:17 AM | |
2 | 05-23-2022 06:42 AM | |
1 | 12-15-2016 07:48 AM | |
1 | 12-12-2019 10:24 AM | |
1 | 03-20-2019 08:13 AM |
Online Status |
Offline
|
Date Last Visited |
3 weeks ago
|