Computing.Net > Forums > Windows Server 2003 > Accessing a File Server

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Accessing a File Server

Reply to Message Icon

Name: kwchristensen
Date: July 26, 2006 at 16:07:16 Pacific
OS: Windows XP
CPU/Ram: AMD Athelon XP / 1GB RAM
Product: N/A
Comment:

I am running Windows Server 2003 as a domain controller and a file server. When I run a Windows XP client I have no problem logging in on the domain. However, when I try to access the file server I get the "Connect to (Fileserver)" prompt which asks for User Name and Password. The problem is that when I type the user name and password I get the following error:

"Logon Unsuccessful:
The user name you typed is the same as the user name you logged in with. That user name has already been tried. A domain controller cannot be found to verify that user name."

OK, well this just states the obvious. The user I logged in with does have read and write permissions under the group /user. The weirdest part is that I can log onto the file server using any other member of /user.

To clarify: I can log onto windows using USER_A. If I try to access the file server using USER_A 's user name and password I get the above error. If I enter USER_B 's user name and password at the above prompt, no problems. Now, if I login as USER_B to windows, I cannot access the file server; I get the same error. But if I now enter USER_A 's user name and password I can log in!!!!! I don't get it. Anyone have any idea what the problem is?




Sponsored Link
Ads by Google

Response Number 1
Name: wanderer
Date: July 26, 2006 at 16:33:58 Pacific
Reply:

What happens when you logon as administrator?

Give a person a fish, they eat for a day. Suggest they internet search and they learn a skill for a lifetime.


0

Response Number 2
Name: kwchristensen
Date: July 26, 2006 at 18:35:15 Pacific
Reply:

I have the same problem when I log on as an Administrator (on the Domain). I have not tried to log on as the Administrator for that specific computer but I don't see how that could help. Any suggestions?


0

Response Number 3
Name: wanderer
Date: July 26, 2006 at 20:26:36 Pacific
Reply:

You have the same issue on the server as admin?!?

When did this start?
Someone change a group policy?
How long have you had this server up?
Any new software installs?


Give a person a fish you feed them for a day.
Ask a person to internet search and they learn a skill for a lifetime.


0

Response Number 4
Name: deckhopper
Date: August 16, 2006 at 12:52:14 Pacific
Reply:

I get the same error (under your same A/B scenario). I suspect perhaps the pc is letting UserA logon locally (although NOT connected to the domain yet - lets say offsite/pre-vpn connection or pre-wifi connection). I say "local" but it is a "pseudo local" since the profile, username, and domain password are all used as if UserA is actually logging into the domain (but clearly UserA is NOT connected to any network). After UserA connects to a network (using wifi or vpn), UserA is still logged in locally and any attempts to access a share on the server would be using "local" creds, hence the prompt "logon unsuccessful"??? I don't have facts to back this theory up but it's the only logical conclusion I can come up with. I'm running XP Pro clients and SBS2003. I wonder if a domain policy is pushed to the client and stays there even while not connected to the domain?


0

Response Number 5
Name: deckhopper
Date: August 25, 2006 at 18:06:51 Pacific
Reply:

I think I found the fix for this. It appears there is no network connection at logon (CNTL ALT DEL) but then after logging in, a connection is made to the domain. Simply map a drive (manually) to the share or use this script (VBS file extension).

Dim objShell,objNetwork

Set objShell = WScript.CreateObject("Wscript.Shell")
Set objNetwork = WScript.CreateObject("WScript.Network") '<--- put this up one line

objNetwork.MapNetworkDrive "S:", _
"\\server_name\share_name", _
"False", "domain-name\username", "password"

objShell.Popup "Success!", 3, "Success", 0



0

Related Posts

See More



Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Windows Server 2003 Forum Home


Sponsored links

Ads by Google


Results for: Accessing a File Server

A file server with two networks www.computing.net/answers/windows-2003/a-file-server-with-two-networks/8810.html

What's important for a file server? www.computing.net/answers/windows-2003/whats-important-for-a-file-server/8582.html

Win 2003 Server As A File Server Qu www.computing.net/answers/windows-2003/win-2003-server-as-a-file-server-qu/2830.html