10027: Layer's data source is referenced via a UNC path

Accessing data using UNC paths uses network file access instead of direct disk access, which will affect map display performance.

Solution

More information

A path specifies a unique location in a file system by describing the hierarchy of directory folders and files on a computer network. An absolute, or full, path begins with a drive letter, such as D, followed by a colon. For example:

D:\Data\Final\EastValley\powerlines

UNC paths use a syntax for specifying folders and files on a network of computers. UNC stands for Universal (or Uniform, or Unified) Naming Convention. The syntax is as follows:

\\<computer name>\<shared directory>\

followed by any number of directories and terminated with a directory or file name. For example:

\\pondermatic\public\studyarea.gdb
\\omnipotent\shared_stuff\wednesday\tools

In ArcGIS, you can use an absolute or UNC path anywhere a path is requested. This is particularly advantageous for shared data on a local area network (LAN). Data can be stored on one computer and everyone with access to the computer can access the data via its path.

There may be a performance disadvantage when using UNC paths because network file access is typically slower than direct disk access on your local computer (using absolute paths), which can affect map drawing performance.

Absolute paths can also be specified using a relative path, in other words, a location that is relative to a current directory. Relative paths do not have an impact on map drawing performance.

See Referencing data in the map for information about using paths in ArcMap.


8/20/2010