Skip To Content

00176: <value> path exceeds operating system limit

In this topic

The size of the path used for this layer during the publishing process exceeds the operating system limit. This path includes the path to the staging folder, the name of the server connection, and the path to the data's source data. This can also include paths within functional rasters.

The <value> parameter refers to whether the path in question is the staging path or the input directory path on the ArcGIS server.

Solutions

If your path exceeds the limit, you can do the following to reduce the number of characters used for this path.

More information

When you publish a service using ArcGIS for Desktop, a service definition file is created and temporarily stored in a staging folder locally on disk. The default staging location is a temporary folder in your Windows user profile. For example, on Windows 7 this location is C:\Users\<user name>\AppData\Local\ESRI\Desktop10.1\Staging. The staging directory contains separate folders for each server connection. If you have saved a service definition of a draft using a specific connection to a GIS server, you will find the service definition or draft under the server connection folder.

The Windows file system has limits to the number of characters that a path can accommodate. ArcGIS warns you when the combination of the path to the staging folder and the server connection exceeds the size supported by the operating system. The same is true for the input directories on the ArcGIS server. If the directory structure for service resources on the server exceeds operating system limits, the service cannot publish successfully.

In addition, the service definition is stored on the ArcGIS server and decompressed during publishing. The default storage location on the server is \arcgisserver\directories\arcgissystem\arcgisinput\<service name>.<service type>\extracted.

Functions are used with image and raster data to process the data. This processing is not permanently applied to the data; instead, it is applied on the fly as the imagery and rasters are accessed. Functions can also be chained together to provide more image processing capabilities. For example, you can chain many arithmetic functions together to process the data using an equation.

Learn more about rasters with functions