Esri / ago-assistant

A swiss army knife for your ArcGIS Online and Portal for ArcGIS accounts
https://ago-assistant.esri.com/
Apache License 2.0
152 stars 89 forks source link

Incomplete - check console #270

Open runmd opened 4 years ago

runmd commented 4 years ago

I get this error when copying a hosted feature service from ArcGIS Online to Portal for ArcGIS 10.6.1 using the Full Copy (Experimental).

nixta commented 3 years ago

Same here. Interestingly, the service I'm copying has many feature layers. It fails on layers 4 and 8 (which have the bulk of the data) but other layers, including those with over 1000 records, do copy OK. I wonder if it's something to do with paging.

slibby commented 3 years ago

If you'd like to test further, check out the network tab for any failed requests being sent. Unfortunately we were never able to make this (experimental) feature as durable as hoped. We do not have any cycles to continue development on this application at this time.

If it is any consolation, the ArcGIS Python API's clone_items method works VERY well for cloning hosted feature services

nixta commented 3 years ago

Yeah. They’re all CORS errors, which seems odd as I’d expect them all to fail rather than only the ones with the beefier content. ¯_(ツ)_/¯