|
POST
|
This all looks good to me. Could be some other thing in your form. Any green error marks on any fields?
... View more
50m ago
|
0
|
0
|
1
|
|
POST
|
Ok here you are. Then you can just have 1 layer here and go 1 by 1 to find it. Then when you find it go into Pro and Export Features and see if that fails - if it does it will give you a objectid that failed. The config file looks like this replace with your item id. ServiceBackupName;f8ef16dd41474;{"layers":[{"id":0},{"id":1}]} script (note make sure Pro is logged in since it will pull creds from there). import os, time
from arcgis.gis import GIS
# vars for config file and output dir---------
# Setup inputs
configFile = r"YouPath\Config.txt"
backupDir = r"outdir"
#--------------------------------------------
# Make a connection to ArcPro
#gis = GIS('pro',verify_cert=False)
gis = GIS('pro')
# read in the config file for list of HFS for Survey123
BackupAllAGOHFSConfigFile = open(configFile, 'r')
HFSList = BackupAllAGOHFSConfigFile.read().splitlines()
BackupAllAGOHFSConfigFile.close()
for HFS in HFSList:
HFSname = HFS.split(";")[0]
itemId = HFS.split(";")[1] # this now comes from the main AGO page with all the settings.
exportParameters = HFS.split(";")[2] # now added to do all but photos due to size
#exportParameters = '{"layers":[{"id":0},{"id":2}]}'
# Start the export to GDB job
dt = time.strftime("%Y%m%d_%H%M%S")
#out_file = os.path.join(backupDir,"{}_{}".format(HFSname,dt))
out_file = os.path.join(backupDir,"{}_{}.zip".format(HFSname,dt))
print ("Export job started for " + HFSname + dt)
fsLink = gis.content.get(itemId)
result = fsLink.export("export" + HFSname + dt, "File Geodatabase", exportParameters)
# Save to file system
dt = time.strftime("%Y%m%d_%H%M%S")
out_file = os.path.join(backupDir,"{}_{}.zip".format(HFSname,dt))
print ("Saving final downloaded FGDB to {}...".format(out_file))
result.download(backupDir, out_file)
# Remove the extracted FGDB from AGOL (cleanup)
print ("Removing the export file from AGOL")
deleteResult = result.delete()
print ("Delete result is " + str(deleteResult))
... View more
2 hours ago
|
0
|
0
|
7
|
|
POST
|
Not sure what this means? in field maps this url does replace the {PointID}s with the associated attributes, are any of the fields arcade expressions or anything like that? I have not tried to access a Z value before is that a real field that has values? This looks correct to me on the formatting. When it fails it tends to be the wrong type, or too long for the field, or trying to pass into a repeat which you cannot do.
... View more
yesterday
|
1
|
3
|
46
|
|
POST
|
Possible new add https://community.esri.com/t5/arcgis-experience-builder-questions/experience-builder-edit-widget-configuration/m-p/1713409#M23821
... View more
yesterday
|
0
|
0
|
12
|
|
POST
|
I can't tell if you text is being changed in the window here adding the amp; stuff but you may be missing the : Should look like arcgis-survey123://?itemID=b02fc3613d344ee1&field:PointID={PointID}
... View more
yesterday
|
1
|
0
|
52
|
|
POST
|
Ok the arcgis-survey123://? part says launch an app so its not going to work in Windows. To open web browser it has to start with the http way (https://survey123.arcgis.app). Best thing is to test on a tablet really. Otherwise change to the http to test but it does not tell you as much. Basically you are telling windows to launch an app you don't have. I know the directions sound like it may work but it does not. You can try getting the windows app but I have had no luck with that. (note NOT connect but just the 123 app for windows). Hope that makes sense
... View more
yesterday
|
1
|
5
|
53
|
|
POST
|
Are you wanting a web browser or app to open? Is this on a tablet or windows? Opening the windows app does not usually work but someone posted it recently they got it to go.
... View more
yesterday
|
1
|
9
|
55
|
|
POST
|
This page walks you though it https://doc.arcgis.com/en/survey123/get-started/integratewithotherapps.htm This one is good too https://doc.arcgis.com/en/survey123/get-started/integrate-launchfieldapp.htm
... View more
yesterday
|
0
|
11
|
57
|
|
POST
|
Survey123 is going to be the better choice for this. It can handle the lists that size much better. We have 12 state lists that are all around 60,000 and can flip between then with ease. We set our label as Code Common name Scientific name (all 3) so that the user can use type ahead and find any of those. If you still want the spatial side use Field Maps for that then launch 123 forms from those points. That is what we do and it is slick. 123 if the best for forms and Field Maps is the best for spatial maps.
... View more
yesterday
|
0
|
0
|
18
|
|
POST
|
@Dan_Joyce_OE Mine came back to life just yesterday and are running now. I do have a script that lets me pick which layers to download. I went 1 by 1 and found a single layer that had a point with bad geometry. Manual Export features in Pro told me which record it was, removed, rebuilt indexes, and then now it works. Bad geo with the polygons could be a similar issue. I would start with rebuild indexes. I can post up the individual layers script if you need it. Then you can track it down. Or try Export Features in Pro and see if it complains is one way to start.
... View more
yesterday
|
0
|
2
|
34
|
|
POST
|
OMG that worked! Its been like 6-8 months too. The text does not look great anywhere in Pro but hey I will take it. BTW had to use System. The enhanced one went all weird and menus would not show. Tried changing it back after just to test but no it goes back to tiny box. This is on an Azure desktop. I did already play with all the settings in the Windows app on resolution and such. I have seen some issues with my laptop being 4K but I also tested my connected monitor running 1080 and its the same so that never worked out. Thanks a lot!
... View more
Tuesday
|
0
|
1
|
37
|
|
POST
|
Thanks but did not work. We tried everything the last few months with no luck.
... View more
Tuesday
|
0
|
3
|
41
|
|
POST
|
The trick is to use a second set of relates you mange yourself. I have a write up here https://community.esri.com/thread/221263-mapping-with-survey123-within-a-polygon-or-admin-unit Basically download the form GDB then add you own relates, then publish, then repoint the form. Been working great for me for years. In the end globalid is not a great choice since its hard to fix and if you download, copy to sde, etc you get all messed up. I let 123 do its thing and then have a second set for me. Having both can be handy. The other thing you can try it point 123 at the service and let it build 1 big form. That will give you an idea on what it sees. What some do is have a form with all the relates then just hide the repeats they do not want to use. If it cannot build the form for you at all then its prob not going to fly. Layer 4 may give you trouble on this. You can also do this idea but with multiple forms possibly. Hope that helps
... View more
Thursday
|
0
|
0
|
60
|
|
POST
|
If its not on this list can you add it https://community.esri.com/t5/arcgis-online-questions/arcgis-online-june-2026-update-known-issues/m-p/1711571#M69109 thanks
... View more
a week ago
|
0
|
0
|
222
|
|
POST
|
If it is a new one can you add it here https://community.esri.com/t5/arcgis-online-questions/arcgis-online-june-2026-update-known-issues/m-p/1711571#M69109
... View more
a week ago
|
0
|
0
|
200
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | yesterday | |
| 1 | yesterday | |
| 1 | yesterday | |
| 1 | yesterday | |
| 3 | a week ago |
| Online Status |
Online
|
| Date Last Visited |
2 seconds ago
|