|
POST
|
Good morning @RenatoSalvaleon3 Esri assisted us with this issue. It appears that when using ArcGIS Pro 3.5.x together with FME, the libxl.dll file from ArcGIS Pro needs to be replaced with the libxl.dll file from FME. To resolve this, we copied the libxl.dll file from: C:\Program Files\ArcGIS\Data Interoperability for ArcGIS Pro\plugins to: C:\Program Files\ArcGIS\Pro\bin After making this change, everything worked as expected. This is a known issue: FMEENGINE-87239. Hope this helps.
... View more
yesterday
|
0
|
0
|
1
|
|
POST
|
Good morning @gis_KIWI4 Were thee domains linked to Utility Network feature classes? thanks
... View more
2 weeks ago
|
0
|
1
|
141
|
|
POST
|
Good morning, We are working with a Utility Network and need some guidance on managing domains associated with AssetTypes. These domains are typically auto-generated with a naming convention like: Asset_Type_Sewer_Device_Low_[Pressure_Main] We have a couple of questions regarding domain management in this context: What is the recommended way to update the description of a coded value in a domain that was created from an AssetType? Should this be done directly in the SDE database, or is there a preferred method using ArcGIS Pro or another Esri-supported tool to ensure schema integrity? What is the best practice for adding new coded values to this domain? Is it safe to modify the domain directly? Any insights or best practices would be greatly appreciated! Thanks in advance.
... View more
11-18-2025
07:44 AM
|
0
|
7
|
491
|
|
POST
|
Thank you for your answer @RobertKrisher Taking a closer look, my question is more related to the Coded Values associated with the domain. In the Utility Network the Domains associated with AssetTypes are named like that "Asset_Type_Sewer_Device_Low_[Pressure_Main]", so in my case we would like to change some values of the Domain description. Let me create another post for this purpose
... View more
11-18-2025
07:34 AM
|
0
|
0
|
337
|
|
POST
|
Hello, Does it work when the Municipality, Commission District or Grid layer is in another SDE database.?
... View more
11-17-2025
06:42 PM
|
0
|
1
|
205
|
|
POST
|
Good morning, When creating an attribute rule for a point or line feature class, how can I calculate the ID value of a new feature if the code includes, for example, the municipality code or the commission district code of the polygon in which it is digitized? Additionally, if a line intersects multiple municipalities, how can we determine which one to use for the ID. Should we select the first, the longest intersected, or apply another criteria?
... View more
11-17-2025
05:06 AM
|
0
|
4
|
254
|
|
POST
|
Good morning, I’m looking for a sample that demonstrates how to use Arcade to count records from a hosted feature layer, specifically when connected through Dynamic Content in a text widget. I’m trying to understand how to access the data source and its fields using Arcade. Essentially, I want to achieve the equivalent of COUNT("OBJECTID") in Arcade.
... View more
11-05-2025
06:24 AM
|
0
|
3
|
251
|
|
POST
|
Good morning Could you please provide a sample of this calculation that involves two variables in Arcade for this case. This is the sample I got from Copilot: var ds = $dataSource; // references the feature layer var combos = []; for (var feature in ds) { combos[Count(combos)] = feature.RECORD_BOOK + "-" + feature.PAGE; } var distinctCombos = Distinct(combos); return Count(distinctCombos); I do not understand how to insert this code in the text widget: This is the default code generated in the test widget Arcade: function getFilteredFeatureSet(ds) { var result = ds.layer; var queryParams = ds.queryParams; if (!IsEmpty(queryParams.where)) { result = Filter(result, queryParams.where); } if (!IsEmpty(queryParams.geometry)) { result = Intersects(result, queryParams.geometry); } return result; } Thanks @Ke_Xu
... View more
11-04-2025
03:11 AM
|
0
|
0
|
172
|
|
POST
|
Good morning, I created an expression COUNT({OBJECTID}) inside a text box, but instead of counting all the records more than 1200, it only counts 224.
... View more
10-30-2025
07:28 AM
|
0
|
2
|
242
|
|
POST
|
Good morning, I am using AGOL/EB. How can I limit the zoom extend so it doesn't go outside the County? Thanks
... View more
10-15-2025
06:38 AM
|
0
|
1
|
210
|
|
POST
|
Yhank you. Im the In the Included subtypes list, One of the subtypes has additional values and I am looking for a way yo retrieve the existing symbols for the existing values and create new symbols for new values. Let's say that in Water Main there are two new values (subtypes), after republishing the UN, when I open the map I see two versions of the Water Main layer, one with the previous subtypes and the new one with the list of the new subtypes. Now I am looking for a way to import the symbology of the previous Water Main layer when the subtypes have values matching. Thanks
... View more
10-10-2025
03:12 AM
|
0
|
1
|
329
|
|
POST
|
Hello everyone In Configure filters for the subtype group layer, Set definition queries. I do not see in my ArcGIs Pro the option "Definition Query" "On the ribbon, click the Map tab. In the Navigate group, click Bookmarks and choose the Definition query bookmark." Where can I find it? Thanks https://learn.arcgis.com/en/projects/configure-a-map-for-arcgis-utility-network/#configure-properties-for-subtype-layers
... View more
10-06-2025
04:15 PM
|
0
|
5
|
442
|
|
POST
|
Good morning, I have a new project that is similar to an existing one so I would like to know if I can duplicate and existing Field Maps designer project and it will create a new Web map and a new hosted feature layer. Thanks
... View more
10-01-2025
08:54 AM
|
0
|
5
|
570
|
|
POST
|
Godo morning, I am running the same Python script in my desktop and a development server, and in the development server the arcpy.cartography.AggregatePoints runs very slowly. The only difference between both computers in the version of ArcGIS Pro installed. Any suggestions in how I can improve this geoprocessing tool? Thanks
... View more
09-29-2025
04:42 AM
|
0
|
1
|
193
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 08-05-2025 04:28 AM | |
| 1 | 08-05-2025 04:33 AM | |
| 1 | 06-05-2025 11:12 AM | |
| 1 | 03-03-2025 04:33 AM | |
| 1 | 01-23-2025 06:40 AM |
| Online Status |
Offline
|
| Date Last Visited |
yesterday
|