|
POST
|
I am attempting to import a SCHEMA only XML from an existing file geodatabase to a new, empty file geodatabase that I created. I get the error 001162 : Invalid XML file. I have freshly exported this schema-only XML from the existing FGDB using the Export XML GP tool in ArcCatalog 10.7.1. It is not zipped and is stored as BINARY (default). When I try to Import XML to the new, empty FGDB as schema-only, I get the above error that the XML is invalid. I have tried both the GP tool and the wizard (right-click -> import). I have also tried exporting the initial XML using the XRay add-in, but this makes no difference. The source FGDB is from an ArcGIS Online feature service I published a few years ago and exported to a FGDB yesterday. I have already deleted the "GDB_ServiceItems" table from the exported FGDB, but this made no difference. Inspecting the XML seems to indicate it is formatted in the ESRI XML format (sample of the header below): <esri:Workspace xmlns:esri='http://www.esri.com/schemas/ArcGIS/10.7' xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xmlns:xs='http://www.w3.org/2001/XMLSchema'><WorkspaceDefinition xsi:type='esri:WorkspaceDefinition'><WorkspaceType>esriLocalDatabaseWorkspace</WorkspaceType><Version></Version>...
... View more
08-04-2021
03:47 PM
|
0
|
5
|
6363
|
|
POST
|
I'm guessing this is because you need to add a step in ModelBuilder to connect to the geodatabase first before you will able to export the XML. As indicated here: https://community.esri.com/t5/data-management-questions/import-export-xml-workspace-document-disabled/m-p/742475
... View more
08-04-2021
03:02 PM
|
0
|
0
|
1666
|
|
IDEA
|
I know that editing related tables for asset inspections was added to Collector a while ago, and is also available in the new Field Maps app that is replacing Collector. Does anyone know if Field Maps now supports creating/editing related tables more than 1 tier deep?
... View more
07-28-2021
09:33 AM
|
0
|
0
|
826
|
|
POST
|
We are finding the same thing: Pro uses your computer's registry to display folder connections in the browse window that APPEAR to be UNC paths. But when you add these sources to a project, or click in the path bar, you will see that Pro is actually using the mapped drive letter! This causes multiple problems when working with a team across a network, attempting to publish data from an ArcGIS Server verified data store, as well as the problem Cherly describes above. I have not found a way to make Pro use the UNC path by default in the Browse window; I have to type in the full UNC path. I am hoping to provide a solution to our users so that they can navigate to a file using the Browse window and have Pro save the UNC path instead of the mapped drive letter. Here is an example of what we are talking about; the folder connections listed under "Computer" are the supported locations listed under "This PC" when using Windows File Explorer (Windows 10, Pro 2.7.1). The locations are presented to the user as UNC paths, but clicking in the path bar reveals that Pro is only referencing the mapped drive letter short-cut.
... View more
05-14-2021
04:56 PM
|
3
|
0
|
5726
|
|
POST
|
Hi Kimia, Thanks for sharing this with the community. Did you have to republish the service, or could you update the existing service definition to stop this error?
... View more
05-06-2021
03:49 PM
|
0
|
0
|
4878
|
|
IDEA
|
@KoryKramer Any news on this? I'm very surprised to not have this functionality in Pro yet (2.7.0). My use case: I have a point feature class that represents clients of our company, that were geocoded using zip code centroids. When displaying these points on a state-wide map, many of the points are too close together to display and label with a client number. I can create an inset map, but our marketing department would prefer I make a single large point for a metropolitan area and tie multiple client number labels to the single big point. I figure I will still need annotation for this, as point clustering typically has a single label representing the number of features being clustered together.
... View more
04-12-2021
03:45 PM
|
0
|
0
|
5825
|
|
POST
|
I'm having this same issue now (I didn't think this used to be an issue so I'm trying to determine what changed). I'm trying to add Living Atlas map services to an ArcGIS Pro map while logged into our Enterprise Portal. The services appear in the pre-filtered list for our organization, but I get a "Failed to add data: ..." error when I drag the service into the map. We are on Pro 2.7.0 and Enterprise 10.6.1. EDIT: My ArcGIS Online organization password had changed, so the credentials stored in Enterprise to access subscriber content no longer worked. Once I updated the credentials in the ArcGIS Online settings tab in Enterprise, the issue was fixed.
... View more
04-12-2021
03:02 PM
|
0
|
0
|
3161
|
|
POST
|
I'm trying to make my attachment file names (pdf reports) searchable/discoverable the same way other feature service attributes are searchable with the Search widget. I don't see a way to access and join the _ATTACH table that was created in the GDB in Pro before I published (this table is not part of my feature service). So instead I am going to calculate the attachment file names into a new field and add that field to the searchable fields in the widget. From what I can tell, you can't easily just return the "name" or 2nd item from the attachment dictionary using the Attachment($feature) function. For instance: var att = Attachments($feature)[1] return att -> Execution Error:Runtime Error: Out of Bounds. And var att = Attachments($feature).name return att -> Execution Error:Runtime Error: Cannot call member property on object of this type. name To get around this I am splitting the array twice and returning the 2nd position: var att = Attachments($feature) return Split((Split(Text(att), ',',2)[1]), ':')[1] -> "Report.pdf" Is there a better way that I am missing? PS: It now looks like this workaround fails when there are more than 1 attachments. I'd like to concatenate all the attachment files names (they aren't for display, just for key words to search) into this field if there is not a better way to make attachment names searchable.
... View more
03-24-2021
08:22 PM
|
1
|
2
|
1575
|
|
POST
|
Any thoughts on how this might change, or how one might "future-proof" their models going forward, now that Innovyze has been acquired by AutoDesk? Are we going back to CAD based models? Will we loose geodatabase support and have to convert everything to shapefiles? Is ESRI going to release their own competing Hydraulic Modelling application, perhaps as part of the new Utility Network?
... View more
03-08-2021
01:06 PM
|
1
|
0
|
6567
|
|
IDEA
|
I also created an idea for adding a Null Category Selector for string fields here: Add Null Override Category to Dashboard Selector
... View more
12-21-2020
10:15 AM
|
0
|
0
|
4536
|
|
POST
|
Update: I've created an enhancement idea for selecting Null values: Add Null Override Category to Dashboard Selector
... View more
12-21-2020
10:11 AM
|
0
|
0
|
5361
|
|
POST
|
I thought I had piggybacked this onto another request, but I couldn't find it in the new ESRI Community forums. Here is the Idea I just created. Please upvote! Add Null Override Category to Dashboard Selector
... View more
12-21-2020
10:07 AM
|
2
|
0
|
4280
|
|
POST
|
Hi Stephanie, I've been having a similar problem and created an ArcGIS Idea post to hopefully get an enhancement to ArcGIS Dashboard in a future release. Please share and upvote! Add Null Override Category to Dashboard Selector
... View more
12-21-2020
10:06 AM
|
0
|
0
|
925
|
|
IDEA
|
Add the ability for ArcGIS Dashboards to have an "Override" category selector button based on the value of a field being null or empty. For instance, I have a Category Selector based on the GNSS Receiver metadata field which records the device used to capture the point in Collector. At the time of creating this data, Android devices did not populate this field. I'd like to add a category button labelled "Android" that filters on rows that have a null value in this field. Current Category Selector buttons: I cannot get the Override category "Android" based on null values to appear in the list after configuring: For the Override statement, I've tried "", null, {}, {null} and " " with no luck. FYI: I also have the "None" option enabled. I've labelled this "All", as that is what it does - show all records, which is preferred so that all of the data can be displayed at once.
... View more
12-21-2020
09:56 AM
|
75
|
3
|
3457
|
|
DOC
|
Hi Curtis - thanks for the script. Regarding the AGOL shortname variable: Is there a way to install ArcGIS Pro silently across our organization and have the default Portal be our Enterprise Portal, using Windows Authentication to pass the user's credentials, instead of AGOL? We use a concurrent license server for Pro, and have already setup Windows Authentication to pass our organization credentials to the log-in prompt.
... View more
10-22-2020
02:27 PM
|
0
|
0
|
7738
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 03-12-2026 02:09 PM | |
| 1 | 03-21-2025 03:07 PM | |
| 1 | 12-04-2025 04:57 PM | |
| 1 | 10-23-2025 04:54 PM | |
| 9 | 10-01-2025 12:20 PM |