Windows Vista Tips

Windows Vista Tips > Newsgroups > Windows Server > Server Setup > Unable to remotely access Admin (default) shares of one 2003 Server

Reply
Thread Tools Display Modes

Unable to remotely access Admin (default) shares of one 2003 Server

 
 
Barkley Bees
Guest
Posts: n/a

 
      03-05-2009
We are experiecing an issue accessing the administrative shares (C:$, D:$,
ADMIN$, etc) of one particular 2003 R2 SP2 file server that was recently
deployed. When attempting to remotely access \\servername1\c$, for example,
I get prompted for credentials (as expected) but after correctly inputting
them (local admin of server or domain admins) I get the below prompt:

--------------
"\\servername1\c$ is not accessible.You might not have permission to use the
network resource. Contact the administrator of this server to find out if
you have permissions.
Multiple connections to a server or shared resource by the same user, using
more thanone user name, are not allowed. Disconnect all previous connections
to the server or shared resrouce and try again.
--------------

That said, I am able to access any "non-adminl" created shares that are
created on the server. We have another server that was built to the same
exact spec at the same time and we are able to remotely access the admin
shares of this server with no problems.

For reference:
- The Firewall service is disabled on the server.
- Group Policies applied to this server are the same as all other servers
(nothing in our policy that would affect this anyway).
- DNS and WINS settings are fine (no name resoultion issues from other
computers).
- NTFS perms are the same for both servers.
- Local Administrators group settings the same the other servers ("Domain
Admins" is in the local administrators group.)

Points:
- When logged directly onto the affected server I can access
"\\servername1\c$" (can browse to itself via the admin share).
- I can also access the server's admin shares from another computer (server
or workstation) if I am logged on with a domain admin account.
- I cannot however access this share if I am logged on with a non-admin
account and input admin credentials when prompted.

It appears as though it would be an issue with the authentication to this
server but I am, of course, inputting the correct information. Appreciate
any advice support that anyone can offer for this matter. Thanks.


 
Reply With Quote
 
 
 
 
Dave Patrick
Guest
Posts: n/a

 
      03-05-2009
For a given machine you can't make multiple connections to a shared network
resource with different credentials. Try from a command prompt;
net use * /delete
Then see if you can connect to the admin shares.


--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect


