UNC Names in Icon Properties May Cause File Not Found Errors (104658)
The information in this article applies to:
- Microsoft Windows NT Server 3.1
- Microsoft Windows NT Workstation 3.1
- Microsoft Windows NT Advanced Server 3.1
This article was previously published under Q104658 SYMPTOMS
If you create an icon which uses a Universal Naming Convention (UNC)
path name for a program in combination with a data file, error
messages indicating the data file could not be found may appear when
you choose it.
Steps to Reproduce Problem- On computer 1, use Write to save a file called TEST.WRI. Place this
file in a shared directory, such as \TEST. Also copy WRITE.EXE into
the TEST directory.
- On computer 2, create an icon with the following Properties:
Description: Test
Command Line: \\MACHINE1\TEST\WRITE.EXE TEST.WRI
When you try to use this icon to open Write and the TEST.WRI file, you
will receive a "File not found" error message even though the file is
in the TEST directory.
This error message does not occur if a standard network redirection
(created with File Manager) is used, such as X:\WRITE.EXE TEST.WRI.
CAUSE
Once the network connection is made with the UNC name and the
application is loaded, the network connection is broken. Because the
network connection no longer exists, the data file cannot be found.
This behavior is by design.
RESOLUTION
To prevent error messages using UNC names in icons, also specify a
UNC name for the location of the data file to be loaded, such as:
Command Line: \\MACHINE1\TEST\WRITE.EXE \\MACHINE1\TEST\TEST.WRI
Modification Type: | Major | Last Reviewed: | 3/15/2004 |
---|
Keywords: | kbnetwork KB104658 |
---|
|