|
POST
|
As far as i understand the order of installations (Pro and server) define if this will be a problem or not. If you remove Pro from the server it works for me every time. Sometime uninstall the Pro and then reinstall (if you must have it) works too
... View more
05-03-2025
09:55 PM
|
0
|
1
|
3191
|
|
POST
|
There is a lot of data and two servers so the DSM's are on network drive. I will test it on a local drive two (The servers are virtual). It is not going to be easy to manage it if it helps.
... View more
04-27-2025
09:54 PM
|
0
|
0
|
1063
|
|
POST
|
Hi all My DSM is in UTM and tiff format. The observer point is in UTM too. Since this should run as a gp service on a server with no graphic card I do not think Geodesic Viewshed will do better. I am thinking about splitting to big tiles, do separate visibility on each tile and then merge the results but did not have the time to test it yet. Thanks
... View more
04-22-2025
09:34 PM
|
0
|
1
|
1123
|
|
POST
|
Hello all We are using Visibility gp tool. Our DSM is 1 meter resolution and we try to calculate visibility for about 25 KM. We do set the extent. After about 10 minutes Pro crash. It gets to about 92% of the process. The Pro.exe takes about 11Gb of memory but the machine have a lot of free memory. I found this: https://support.esri.com/en-us/bug/when-working-with-large-raster-files-in-arcgis-pro-the-bug-000131320 Does anybody is doing such large Visibility calculations? Thanks
... View more
04-22-2025
05:55 AM
|
0
|
5
|
1186
|
|
POST
|
Return to this subject I think I saw in the last dev summit that there was some kind of IntelliSense in the notebook using right mouse click. It does not work for me in 3.4 Anybody have any idea?
... View more
03-19-2025
05:58 AM
|
0
|
1
|
2472
|
|
POST
|
Hello all We are using edit events to replace old class extension. Our data is in Enterprise geodatabase (Oracle) with traditional version. We added the "Edit" button to our Pro UI and when you use it everything works well. The problem is when you use GeoProcessing tool (Calculate field or Append) and does not start an edit session. The events are not fired and the user can edit without any limits. Is there any way to make the event fire or at least to prevent the running a GP tool if not in edit session? I found this old post: https://community.esri.com/t5/arcgis-pro-sdk-questions/how-to-modify-a-feature-within-row-events-while/m-p/1048682#M6455 Maybe Attribute rules can help make sure we are in edit session? We cannot do the edit events in Attribute rules, the Arcade does not have some of the option that we use in our C# code. Thanks
... View more
03-06-2025
05:00 AM
|
0
|
0
|
439
|
|
IDEA
|
You can do it with the sdk - check SaveAsWebMapFile It is easy to create a new button that will do it.
... View more
02-26-2025
12:36 AM
|
0
|
0
|
518
|
|
POST
|
I have an internal web site that show a grid of records in a web page. I put this web page inside dock pane using the webview2. The code in the SDK need to respond when the user double click a record in the grid. The code worked in Pro 2.9 using CefSharp, I am not sure how to translate it to webview2 Thanks
... View more
02-13-2025
06:16 AM
|
0
|
0
|
449
|
|
POST
|
I have an attribute with continuous values. In order to make it easy for the user to understand I reclassify it to score/mark of 1 to 10. Then I would like to draw these marks using unique value renderer. I would like to draw it by some kind of ramp (for example blue to red). All the color schemas in Pro for unique value do not looks like color ramp (see screen shot). Using the graduated color is solving only the display. If you identify a point it is very simple to understand mark 1-10 then to understand if value 582.3 (for example) is really mark 6 or 7. looking for 582.3 in the renderer with 10 classes is not simple too.
... View more
02-02-2025
11:11 PM
|
0
|
3
|
1514
|
|
POST
|
Hello all We have a few machines that running KML to layer takes over 30 minutes(!!) but finally finished successfully (small kml file) . On other machines it takes 15 seconds (same file). Everything is done on local disk. The opposite command (layer to KML) works with no problem on all the machines. We do not see any different between the machines that works quick to the other machines. Anybody have an idea? Thanks
... View more
01-29-2025
10:22 PM
|
0
|
0
|
451
|
|
POST
|
Hi Narelle The solution works, I was not aware of the Inspector property of the editing template. The only detail that you forgot is that you must ActivateDefaultToolAsync on the editing template or else the Inspector of the edit template is null. Found it here: https://community.esri.com/t5/arcgis-pro-sdk-questions/inspector-for-editing-template-returns-null/td-p/1054033 I think there should be a few words about this on the Inspector property docs. Many thanks
... View more
01-15-2025
09:45 PM
|
0
|
0
|
1279
|
|
POST
|
Hello all I need t create a feature in a featureclass that has subtypes in Enterprise geodatabase with some other attributes. Some of the attributes will be taken from the subtype default values and other will be taken from a value list. As far as I understand, the way to create a feature with default subtype values is to use edit template (it looks like define subtype create edit template for each subtype automatically). The only way I found to use it is to do editOperation.create(EditTemplate). I have an option to add the geometry to the create method but no other attributes (if I am using template). I need something like editOperation.Create(editTemplate, geometry, attribute dictionary) The only way I found is to take the new record and use Inspector to update values. Am I missing something?
... View more
01-12-2025
07:43 AM
|
0
|
2
|
1370
|
|
POST
|
I would like to turn on/off some buttons on Pro start. For example check if I am on testing env and turn on some new buttons but do not show them in production. The state of the button is define on startup and do not changed. So I created a condition and add the element condition="cond1" to the button line in daml and it works. The only problem is that the button become disable but still exists. I would like the button to be invisible not disable. I tried to add the same condition element to the group (I put the button in a separate group) but it does not work. Is there any way to drop the button by condition or in any other way? Happy new year!
... View more
01-01-2025
10:36 PM
|
0
|
2
|
1029
|
|
POST
|
Hi all I have a similar problem with gp services: https://community.esri.com/t5/arcgis-enterprise-questions/gpservice-write-data-to-appdata/td-p/1558476 Is your files are temporary map services files or any other? On my side it looks that if the directories of the server are on network drive and for some reason there are problem accessing it (even for a short time) it writes to the profile. The server manage the original directories but sometime fail to manager the profile directories.
... View more
12-24-2024
09:54 PM
|
0
|
0
|
2643
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | Wednesday | |
| 1 | 11-25-2024 06:09 AM | |
| 1 | 01-21-2026 09:53 PM | |
| 1 | 12-15-2025 10:07 PM | |
| 1 | 09-17-2025 06:35 AM |
| Online Status |
Offline
|
| Date Last Visited |
9 hours ago
|