|
POST
|
Is the following accurate then? 1. UNs in enterprise geodatabases require branch versioning to edit. Branch versioning is only available through ArcGIS Enterprise and enables multiuser editing. The libraries that make the updates to the RDBMS are in ArcGIS Enterprise. ArcGIS Pro, web, and mobile clients use the same patterns to edit through web services. 2. UNs in file or mobile geodatabases are inherently single-user. Editing these geodatabases requires libraries that are only available in ArcGIS Pro or the Runtime. The client modifies the file-based geodatabases.
... View more
3 weeks ago
|
1
|
0
|
194
|
|
POST
|
What forces you into publishing your UN as a feature service to edit it? Can you edit a UN in ArcSDE if it is not versioned? Is branch versioning the only thing that forces you into publishing your UN as a feature service? I understand the general concepts of the UN being service-oriented, but I'm trying to understand how the software forces you from editing a UN in a FGDB into editing a UN in a feature service with branch versioning.
... View more
3 weeks ago
|
0
|
4
|
248
|
|
POST
|
Is it possible to create a trace configuration that finds the intersection of multiple upstream traces from multiple starting points? Alternatively, do you have to perform multiple traces and intersect the results? The use case I am trying to support is finding a blockage or change to a sewer system that could have created observed impacts at two different downstream locations. It helps to speed up troubleshooting.
... View more
3 weeks ago
|
0
|
1
|
170
|
|
POST
|
Thank you. That is very good information. Right now, we are at ArcGIS Pro 2.9.14 and ArcGIS Enterprise 10.9.1, but we're getting a lot of pressure from some users to upgrade. I need facts like this that demonstrate incompatibilities.
... View more
05-30-2025
09:11 AM
|
0
|
0
|
1959
|
|
POST
|
I'm trying to find out if and to what degree ArcGIS Pro 3.5 is compatible with ArcGIS Enterprise 10.9.1. I want to know what will work and what won't work. Thanks for any help.
... View more
05-28-2025
03:25 PM
|
0
|
5
|
2101
|
|
POST
|
From what I remember, it was successful. It might have also been that I wasn't logged in to see all of the services because they weren't all shared publicly.
... View more
07-15-2024
04:16 PM
|
0
|
0
|
678
|
|
POST
|
I narrowed it down a little bit more. Yes, the angle in the renderer was zero, but it is also that way on the service. What was missing is the visual variable for the rotation angle. The visual variables were an empty array somehow. I think the issue is in the _createOperationalLayers method of the printTask. I created a workaround by adding another function in Print.js of the Print widget to put back the visual variables that were missing. This function is like _fixInvalidSymbol and _excludeInvalidLegend.
... View more
05-14-2024
05:34 PM
|
0
|
0
|
531
|
|
POST
|
I'm migrating a Web AppBuilder application from a custom print service hosted in ArcGIS Enterprise 10.6.1 to ArcGIS Enterprise 10.9.1. The 10.6.1 service was published from ArcMap. The process was simply to run the Export Web Map tool with a folder of custom templates and share as a service. The 10.9.1 service was published from ArcGIS Pro. When you observe the web traffic, the web map for 10.6.1 includes feature collections with a symbol for each feature that includes the point rotation. When you look at the web map for 10.9.1, the layers are much simpler. They are mostly just a URL and a renderer. The renderer has a rotation angle of 0, which is how all points are drawn in the PDF export. I'm wondering if anyone else has had similar issues before. This may just be a Web AppBuilder issue. It is the client submitting the request. I am able to get the print job to work properly if I pass the web map JSON created for the 10.6.1 service. Any help is appreciated. Thanks, Nathan
... View more
05-14-2024
12:28 PM
|
0
|
1
|
591
|
|
POST
|
Hi Michael, We have some large raster catalogs that we will be moving to mosaic datasets in the near future and a custom flow trace that uses the geometric network. So, things that ArcGIS Pro doesn't support.
... View more
04-25-2024
03:02 PM
|
0
|
0
|
3081
|
|
POST
|
It appears that the issue was that the Microsoft ODBC 18 SQL Server driver was installed on the server. Someone had recently installed it for some reason. From what I read, it appears to be supported, but removing it and reinstalling the 17 version fixed the issue. I suspect it was having issues accessing the data from the ArcMap runtime with the newer driver. The 17 version was the one that came with the software when it came out.
... View more
04-25-2024
11:27 AM
|
1
|
0
|
3109
|
|
POST
|
Now, I don't know how to check. I believe it is checked by default or that I had every plan to check it. I know it is using the 10x publishing tools in the background. It is able to package the service definition but it is failing when it's trying to swizzle the data sources from the user to the server connection strings. For our data stores, the connection strings are the same for the user and server. The logs seem to imply it might not be able to find the layer.
... View more
04-25-2024
11:02 AM
|
0
|
0
|
3116
|
|
POST
|
I'm migrating from ArcGIS Enterprise 10.6.1 to 10.9.1 and we still need to publish some services from ArcMap to ArcGIS Server. I'm having success publishing everything from ArcGIS Pro but having difficulty publishing from ArcMap. I'm getting the error above using the same data stores that succeeded in publishing from ArcGIS Pro. Any ideas? I have yet to publish successfully from ArcMap even though it should technically work still at 10.9.1.
... View more
04-25-2024
09:42 AM
|
0
|
5
|
3189
|
|
POST
|
I wanted to add to this topic. I was having similar behavior. What I found was that I was using the etc/hosts file while migrating to a new server to map our production server alias to the local server. Initially, I entered the following: #.#.#.# alias.domain.com It worked for a lot of things like setting up the web adaptor. It didn't work once I got to setting up IWA. While troubleshooting, I tried using the machine name instead of the alias and IWA worked. So, I then tried modifying the etc/hosts file as follows: #.#.#.# machinename.domain.com alias.domain.com I'm not well-trained in networking so I don't know why leaving the machine name out of the entry caused an issue. I do know it fixed my problem.
... View more
04-10-2024
05:21 PM
|
1
|
1
|
851
|
|
IDEA
|
I would prefer Esri tried to get ArcGIS Pro to work on par with other Windows products.
... View more
03-28-2024
09:05 AM
|
0
|
0
|
746
|
|
IDEA
|
I have a repetitive workflow where I need to create a new project, add a hosted feature service to the map, download the hosted feature service as a file geodatabase, and repoint the layers to the file geodatabase. I am using either the Update Data Sources tool from the map or changing the data source on the layer. In either case, I find the Change Data Source and Set Data Source windows to be very poor. First of all, the performance is significantly slower than any similar dialog window in Microsoft Office. Second of all, it tries to open your last folder, but it takes between 1 and 10 seconds to do so. So, you get impatient, you navigate to where you want to go and then it finally opens the last folder and undoes the effort you just put in. Third of all, it seems to remember the last folder differently for different feature class types. For example, I created a new project, changed the data source for a point layer, then when I went to update the data source for a line layer, it did not go back to the same file geodatabase, it went back to the last file geodatabase where I had selected a line feature class. It's getting in my way. Sometimes, I am accidentally picking layers from the wrong geodatabase because I'm assuming it is still in the last folder I was in on the same project. Fourth, for my workflow, I would like it to start out in a neutral location like Databases. Maybe other people would have different opinions for different workflows. So, maybe there should be an option to specify how file dialogs behave in the software. My idea is simply make the windows perform faster, more intuitively, more predictably, and possibly configurably. As it stands, I am fighting the software. This is in ArcGIS Pro 3.2.
... View more
03-27-2024
10:45 AM
|
0
|
2
|
828
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 3 weeks ago | |
| 1 | 11-30-2022 09:47 AM | |
| 2 | 03-04-2022 01:16 PM | |
| 1 | 04-10-2024 05:21 PM | |
| 1 | 08-23-2023 10:29 PM |
| Online Status |
Offline
|
| Date Last Visited |
a week ago
|