POST
|
We created a convoluted, buggy workaround. Because of that I won't post the details, but here's the overview. We "copied" the hosted feature layer by doing a "Save As" in the Visualization tab. Then opened the copied layer in ArcGIS Online Assistant to update the items' JSON. As in, we created the query in the JSON using the Assistant, as it allows JSON editing (with a warning). Because it's a copied "Save As" layer, it acts similar to a View, so when the parent layer is updated, this queried layer is as well.
... View more
02-11-2025
10:56 AM
|
0
|
0
|
1230
|
DOC
|
@BrianShepard Same here, I mentioned it to ESRI support as well. If known, I would have been able to mitigate expectations to our employees and customers last week. Instead, my entire team was sent scrambling. It was a very disappointing experience.
... View more
08-19-2024
10:01 AM
|
0
|
0
|
6554
|
DOC
|
@JakeSkinner Our scripts are up and running. Thank you for this script, responding to almost everyone over time, creating workarounds and troubleshooting since its inception. That said, we are heavily dependent upon hosted feature layers for several critical business layers. If ESRI would have given us any kind of heads up that it was their servers (or AWS or whatever caused the issue), that would have been nice. We spent an entire day scrambling and troubleshooting. It was big deal. Only to find out here (social media/message boards) that it was an ESRI issue. Feel free to share my concerns with your powers that be. And thanks again for everything!
... View more
08-19-2024
07:10 AM
|
0
|
0
|
6580
|
DOC
|
@BrianShepard Good to know Brian, thank you very much for posting this information.
... View more
08-14-2024
02:54 PM
|
0
|
0
|
6668
|
DOC
|
@BrianShepard @JakeSkinner So, we've tested everything this morning, and have come to the conclusion that "tempFGD" on AGOL is not appending the truncated Feature Layer.
... View more
08-14-2024
11:37 AM
|
0
|
0
|
6722
|
DOC
|
Good morning @JakeSkinner . I've been running this script for a couple of years now on many layers without any real issues. This morning, however, it's getting hung up on the Append portion. It doesn't want to fully append...it just spins and spins. Obviously something changed somewhere. Just checking to make sure it's not on the AGOL side. Any other thoughts?? Thanks!!!!
... View more
08-14-2024
10:11 AM
|
0
|
0
|
6757
|
DOC
|
@nbrown Hi. I was able to work around it by running the script as a .cmd or .bat, and adding the "del" command with force "/f" after the script. My cmd looks something like this: C:\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\python.exe \\Scripts\Beta\TuncAppend.py del /F "C:\Users\levon\AppData\Local\Temp\scratch\TempGDB.gdb.zip"
... View more
07-30-2024
06:51 AM
|
0
|
0
|
6979
|
DOC
|
Cool, thanks. I tried it. I'm getting the infamous 999999 error. File "C:\ArcGIS\Pro\Resources\ArcPy\arcpy\management.py", line 22276, in ClearWorkspaceCache
arcgisscripting.ExecuteError: ERROR 999999: Something unexpected caused the tool to fail. Contact Esri Technical Support (http://esriurl.com/support) to Report a Bug, and refer to the error help for potential solutions or workarounds.
Failed to execute (ClearWorkspaceCache).
... View more
05-16-2024
02:01 PM
|
0
|
0
|
7908
|
DOC
|
@JakeSkinner Hey Jake. Yep, I can delete it by hand.
... View more
05-16-2024
08:25 AM
|
0
|
0
|
7949
|
DOC
|
@JakeSkinner Good morning Jake. Great idea. However, it won't let me move it for same permission reason. It just doesn't like that location. shutil.move(os.path.join(arcpy.env.scratchFolder, "TempGDB.gdb.zip"), os.path.join(r"C:\temp\TempGDB.gdb.zip")) File "C:\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\lib\shutil.py", line 846, in move os.unlink(src) PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: 'C:\\Users\\chjones\\AppData\\Local\\Temp\\scratch\\TempGDB.gdb.zip'
... View more
05-16-2024
07:50 AM
|
0
|
0
|
7970
|
DOC
|
Adding, same as everyone else...I've been trying different IDEs (Pycharm, Visual Studio Code) as admin as well. Same result.
... View more
05-15-2024
04:37 PM
|
0
|
0
|
8033
|
DOC
|
Anybody figure this out yet? It's now happening to me. Processes that I have had running w no problems for over a year. os.remove(os.path.join(arcpy.env.scratchFolder, "TempGDB.gdb.zip")) PermissionError: [WinError 32] The process cannot access the file because it is being used by another process: @JakeSkinner @Chase_RSO
... View more
05-15-2024
04:35 PM
|
0
|
0
|
8036
|
IDEA
|
We have many scripts running now that update AGOL layers from File Geodatabase Feature Classes written in python (arcpy, ArcGIS API for Python). These are stand-alone scripts scheduled by Windows Task Manager as well as Notebooks for implementation and scheduling. A drag and drop utility like this could eliminate all of that.
... View more
05-02-2024
12:07 PM
|
0
|
1
|
631
|
POST
|
Hi Tim, Not sure if you'd be expecting anything to return. Maybe John can jump in here. From my understanding, that simply allows access to your online Notebook files. Those 12 lines of code above are all I'm using. In that example, you'd find shpfile.zip in your Notebook files. Hope that helps.
... View more
04-04-2024
09:26 AM
|
0
|
1
|
2316
|
POST
|
We are currently experiencing the exact same scenario. No schema changes, no Item ID changes. We have a parent layer that has many hosted view layers. The parent layer updates just fine, the View layers are showing "Data Error" when we try to look that their tables. This is a recent event, as this update process have been working for months with no issues.
... View more
03-12-2024
09:07 AM
|
1
|
0
|
2103
|
Title | Kudos | Posted |
---|---|---|
1 | 05-11-2023 09:23 AM | |
4 | 02-06-2024 09:30 AM | |
1 | 03-12-2024 09:07 AM | |
1 | 02-28-2023 08:29 AM |
Online Status |
Offline
|
Date Last Visited |
08-13-2025
07:33 AM
|