|
POST
|
Have you tried with ip of server (you peraphs problem with dns)? you also check with command in console c:\>netstat -a ( http://commandwindows.com/netstat.htm )
... View more
01-08-2013
10:19 PM
|
0
|
0
|
1937
|
|
POST
|
see http://resources.arcgis.com/en/help/arcgisonline/010q/010q00000095000000.htm
... View more
01-08-2013
09:42 PM
|
0
|
0
|
775
|
|
POST
|
for 9.3 and 10 you can see http://help.arcgis.com/en/sdk/10.0/arcobjects_net/componenthelp/003z/003z000000tr000000.htm
IGISServerConnection connection = new GISServerConnectionClass();
connection.Connect("localhost");
IServerStatistics stats = (IServerStatistics)connection.ServerObjectAdmin;
IStatisticsResults statsResults = stats.GetAllStatisticsForTimeInterval(....);
for 10.1 you can use the REST Admin API to access this type of information see http://resources.arcgis.com/en/help/main/10.1/#/Example_Query_the_ArcGIS_Server_logs/0154000005qn000000/ "..At 10.1, you can no longer use ArcObjects remotely (via DCOM); this way of interacting with ArcGIS for Server is no longer supported. If you are using GISServerConnection in the Server library or AGSServerConnection in the GISClient library in your code, these need to be removed if you are working with ArcGIS for Server 10.1 ..."
... View more
01-07-2013
07:53 AM
|
0
|
0
|
629
|
|
POST
|
via rest is managed esriGeometryPoint, esriGeometryMultipoint, esriGeometryPolyline and esriGeometryPolygon. see: http://resources.arcgis.com/en/help/rest/apiref/geometry.html
... View more
01-07-2013
07:30 AM
|
0
|
0
|
1143
|
|
POST
|
Open your windows task manager and from menu select items View -> Select Columns... and then select column "Command Line" so you can see details for your two arcsoc.exe in windows task manager [ATTACH=CONFIG]20377[/ATTACH]
... View more
01-02-2013
11:09 AM
|
0
|
0
|
3078
|
|
POST
|
-map service -for service/instance/process see http://wiki.gis.com/wiki/index.php/Server_Software_Performance -yes, because once that a request is made that same instance can be used for that service for another request
... View more
01-02-2013
11:02 AM
|
0
|
0
|
2684
|
|
POST
|
can you give further details on your configuration cluster-failover in 10.0? Where have you som and soc?
... View more
01-02-2013
08:23 AM
|
0
|
0
|
1368
|
|
POST
|
in 10.1 you can use dynamic layer: -find data from registered workspace and use query layer -add to the map on a per-request basis see http://resources.arcgis.com/en/help/main/10.1/0154/0154000004zv000000.htm example on renderer http://www.arcgis.com/home/item.html?id=97e918061ad140dcbab68a38782b408b
... View more
01-02-2013
06:40 AM
|
0
|
0
|
803
|
|
POST
|
I advise you don't use adf because it's deprecated see http://blogs.esri.com/esri/arcgis/2011/09/30/update-to-arcgis-10-and-10-1-deprecation-plan
... View more
01-02-2013
06:02 AM
|
0
|
0
|
892
|
|
POST
|
you should have like "maximum number of connections to instance exceeded". However a database connection is made for each ArcGIS Server instance (ArcSOC.exe) that is created for the service(s). "...By default, an instance is created as Pooled (min 1 and max 2). This means when a request (ie pan/zoom in web app) is made to the service, an instance is taken from the pool, and then returned when the request is over. Once another request is made, say from another web app, that same instance can be used for that service request. So, multiple requests will need to be made at the same time in order for another instance to be created, thus creating another connection to the SDE geodatabase. This will not exceed the maximum number of instances, so by default a service can never exceed two connections to the geodatabase unless this parameter is increased. If the max number of instances is exceeded, the client will have to wait until an instance is returned to the pool before their request is returned Say the max instances of a service is set to two and both are being used, creating two connections to the SDE geodatabase. Then one of the users is finished accessing the service. The second SDE connection will remain until the idle time expires (set within the Services Properties > Pooling tab). Once the idle time expires, the instance will be removed from the server and the connection deleted from the SDE geodatabase..."
... View more
01-02-2013
05:24 AM
|
0
|
0
|
2684
|
|
POST
|
Extra info: to reset the password for a user in the identity store or the primary site administrator account see http://resources.arcgis.com/en/help/main/10.1/0154/0154000005pw000000.htm
... View more
01-02-2013
05:15 AM
|
0
|
0
|
2479
|
|
POST
|
it can be a idle instance. Can you say what are step that you have achieved?
... View more
01-02-2013
05:10 AM
|
0
|
0
|
3078
|
|
POST
|
extra info: In this soe you can see how to call via flex http://resources.arcgis.com/gallery/file/arcobjects-net-api/details?entryID=87BEC705-1422-2418-34B5-308930DE323A
... View more
01-02-2013
12:46 AM
|
0
|
0
|
1684
|
| Title | Kudos | Posted |
|---|---|---|
| 1 | 06-20-2024 11:20 AM | |
| 1 | 05-25-2017 10:11 AM | |
| 1 | 06-20-2023 12:09 AM | |
| 1 | 10-14-2022 05:14 AM | |
| 1 | 06-14-2023 02:00 AM |
| Online Status |
Offline
|
| Date Last Visited |
05-18-2026
04:12 AM
|