1. login Problems
-Disable Windows Firewall
-Log on to SOM to check whether the user password is correct.
-Modify tool-Folder option-use simple file sharing.
-Whether the logon user is in the agsadmin and agsusers groups
2. Online Editing
Requirements for editable data:
1 non pooled Service
2. The data must be in the SDE database.
3. You must register the version.
4 server advanced license
However, it seems that pooled data can be edited, but what are the restrictions...
3. Catalog connect to the server
Are you sure your arcgiswebservices account is in the Administrators group? Is the account expired? Have you logged out of the machine after adding yourself to agsadmin? Make sure the preceding three items
If none of them work, we recommend that you delete the agsadmin and agsuser user groups, and delete the accounts of arcgissom, arcgissoc, and arcgiswebservices, and then perform post install again. Follow the installation instructions.
4. Sde Installation Problems
Error: unable to start iomgr
A lot of people tried it several times on the Internet. I tried it many times and it was useless. In addition, I encountered an err (1072) error.
My solution is to uninstall SDE and reinstall it. If the problem is the same as post install, cancel it directly, restart it, and OK.
5. Lock request conflicts with an established lock Error
The "register as versioned" function of Sde reports an error and checks whether the data source is in use.
6. The requested resource (/ArcGIS/rest/services) is not available
The following error occurs:
HTTP status 404-/ArcGIS/rest/services
After a new post, the map service will be released again.
7. Questions about ArcGIS rest access
Error:
1. The server mananger service is successfully released. You can see the thumbnail, but http: // instance/ArcGIS/rest cannot be accessed.
Port 2.8399 cannot be accessed, but port 8099 can be accessed.
Solution: (this solution is intended for modifying the Host Name and IP address) restart the computer and post it again (you do not need to delete the SOM and SOC users first ).
This problem always happens because the host name has been changed.
8. Release the map to the ArcGIS Server layer lable Chinese garbled characters
Error:
The lable field value of the layer (shapefile) element is Chinese, and is displayed normally In ArcMap and arccatalog,
However, after being published to ArcGIS Server, Chinese characters are displayed as garbled characters, not only on the page, but on the thumbnail of ArcGIS manager, Chinese characters are displayed as garbled characters.
Solution:
1. Mark the font. This is a problem with the image generated by the server. It has nothing to do with the browser encoding,
It may be because the font library is missing in the English System and cannot be changed to. I changed the host. (Solution)
9. The server connection in arccatalog. Why can't I publish the service right-click it?
Cause: There are two ways to add server: Use and manager. No use, manager.
10. I/O problems frequently occur when mxd files are browsed in arcmap9.x.
The error message is as follows:
OnE or more layers failed to draw:
Fdo error: 0
Network I/O Error
Which of the following problems may be caused and how to solve them.
Solution:
1. There is a problem with the local network service and the packet delay. Use the Ping-T command to disable the local firewall.
2. The mxd file is damaged and mxd doctor is used.
In Versions later than 3.9i, The open_cursors initialization parameter must be at least 2000.
4. Patch SDE.
11. Questions about the performance of server Caching
Problem: After caching, the display effect will be partial, and the other parts will not be shown in the image.
Solution: The mxd file is set to full extent.
12. After the server performs caching, it will delete the service and then publish the same service. caching may often fail to clean up.
Solution: restart the SOM and SOC services.
13. The manager of the GIS server of catalog cannot be connected.
Check whether the user has set the password.
3. About the imp of catalogThere is no problem with ORT and export.
Check whether the desktop version is ArcInfo.
(It seems to be a cracking problem. Install the cracking file in sequence, lmsetup, and desktop)
4. Sde not running occurs when catalog is connected to SDE.
SDE not started
5. Modify the server. xml file in the [installation directory] \ ArcGIS \ Java \ Manager \ service \ Tomcat \ managerappserver \ conf
Conector label attribute. Add uriencoding = "UTF-8". Prevents garbled characters and cannot be fuzzy queried.
Error cause:
The Chinese query results of ArcGIS Server for Java rest are garbled because the default encoding method of Tomcat provided by ArcGIS is not utf8,
Solution:
Set Tomcat encoding to UTF-8:
Open the file c: \ Program Files \ ArcGIS \ Java \ Manager \ service \ Tomcat \ managerappserver \ conf \ Server. xml
Add uriencoding = "UTF-8" in this sentence ":
<Connector Port = "8399" maxhttpheadersize = "8392" maxthreads = "150" minsparethreads = "25"
Maxsparethreads = "75" enablelookups = "false" redirectport = "8343" acceptcount = "100" C
Disableuploadtimeout = "true" uriencoding = "UTF-8"/>
9. The import/export function of Server Manager. The system cannot recognize Chinese characters due to a problem
10. expdp errors
Error message:
ORA-39002: Invalid operation.
ORA-39070: Unable to open the log file.
ORA-29283: invalid file operation
ORA-06512: At "SYS. utl_file", line 475
ORA-29283: invalid file operation
Solution:
-- Whether the directory exists
Select * From dba_directories
If not, create one using the following statement:
Create directory backup as '/home/Oracle/backup ';
Grant read, write on directory backup to Scott;
13.
Failed to convert
F: \ Tianjin Oceanic Administration \ Question Bank Construction \ topic layer. mdb \ hddc \ hygl_hd_dm.
Error 000372: spatial reference for output is invalid,
Please update to allow output to become valid
Failed to execute (copyfeatures ).
Error 999999: Error executing function.
Underlying DBMS error [ORA-01659: cannot allocate minextents greater than 6 (in table space nmdis_usr)
] [Nmdis_usr.hygl_hj_afsq]
Failed to execute (featureclasstofeatureclass ).
Solution: The tablespace is not automatically extended.
14. Server object instance creation failed on all SOC machines.
Server object instance creation failed on machine x3650.
Can't load format DLL
Error: this problem occurs when the published mapservice performs caching. After the mapservice is deleted,
The service cannot be released again with the same name.
Solution: Clear all three folders in the output folder of the server.
19. ocx registration, delete
Regsvr32
Regsvr32-u
28. The ORA-01658 cannot create the initial partition for segments in the tablespace tts_ex2
ORA-01658 unable to create initial extent for segment in tablespace string
Cause: failed to find sufficient contiguous space to allocate initial extent for Segment being created.
ActIon: Use alter tablespace add datafile to add additional space to the tablespace or retry with a smaller value for initial.
Set automatic scaling.
From: http://blog.163.com/zhyang@yeah/blog/static/13014384420102307754626/