Microsoft KB Archive/173199

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 15:37, 18 July 2020 by 3155ffGd (talk | contribs) (importing KB archive)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Knowledge Base


Article ID: 173199

Article Last Modified on 10/31/2006



APPLIES TO

  • Microsoft Windows NT Workstation 4.0 Developer Edition
  • Microsoft Windows NT Server 4.0 Standard Edition



This article was previously published under Q173199

SYMPTOMS

Windows NT allows users to connect to multiple resources using multiple user credentials but only allows a single user to use a connection.

If you attempt to connect to the same resource with different credentials, you will get an error message stating that the credentials supplied conflict with an existing set of credentials. If you attempt this operation from an MS-DOS command line, you receive the following error:

System error 1219 has occurred.

CAUSE

Windows NT will attempt to use the same virtual circuit even if a different set of credentials is supplied because the resource name is identical.

RESOLUTION

Provide the TCP/IP address of the computer instead of the computer name.

MORE INFORMATION

It is possible to use multiple user credentials to connect to the same resource on Windows NT when TCP/IP is used as the protocol to establish the connection.

If you connect to the same resource but use the TCP/IP address of the host instead of the computer name, you will be able to connect to the same resource with a different set of credentials.

Example:

net use * \\dabears\utils /U:raydev net use * \\10.100.57.1\utils /U:administrator

Keywords: kbprb KB173199