|
POST
|
I am just starting to use Experience Builder to create a data editing interface (would have preferred WAB but I have been using advance symbologies in the New Map Viewer that is not supported in WAB). The editing was working ok a couple of weeks ago, but now we get this error when adding new points. Edits could not be saved: Cannot read properties of null (reading 'buildRecord') Based on the error message, I would guess that maybe some of fields are not nullable and having no input data is causing the error. But I checked all of fields and everything is nullable except for the GUID & OBJECTID. Has anyone else had the same issue and able to troubleshoot? Update: I also get the same error message when I delete a record (which did not happen previously). It is looking like a bug in Experience Builder as if I edit the layer in Map Viewer, I do not get the error message.
... View more
03-09-2023
04:57 AM
|
0
|
4
|
4945
|
|
POST
|
Hi Jeff, see my above reply to David. I did try use those methods, but had issues with them too. To keep the file formats on the ToGeodatabase method, I have a created a different lists for the feature classes and tables.
... View more
01-13-2023
12:17 PM
|
0
|
1
|
1491
|
|
POST
|
Hi David, I am grabbing the feature classes and tables from a SDE database. I tried both "Feature Class To Feature Class", "Copy Features" "Table to Table" and "Export Table", but when I used those I had lots of problems with "lock" related errors. That was when I resorted to "Feature Class To Geodatabase". It's weird because out of hundreds of feature classes, it adds the ".shp" on just a couple of of them and it is random every time I run the script.
... View more
01-13-2023
12:08 PM
|
0
|
0
|
1494
|
|
POST
|
I have a python script that creates a copy features and tables from a SDE database (around 400 files). Every time I run it , I get a couple of "ERROR 000354: The name contains invalid characters" errors. Upon checking the error messages I see that it is putting a ".shp" on the "output feature class" parameters. Every time I run it, it would be a different feature class that get this error. Anyone else who had experienced this behavior and solved it?
... View more
01-13-2023
10:59 AM
|
0
|
5
|
1550
|
|
POST
|
That certainly explains it, my SD file is 32 MB. Thanks again, this is good to know for future projects that I need to do.
... View more
11-29-2022
09:50 AM
|
0
|
0
|
2488
|
|
POST
|
Thanks Brian, that worked like a charm.... It's weird that it works for other projects that I have (SD file not saved at root folder), but for this particular project I need to move the SD file into the root folder. But I'll take it 🙂
... View more
11-29-2022
09:27 AM
|
0
|
2
|
2493
|
|
POST
|
Thanks for the reply Brian, hope they get a fix sooner than later. I guess, I'll stick to manually overwriting for the time being.
... View more
11-23-2022
08:12 AM
|
0
|
4
|
3073
|
|
POST
|
I've been experiencing this same issue, after upgrading to ArcGIS Pro 3, and just like in Amanda's case I was using the workflow outlined at https://support.esri.com/en/technical-article/000023164 to overwrite and update my services in AGOL. Now it fails on one of my APRX and works for others, am hoping to avoid doing the truncate/append route as the APRX it is failing for me has a lot of layers and definition queries. Still working with Esri tech support in solving the issue.
... View more
11-23-2022
07:34 AM
|
0
|
8
|
3083
|
|
POST
|
@TimOrmsby , Are scale-based sizing supported in MMPK files? I am hoping to use it on my point symbols that are also using custom rotations (from Arcade expression). Thank you.
... View more
11-04-2022
04:57 AM
|
0
|
1
|
3024
|
|
POST
|
Identified as a bug: #BUG-000151715 ArcGIS Explorer for windows does not support alternate Symbols in MMPK
... View more
08-23-2022
03:16 PM
|
0
|
0
|
574
|
|
POST
|
I applied "scale-based symbol classes" on my layers so that the I can use different size of the symbol or alternative symbols at various scale of the map. It looks good on ArcGIS Pro, but when exported into a MMPK file, the layers with "scale-based symbol classes" lost the rotation ( i.e. an Arcade based expression). I noticed that the layers with no "scale-based symbol classes" the custom rotation displayed correctly on the MMPK file, so it seems that the issue lies with the MMPK not being able to support symbol rotations for "scale-based symbol classes". Has anyone had the same issue or know of any workaround to keep the symbol rotations on the MMPK files for "scale-based symbol classes"? Update (08/10/2022) - Tried opening the MMPK file in ArcGIS Explorer (was using it on a 3rd party app previously) and it seems that every layer with "scale-based symbol classes" is not showing at all. Then when I zoom into the map around street-level, Explorer just crashes. When I do "Analyze" in share MMPK file in ArcGIS pro, there it doesn't have any warning message.
... View more
08-06-2022
11:53 AM
|
0
|
1
|
684
|
|
POST
|
Did anybody found a workaround for this issue? Would rather not create a new field for the display fields and just use an Arcade expression.
... View more
06-01-2022
12:38 PM
|
0
|
0
|
759
|
|
POST
|
This might help: https://pro.arcgis.com/en/pro-app/latest/help/mapping/navigation/map-scales-and-scale-properties.htm
... View more
05-19-2022
09:58 AM
|
0
|
0
|
1050
|
|
POST
|
I see, might be a separate issue then for hosted layers (I was working on local file geodatabase/SDE). I did check though and I have a scheduled model tool (ArcGIS Pro 2.9.2) that has a bunch of "Select Layer by Attribute" (non-numeric field) and its been working, the thing though is I am working on a file geodatabase then overwriting my feature layer after am done with my geoprocessing. You might want to try creating a local copy of your "feature layer" and use that as input for your model after you are done you can overwrite your feature layer or do a delete rows/append to just insert the records that have changes.
... View more
05-19-2022
05:42 AM
|
0
|
0
|
1284
|
|
POST
|
Have the same issue using the "Select (Analysis)" tool on a scheduled model.... This is the workaround that kinda help me get it to work. I've notice that the issue only happens when the SQL expression is referring to a numerical field... In my case I needed to select data that are greater than 0 (I'd imagine it would be more complicated if it is another threshold value or ranges), so what I did was: create a new string field calculate the value of the created field as text value of the field I wanted to do my integer based expression • Do the "Select (Analysis)" tool with the expression using the text field: Hopefully the bug gets fixed soon, it’s a lot of extra steps to get the select working on a scheduled tool.
... View more
05-18-2022
01:31 PM
|
0
|
2
|
4060
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 11-07-2024 05:15 AM | |
| 2 | 10-24-2024 07:07 AM | |
| 1 | 10-24-2024 06:41 AM | |
| 1 | 06-26-2024 05:00 PM | |
| 1 | 05-23-2024 01:20 PM |
| Online Status |
Offline
|
| Date Last Visited |
4 weeks ago
|