|
POST
|
Okay, it looks like a field that is created when a repeat is in the survey isn't created when the survey doesn't have a repeat. I'll need to modify the script to catch that and create a rowid field, as it's needed to ensure the photo data can be synced.
... View more
11-09-2016
06:47 AM
|
0
|
6
|
1353
|
|
POST
|
I was expecting rowid in the feature class, not the attachment table. Can you compare the field listing at the feature service endpoint against the list of fields created in the table?
... View more
11-08-2016
02:12 PM
|
0
|
10
|
1353
|
|
POST
|
Can you look at the tables that were created by the script? Take a look for any field that is rowid or something that looks like it may have been modified from that (i.e., rowid_1). You can change the default values for the parameters of attachment appending function (line 404) to match that.
... View more
11-08-2016
01:51 PM
|
0
|
14
|
1202
|
|
POST
|
The failure with regard to the "NameError" line is a typo in the part of the script that cleans up after failure- fc should be table . What DBMS is your enterprise GDB? it maybe rowid (the default name) is reserved and the field got named to something else.
... View more
11-08-2016
01:43 PM
|
0
|
16
|
1202
|
|
POST
|
Parameters: sde_conn - the SDE connection file to the enterprise geodatabase prefix - a small piece of text that will be placed before each table in the survey (i.e., if you enter 'abc' and the table for your survey is called MySurvey, the table will appear in your database as 'abc_MySurvey') featureService - the Feature Service url of the survey timezone - your timezone (from the list at List of tz database time zones - Wikipedia ) portal - by default this should be https://www.arcgis.com ; if you're using a Portal to host your surveys, your Portal address
... View more
11-07-2016
01:56 PM
|
0
|
20
|
1202
|
|
POST
|
I did some further testing. I was able to reproduce in 1.8, but was not bale to reproduce in 1.9, which is coming out later today. Please try out 1.9 and see if it addresses this issue.
... View more
11-07-2016
01:33 PM
|
2
|
2
|
2575
|
|
POST
|
Yes, you can do that without affecting the feature service using Survey123 Connect. The particular change you need to do to make the text boxes bigger is to give those questions the appearance multiline.
... View more
11-07-2016
11:38 AM
|
0
|
2
|
1428
|
|
POST
|
Hi Daniel, Changing the appearance of a text question to multiline will not affect existing data. Early (beta) versions of Survey123 Connect did delete data on all republishing; if you get a warning message about data being deleted, please download the latest version of Survey123 Connect.
... View more
11-07-2016
09:31 AM
|
0
|
4
|
1428
|
|
POST
|
I've taken your survey and attempted to duplicate using the Survey123 client on my computer, an iPhone and an Android phone (Moto G 2014) - I'm not seeing the application hang on subsequent submittals with new images. Going back to other parts of your problem, the photos taken in Survey123 aren't stored in the default pictures folder. Given what you described above, they're probably at /storage/emulated/0/ArcGIS/My Survey Attachments/
... View more
11-04-2016
01:39 PM
|
1
|
4
|
2574
|
|
POST
|
Ah. There are a couple of ways to proceed. The script's current form is designed to be used as a geoprocessing tool (the toolbox in the repo has the script embedded) The python script's syntax is syncSurvey.py <SDE Connection File> <table prefix text> <Feature Service URL> <time zone> <portal url> <username> <password> If you wanted to hard code these values into the script, you could do so at the bottom of the script, in the main() function. A somewhat better alternative is to create a config text file (looks at the tests template.txt) and then modify main() to be: test(<config name>) and then alter the test function with appropriate directory and file name for your config file. You shouldn't have to modify the getToken function.
... View more
11-04-2016
11:46 AM
|
0
|
23
|
1475
|
|
POST
|
Can you provide the original input parameters? It doesn't look like your time zone was specified - that's used in the synchronization process since times are stored in UTC in ArcGIS Online (it's used it to determine which features have already been synchronized)
... View more
11-04-2016
11:25 AM
|
0
|
25
|
1475
|
|
POST
|
What version of ArcMap do you have? pytz is included with 10.4.
... View more
11-04-2016
09:56 AM
|
0
|
28
|
1475
|
|
POST
|
Could either of you provide the XLSForm that you are experiencing this error with? I'm trying to replicate the error so we can identify it and am not succeeding with the survey I'm creating based on Jonathan's description.
... View more
11-04-2016
09:28 AM
|
0
|
6
|
2575
|
|
POST
|
The 'Hosted Feature Service' is where you enter the service endpoint.
... View more
11-04-2016
09:10 AM
|
0
|
31
|
1476
|
|
POST
|
No, I thought you were modifying the script. The script itself takes the service endpoint as input.
... View more
11-04-2016
09:02 AM
|
0
|
0
|
2445
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 10-30-2025 09:00 AM | |
| 5 | 05-07-2025 10:16 AM | |
| 6 | 05-07-2025 10:17 AM | |
| 1 | 10-15-2018 01:27 PM | |
| 1 | 01-06-2020 01:25 PM |
| Online Status |
Offline
|
| Date Last Visited |
11-05-2025
09:31 AM
|