|
POST
|
Hi All, By using C#, I want to access the statusbar of MapWindow in ArcGIS Pro i.e. need to display the customized/user value(text) in the existing status bar. How to update the statusbar by using C#? Kindly suggest.
... View more
03-28-2019
02:59 AM
|
0
|
4
|
2450
|
|
POST
|
How to change the featurelayer mode from "MODE_SELECTION" to "MODE_ONDEMAND" ? Kindly suggest. Thanks in advance
... View more
06-05-2017
05:39 AM
|
0
|
1
|
1236
|
|
POST
|
Since we need to turn off/on individual layer separately, grouping is not possible as per specification and also we are using tiltemap services. We have 35 GB of free space in memory out of 64 GB of RAM. Hence we can set min instances = max. But we have max-idle-time is 1800sec (30mins). In such case, whether it will become inactive after 30mins? If so, at this time also it will use considerable CPU to spin up the ARCSOC process. Is n't?
... View more
05-19-2017
05:19 AM
|
2
|
0
|
4073
|
|
POST
|
Thanks for your response. Yes we've upgraded the processor core from 4 to 16 cores. Now it seems to be fast rendering on map. But still it has some slow while processing a querytask(like identity) only at first time. If we execute the same again, we are getting quick result.
... View more
05-19-2017
05:17 AM
|
2
|
0
|
4073
|
|
POST
|
I have published nearly 1000 services as Map service in ArcGIS Server 10.3.1. Each layer I have published as a individual service for having display on/off. I am adding these services as TiledMapService in our WebMap application using ArcGIS Javascript API 3.14. I have created the tile cache for the scale level 12 to 21 which only will be used in our WebMap application. Now my problem is: When I am adding more than 40 tile layers in map, the server CPU utilization is reached 100% and I am getting the timeout exceeded error for some services. But some services are added in map and after sometimes CPU utilization becomes normal when zooming and panning the layers on map. Because added services are served by the server from tile cache. Also when querying the features from many layers, the CPU utilization is keep on increasing and finally not responding. I am very new to ArcGIS Server, publishing and optimizing the services by referring some ESRI documents. Also I am not sure whether publishing 1000 service in ArcGIS server with below configuration is right way. Hence please help me to get rid of this issue by providing your valuable solutions. Thanks to all. My Geodatabase is: - Version 10.3.1 - Residing at Oracle 11g 64 bit Linux OS. - 36 Datasets and 1000 Featureclasses My Server Configuration is: - Server running as a virtual machine - 64 GB of RAM - Processor: Intel(R) Xeon(R) CPU E5-2690 2.9 GHz - Core: 4 - Hard Disk C Drive 35 GB Free space - Arcgisserver directory residing at G Drive which has 3 GB of Free space out of 15 GB My Service properties are: - High isolation service - Instance per process is 1 - Pooling - Min number of instance as 0 and Max number of instance as 1 per machine - Layer: Tile map layer - Cache built status: Completed for all layers. - Application server max heap size is 1GB - SOC max heap size is 1GB Kindly suggest me..
... View more
05-16-2017
03:10 AM
|
1
|
8
|
5336
|
|
POST
|
I have published nearly 1000 services as Map service in ArcGIS Server 10.3.1. Each layer I have published as a individual service for having display on/off. I am adding these services as TiledMapService in our WebMap application using ArcGIS Javascript API 3.14. I have created the tile cache for the scale level 12 to 21 which only will be used in our WebMap application. Now my problem is: When I am adding more than 40 tile layers in map, the server CPU utilization is reached 100% and I am getting the timeout exceeded error for some services. But some services are added in map and after sometimes CPU utilization becomes normal when zooming and panning the layers on map. Because added services are served by the server from tile cache. Also when querying the features from many layers, the CPU utilization is keep on increasing and finally not responding. I am very new to ArcGIS Server, publishing and optimizing the services by referring some ESRI documents. Also I am not sure whether publishing 1000 service in ArcGIS server with below configuration is right way. Hence please help me to get rid of this issue by providing your valuable solutions. Thanks to all. My Geodatabase is: - Version 10.3.1 - Residing at Oracle 11g 64 bit Linux OS. - 36 Datasets and 1000 Featureclasses My Server Configuration is: - Server running as a virtual machine - 64 GB of RAM - Processor: Intel(R) Xeon(R) CPU E5-2690 2.9 GHz - Core: 4 - Hard Disk C Drive 35 GB Free space - Arcgisserver directory residing at G Drive which has 3 GB of Free space out of 15 GB My Service properties are: - High isolation service - Instance per process is 1 - Pooling - Min number of instance as 0 and Max number of instance as 1 per machine - Layer: Tile map layer - Cache built status: Completed for all layers. - Application server max heap size is 1GB - SOC max heap size is 1GB Kindly suggest me..
... View more
05-15-2017
12:54 PM
|
0
|
0
|
1298
|
|
POST
|
I tried it for a Featureclass having no features. But it doesn't works.
... View more
04-21-2017
12:00 AM
|
0
|
0
|
873
|
|
POST
|
I try to publish a service using arcobjects[ArcMap version 10.3]. But runtime error occured at the below mentioned code snippet. How to resolve? Kindly suggest. Dim pGISServerConnection As IGISServerConnection = New GISServerConnectionClass() pGISServerConnection.Connect(serverMachineName) ''Error occured at this line
... View more
04-06-2017
07:30 AM
|
0
|
0
|
979
|
|
POST
|
In Arcgis 10.3, how to set XY Extent value to a featureclass by using Arcobject[vb.net]?
... View more
04-04-2017
01:53 AM
|
0
|
2
|
1670
|
|
POST
|
I opened a exising MXD file by using arcobject(Sample code snippet is given below). [ pApp.OpenDocument(executablePath & "\" & "Untitled.mxd") ] How to manipulate the Table Of Content (like add or remove featurelayer) in that opened file?
... View more
02-03-2017
05:07 AM
|
0
|
0
|
1081
|
|
POST
|
During OnSketchFinishedEvent, how to fill the attribute to that particular feature without using 'IFeature.store()' method in arcobjects (vb.net)?
... View more
01-05-2017
06:32 AM
|
0
|
0
|
1634
|
|
POST
|
How to fill the value in Arcmap Editor Attribute Window programmatically? [without using "IFeature.store()" method. Because if user wants to discard the edits, the previous value should be restored]
... View more
01-05-2017
06:25 AM
|
0
|
0
|
1126
|
|
POST
|
In ArcMap, in the 'Editing Options' dialog under 'Versioning' tab, how to uncheck the 'Edit a version of the database....' checkbox and 'Automatically save changes....' Checkbox by using ArcObjects vb.net.
... View more
12-28-2016
01:51 AM
|
0
|
1
|
1917
|
|
POST
|
Cache Tiles was recreated using "Manage Map Server Cache Tiles". In Arcgis Server Manager, the "Cache Status " shows "100% of the tiles are available for this service." But while viewing the service in "ArcGIS.com Map" the changes made in that featureclass was not reflected in a few particular LOD. for example: LOD15 and LOD17 reflects that latest changes made in a featureclass whereas LOD16 does not reflect it. How to fix this issue?
... View more
11-10-2016
05:07 AM
|
0
|
0
|
891
|
|
POST
|
I want to retrieve the records having a text inside the feature class irrespective of field name using Arcobjects.
... View more
10-24-2016
05:46 AM
|
0
|
2
|
1442
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 04-02-2019 12:10 AM | |
| 1 | 05-26-2021 09:51 AM | |
| 2 | 05-19-2017 05:19 AM | |
| 2 | 05-19-2017 05:17 AM | |
| 1 | 05-16-2017 03:10 AM |
| Online Status |
Offline
|
| Date Last Visited |
Monday
|