|
POST
|
In 10.1 you can use this code if you can connect ags 10 but if you connect to 10.1 ags dcom connection has been remove. What do you do in details?
... View more
01-31-2013
01:58 AM
|
0
|
0
|
818
|
|
POST
|
I'm not sure but with your configuration you have more work because you need maintain change configuration (and data?) in two nodes (active-passive) you could create a single site with two gis server (in node active and in node passive). You store configuration directories in a SAN so you have a single configuration. for web adaptor I think that you need use another machine ( see http://blogs.technet.com/b/askcore/archive/2010/02/12/windows-server-2008-failover-clusters-networking-part-1.aspx and http://blogs.technet.com/b/askcore/archive/2010/02/22/windows-server-2008-failover-clusters-networking-part-2.aspx ) I haven't tried this configuration but I check in next days.
... View more
01-30-2013
10:44 PM
|
0
|
0
|
1813
|
|
POST
|
try install sp5. I see NIM080026 in Issues addressed with 10.0 Service Pack 5 http://gisupdates.esri.com/10sp5/ArcGIS/ArcGIS10sp5-issues.htm#Rest-sp5
... View more
01-29-2013
10:19 PM
|
0
|
0
|
3443
|
|
POST
|
For now the support VS2012 is in ArcGIS Runtime SDK 10.1.1 for WPF ( http://resources.arcgis.com/en/help/system-requirements/10.1/0151/015100000092000000.htm ) and ArcGIS API for JavaScript version 3.(1..3) (http://help.arcgis.com/en/webapi/javascript/arcgis/jsapi/#api_codeassist)
... View more
01-28-2013
11:55 PM
|
0
|
0
|
2293
|
|
POST
|
The mapExtent and the imageDisplay parameters are used by the server to determine the layers visible in the current extent. They are also used to calculate the distance on the map to search based on the tolerance in screen pixels.
... View more
01-23-2013
04:15 AM
|
0
|
0
|
1676
|
|
POST
|
here you can see pros & cons http://resources.arcgis.com/en/help/main/10.1/002q/002q00000004000000.htm
... View more
01-23-2013
12:06 AM
|
0
|
0
|
580
|
|
POST
|
see Benefits of the Web Adaptor http://resources.arcgis.com/en/help/main/10.1/0154/01540000028p000000.htm
... View more
01-22-2013
11:59 PM
|
0
|
0
|
880
|
|
POST
|
try see http://resources.arcgis.com/en/help/arcobjects-java/concepts/engine/index.html#//00010000075m000000 ( How to use MIME types in REST SOE response )
... View more
01-22-2013
09:55 PM
|
0
|
0
|
633
|
|
POST
|
-Navigate to the shortcut, right-click the shortcut, and click Properties -In the dialog that appears, edit the URL for the shortcut
... View more
01-21-2013
04:22 AM
|
0
|
0
|
1357
|
|
POST
|
you can also use Generate operation serializing shapefile to json (esri) see http://help.arcgis.com/en/webapi/javascript/arcgis/jssamples/#sample/portal_addshapefile
... View more
01-20-2013
08:41 AM
|
0
|
0
|
1133
|
|
POST
|
The ArcGIS Spatial Data Server (SDS) REST API provides a simple, open Web interface to spatial and tabular information in databases, tables, and views hosted in a relational database, such as SQL Server so if you have a table or view you can use it. However the switch beetwen versions you should do it ( http://resources.arcgis.com/en/help/main/10.1/006z/006z0000000z000000.htm )
... View more
01-17-2013
02:12 AM
|
0
|
0
|
1196
|
|
POST
|
see http://forums.arcgis.com/threads/61313-Failed-to-connect-DB-Bad-login-user
... View more
01-16-2013
10:12 PM
|
0
|
0
|
2025
|
|
POST
|
"... 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 10.1 for Server...". ( http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/index.html#//000100000p7w000000 ) You can use rest admin api. Here you can draw an idea of how to do it from http://nicogis.blogspot.it/2012/10/ags-101-restful-administrative-api.html
... View more
01-12-2013
12:36 AM
|
0
|
0
|
695
|
|
POST
|
see http://resources.arcgis.com/en/help/arcobjects-net/conceptualhelp/0001/000100000262000000.htm
... View more
01-12-2013
12:30 AM
|
0
|
0
|
493
|
|
POST
|
in 10.1 the architecture is changed (new 64-bit JAVA based software component architecture) "...The Web Adaptor is Site aware, which means that it will distribute inbound service requests across the active GIS Server machines within the named Site. The Web Adaptor can also act as a reverse proxy, accepting service requests on a configurable inbound port (i.e. Port 80) and communicating with the Site GIS Server machines on Port 6080. If any of the Site GIS Server machines fail, the Web Adaptor will route service requests only to the remaining active GIS Server machines (high availability failover functionality). A single Web Adaptor can service only one named Site. Multiple Web Adaptors can be assigned to a single named Site..." for details: http://wiki.gis.com/wiki/index.php/GIS_Product_Architecture some samples with two web adpators: "... �?�You need internal users to connect to Manager through the Web Adaptor, but you want to block external users from accessing the Manager login screen. This could occur if ArcGIS Server is in a perimeter network (DMZ) and your firewalls block it from receiving connections from your internal network through port 6080. In this case you set up a second Web Adaptor for internal users only that communicates through whichever port is allowed by your firewall. �?�You want to block external users from accessing the Manager login screen, but you are also performing web tier authentication. In this case, you set up a second Web Adaptor for internal users only that allows publishing and administrative access..." in 10 the main scope from multiple instance is support more than one type of authentication or user/role store. ( http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/0093/0093000000pt000000.htm)
... View more
01-08-2013
10:31 PM
|
0
|
2
|
1225
|
| 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
|