|
POST
|
ICommandItem is your var of type ICommandItem. This interface have Command property, try get_Command.
... View more
10-06-2015
09:29 PM
|
0
|
1
|
1819
|
|
POST
|
You are getting the command to turn on the toolbar and not the toolbar itself. You can try something like this ICommand cmd = pCommItem.Command Then check cmd.Checked Did not tried it but should work
... View more
10-06-2015
05:52 AM
|
0
|
3
|
1819
|
|
POST
|
Hi You did not write it but I understand it is image service (this is the service that has this button). If it is unable by default it means you define the cache but did not build it. Building the cache can take time, use the Manage Map Server Cache Tiles GP tools to build it. You can republish the service without cache definition so it will not use it by default. The way to do it using code in your situation is IImageServerLayer3.EnableCacheViewMode Have fun Mody
... View more
10-05-2015
10:15 PM
|
1
|
0
|
676
|
|
POST
|
Hi Try ((ICommandBar)pCommItem).IsVisible to show if it is already visible
... View more
10-05-2015
10:08 PM
|
0
|
5
|
1819
|
|
POST
|
Hi That was my solution and it is working for me. Back to one of the original questions of this post, Is there any way to see in WAB a arcpy.AddMessage command in python? You can see it when you run the service in REST or see it in server logs but I could not find a way to see it in WAB. Sometime the output of GP service is just error message. Mody
... View more
09-17-2015
11:28 AM
|
0
|
7
|
4111
|
|
POST
|
Hello all We have a complex network problem. I would like to know if anybody see a way to solve it using the network extension or know about any other tool (esri based) that can solve such a problem. Here is a simple version of the problem: We have 10 bars that need to get a specific amount of beer barrels in specific time window. We have 2 warehouses where we keep the barrels. We have 3 drivers, each one leave in a different place and have a different track. The drivers need to get to the warehouse, get the barrels and bring them to the bars on time. The second half of the problem is very similar to the VRP algorithm, the problem is that we have the first half (what driver goes to what warehouse and when) that we cannot put into the CRP tool. Anybody have a good idea? Thanks Mody
... View more
09-17-2015
11:22 AM
|
0
|
0
|
2161
|
|
POST
|
Try to put your server in higher log level (info, verbose) and see if you can get more information
... View more
09-15-2015
07:38 AM
|
1
|
7
|
2703
|
|
POST
|
Hi Checker board show that the overviews are defined but not build. You need to use the Build Overviews tool after you define them. It will take it some time but it should do it. The default are usually just fine - do not change them. Have Fun
... View more
09-15-2015
07:34 AM
|
0
|
1
|
1025
|
|
POST
|
Hi The lyr definition does not go into the service when you publish. In Web App Builder you can define the symbology for the output. In JavaScript you have to write your own code. You can start with this example: https://developers.arcgis.com/javascript/jssamples/gp_resultmapservice.html
... View more
09-06-2015
10:04 PM
|
0
|
0
|
1369
|
|
POST
|
I found a solution (or really a work around). Everything works when you publish a GP service from model and not python. You just put your python tool inside a model, expose all parameters of the python tool as model parameter, then run and publish. All the menus in WAB works and let you renderer the results. Strange Mody
... View more
09-01-2015
06:43 AM
|
1
|
0
|
1943
|
|
POST
|
Hi I am creating a new feature class. In my desktop run (before publish) I created the new feature classe in my scratch workspace. My understanding is that assign a lyr file to gp results in desktop tool does not affect the gp service. Thanks Mody
... View more
08-30-2015
10:37 PM
|
0
|
1
|
1943
|
|
POST
|
Hi all Here: http://server.arcgis.com/en/portal/latest/use/widget-geoprocessing.htm there is good explanations how to symbols the results that are coming from GP service. The renderer tab always says that the geometry is unknown. I got a BUG on this from esri but I remember it does work for me in the past. Does anybody using it and how? Thanks Mody
... View more
08-29-2015
10:40 PM
|
0
|
5
|
5749
|
|
POST
|
After some more testing it looks like Oracle does not always return the same results on this table. When you query for drawing it return one result, when you query for attribute table it return different results. They have some complex security setting, they will have to test it some more. Thanks
... View more
08-27-2015
04:43 AM
|
1
|
0
|
3003
|
|
POST
|
Hi You create Mosaic dataset ysing desktop, see here: What is a mosaic dataset?—Help | ArcGIS for Desktop Then you serve it using ArcGIS server. You only need a license to serve it not to create it, You need a standard license for desktop to create Mosaic Dataset
... View more
08-26-2015
10:29 PM
|
2
|
1
|
1449
|
|
POST
|
Hi I think the best way is to use geoprocessing service. Just build a simple python program that does the operation. The parameters will be the from, to and offset. The tool will create line feature class. Then you publish and use it in WAB, it will return you thecreated feature class and a new layer. Have Fun Mody
... View more
08-26-2015
10:22 PM
|
0
|
49
|
2773
|
| 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 |
12 hours ago
|