"Barkley Bees" wrote:
> We are experiecing an issue accessing the administrative shares (C:$, D:$,
> ADMIN$, etc) of one particular 2003 R2 SP2 file server that was recently
> deployed. When attempting to remotely access \\servername1\c$, for
> example, I get prompted for credentials (as expected) but after correctly
> inputting them (local admin of server or domain admins) I get the below
> prompt:
>
> --------------
> "\\servername1\c$ is not accessible.You might not have permission to use
> the network resource. Contact the administrator of this server to find out
> if you have permissions.
> Multiple connections to a server or shared resource by the same user,
> using more thanone user name, are not allowed. Disconnect all previous
> connections to the server or shared resrouce and try again.
> --------------
>
> That said, I am able to access any "non-adminl" created shares that are
> created on the server. We have another server that was built to the same
> exact spec at the same time and we are able to remotely access the admin
> shares of this server with no problems.
>
> For reference:
> - The Firewall service is disabled on the server.
> - Group Policies applied to this server are the same as all other servers
> (nothing in our policy that would affect this anyway).
> - DNS and WINS settings are fine (no name resoultion issues from other
> computers).
> - NTFS perms are the same for both servers.
> - Local Administrators group settings the same the other servers ("Domain
> Admins" is in the local administrators group.)
>
> Points:
> - When logged directly onto the affected server I can access
> "\\servername1\c$" (can browse to itself via the admin share).
> - I can also access the server's admin shares from another computer
> (server or workstation) if I am logged on with a domain admin account.
> - I cannot however access this share if I am logged on with a non-admin
> account and input admin credentials when prompted.
>
> It appears as though it would be an issue with the authentication to this
> server but I am, of course, inputting the correct information. Appreciate
> any advice support that anyone can offer for this matter. Thanks.
>


 
Reply With Quote
 
Barkley Bees
Guest
Posts: n/a

 
      03-06-2009
Unfortunatley, no luck. I also restarted the sever to make sure. It only
seems to be affecting this one server, no others. Has anyone come across a
similar situation and found a fix?


"Dave Patrick" <> wrote in message
news:...
> For a given machine you can't make multiple connections to a shared
> network resource with different credentials. Try from a command prompt;
> net use * /delete
> Then see if you can connect to the admin shares.
>
>
> --
>
> Regards,
>
> Dave Patrick ....Please no email replies - reply in newsgroup.
> Microsoft Certified Professional
> Microsoft MVP [Windows]
> http://www.microsoft.com/protect
>
>
> "Barkley Bees" wrote:
>> We are experiecing an issue accessing the administrative shares (C:$,
>> D:$, ADMIN$, etc) of one particular 2003 R2 SP2 file server that was
>> recently deployed. When attempting to remotely access \\servername1\c$,
>> for example, I get prompted for credentials (as expected) but after
>> correctly inputting them (local admin of server or domain admins) I get
>> the below prompt:
>>
>> --------------
>> "\\servername1\c$ is not accessible.You might not have permission to use
>> the network resource. Contact the administrator of this server to find
>> out if you have permissions.
>> Multiple connections to a server or shared resource by the same user,
>> using more thanone user name, are not allowed. Disconnect all previous
>> connections to the server or shared resrouce and try again.
>> --------------
>>
>> That said, I am able to access any "non-adminl" created shares that are
>> created on the server. We have another server that was built to the same
>> exact spec at the same time and we are able to remotely access the admin
>> shares of this server with no problems.
>>
>> For reference:
>> - The Firewall service is disabled on the server.
>> - Group Policies applied to this server are the same as all other servers
>> (nothing in our policy that would affect this anyway).
>> - DNS and WINS settings are fine (no name resoultion issues from other
>> computers).
>> - NTFS perms are the same for both servers.
>> - Local Administrators group settings the same the other servers ("Domain
>> Admins" is in the local administrators group.)
>>
>> Points:
>> - When logged directly onto the affected server I can access
>> "\\servername1\c$" (can browse to itself via the admin share).
>> - I can also access the server's admin shares from another computer
>> (server or workstation) if I am logged on with a domain admin account.
>> - I cannot however access this share if I am logged on with a non-admin
>> account and input admin credentials when prompted.
>>
>> It appears as though it would be an issue with the authentication to this
>> server but I am, of course, inputting the correct information. Appreciate
>> any advice support that anyone can offer for this matter. Thanks.
>>

>



 
Reply With Quote
 
Dave Patrick
Guest
Posts: n/a

 
      03-06-2009
These articles may help.

http://support.microsoft.com/kb/938120
http://support.microsoft.com/kb/913485


--

Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft Certified Professional
Microsoft MVP [Windows]
http://www.microsoft.com/protect


"Barkley Bees" wrote:
> Unfortunatley, no luck. I also restarted the sever to make sure. It only
> seems to be affecting this one server, no others. Has anyone come across a
> similar situation and found a fix?


 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Unable to remotely access Admin (default) shares of one 2003 Server Barkley Bees Windows Server 3 03-06-2009 09:24 AM
Unable to remotely access Admin (default) shares of one 2003 Server Barkley Bees Server Security 3 03-06-2009 09:24 AM
Unable to Remotely Access Server Sandy Wood Windows Server 0 12-10-2008 03:54 PM
Re: Unable to access admin shares Server 2003 Laura E. Hunter [MVP] Windows Server 3 03-21-2007 01:06 AM
Unable to access server remotely John Harrison Windows Small Business Server 2 04-30-2004 12:10 AM



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59