|
POST
|
Hello We develop a GP service that is based on python script. The python script call an exe file that use some ArcObjects functionality that does not exists within arcpy (very limited functionality). Is there any problem with this configuration? Do we break any license agreement? The exe is running on the same machine as the GP service. Are we going to have any problems with parallel calls to the gp service? Thanks
... View more
07-14-2015
03:41 AM
|
0
|
4
|
3821
|
|
POST
|
Thanks all. We tried saving to C:/temp - same results. If the MXD have no groups it just opened empty. The fact that the grouped saved shows that somthing did saved... Thanks again Mody
... View more
07-13-2015
06:37 AM
|
0
|
0
|
3388
|
|
POST
|
ArcGIS Standard 10.2 The data was taken from C:\Program Files (x86)\ArcGIS\Desktop10.2\TemplateData\TemplateData.gdb
... View more
07-13-2015
06:12 AM
|
0
|
0
|
3388
|
|
POST
|
Hello We have a problem with saving MXD's We create a MXD based on local FGDB layers. There are some group layers in it. We save it to the desktop without any error messages. We close ArcMap and reopen with the saved MXD. Only the group layers exist. All other layers are gone. The layers does not have red exclamation mark, they are just not in the mxd. Any idea? Thanks Mody
... View more
07-13-2015
05:44 AM
|
0
|
13
|
8193
|
|
POST
|
Try this: IActiveViewEvents.AfterDraw Event (ArcObjects .NET 10.1 SDK) You must keep the old extent in order to understand if it was changed. Have fun
... View more
07-01-2015
10:12 PM
|
0
|
2
|
1253
|
|
POST
|
License manager 10.3 Even if you try Standard only you can not transfer more then 1 license. There are many Standard licenses in the server we try to transfer from. Thanks Mody
... View more
06-30-2015
12:36 AM
|
0
|
1
|
962
|
|
POST
|
We are opening ArcMap from a different process using the AppROT interface. Then we run a class within ArcMap that create toolbars, add layers and does some other stuff. The class is called from AppROT but is running within ArcMap to save the marshaling. The class finished successfully. The toolbars exists in ArcMap. The layers that were added appear in the TOC but are not visible in the map. Trying to refresh or turn on/off layers did not help. The only solution is to save the MXD and reopen it – then everything looks fine. It looks like the problem is somehow refresh the ActiveView. Any ideas? Thanks
... View more
06-29-2015
10:46 PM
|
0
|
0
|
3053
|
|
POST
|
One of the options of the license server is to transfer permanently licenses from one server to another. You need to give the server name, the EFL of the license you need and the number of licenses and the licenses are moving permanently to local icense server. It is working but I get errors in some cases. I can get one Standard license and 10 3D licenses from machine A to B. When I try to get 2 (or any number different then 1) Standard licenses and 10 #D I get an error. There are no detailed error messages. Anybody run into this problem? Thanks Mody
... View more
06-29-2015
10:44 PM
|
0
|
3
|
3850
|
|
POST
|
I tried it and it did not solve the problem (Ask to type in coordinates) I found a solution that is not ideal but it is working. See my screen shots. Define a parameter as feature set (polygon) in the script parameters In the script – use it for selection: extentFeat = arcpy.GetParameterAsText(4) arcpy.MakeFeatureLayer_management(City, 'cities_lyr') arcpy.SelectLayerByLocation_management 'cities_lyr', 'INTERSECT', extentFeat) Do buffer on 'cities_lyr' In WAB I get this as a polygon the user need to enter. I do not have the option to SameAsDisplay but the user can easily draw a rectangle. Any better idea? Thanks Mody
... View more
06-24-2015
10:21 PM
|
1
|
0
|
1312
|
|
POST
|
Hello all When you use query in WAB you get an option to limit the selection to the current extent or any polygon. I could not find any way to do the same for geoprocessing service. For example I would like to buffer just lines in the current extent. Is there any way to add this option in the service or in WAB? Thanks Mody
... View more
06-24-2015
07:08 AM
|
0
|
4
|
4101
|
|
POST
|
We have a strange problem with display selection set in ArcMap. On some machines with some layers when the selection set have more features it is not displayed. For example we have a polygon layer with 2000 features in ArcSDE. When we select less than 150 it works. When it is more features it is not displayed. The status line at the bottom say 200 feature selected. When open the attribute table it say 200 features selected and show them highlighted in the table. Zoom to select works. If you do identify box on these 200 features and move them to select – it works!! The same problem exists with select by attribute and selection above 150 features is not displayed. The same layer in FGDB works fine. On some other machines the same layer works. On the same machine some other layers works or the number of features you can select is different then 150. It looks like drawing the selected is the only problem all other functionality on the selected works. Any ideas? Thanks Mody
... View more
06-15-2015
10:57 PM
|
0
|
1
|
2873
|
|
POST
|
Nothing is the TOC. We did try to delete the normail.mxt Thanks
... View more
05-29-2015
12:07 AM
|
0
|
0
|
805
|
|
POST
|
Hello all We run into a strange case, I would like to know if any of you seen it. Some MXD's was stayed open over night. There was some network problems during the night. In the morning some people find there MXD's in Layout mod without any layers and all the toolbars was off. If they exit ArcMap without save the MXD still reopened without any layers and in Layout mode. The MXD size looks correct (over 4Mb for big MXD's). Does ArcMap has any automatic save? What can couse this? Trying to run MXDoctor did not show any layers too. Thanks Mody
... View more
05-28-2015
11:54 AM
|
0
|
3
|
4020
|
|
POST
|
He all There are many examples of using python to manager on-line but I could not find an example to remove elements from my content. We need a way to clean student site after a course so we need a script to just delete all the content of a user. Anybody have an example? Thanks
... View more
05-12-2015
10:58 PM
|
0
|
0
|
3705
|
|
POST
|
For image service if the download capability is checked (not default) you can use right click, Data, Download selected rasters. You must select some rasters before the option is enabled.
... View more
05-12-2015
10:56 PM
|
0
|
0
|
8615
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 05-06-2026 09:35 PM | |
| 1 | 05-06-2026 09:43 PM | |
| 1 | 11-25-2024 06:09 AM | |
| 1 | 01-21-2026 09:53 PM | |
| 1 | 12-15-2025 10:07 PM |
| Online Status |
Online
|
| Date Last Visited |
5 hours ago
|