|
BLOG
|
Oh collector so close yet so far. Why not let me pick the directory? I already have my tpks on the card BUT it is in a directory named something different than ArcGIS_Collector. This now requires me to either change my other program or have then all on there twice. Please consider changing this to let me chose ANY directory in any location. I have a 3rd party app that has had this ability for years. Thanks
... View more
06-06-2017
02:06 PM
|
1
|
0
|
1498
|
|
POST
|
Anyone know how to add photos back into a Hosted Feature Service at all?
... View more
06-01-2017
03:49 PM
|
0
|
0
|
1017
|
|
POST
|
Thanks. Any plans to have tables for organization. Or maybe a "table style" in the collapsible / repeats.
... View more
05-24-2017
03:39 PM
|
1
|
0
|
2194
|
|
POST
|
I am looking for ideas on how to handle forms that have tables on them. I am finding it hard to organize some our old table looking forms into the structure of Survey123 where you can not really go sideways. New collapsible sections may help. Repeats do not seem to help as I can not do any math across repeats. Here are some examples. Yes they are huge forms. Now if I also have to make this printable.... that is even harder. Thanks
... View more
05-24-2017
10:12 AM
|
0
|
8
|
3258
|
|
POST
|
Are you giving the tool a Map or the Mosaic dataset? Try a map - that may hide the file type. If you want a custom projection you have to use Generate Tile Scheme Manage Tile Cache Then Export Tile Cache if you want a TPK (not export has some bugs in it that I logged over 2 years ago)
... View more
05-10-2017
10:29 AM
|
2
|
1
|
5235
|
|
POST
|
My guess is the projection you are making the cache? Do you use the AGO scheme or custom. Also check security on the published file. Irregular shapes i do all the time. I always unzip my tpk before i use it in Pro or ArcMap and they work fine. If you do not it has to unzip the whole thing to temp dir then use. That can take forever on a big file. (to unzip just rename to .zip and unzip) Do you use the share package tool to upload it to AGO? Anything over 1gb must use this tool. My workflow is Create Map of images Run Create Map Tile package tool to make tpk Use Share package tool to share with AGO In AGO open the tpk and hit Publish Use in any map
... View more
05-10-2017
10:08 AM
|
0
|
3
|
5235
|
|
POST
|
I am adding some new fields and taking some away so not sure this would help. I will look at it though. Thanks
... View more
05-10-2017
08:34 AM
|
0
|
0
|
1017
|
|
POST
|
I use data driven pages to kick out PDFs. It has been working well just a pain to build the layout in ArcMap. See this post for the code https://community.esri.com/message/586285#586285
... View more
05-09-2017
11:44 AM
|
0
|
0
|
5433
|
|
POST
|
In the past when changing the schema I .... Downloaded a copy of the data Published the new form Used ArcRest to add the data back in But now I am getting this error from ArcRest. Guessing its a schema issue So I instead did a Create Local Copy for editing Ran the Append tool Checked back in. This works great EXCEPT I lose the photo attachments. Has anyone come up with a good workflow for this? ArcPro maybe? Any ideas are welcome. Hopefully Survey123 will handle this in the future. Thanks
... View more
05-09-2017
10:26 AM
|
1
|
3
|
1615
|
|
DOC
|
I did notice that there are 3,425 records but the script tries to do 4000 to 5000 for some reason. It is a table.
... View more
05-08-2017
01:35 PM
|
0
|
0
|
17251
|
|
DOC
|
Yep easy to script just call the toolbox. Replaced my path with the word PATH Yes it handles attachments just fine. import arcpy syncToolbox = r"PATH\SyncFeatureService.tbx" arcpy.ImportToolbox(syncToolbox) # sde destination - where the HFS data will be copied TO sdeDest = r"PATH\WorkingGIS.sde" # all FCs from the HFS will get this prefix in the SQL DB sdeTablePrefix = "s123" # URL to the HFS for the survey to sync urlHFS = "http://services2.arcgis.com/PATH/arcgis/rest/services/service_STUFF/FeatureServer" userName = "UN HERE" passWord = "PASS HERE" # Run the toolbox arcpy.SyncFeatureService(sdeDest, sdeTablePrefix, urlHFS, "US/Pacific", "https://www.arcgis.com", userName, passWord) print arcpy.GetMessages() # Clean up memory otherwise it will not run twice in a row arcpy.Delete_management("in_memory") print arcpy.GetMessages()
... View more
05-08-2017
01:21 PM
|
0
|
0
|
17251
|
|
DOC
|
I tried giving a SQL db as the output location. It does add the records but also said it failed with this error Error Copying Features: FILE: PATH\Download Service with Attachments.py, LINE: 260 "arcpy.Append_management(fs, outputFC)": ERROR 000466: C:\Users\hidden\AppData\Local\Temp\arcF24\mx987E9D92D4E54932AA9208308B7A60DC.gdb\ScratchRecordSet does not match the schema of target PATH\WorkingGIS.sde\WorkingGIS.DBO.LaGrandeSurvivalTrees Failed to execute (Append). Also will it wipe and reload all each time? Thanks
... View more
05-08-2017
11:57 AM
|
0
|
0
|
19495
|
|
DOC
|
For Survey123 use their sync script. Sync right to SQL versus the whole thing everytime https://community.esri.com/groups/survey123/blog/2016/12/14/migrating-data-from-the-survey-feature-service-to-an-enterprise-geodatabase
... View more
05-08-2017
11:38 AM
|
0
|
0
|
19495
|
|
DOC
|
Have you thought about having the ability to sync the data over to SQL like the Survey123 guys script does? I tried using that script for other HFS but it fails. A sync to SQL is more handy then just a download. https://community.esri.com/groups/survey123/blog/2016/12/14/migrating-data-from-the-survey-feature-service-to-an-enterprise-geodatabase
... View more
05-08-2017
11:36 AM
|
0
|
0
|
19495
|
|
BLOG
|
I am trying to edit the script to use created_date instead of CreationDate. The HFS has created_date whenever editor tracking is enabled before a publish to AGO. (why the two ways use different names is beyond me). But I can not seem to edit a imported toolbox script. I found some posts that maybe it is a bug. When I right click then edit it does not save the changes and then script fails saying it can not find it. If I do an export then import the changes are there but I get this error? Any hints?
... View more
05-08-2017
11:20 AM
|
0
|
0
|
20491
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | yesterday | |
| 1 | 04-13-2026 01:34 PM | |
| 2 | 04-10-2026 11:25 AM | |
| 1 | 04-09-2026 02:37 PM | |
| 1 | 04-07-2026 08:33 AM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|