The information in this article applies to:
SYMPTOMS
When you attempt to load a document (In Word, Notepad, etc.) or execute a
program with the File/Run command from a server with a Universal Naming
Convention (UNC) name that is longer than 11 characters (for example,
\\twelvecharac\public\edit.com) the system returns immediately with a
dialog indicating that the program/file cannot be found or the path is
invalid. If the server name is 11 characters or less, it functions
correctly.
CAUSEThe OpenFile() Windows function uses a function internal to the Windows kernel to check the length of the file name and returns an error if it is greater than 11. RESOLUTIONApplications that use the _lopen() function to open a file should not experience this limitation. Otherwise, you must adjust server name length or work within the limitation. Additional query words: 2.20 2.2 bug windows unc long name
Keywords : |
Last Reviewed: November 10, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |