|
POST
|
Using Pro 2.7.1, having errors transferring data from one feature service to another. I have a master feature service that serves as our database for a particular project. We collect data from several other jurisdictions that then need to be cleaned up and added to said database. To make the process a little easier I have a feature service set up, in an identical configuration to the master database, that those jurisdictions can drop their data into. I then will append it into the master database once it's cleaned up. However, there seem to be issues transferring the data over. When I use the Append tool I get 'WARNING 000594: Input feature 30: Failed to load a resource (string, icon, bitmap, etc)' When I attempt to copy/paste into layer, I get 'ERROR: code:400. Unable to apply edits. Bad syntax in request.' Any thoughts on what gives? The warning leads you to extent issues. I have tried all of the extent types in the environment parameters to no avail. I also exported the data from the intake feature service into a feature class, to no avail. This workflow has worked previously (I create a feature class for each jurisdictions data in the same GDB, modeled on a master feature class, and then append to the feature service). Other strange behavior is happening with this feature service in conjunction. The data never showed up, then I removed the layer and brought it back and there were 12 versions of each of the datasets (I discarded edits after each attempt), and now those same features are ghost drawing at certain extents despite clearing the layer's cache.
... View more
05-12-2021
10:14 AM
|
0
|
1
|
1282
|
|
POST
|
@Anonymous User - Just to add on to this thread of thinking, I have not been able to reproduce said error in Pro (2.7.1), as it lets me update the service just fine, but updating attributed via the Field Calculator does not seem to trigger the webhooks. My workflow is similar to @RonParis. When a record is marked 'Approved,' I would like a Survey123 Feature Report generated and emailed. I have the process set, and it triggers fine when edits are done in AGOL. But it's important to also have the ability batch approve records, which I had planned to do in the Field Calculator. Any insight would be appreciated.
... View more
04-13-2021
01:06 PM
|
0
|
1
|
2129
|
|
BLOG
|
@JamesTedrick I wanted to follow up on the domain question that seemed half-answered above. I want my report to display the domain value for a hidden or display-only (read only text?) field. Is there a way to do this? The survey is being used to field-edit a feature service that is otherwise maintained in Pro/a Web app. The difference is I want the fields in question to remain hidden in the survey itself (or merely display the value) The work around is to make them a read-only select_one field, but that's kind of ugly. I tried variations of {MyField | getValue ''''} and {MyField | selected: ''''}. For a read-only text field, but no dice (getValue returns the code still, and selected doesn't pass the syntax test, the error saying 'checked is not supported').
... View more
03-19-2021
11:16 AM
|
0
|
0
|
7098
|
|
POST
|
I am having issues restoring backups of a feature service using Append, which results in the same error (000594, which deals with spatial domain misalignment). Curious is that when I test with a handful of features the Append tool succeeds with warnings, and the 000594 error. If I try with the whole backup, currently ~150 features, each record gets the 000594 error as well as the generic 999999. The context: I derive a human-readable ID for each feature from a portion of the GlobalID (e.g. YY-UNIT-XXXX, where 'YY' is the two-digit year, 'UNIT' is a geographical shorthand, and 'XXXX' are the four digits taken from the GobalID). I didn't want to use the ObjectID, as they're much more wishy washy, and in the event a backup needs to be used to restore the dataset could likely result in duplicate IDs. GobalIDs are preserved in the backup, and they're preserved if a new feature service is published from the backup. But I would rather create a new feature service from the old, in order to preserve all of its settings, and then append the backup data into the new feature service. This is elegant, as you can choose to preserve GlobalIDs.....but this is where the error occurs. The backup is created from the feature service, but then can't be appended into an identical copy of that same feature service. Any thoughts on what gives?
... View more
03-04-2021
10:39 AM
|
3
|
2
|
1372
|
|
POST
|
Hi all, I'm struggling with the syntax for nesting an if statement with a check box (selected) statement in making a report template. The syntax checker in uploading test templates clears my basic checkbox statements, e.g.: ${ResponsibilityArea | selected: “Local”} Local Responsibility Area (LRA) ${FireHazard | selected: “VeryHigh”} Very High Fire Hazard Severity Zone (VH FHSZ) Is it possible to use a conditional statement on this field to create a a separate checkbox? For example, in plain-ish English: If ResponsibilityArea is "Local" and FireHazard is "Very High," create a separate checkbox in the report that reads "VH FHSZ in LRA"? I have tried multiple iterations of if statements but I don't know how to structure the 'selected' bit to generate a check box. Is this even possible?
... View more
02-26-2021
01:59 PM
|
0
|
1
|
1151
|
|
POST
|
I think this is a good place to start, so Network Analyst won't even be required. Due to the nature of the data and what I'm examining this will end up giving false positives, as there are roads that might show up in a centerlines layer but are not, in fact, viable modes of egress, but it will be a good place to start.
... View more
02-22-2021
09:37 AM
|
0
|
0
|
1107
|
|
POST
|
The crux of the question is in the title. I am not familiar with Network Analyst (only played around once or twice), and I am wondering if this is a capability (and in this case, 'capability' can be either out-of-the-box tool or something ascertained by cobbling together a suite of tools). I am attempting to identify polygons (in this case representing subdivisions) that only have a single mode of ingress/egress. Can this be done in Network Analyst? Thank you
... View more
02-19-2021
03:59 PM
|
0
|
3
|
1217
|
|
POST
|
I am creating a web app for non-GIS staff in our organization. I would like to include the Analysis widget with the Summarize Within tool so they'll be able to calculate acreages of one polygon layer within another. I tested the tool in its first iteration in the morning and it worked great, producing the expected output (I did the same operation in Pro, to verify numbers). Then it just....never worked again. I have attempted to run it multiple times it produces a generic error. [Sub-question: is there a way to view an AGOL tool's geoprocessing history, to find more information about the error?] I have plenty of credits available, and I have gotten the tool to work one additional time throughout the day on a point layer. But the tool alternates between either processing for years and years, or the generic failure seen below. Status on AGOL has been good all day. The calculation.... The result.... Over and over Help would be appreciated.
... View more
12-15-2020
03:28 PM
|
0
|
1
|
1205
|
|
POST
|
Having issue with the smart editor in a configurable web app. It's configured to allow editing for three templates. For two of them it presents the domain description (which is what I like), for the third it displays the domain code. How do you change the preference? And there certainly is an analogous description for the domain. Below is the template for the layer as it was published from Pro. Any help on how to coax the graphic in the smart editor to display the domain description of the template, rather than the code, would be helpful.
... View more
11-06-2020
11:31 AM
|
1
|
3
|
1354
|
|
POST
|
For what it's worth I've experienced similar issues with Power Automate and Survey123. I have surveys whose triggers worked just fine when I tested them, then suddenly stopped. There are threads on here about the need to repair your AGOL connection in order for it to keep working, but that defeats the purpose a bit of automating.
... View more
10-13-2020
09:53 AM
|
0
|
0
|
2583
|
|
POST
|
Responding here because this error Jon reported was the beginning of my issue. It may be related or it may be different. I went through through the recommended process and repaired the connection by switching accounts. That did seem to have an effect initially, as I was newly able to see the forms I had published in the drop down menu. However, the same error occurred again after attempting to save the flow. I then deleted the previous connection, and re-connected. After doing so I got a new permissions error (screenshot. Specific IDs redacted). Any thoughts?
... View more
10-13-2020
09:51 AM
|
2
|
0
|
11261
|
|
POST
|
Alix, Thank you for the reply. We will look forward to when the linked idea comes to fruition.
... View more
10-09-2020
01:54 PM
|
0
|
0
|
2042
|
|
POST
|
It's unfortunate how close this all seems to doing something really useful but then not actually getting there. I wish you hadn't dashed hopes by saying it's not on the roadmap (why on earth not?) Attribute rules in gdbs are really powerful and really excellent features, and it would be great if they carried over to AGOL. It's more and more common to pass out data to field staff and have them edit live feature services, and if the less they have to input, the better. Being able to calculate fields based off other fields is awesome, but from what I'm gathering that's not actually possible. The linked Story Map deals with cartographic expressions only. My hope was that Smart Actions would be a sort of attribute-rules-lite that would help us achieve this, but judging by your response that's not the case.
... View more
10-09-2020
09:24 AM
|
0
|
2
|
2042
|
|
POST
|
I am trying to create an immediate calculation attribute rule for a feature class in ArcGIS Pro (that I hope carries over when published as a feature service on AGOL). I understand the basic syntax: IIF(condition, trueValue, falseValue). So if I wanted to create a rule that would take a value in my fictitious FoodName field and auto-calculate my FoodType field, I could do some thing like... var food = $feature.FoodName
IIF(food == 'Carrot', 'Vegetable', 'Fruit') This would, whenever the value 'Carrot' appears in the FoodName field, calculate the FoodType field to 'Vegetable.' My question: How do you pass a list of values to the condition in these statements? This has been surprisingly not straight forward to find online. For instance, I would like the values 'Carrot', 'Celery', 'Parsnip', and 'Broccoli' to all to auto calculate to 'Vegetable.' Is it possible to pass a list to the condition, rather than writing multiple IIF statements? What is the preferred syntax?
... View more
10-08-2020
09:00 AM
|
0
|
1
|
1514
|
|
POST
|
Replying to my own comment, as I discovered some errors. I was confusing workflows. I changed the .qcr file to .zip, and then couldn't understand why the .gdb in the extracted .zip file wasn't behaving correctly. The proper workflow is to just navigate to the .qcr file in your catalog in Pro, and you'll see the layer as a feature class within it. I did end up learning how to handle the feature field json separately to get it to produce a layer, but it's much more complicated and not necessary.
... View more
09-13-2020
10:21 AM
|
1
|
0
|
3161
|
| Title | Kudos | Posted |
|---|---|---|
| 7 | 10-31-2025 09:00 AM | |
| 1 | 08-21-2025 04:41 PM | |
| 1 | 08-14-2025 01:24 PM | |
| 1 | 07-27-2025 10:25 AM | |
| 1 | 07-23-2025 11:30 AM |
| Online Status |
Offline
|
| Date Last Visited |
11-06-2025
12:24 PM
|