|
POST
|
looks like it started working this morning all of a sudden and its ran every 15 minutes since about 9am
... View more
09-16-2021
08:28 AM
|
1
|
1
|
5530
|
|
POST
|
thanks @shikhar_deep i've had a play but can't seem to get it to work, it wont even find the notebookmanager maybe its not implimented in Notebooks in ArcGIS Online
... View more
09-16-2021
12:15 AM
|
0
|
2
|
4302
|
|
POST
|
@FionaRenton1 it is annoying because its such a useful function to be able to schedule tasks, its allowed me to automate a task that i had to remember to manually run each morning (even when on holiday) which i have sometimes forgot to do (but don't tell anyone)
... View more
09-15-2021
11:27 PM
|
2
|
0
|
5543
|
|
POST
|
thanks @Anonymous User the last time mine ran was: Sep 14, 2021, 03:46:54 and it should have next ran around 15 minutes later
... View more
09-15-2021
11:25 PM
|
0
|
0
|
5543
|
|
POST
|
looks like we're having the same issue: https://community.esri.com/t5/arcgis-notebooks-questions/notebook-tasks-suddenly-not-scheduling/m-p/1098392#M382
... View more
09-15-2021
06:45 AM
|
0
|
0
|
1529
|
|
POST
|
so i have a Notebook that is scheduled to run every 15 minutes (it was every hour but i changed it about a week ago) it seemed to run fine for the first 4/5 days but since the 14th its not scheduled another task i have manually run the notebook without issue, is there some sort of outage? thanks Stu
... View more
09-15-2021
03:13 AM
|
2
|
10
|
6116
|
|
BLOG
|
thanks @ZacharySutherby i had a play but it clones the actual survey (ie the forms you open in survey123) rather than a specific survey return thanks anyway Stu
... View more
09-14-2021
11:21 PM
|
0
|
0
|
8215
|
|
BLOG
|
@JodyZhengLiu yea just a typo on my part, ive sent you the xlsx (we created the survey using Connect which might also explain why it wont copy) thanks Stu
... View more
09-09-2021
02:42 AM
|
0
|
0
|
18030
|
|
POST
|
i'm very new to notebooks but i have two questions that i couldn't find an answer for in the community is it possible to call/run a notebook from a webhook, ie survey completed in Survey123 initiates the notebook? and my second question is it possible to call/run another Notebook at the end of Notebook (ie running Notebook A but run Notebook B to create some data etc) thanks Stu
... View more
09-09-2021
12:46 AM
|
0
|
8
|
4359
|
|
BLOG
|
unfortunately the edit=copy doesn't work with our surveys, i am assuming that its because they are very complicated with lots of repeats (10 i think), i was expecting that as we have to use the Survey123 app rather than the web form. it would be handy if the copy functionality could work with more complicated surveys like ours and also work with the Survey123 app our sort of use case would be to find an existing survey in collector, and then click a smart link that opened a copy in the survey123 app, at the moment we have to manually clone the surveys using a script i created... thanks Stu
... View more
09-08-2021
01:37 AM
|
1
|
0
|
18082
|
|
BLOG
|
would this work if i wanted to clone (copy) a single survey return within the same survey, so that i could update something on the copy but maintain the original for audit reasons Stu
... View more
09-06-2021
12:42 AM
|
0
|
0
|
8394
|
|
POST
|
thanks @DanPatterson & @JohannesLindner i've managed to get it working from arcgis.gis import GIS
gis = GIS("home")
xxM = gis.content.get("54e2xxxeae")
xxLive = xxM.layers[11] NewxxLive = xxLive.query(where = "OBJECTID = 11") print("--Start Run--")
for feature in NewxxLive:
print("---Start--")
print(feature)
print("----") --Start Run--
---Start--
{"geometry": {"paths": [[[51....]]]}, "attributes": {"OBJECTID": 11 }}
----
... View more
09-01-2021
03:49 AM
|
0
|
0
|
3512
|
|
POST
|
thanks @JohannesLindner i tried that but got a different error: ---------------------------------------------------------------------------
OSError Traceback (most recent call last)
In [39]:
Line 3: fields = [f.name for f in arcpy.ListFields(PLS)] # or define a subset of fields
File C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\__init__.py, in ListFields:
Line 1134: return gp.listFields(dataset, wild_card, field_type)
File C:\Program Files\ArcGIS\Pro\Resources\ArcPy\arcpy\geoprocessing\_base.py, in listFields:
Line 353: self._gp.ListFields(*gp_fixargs(args, True)))
OSError: "<FeatureLayer url:"https://xxx.xxx.xxx.net/arcgis/rest/services/Collector/LiveData/FeatureServer/11">" does not exist
--------------------------------------------------------------------------- i also tried it with all fields and got another error: with arcpy.da.SearchCursor(PLS, "*") as cursor:
for row in cursor:
print(row)
---------------------------------------------------------------------------
RuntimeError Traceback (most recent call last)
In [40]:
Line 5: with arcpy.da.SearchCursor(PLS, "*") as cursor:
RuntimeError: 'in_table' is not a table or a featureclass
--------------------------------------------------------------------------- its got me stumped as i've iterated over feature layers in an AGOL Notebook in a similar way and it worked
... View more
09-01-2021
02:37 AM
|
0
|
0
|
3529
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 07-16-2025 02:25 AM | |
| 1 | 09-08-2025 07:14 AM | |
| 8 | 07-17-2025 01:23 AM | |
| 3 | 07-04-2025 02:55 AM | |
| 1 | 06-27-2025 03:41 AM |
| Online Status |
Offline
|
| Date Last Visited |
04-17-2026
05:42 AM
|