ArcGIS Server FAQ Gallery

Source: Internet
Author: User

Install deployment issues

1 User name problem

In the GIS Server Postinstall process will involve two users, by default, one Arcgissom, one is ARCGISSOC, if the user by default, the system will give you create these two users, and in general, Users log in as their common identity, rather than using a Arcgissom user login, which can cause problems with many subsequent operations. Therefore, in the GIS Server Post install process, it is recommended to use their common users.

2 Post Install problem

ArcGIS server has two postinstall, one is the GIS server Postinstall, the other is the Web application Postinstall. GIS Server Postinstall is usually done and will not be forgotten because it pops up automatically during installation. and the Web application Postinstall need to do it on their own initiative, so many people will forget to do this. The consequence of Web application Postinstall is that services connected to ArcGIS server on the Internet will not be connected.

3 Manager Login Not in question

This question to the BBS to find posts

4 Arccatalog is not connected to the GIS Server (remote)

Arccatalog cannot connect to remote GIS Server, please refer to this article, Http://support.esri.com/index.cfm?fa=knowledgebase.techarticles.articleShow &d=29385&esrisessionid=rrs2%5fcju5ryomy2dovwmf9illusvv76gqoqcge0xkw4ifbedqvsxqz2eqjxbkq%3d%3d

5 Arcsom and ARCSOC separately installed

The Arcsom and ARCSOC can be separately installed in the custom installation panel of ArcGIS server, with steps referenced Arcsom and ARCSOC separate deployment steps.

The Instancs of the 61 service represents a ArcSoc.exe in the process.

Not necessarily, if the isolation in the service attribute is set to high isolation, then a instances represents a ArcSoc.exe, which is not necessarily the case when set to low isolation.

Development issues

1 Whether you can use the New keyword to create objects.

This is what we often encounter during the development of ArcGIS Server, which we have been emphasizing, starting from 9.0, 9.1, However, 9.2 is different from the previous version of 9.2, because there are many classes in the ADF level in version 9.2 that can be created using the New keyword, but when it comes to COM components on the server side or you can't use the new keyword, you need to use the ServerContext Createobjec T to implement.

2 Web application don't see pictures

This is because there is no connection user specified in the Web app, there are two ways to add a user name and password to the Web App.

A in the VS2005 solution Manager, right-click on the appropriate page name and click Add ArcGIS Identity

Enter the user name, password, and machine name of the connection GIS server in the dialog box.

B directly add the identity tag in the web.config of the Web app, which specifies the username and password.

The format is as follows:

<identity impers userName = "userName" password = "password" >

3 Zoomlevel Control why not use

The Zoomlevel control appears only if the map cache is used.

4 Map Cache generation is not complete how to do. Whether the map cache can be moved.

If the map cache is terminated due to a power outage or other reason, it is only necessary to update, there is no need to redo all, and a good map cache can be moved, as long as the service name and the original consistency, restart the ArcGIS server after the service will take effect.

5 Edit Task Editortask Control why can't I use

The Editortask control is provided in the ADF, and it is used in this way:

A service to use for ArcGIS Server Local connection

b shapefile and file gdb, personal gdb cannot be edited by Editortask

C Although both pooled and Editortaks services can be edited, for pooled services, only non version data can be edited. For non-pooled services, both version and non-version data can be edited.

6 How the ArcGIS server Internet connection differs from the ArcGIS Server local connection. If the ArcGIS server Internet is a remote connection, ArcGIS Server Local is a locally connected.

ArcGIS Server Internet access to the GIS server is equivalent to connecting to the standard Web service, so only the exposed WebMethod of these Web service can be invoked, so through ArcGIS The Server Internet way to connect to get a service can get a very limited amount of functionality.

ArcGIS Server local to connect to the GIS server, this time can be used in the background of the powerful AO components, that is, the ArcGIS server can remotely invoke the remote AO components, in order to achieve such as data editing and other powerful functions.

Therefore, the ArcGIS server Internet and ArcGIS Server local cannot be simply understood to be a native or remote connection.

Does the graphics in 7 graphicslayer support raster images?

does not support

8 The Mapresourcemanager control adds two services and why only one is visible.

There may be two reasons, one is two service coordinates mismatch, the other is the above one is not set to background transparent.

9 The difference between pooling and non-pooling services for editing functions.

Both pooled and non-pooled services can be edited, but pool service editors do not have the redo and undo functions, but the functions are the most complete without the pooling service.

What is the difference between the refresh and Refreshresource of the map control?

Refresh is refreshing all the services in the map control, while the refreshresouce is refreshing the set up service, as

The effect is the same when only one service is available in the map.

What is the difference between Brower and Webtier in the Imageblendingmode property of one map control.

Brower refers to the image of multiple services directly to the client and then easy to merge.

Webtier is the transfer of images of multiple services to the client after merging them on the Web server.

12 when the service was started, I changed the contents of the MXD and needed a reboot to work.

Reboot required.

no-cached services and cached services can be used at the same time.

OK, in the organization of the service, can be static not too changed background data into a service, and for it to do cache, to constantly change the data organized into a service, do not do cache, two services in the same application, through this way can also improve the experience of the client feel.

Why not use the Webmap,webpagelayout class in ArcGIS Server 9.2.

ArcGIS Server 9.2 and 9.1 have significant differences in the ADF framework, and the controls used in 9.2 to support multiple data sources are completely different from the 9.1 version, so the webmap,webpagelayou is no longer in use under the new framework. If you are a user who is familiar with 9.1, learn the contents of the new ADF framework.

The ArcGIS Server9.2 where scripts are used for various controls in the ADF.

The script files used by the various controls in ArcGIS Server9.2 are placed by default in the C:/inetpub/wwwroot/aspnet_client/esri/webadf/javascript directory, which you can open to see To learn more about the framework of the ADF.

16 I changed the script under C:/inetpub/wwwroot/aspnet_client/esri/webadf/javascript and why it didn't work.

The various controls in the ArcGIS Server9.2 use embedded scripts by default, not by default, by invoking scripts under C:/inetpub/wwwroot/aspnet_client/esri/webadf/javascript. But the embedded script is consistent with the script under C:/inetpub/wwwroot/aspnet_client/esri/webadf/javascript. Each control will have a Usedefaultwebresouces property, and when this property is set to False, the control will not invoke the c:/inetpub/wwwroot/aspnet_client/esri/webadf/ JavaScript script, so that the script file you changed will not work.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.