|
POST
|
Hi @DanPatterson since the update its using arcgis 1.8.5 i think it was 1.8.4 before the update... Stu
... View more
11-09-2021
12:11 AM
|
0
|
0
|
2924
|
|
POST
|
has anyone else had issues after updating ArcGIS Pro to the latest version (2.8.3) with Notebooks? this code use to work (ive simplified it but its as below) xxM = gis.content.get("54e........")
xxLive = xxM.layers[12]
NewxxLive = xxLive.query(where="OBJECTID = 1") i now get this error: ---------------------------------------------------------------------------
Exception Traceback (most recent call last)
In [21]:
Line 50: NewxxLive = xxLive.query(where="OBJECTID = 1")
File C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\Lib\site-packages\arcgis\features\layer.py, in query:
Line 1547: record_count = self._query(url, params, raw=as_raw)
File C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\Lib\site-packages\arcgis\features\layer.py, in _query:
Line 2563: raise queryException
File C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\Lib\site-packages\arcgis\features\layer.py, in _query:
Line 2533: postdata=params, token=self._token)
File C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\Lib\site-packages\arcgis\gis\_impl\_con\_connection.py, in post:
Line 720: force_bytes=kwargs.pop('force_bytes', False))
File C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\Lib\site-packages\arcgis\gis\_impl\_con\_connection.py, in _handle_response:
Line 514: self._handle_json_error(data['error'], errorcode)
File C:\Program Files\ArcGIS\Pro\bin\Python\envs\arcgispro-py3\Lib\site-packages\arcgis\gis\_impl\_con\_connection.py, in _handle_json_error:
Line 536: raise Exception(errormessage)
Exception: Invalid Token
(Error Code: 498)
--------------------------------------------------------------------------- but whats really odd is that i can list all the fields that are in that layer for f in xxLive.properties.fields:
print(f['name']) what has this new version done...
... View more
11-08-2021
08:54 AM
|
1
|
6
|
2976
|
|
POST
|
I've noticed over the last few days that the schedule seems to be getting stuck, today the 4am task started to run but then every task after it is showing as skipped and that the 4am task is still running. {
"result": {
"messages": [
"Run id 'd134a....c' of task id '637....e' was skipped because a previous task run was still in an executing state."
]
}
} @Anonymous User is it having issues again? the task usually takes a few minutes to run and i have checked my code and cant see any reason why it would still be running i guess a work around for me would be to update my code to check how long its been running for and if its over x minutes get it to stop but it might be good if there was a timeout option when you actually scheduled a task
... View more
11-05-2021
01:09 AM
|
1
|
0
|
5329
|
|
POST
|
just noticed that in your example you used gis.content.get but when i use that it returns nothing but gis.content.search returns my file...
... View more
10-25-2021
03:59 AM
|
0
|
0
|
2211
|
|
POST
|
thanks @Anonymous User i tried that but got a slightly different error, is it because i am trying to share a Survey123 word document with a group rather than feature search_for_batch_reports = gis.content.search("H..............1")
print("Search result: ", search_for_batch_reports)
search_for_batch_reports.share(groups=['5edd............e68']) ---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
<ipython-input-4-1e3c6c4eb4e2> in <module>
----> 1 search_for_batch_reports.share(groups=['5e.............e68'])
AttributeError: 'list' object has no attribute 'share'
... View more
10-25-2021
03:57 AM
|
0
|
0
|
2211
|
|
POST
|
so i tried this to share my content fc_item = search_for_batch_reports[0]
fc_item.share(groups=['5edd............e68']) but all i get is this: ---------------------------------------------------------------------------
TypeError Traceback (most recent call last)
<ipython-input-61-44a9c5ed5fef> in <module>
1 fc_item = search_for_batch_reports[0]
----> 2 fc_item.share(groups=['5edd............e68'])
TypeError: 'dict' object is not callable
... View more
10-15-2021
08:12 AM
|
0
|
1
|
2233
|
|
POST
|
hi i don't know about creating a task in Pro but it can be done in AGOL (i have a few setup to run every 15 minutes) but be warned that sometimes it does go a bit haywire and stop working for a while, its to do with the tasks platform rather than my code (well thats what i'm sticking too) this might help: https://doc.arcgis.com/en/arcgis-online/create-maps/prepare-a-notebook-for-automated-execution.htm Stu
... View more
10-15-2021
04:24 AM
|
1
|
0
|
2744
|
|
POST
|
is it possible to change the title of a file thats stored in AGOL and share it with a group using AGOL Notebooks so that i can have it running as a task thanks Stu
... View more
10-15-2021
04:19 AM
|
0
|
5
|
2265
|
|
BLOG
|
Hi @Anonymous User , i believe this is the bug: BUG-000143091 When attempting to export survey data by CSV or Excel in Survey123, the export process hangs and never completes if a filter is applied to any date field Thanks Stu
... View more
10-04-2021
12:51 AM
|
0
|
0
|
9120
|
|
BLOG
|
Hi @Anonymous User I've tried replicating the issue we have in the Survey123 Beta website and the issue is still there, from what i understand from talking to our ESRI UK support the issue is around using dates in the filter that's stopping the ability to export to a spreadsheet. one thing i did observe is that if rather than using a specific date you use within the last 90 days it will work. thanks Stu
... View more
10-01-2021
01:52 AM
|
0
|
0
|
9224
|
|
POST
|
Hi, i think i had a similar issue if the user was the owner of content it wouldn't change the licence, maybe try changing their account manually to see if you get an error Stu
... View more
09-30-2021
03:49 AM
|
1
|
1
|
4447
|
|
BLOG
|
hi @Anonymous User, i've also raise a case with ESRI UK, i'll upload our survey xlsx files for reference too Stu
... View more
09-28-2021
07:35 AM
|
1
|
0
|
9411
|
|
BLOG
|
has anyone had any issues with exporting data from the Survey123 website since the update, i've had a few of our guys say they've not been able to since friday 16th... just getting a support case raised with ESRIUK... Stu
... View more
09-22-2021
04:23 AM
|
0
|
0
|
9671
|
| 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
|