|
POST
|
Hello Cédric Villeneuve, Any additional layers and tables in the service will have higher layer indexes but that specific RN_rapport layer should always have an index of 0. I could see the index changing if the service was overwritten so if there were other layers in the service and the service was overwritten with layers flipped the index would also flip. For example if the service was originally published as: Layer A (0) Layer B (1) Layer C (2) Then the layers were reordered in ArcGIS Desktop and the service was overwritten it could then show as: Layer B (0) Layer A (1) Layer C (2) Where Layer A used to be index 0 but is now index 1 after the change. The index positions should not change though, the first layer should have an index of 0. Thank you, Zach
... View more
10-14-2020
03:19 PM
|
2
|
1
|
3270
|
|
POST
|
Hello Cédric Villeneuve, The (0) on the REST endpoint comes from the layers index. The index comes from the position of the layer in the maps table of contents. Please use this link for reference: Using the Services Directory—ArcGIS REST API | ArcGIS for Developers All geometry layers should be the lowest indexes and then any related tables will be indexed after the geometry layers. Thank you, Zach
... View more
10-13-2020
07:45 PM
|
1
|
3
|
3270
|
|
POST
|
Hello Jason Jordan, Thank you for reporting this behavior! We have seen a couple other similar reports and are trying to narrow down some steps to reproduce the behavior. To confirm for the records that are completely blank is the only information associated with those records the submission date and time? Thank you, Zach
... View more
10-12-2020
10:49 AM
|
0
|
1
|
995
|
|
POST
|
Hello Shelby Roberson, Thank you for confirming that information! Yeah, let's connect over email and see if we can schedule a time for a call to take a look into the behavior. Please feel free to email me at [email protected] and I will be happy to schedule a time that works best. That is strange that Pro let's you upload an attachment with no error I will test again on my end and see if I still see that same behavior in Pro. Thank you, Zach
... View more
10-12-2020
10:35 AM
|
0
|
1
|
4086
|
|
POST
|
Hello Adrian Doss, Like you had mentioned James has a script that will perform the workflow of syncing Hosted Feature Services to an Enterprise Geodatabase. That script is a little older and uses the Python 2 libraries. We are in the process of updating the script to use the ArcGIS API for Python and Python 3 libraries, but the script is still early in it's life. I have attached a zip file that contains the updated python API/python 3 script here. The workflow of the script is: - Connects to your ArcGIS Online or Enterprise organization - Grabs the Hosted Feature Layer based on the REST endpoint. - Verifies if Sync is enabled on the service and if not temporarily enables it. (Sync will then be disabled later on in the script if it was disabled before running the script) - Creates and downloads a File Geodatabase replica from the service. - The script then looks at the content of the File Geodatabase and checks to see if a Feature Class in the Enterprise Geodatabase exists. - If it does not the script will then copy over all layers, tables, and attachments to the Enterprise Geodatabase, creates an index on the GlobalID field, and adds a field for the last time the script was run. - If the data does exist in the Enterprise Geodatabase then the script will join the Enterprise Geodatabase Feature class to the File Geodatabase Feature Class to determine what records are new and don't exist in the Enterprise Geodatabase. - Those records that already exist will be removed from the File Geodatabase only leaving the new records that haven't been added just yet. - The script then copies over the filtered File Geodatabase Feature Class to the Enterprise Geodatabase as a temporary Feature Class and appends the new records in the Feature Classes and Tables to their respective counterparts. - Finally the script deletes the temporary Feature Class that was copied over and recalculates the field containing the last time the script was run. A few things we are looking to fix in the script is automating the process of grabbing the Feature Service layer indices instead of manually adding them to a variable. As well as deleting the temporary File Geodatabase that is downloaded from ArcGIS Online/Enterprise. The script has been tested with a handful of Feature Services, but definitely has not been tested with all scenarios. I would suggest creating a copy of your survey and testing on the copy prior to running the script on the production data. Please feel free to reach out with any issues or errors encountered any feedback is greatly appreciated! Thank you, Zach
... View more
10-09-2020
04:16 PM
|
3
|
1
|
6040
|
|
POST
|
Hello Shelby Roberson, This is a very strange issue. I had tested on my end with an internal 10.8.1 ArcGIS Enterprise environment and the attachments had come through on my test service so I would expect with a 10.8.1 ArcGIS Enterprise environment you should see the same thing. I apologize but I had submitted a couple of Esri Test points to capture the web traffic and see if there were any error messages when uploading. There was not both the upload request (to upload the attachment) and apply edits request sent and succeeded as expected: Upload: Apply edits: Both of these requests and responses look the same as my test survey that is working. I was then thinking that maybe something with the firewall or security on the machine was causing the issue but I don't see anything in the requests that would point to that (Not completely ruled out though) One weird thing I see when I pull the Hosted Feature Service into ArcGIS Pro and try to add an attachment to one of my sample Esri points, ArcGIS Pro throws an "Edit operation failed" error message: Although again in the web traffic there are no error message that would indicate why the edit operation failed. It just indicates nothing was uploaded. To confirm if you pull the Hosted Feature Service into ArcGIS Pro or ArcMap do you see the same error message when trying to add an attachment? I would suggest setting the ArcGIS Server logs to debug and try submitting a record again and see if there are any error messages in the ArcGIS Server logs. A few questions I have are: - It looks like the survey was created in the ArcGIS Survey123 Web Designer but in looking at the item details page for the root hosted feature service I only see a stakeholder view, not a field worker view. Was the Field Worker view deleted? - Is this the only hosted feature service in your ArcGIS Enterprise Organization where this behavior is observed? - If you publish another test survey with an image question is the same behavior observed? - I don't think this is the case because I would expect to see an error message in the web traffic but does IT have a file size restriction or data restriction in the environment? What is really strange is ArcGIS Pro (at least for me) is throwing an error message, but ArcGIS Survey123 is not. Thank you, Zach
... View more
10-09-2020
03:59 PM
|
0
|
3
|
4086
|
|
POST
|
Hello Cédric Villeneuve, When Survey123 surveys are published even without a geopoint, geotrace, or geoshape question the survey will default to a geopoint question as Survey123 will always attempt to capture a devices location even if a geopoint question is not included in the XLSForm. Currently there is not a way to publish a Survey123 survey that only creates a hosted table, Survey123 will always create a hosted feature service. If you are seeing issues exporting the data from ArcGIS Online I would suggest opening a ticket with Esri Technical Support and they will be able to assist in diagnosing the error message and reviewing the hosted feature service. Thank you, Zach
... View more
10-09-2020
02:58 PM
|
0
|
5
|
3270
|
|
POST
|
Hello Angelia Miller Kevin Vaughn, Apologies for the delay in reaching out! We have identified this error message as a message observed when an ArcGIS Enterprise environment is configured with Integrated Windows Authentication. Currently ArcGIS Enterprise organizations that are configured with Integrated Windows Authentication will not work. Please use this link for reference: https://community.esri.com/groups/survey123/blog/2019/07/23/understanding-survey123-feature-reports. We are currently in the process of adding this specific error message and reasoning to the troubleshoot documentation. Thank you, Zach
... View more
10-09-2020
02:14 PM
|
0
|
1
|
4143
|
|
POST
|
Hello Adrian Doss, Thank you for passing along those resources for review on our end! I have been taking a look into the behavior and was able to reproduce the same behavior on my end. A few things to check: - If you add the Feature Service in ArcGIS Enterprise Portal to a new web map can you edit features there, or does it say that feature creation is disabled? - If feature creation is disabled when editing from the web map is the Feature Class in the Enterprise Geodatabase Z enabled? (Z values are enabled by default when creating a new Feature Class) You can check this in ArcGIS Pro by right clicking the Feature Class > Properties > Source > Data Source > Coordinates have Z value. - If the data is Z enabled were default Z values configured when publishing the service? If not when you were publishing you should have seen the warning "24034: Layer's data source is z-aware and no default z-value is defined" when analyzing prior to publishing. If default Z values were not defined please use this link for reference regarding configuring default Z values with an existing Feature Service. Once I had enabled default Z values on my Feature Service I was able to edit the Feature Service from the Web Map and submit surveys from ArcGIS Survey123. Additionally since we are working with editing workflows in ArcGIS Enterprise one thing to confirm if the account running the ArcGIS Server Windows Service is a local account, please ensure that account has credentials in the Enterprise Geodatabase matching the exact credentials of the Windows account and has appropriate permissions to the Geodatabase and Feature Classes. Thank you, Zach CC Philip Wilson
... View more
10-07-2020
01:44 PM
|
1
|
1
|
10643
|
|
POST
|
Hello Elliott Carson, This is as expected as only Windows can support Single Sign On when using IWA. The reason for this is because the client computer needs to belong to the domain in order for the user to not be challenged for credentials. Since IOS and Android devices are not Active Directory aware clients users will need to enter their Active Directory credentials in order to authenticate. I am a little unsure when you noted you can hit your ArcGIS Enterprise environment in a web browser it automatically passes along Active Directory credentials to log in. When I test this on my end I am prompt to enter my AD credentials in Safari and Chrome. Is the device configured to allow for active directory to be used and automatically submit credentials? In your screen capture it looks like you are not connected to a VPN when accessing your ArcGIS Enterprise Environment, is your environment publicly available and configured with IWA? Thank you, Zach
... View more
10-02-2020
09:27 AM
|
0
|
2
|
2199
|
|
POST
|
Hello Jordan Miller, A workaround for the Enhancement would require quite a bit of calculations, but can be done using the jr:choice-name() function. I have attached a sample XLSForm that calculates a hidden question to be used as the instance name. Since the jr:choice-name() function can only take one input the selected-at() function is needed to grab specific choices from the select multiple question. For example: jr:choice-name( selected-at(${workers_1}, 0), '${workers_1}') Once those are defined an if() statement can be used to return varying results from the jr:choice-name() calculations. For example: if(count-selected(${workers_1})=3, concat(${name_0}, "," , ${name_1}, "," , ${name_2}), if(count-selected(${workers_1})=2, concat(${name_0}, "," ,${name_1}), ${name_0} )) This sample says if there are three selections in the select multiple return all jr:choice-name() calculation fields, otherwise if two are selected return those two labels, otherwise return only the first selection (assuming that only one choice has been selected) or nothing. Thank you, Zach
... View more
10-02-2020
08:29 AM
|
0
|
0
|
11508
|
|
POST
|
Hello CA SC - Mark Schug (GISS), There are a couple ways you can go about this, one option that I was testing was to nest all the if() statements. For example this is a statement that does all of the combinations in the Major magnitude of consequences column: if(selected(${mag}, 'major') and selected(${risk}, 'vlikely'), 'Very High', if(selected(${mag}, 'major') and selected(${risk}, 'likely'), 'Very High', if(selected(${mag}, 'major') and selected(${risk}, 'possible'), 'High',if(selected(${mag}, 'major') and selected(${risk}, 'unlikely'), 'Intermediate','')))) Where the last single quotes are in the statement is where the expression can continue to add the rest of the combinations. Another option would be to split them into their own calculate question and then at the end do something like: ${cal} or ${cal2} or ${cal3} etc. Please use this link for reference regarding the if() function in ArcGIS Survey123. Thank you, Zach
... View more
10-01-2020
03:12 PM
|
1
|
0
|
1438
|
|
POST
|
Hello Jordan Miller, You can set the instance name on the settings sheet in the XLSForm to read from your username question. For example the instance name could read: concat("Workers: ", ${workers_1}), which will return the string Workers: <choice names from the question>. We have an enhancement requesting instance names honoring choice labels in the Inbox and Sent box instead of returning the choice name. The enhancement number is ENH-000126922, I would suggest opening a case with Esri Technical Support to attach your customer number to the enhancement that way you will be notified when further updates are available on the request. Thank you, Zach
... View more
10-01-2020
02:14 PM
|
0
|
1
|
11508
|
|
POST
|
Hello GIS Manager, Is your survey created from an existing Feature Service, or was the hosted Feature Service created when publishing the survey? Additionally was the survey published from ArcGIS Survey123 Connect or the Web Designer? Thank you, Zach
... View more
10-01-2020
10:51 AM
|
0
|
0
|
901
|
|
POST
|
Hello Bramantiyo Marjuki, Is there a HTTP to HTTPS redirect configured with the ArcGIS Enterprise environment? If so we have a defect logged for this behavior. The defect is "BUG-000116136-Survey123 Connect for ArcGIS sends an empty payload for the /addtodefinition and /updateDefinition calls if the server responds with a 301 or 302 during the publishing process, which results in empty hosted feature layers." Thank you, Zach
... View more
10-01-2020
09:26 AM
|
0
|
1
|
3422
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 1 | 06-04-2026 03:20 PM | |
| 1 | 05-22-2026 03:26 PM | |
| 1 | 02-27-2026 02:55 PM | |
| 6 | 12-17-2025 01:51 PM |
| Online Status |
Offline
|
| Date Last Visited |
Tuesday
|