|
POST
|
I appreciate this is obvious, but you've refreshed the folder/GDB in the catalog pane with a right click? Also may be within a Feature Dataset. Is it a feature class or some uncommon data type? If you have any screengrabs that would help.
... View more
04-02-2025
03:39 PM
|
0
|
1
|
748
|
|
POST
|
I think you've got some slithers of overlaps from the datasets. Certainly recommend Jack's approach, and possibly Tabulate Intersection (Analysis)—ArcGIS Pro | Documentation might help you to figure out what's going on with the potential overlaps - or may be used to achieve the join instead (remove <1% overlap etc).
... View more
04-02-2025
03:37 PM
|
1
|
0
|
2385
|
|
POST
|
Hi learned friends, Field Maps v 25.1.0 Build 1529 (I believe latest). Android OS I'm testing a Mobile Map Package .mmpk which is packaged in ArcGIS Pro and shared to ArcGIS Online. Users would then download the .mmpk from Field maps onto their devices and work offline if needed. I've done many of these .mmpks before without issue, for various geographic regions. The .mmpk for this new region I'm testing is packaging and sharing to ArcGIS Online without error, but upon downloading and attempting to open in Field Maps I'm getting this error: unable to open SQLite: 12 Unable to open the Geodatabase file within archive, sqlite open failed. and another user trying it is getting a slightly different but similar error. (all attached) From memory, this .mmpk is probably the largest I've created. (1.98 GB) I've re-ran the process 3 times now and still the same error, also making sure to delete the previous .mmpk in AGOL rather than overwrite. Because of the possible size issue, I then tested a 50/50 split of the geographic area, and it worked as expected. I can't find much info on possible size limits and the .mmpk contains several geodatabases rather than just 1 big one. However due to the error message I am leaning to some sort of .geodatabase size limitation. The .mmpk also opens/works fine in ArcGIS Explorer Desktop and when imported into ArcGIS Pro. .mmpk contents (approx): .vtpk basemap - 954 MB address points (.geodatabase) - 198 MB .geodatabase1 - 405 MB .geodatabase2 -345 MB 6 other .geodatabases - all total up to 30 MB I've also raised a support ticket with Esri. Thanks for your time.
... View more
04-01-2025
03:49 PM
|
0
|
2
|
771
|
|
POST
|
What's tempSymbRaster? it seems to be defined outside of your function. I think that's the culprit.
... View more
03-31-2025
11:47 AM
|
0
|
1
|
1873
|
|
POST
|
haha you can, if you go to the last post in that thread it then links to the Calculation Atrribute rule (also linked in my post)
... View more
03-26-2025
03:10 PM
|
0
|
0
|
1013
|
|
POST
|
The post here describes a Calculation Rule from - Solved: Can Arcade be used to UPDATE a feature's geometry? - Esri Community Edit the geometry of a feature with a calculation rule. Attribute rule script expression examples—ArcGIS Pro | Documentation
... View more
03-26-2025
02:46 PM
|
1
|
0
|
1016
|
|
POST
|
Hi all, I've recently had a bit of a headache trying to figure out why recently Published Surveys (from S123 Connect) were created a _form view. After a lot of head-scratching I realised from searching online ( General FAQ—ArcGIS Survey123 | Documentation ) that my S123Connect had updated itself or I had somehow inadvertently updated it to >v3.22 !: Where are my surveys stored? A survey is composed of multiple ArcGIS items. For each survey,Survey123creates a folder in your ArcGIS account namedSurvey-SurveyNamethat contains the following: Form item—Contains the survey that can be opened in the Survey123 field app and web app. Feature layers—Store the responses to the survey. When you initially publish the survey, Survey123 also creates a hosted feature layer view named SurveyName_form (previously named SurveyName_fieldworker) for submissions. When you share the survey results using the Survey123 website, it creates a hosted feature layer view named SurveyName_results (previously named SurveyName_stakeholder). For more information, see FAQ: What are the form and results hosted feature layer views used for in ArcGIS Survey123? When surveys are created from an existing feature layer, publishing does not create new feature layers, so Survey123 references the existing feature layer from its source folder location. Note: Survey123 Connect version 3.21 and earlier did not create the _form layer view, so existing surveys that were initially published prior to version 3.22 use the hosted feature layer for submissions instead. I'm assuming that this _form layer endpoint is now written to (via REST api) rather than the parent/original hosted feature layer (HFL)? And that any webhooks (HFL webhooks not S123) etc. should then be set against the _form view instead? The FAQ linked in the above link also then seems out-of-date as it mentions: FAQ: What Are the Form and Results Hosted Feature Layer Views Used for in ArcGIS Survey123 When you create and publish a survey in Survey123 Connect, permissions for editing access are managed on the survey’s feature layer, and a form view is not created. For surveys published in Survey123 Connect, the results view is created when the Share survey settings are modified on the Collaborate tab of the Survey123 website.
... View more
03-24-2025
05:27 PM
|
5
|
1
|
2865
|
|
POST
|
What would the intended question look like? I don't entirely understand.
... View more
03-24-2025
05:07 PM
|
0
|
1
|
1556
|
|
POST
|
I'd hazard that it's using a cached session token from your browser (whichever is the default on the device) and directly passing it to the login. Stored password in the browser are not usually the issue. Usually I'd get around things like this in the browser using incognito windows rather than have to log out of every other signed-in page, or worse - clear cache/cookies, but obviously this is in-app. If possible, I'd test by clearing your cached data and cookies and sign out of anything that's using a login if that's possible. If not, temporarily switch your default browser for your device (as the browser is used to launch the SAML login prompt), try Workforce again and if not - clear site data etc. and retry. Although it seems like a bit of a potential bug. Field Maps and Survey123/connect seem able to logout and switch users with a new login prompt each time even for SAML (thankfully!).
... View more
03-24-2025
05:04 PM
|
1
|
1
|
1213
|
|
POST
|
that's strange, it all looks correct. have you tried removing the tags, desc, summary etc? May be some issue with overwriting those - ie. work your way through the sddraft parameters.
... View more
03-21-2025
03:17 PM
|
1
|
2
|
2662
|
|
POST
|
You should be able to identify the Org name from their URL via https://www.arcgis.com/sharing/rest/portals/<Org ID here>f=json there's a urlKey JSON node/key
... View more
03-21-2025
01:58 PM
|
2
|
0
|
1983
|
|
POST
|
make sure you make a copy of your data first, as this will edit the existing dataset. Planarize lines should be run to split the segments at overlaps Planarize polyline features—ArcGIS Pro | Documentation Then use a spatial join to get all overlapping attributes (target = planarized copy, join features = original data, Match option = 'Within' (I think, or contains, I get confused - see what happens!)) - Spatial Join’s hidden trick on how to transfer att... - Esri Community
... View more
03-20-2025
03:31 PM
|
1
|
0
|
662
|
|
POST
|
Possibly check the Developer tools (f12) Network calls to the REST API for any error codes. should be something like AddFeatures operation. Also check if it is a Hosted Feature Layer or a Hosted Feature Layer View. It might be the case that the SQL or Geographic filter on the view then filters out the new edits from display.
... View more
03-20-2025
02:56 PM
|
0
|
0
|
840
|
|
POST
|
I think the manage field settings are distinct from labelling settings unfortunately. The guide here show's how to add a custom expression fairly easily. Change the code as below. https://support.esri.com/en-us/knowledge-base/how-to-label-a-layer-with-a-rounded-decimal-value-and-c-000026971 Round($feature["SRMP"], 0)
... View more
03-19-2025
04:50 PM
|
0
|
0
|
1656
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-13-2025 01:08 PM | |
| 1 | 09-25-2025 03:19 PM | |
| 1 | 09-24-2025 02:35 PM | |
| 1 | 09-17-2025 02:42 PM | |
| 1 | 09-10-2025 02:35 PM |
| Online Status |
Offline
|
| Date Last Visited |
2 weeks ago
|