NWRDR Cannot Perform UNC Operations on NDS Server Objects (155559)



The information in this article applies to:

  • Microsoft Windows NT Server 4.0
  • Microsoft Windows NT Workstation 4.0

This article was previously published under Q155559

SYMPTOMS

When you are using the Client Services for NetWare (CSNW) or the Gateway Services for NetWare (GSNW), the following command lines do not work:
   dir \\ndstreename\cn=server_object.container.container\volume\subdir

   dir \\ndstreename\volume_object.container.container\subdir
				

CAUSE

The Multiple UNC Provider (MUP) does not correctly handle UNC names consisting of server objects instead of volume objects.

RESOLUTION

Use volume objects when using the MUP (and UNC path names).

An example of a successful command would be to do a directory listing to the container and not to the lower level subdirectory. For example:
      Dir \\NTMARST\RED_41A_SYS.MAIN.MS
				

Modification Type:MajorLast Reviewed:8/8/2001
Keywords:kbnetwork KB155559