|
POST
|
Hi all There was some talks a while ago about the possibility of running some of the Pro SDK libraries in standalone application (Headless). I need to write a standalone application that have no UI (it is a service) that run some geoprocessing and some geodatabase stuff. It cannot be written in Python since I need some functionality (not ArcGIS) that exists only in C#. Is it possible? Is it supported? Thanks
... View more
06-23-2020
09:08 PM
|
1
|
3
|
4148
|
|
POST
|
Hi All We have a GeoDatabase in sql server and some layers with attachments. We create the attachments using ArcMap or Pro. Some of the features have many attachments including big ones (movies) and we will have many features. We would like to control the creation of the attachment table in the database. I could not find any keyword for this in the DBTUNE. I am not even sure what parameter is used to create any table (the B_ parameters?) but is the attachments table will have the same keyword as the layer? More then that is there any parameter to create this table that will include terabyte of data? Thanks
... View more
05-26-2020
03:59 AM
|
0
|
0
|
530
|
|
POST
|
Hello all This question have nothing to do with GIS but I hope somebody will help. I need to find the permission of all users for a file/directory. You get this in Windows by opening the file properties and select the security tab. I can use os.access to get my permissions but I need the other users/groups too. I could not find any way to do it with basic python libraries (or with the libraries that comes in Pro). Is there any way to do it with the basic libraries or do you need some external library and which one? Thanks
... View more
05-25-2020
10:30 PM
|
0
|
1
|
1579
|
|
POST
|
Hi The best way is the opt file. Check here: Using the Options file—License Manager Guide | Documentation Have fun
... View more
05-19-2020
09:50 PM
|
0
|
0
|
962
|
|
POST
|
I got this part but the question is how do you do DataGrid.Items.Add in runtime adding different combobox values to each row.
... View more
05-11-2020
03:16 AM
|
0
|
1
|
1855
|
|
POST
|
Hi Gintautas I made a few tests but I am not able to fill each combobox in a different line with different values. The values is determine by my program and not taking from any table. Can you put a few lines of code? Thanks
... View more
05-11-2020
01:25 AM
|
0
|
1
|
1855
|
|
POST
|
Hi all I have a user control that gives some options for a layer (include layer name and some comboboxes depend of the specific layer). When I press a button to open the Dockpane I would like to insert this user control once for each layer in the map and fill them up. If I have 3 layers I will insert 3 user controls into the Dockpane and if I have 5 layers - 5 user controls. No need to get the event of adding layers, I assume the user will press the button if he change the number of layers. Any code samples? Thanks
... View more
05-05-2020
06:23 AM
|
0
|
5
|
1935
|
|
POST
|
If you try to create a new geoprocessing tool just write it in Python and add it to a toolbox. When you set your paramaters you can define paramater as FeatureClass or coordinate system and the tool framework will to almost everything for you. If you create some input form in DockPane you will have to work much harder to get the same elevl of functionality. Have Fun
... View more
04-25-2020
09:45 PM
|
0
|
1
|
1987
|
|
POST
|
After working with the geodatabase we found that Hebrew is displayed but query fail. You can add an Upper case N to the string in the query to make it works but some other clients that does not give an option to "build" a query (such as Dashboard) fail. If anybody have any idea it will be great! Thanks
... View more
03-22-2020
02:15 AM
|
0
|
0
|
2576
|
|
POST
|
Hi Dan Thanks but please check "arcgis-experience-builder-1.0\server\package.json" It include all the dependencies (long list) that are downloaded automatically when you are connected and must be download one by one and taken to the off-line system. If there is some easy way to download all and put it into a zip file it will be great. Thanks
... View more
03-09-2020
10:55 PM
|
0
|
0
|
683
|
|
POST
|
I tried to install in a disconnected network. I do have the node.js but it looks like it is looking for many more files. Did anybody tried to install it off line? Is there a list of dependencies anywhere? Thanks
... View more
03-08-2020
05:30 AM
|
0
|
2
|
879
|
|
POST
|
I am not sure where to put this question... We are running python tools on a machine that has server only (no desktop). We are running the python in "desktop mode" (using batch files), not as gp services. We use the server license and the server arcpy libraries to run our code. Each run write an XML into c:\users\<<MyUser>>\appdata\roaming\ESRI\Server10.6\ArcToolbox\History This directory become very big. Is there any setting that will stop creating this files? In ArcMap you just have the geoprocessing option but this machine does not has ArcMap installed. Thanks Mody
... View more
02-25-2020
10:20 PM
|
0
|
2
|
1080
|
|
POST
|
When you order a flight ticket you MUST say if you are a Male or Female. There is no default here and it is required field. We need something similar. Thanks
... View more
02-20-2020
05:42 AM
|
1
|
1
|
1245
|
|
POST
|
Hi All I am trying to find a way to define a field that the user MUST fill before saving. I have tested many options: 1) Mark the filed as not null just make pro fill the field with some system default before save. 2) Use the option is required in the add field GP tools have no affect. 3) Trying to use constrain attribute field does not let me add a feature since the initial value is null (the user need to fill afterword). It is the first example here: Attribute rule script expression examples—Geodatabases | Documentation but I am not finding the way to run it. 4) Trying validation rule fail too. 5) Giving default value (or use edit template with pre define value) does not do what I need - the user MUST enter a value. Is it too much to ask for? Thanks
... View more
02-19-2020
11:27 PM
|
2
|
3
|
1287
|
|
POST
|
Hi All Currently the attachments are saved into the geodatabase. We would like to create attachments that is saved by path (Just like Mosaic or old un managed raster catalog). We need many attachments to each feature so we can not use simple attribute. We do not want to publish this layer so we can save just full path to common location. I could not find a way to do it. I tried to create a relate table (just like the attachments) and save paths or a <a href> to file:// but I could not see it in the popup or get a link I can choose and see the file. Keeping images and other documents on disk is so much better. Any idea? Thanks Mody
... View more
02-18-2020
10:55 PM
|
0
|
0
|
503
|
| 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 |
Online
|
| Date Last Visited |
yesterday
|