|
POST
|
so i noticed what might be an issue with one of our AGOL Feature services, the feature service has 75,000 records but the highest object id is around 105,000 does that mean that 30,000 features have been deleted? the feature service was published from Survey123 Connect, and its been updated a few times since all from within Connect are their any scenarios where the max object id won't be the same as the total number of features Stu
... View more
06-03-2020
05:01 AM
|
0
|
1
|
1074
|
|
IDEA
|
Hi Kory, thanks for that, i did read a few things about the ability to export the schema but didn't explore it further. i found the issue out when creating a python toolbox to export a layer from our Enterprise geodatabases into a FGDB but i wanted to maintain the objectID, to do this the script creates a new FGDB and in it creates a new feature class using the Enterprise feature class as a template, then it adds in a new field for the original object it, and then using append it transfers the data over. but that's when i realised the issue with the domains thanks Stu
... View more
06-03-2020
04:54 AM
|
1
|
0
|
3247
|
|
IDEA
|
So i have found that using the create feature class from a template doesn't create the domains associated to the template feature class, i think if your creating a new FC from a template then you are looking for it to be identical include the domains (well that's what i'm looking for) i think a workaround would be to use python to iterate over the domains in the template and create / assign them to the new FC but it would be so much nicer if using the template did it be default thanks Stu
... View more
06-02-2020
02:04 AM
|
1
|
4
|
3313
|
|
POST
|
thanks both for the replys, in the end i pasted the data into a text file, created a parameter with the data type of 'DETextfile' and used that. the toolbox i wanted to create was a select by attribute tool that could select thousands of features based on the list i pasted into the text file. the tool works by reading the text file into a list and then looping through it in batch's of 10 lines and selects the features and then moves onto the next 10 lines and adds them to the already selected features. thanks Stu
... View more
04-22-2020
01:34 AM
|
0
|
0
|
1514
|
|
POST
|
is there a python toolbox parameter type which allows the user to paste in a list of values (ie copy the list from excel and paste into the parameter) thanks Stu
... View more
04-15-2020
02:33 AM
|
0
|
3
|
1574
|
|
POST
|
has anyone see this issue before, I have a feature service and there is a field in in three times but they are identical not sure how its happened, but I think its causing issues when I load the service into a map and try to configure the popup i've tried to delete it in two ways using the admin rest API and 'delete from definition' I get a success result from this but the fields are still there, I then tried to delete it from the data tab in the feature service but that just sits there for an hour and when I check the data it gives another error, but it still lists the three fields, and the only way to resolve this is to add it back in using the admin rest API 'add to definition' BTW the feature service was created from survey123 connect... any ideas before I raise a support case thanks Stu
... View more
03-03-2020
07:33 AM
|
0
|
2
|
2610
|
|
POST
|
hi we have a laptop which had ARcGIS Pro installed on it with a named user licence and the user had taken the licence offline, but the laptop has died. we've now got a new laptop for the user now but he can't log into ArcGIS Pro as his licence is offline, so how do we relinquish the offline licence? how do you do it, do i have to raise a support ticket with ESRI? thanks Stu
... View more
01-29-2020
03:44 AM
|
1
|
1
|
1081
|
|
POST
|
we are also having the issues, been slow all day and now its stopped working. Stu
... View more
01-28-2020
06:16 AM
|
0
|
0
|
2918
|
|
POST
|
we've got the same issues, started getting slow this morning and now its stopped Stu
... View more
01-28-2020
06:13 AM
|
2
|
1
|
5277
|
|
POST
|
this is the latest error, i generated the sample template for my survey and copied the syntax for one of the geo location questions Stu {"jobId":"e1fc4a........e55893",
"jobStatus":"esriJobFailed",
"jobStatusInfo":{"detailedStatus":"printFailed",
"startTime":1579600254924,
"progress":"1.00"},
"submitted":1579600244895,
"completed":1579600258672,
"resultInfo":{"title":"Item_OID_82487",
"totalCount":1,
"succeededObjectIds":[],
"failedObjectIds":[82487],
"details":[{"objectId":82487,
"status":"printFailed",
"messages":["Failed to print map for ${PIVLocation}. Error: Failed to print map: {}\n at eval (eval at waitForPredicatePageFunction (:2:21),
<anonymous>:20:31)\n at eval (eval at waitForPredicatePageFunction (:2:21),
<anonymous>:35:19)\n at onRaf (__puppeteer_evaluation_script__:56:33)\n at pollRaf (__puppeteer_evaluation_script__:48:5)\n at waitForPredicatePageFunction (__puppeteer_evaluation_script__:7:18)"],
"success":false}]},
"inputInfo":{"jobType":"createReport",
"parameters":{"featureLayerUrl":"https://services3.arcgis.com/Eet2anYth754hzcB/arcgis/rest/services/survey123_78.........369_stakeholder/FeatureServer/0",
"queryParameters":{"where":"objectId = 82487"},
"templateItemId":"ba...........e4",
"surveyItemId":"78...............369",
"f":"json",
"outputFormat":"docx",
"outputFileName":"OID_82487",
"uploadInfo":{"type":"arcgis",
"parameters":{"title":"Item_OID_82487",
"folderId":"64e...............51a"}}}},
"messages":["Failed to print map for ${Location}. Error: Failed to print map: {}\n at eval (eval at waitForPredicatePageFunction (:2:21),
<anonymous>:20:31)\n at eval (eval at waitForPredicatePageFunction (:2:21),
<anonymous>:35:19)\n at onRaf (__puppeteer_evaluation_script__:56:33)\n at pollRaf (__puppeteer_evaluation_script__:48:5)\n at waitForPredicatePageFunction (__puppeteer_evaluation_script__:7:18)"]}
... View more
01-21-2020
02:01 AM
|
0
|
3
|
2142
|
|
POST
|
so i am trying to automate the generation of reports from Survey123 using the feature repoting API (found it documented on the BETA site) and it works great it will pull back all my questions the same as if you ran it manually from within Survey123 website. but as soon as i add any map or photo element it wont generate the report, yet you can manually generate the report from the survey123 website using the same template and it works fine... this is one of the errors i'm getting: Failed to print map for ${$shape|mapSettings:"6exxxxxxxxxxxxxx":1500|size:350:350}. waiting for function failed: timeout 180000ms exceeded any ideas? Stu
... View more
01-20-2020
05:53 AM
|
0
|
5
|
2307
|
|
POST
|
we're getting the same issue today but we don't use google, also we are getting login issues in survey123 we just get a blank page when clicking sign in.... i think it might be down to our network thought... Stu
... View more
01-10-2020
01:30 AM
|
0
|
0
|
4273
|
|
POST
|
it seems the issue is being caused by the feature service having a field in there twice, which is strange in it own right... if we delete the field we get another error, i'll raise it with support and see what they say Stu
... View more
10-16-2019
02:29 AM
|
0
|
0
|
1080
|
|
POST
|
yea, we're having issues too, I've raised a ticket with ESRI UK Stu
... View more
10-16-2019
02:26 AM
|
0
|
0
|
2722
|
| 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
|