Windows Apache (6) File Types (33) Internet Explorer (6) Network (11) Passwords (6) Printing Processes (13) Programming (318)
Exchange Links About this site Links to us 
|
Credentials supplied conflict with an existing set of credentials
26 comments. Current rating: (14 votes). Leave comments and/ or rate it.
Question:
This is not directly Delphi related but happens sometimes when setting up shared drives. In my case, I got this error message after installing SAMBA on a Linux box, then sharing a directory and the protecting this resource on the Linux side with an account.
I tried to access the shared resource from a Windows NT machine via Explorer or command line using NET USE - but kept getting this error message:
'Credentials supplied conflict with an existing set of credentials'
(On a Windows XP box this error did not occur.)
Answer:
From Microsoft: 'Windows NT does not allow you to make multiple connections to a shared network server from the same workstation if you attempt to use more than one set of credentials.'
This was basically a long winded version of the error message. Not too helpful. I looked at my shares but could not see any mapped drives to that machine except the IPC entry.
Solution:
At the command line, in a desperate attempt, I removed all shares to other machines with this trick:
NET USE * /DELETE
It was an attempt because until now I didn't realize that the NET command accepts wildcards (*) for machine names.
After that I could connect just fine. I suppose booting the machine would have done the trick as well.
Note:
Another possiblity is to provide the TCP/IP address of the computer instead of the computer name when you make that second connection. If you were already using the IP number in the first place, try the machine name this time. That might save you from removing all your network shares.
Comments:
| You are on page 1 of 2, other pages: [1] 2 | |
anonymous from United States
|
 |
|
|
Thanks - solved my problem.
I wasted 3hrs trying to figure out what was wrong with my samba config, which was nothing.
|
|
pigdog007 from United States
|
|
|
|
It worked for me too. I had a W2K box trying to join domain of NT server 4.0 and kept getting the message. After I deleted the mapped drive I could join the domain with no problems.
Thanks for the great tip!
|
|
anjanisairam@yahoo.com from India
|
 |
|
|
Thanks alottt it solved my problem also.
thank you very much.
|
|
anonymous from India
|
|
|
|
Thanks a lot.
My problem also got solved.But i didn't get why this is hapeening.Can anyone please explain
|
|
shridhark@cybage.com from India
|
|
|
|
Thanks a lot.
My problem also got solved.But i didn't get why this is hapeening.Can anyone please explain
|
|
anonymous from United States
|
|
|
|
Thanks for the help. This was what I needed.
|
|
anonymous from Sweden
|
 |
|
|
Well, it happens because Microsoft prefers to leave broken code, that has been known to be broken for _years_, in windows over fixing it.
This is a bug. Plain and simple. Don't expect it too be fixed though. Most likely Microsoft considers it a feature that keeps you from getting confused by the mindbogglingly complex logic of being able to connect to different shares using different users.
And even if you accept that piece of ******* :
1. How do they explain that you do not get the choice to replace the credentials?
2. How do they explain that the connection does not turn up in net use?
3. How are you supposed to fix this without completely unreasonable amounts of effort when you have shares constantly being accessing by active processes?
/VeryTiredOfThisBugThatShouldHaveBeenFixedInWin95
|
|
anonymous from Philippines
|
|
|
|
thanks you save my day configuring samba w/ window$ NT (neanderthal technology) ^-^ based machines
|
|
anonymous from United States
|
|
|
|
Great tip, thanks!
|
|
getsalmanahmed@yahoo.com from Pakistan
|
 |
|
|
Thanks a lot
|
|
anonymous from Iran
|
|
|
|
Great Tip!
|
|
Thank You!!!! from United States
|
 |
|
|
That is great....still not sure what you did....but it worked.....thanks.....
|
|
anonymous from Australia
|
|
|
|
my next computer purchase will be apple so I don't have to use microsoft's ******* software
|
|
anonymous from United States
|
 |
|
|
Great solution... worked for me too... I had this problem for some time...:-)
|
|
HS Teacher from United States
|
 |
|
|
Thank you - This helped a lot :o)
Note to self: Remove all shares from the admin account when making images ;o)
|
| You are on page 1 of 2, other pages: [1] 2 |
|