Networking Forums

Networking Forums > Computer Networking > Windows Networking > Folders in Win2003 computer not accessible by peers

Reply
Thread Tools Display Modes

Folders in Win2003 computer not accessible by peers

 
 
Chris Lawrence
Guest
Posts: n/a

 
      12-30-2003, 05:09 PM
We have a new network of about ten PCs in a workgroup
(not domain) configuration. When I set a folder on the
Win2003 system to be shared, other computers in the
network can see the folder but cannot open any file in it
(get error that the file is not accessible). But the
folder's access rights for "Everyone" are set to full
control. The other computers on the network use Windows
XP Pro.

I am new at this so perhaps there is something basic that
I'm doing wrong. Please help.

 
Reply With Quote
 
 
 
 
Dave Patrick
Guest
Posts: n/a

 
      12-30-2003, 05:27 PM
You'll want to create an account (in Local Users and Groups) on the Windows
2003 machine(s) with the username and password that you use to logon to the
XP machine(s) with. Then you'll need to share out the resource(s) with
permissions for those users. Also make sure they're all part of the same
workgroup. Then you'll no longer be prompted for the IPC$ password
Inter-process communication)

In a peer level workgroup, when you try to access resources on a Windows
NT/2000/XP/2003 machine, Windows NT/2000/XP/2003 needs to authenticate the
user. If the user account doesn't exist in it's local account database, then
access will be denied.


Computer Management|System Tools|Local Users and Groups|Users

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft MVP [Windows NT/2000 Operating Systems]
http://www.microsoft.com/protect.

"Chris Lawrence" wrote:
| We have a new network of about ten PCs in a workgroup
| (not domain) configuration. When I set a folder on the
| Win2003 system to be shared, other computers in the
| network can see the folder but cannot open any file in it
| (get error that the file is not accessible). But the
| folder's access rights for "Everyone" are set to full
| control. The other computers on the network use Windows
| XP Pro.
|
| I am new at this so perhaps there is something basic that
| I'm doing wrong. Please help.
|


 
Reply With Quote
 
Chris Lawrence
Guest
Posts: n/a

 
      12-30-2003, 11:24 PM
David,
Thanks for your helpful reply. Will this solution also
work for Win98 computers that want to access the shared
folder on the Win2003 system?

Chris

>-----Original Message-----
>You'll want to create an account (in Local Users and

Groups) on the Windows
>2003 machine(s) with the username and password that you

use to logon to the
>XP machine(s) with. Then you'll need to share out the

resource(s) with
>permissions for those users. Also make sure they're all

part of the same
>workgroup. Then you'll no longer be prompted for the

IPC$ password
>Inter-process communication)
>
>In a peer level workgroup, when you try to access

resources on a Windows
>NT/2000/XP/2003 machine, Windows NT/2000/XP/2003 needs

to authenticate the
>user. If the user account doesn't exist in it's local

account database, then
>access will be denied.
>
>
>Computer Management|System Tools|Local Users and

Groups|Users
>
>--
>Regards,
>
>Dave Patrick ....Please no email replies - reply in

newsgroup.
>Microsoft MVP [Windows NT/2000 Operating Systems]
>http://www.microsoft.com/protect.
>
>"Chris Lawrence" wrote:
>| We have a new network of about ten PCs in a workgroup
>| (not domain) configuration. When I set a folder on the
>| Win2003 system to be shared, other computers in the
>| network can see the folder but cannot open any file in

it
>| (get error that the file is not accessible). But the
>| folder's access rights for "Everyone" are set to full
>| control. The other computers on the network use

Windows
>| XP Pro.
>|
>| I am new at this so perhaps there is something basic

that
>| I'm doing wrong. Please help.
>|
>
>
>.
>

 
Reply With Quote
 
Dave Patrick
Guest
Posts: n/a

 
      12-30-2003, 11:31 PM
Yes, exactly.

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft MVP [Windows NT/2000 Operating Systems]
http://www.microsoft.com/protect.

"Chris Lawrence" wrote:
| David,
| Thanks for your helpful reply. Will this solution also
| work for Win98 computers that want to access the shared
| folder on the Win2003 system?
|
| Chris


 
Reply With Quote
 
Chris Lawrence
Guest
Posts: n/a

 
      01-06-2004, 01:46 AM
Dave,
I can't get it to work. I must be doing something
wrong. After I add the user ("Chris") and include that
user in the permissions for the shared folder, the same
problem occurs--when I try to open the folder from the XP
machine (named "Giant") using Windows explorer it says
I'm not authorized to access the folder. Perhaps
relevant is that the name listed in permissions for the
folder is "server\Chris". It did not allow me to choose
a user name from Giant. I think it should
list "Giant\Chris" not "server\Chris". Right?

Chris

>-----Original Message-----
>You'll want to create an account (in Local Users and

Groups) on the Windows
>2003 machine(s) with the username and password that you

use to logon to the
>XP machine(s) with. Then you'll need to share out the

resource(s) with
>permissions for those users. Also make sure they're all

part of the same
>workgroup. Then you'll no longer be prompted for the

IPC$ password
>Inter-process communication)
>
>In a peer level workgroup, when you try to access

resources on a Windows
>NT/2000/XP/2003 machine, Windows NT/2000/XP/2003 needs

to authenticate the
>user. If the user account doesn't exist in it's local

account database, then
>access will be denied.
>
>
>Computer Management|System Tools|Local Users and

Groups|Users
>
>--
>Regards,
>
>Dave Patrick ....Please no email replies - reply in

newsgroup.
>Microsoft MVP [Windows NT/2000 Operating Systems]
>http://www.microsoft.com/protect.
>
>"Chris Lawrence" wrote:
>| We have a new network of about ten PCs in a workgroup
>| (not domain) configuration. When I set a folder on the
>| Win2003 system to be shared, other computers in the
>| network can see the folder but cannot open any file in

it
>| (get error that the file is not accessible). But the
>| folder's access rights for "Everyone" are set to full
>| control. The other computers on the network use

Windows
>| XP Pro.
>|
>| I am new at this so perhaps there is something basic

that
>| I'm doing wrong. Please help.
>|
>
>
>.
>

 
Reply With Quote
 
Dave Patrick
Guest
Posts: n/a

 
      01-06-2004, 03:35 AM
Since it is a workgroup the account on the server would be in the form of
computername\username You'll want to check that you can logon to the server
with the new account. Make sure the network functions by ping thyself, ping
the other pc, etc. Making sure the pc's all use the same protocol and that
any unused protocols are removed. Also making sure they're all part of the
same workgroup. Try mapping the drive as IpAddress\sharename and also
IpAddress\C$ to map to the administrative share.

--
Regards,

Dave Patrick ....Please no email replies - reply in newsgroup.
Microsoft MVP [Windows NT/2000 Operating Systems]
http://www.microsoft.com/protect.

"Chris Lawrence" wrote:
| Dave,
| I can't get it to work. I must be doing something
| wrong. After I add the user ("Chris") and include that
| user in the permissions for the shared folder, the same
| problem occurs--when I try to open the folder from the XP
| machine (named "Giant") using Windows explorer it says
| I'm not authorized to access the folder. Perhaps
| relevant is that the name listed in permissions for the
| folder is "server\Chris". It did not allow me to choose
| a user name from Giant. I think it should
| list "Giant\Chris" not "server\Chris". Right?
|
| Chris


 
Reply With Quote
 
=?Utf-8?B?RHJ1bW1lcmR1ZGU=?=
Guest
Posts: n/a

 
      02-15-2004, 09:36 PM
I also have a sim,ilar problem...how do i add the group...or something...in response to David's post?
 
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
Sysvol and other shared folders not accessible on DC Yakub Windows Networking 1 07-02-2009 03:11 PM
workgroup computer not accessible cmora Wireless Networks 1 07-18-2005 01:46 AM
Computer is not accessible. You might not have permission... Jonathan Eales Home Networking 15 05-10-2005 01:18 AM
Computer #1 not accessible from network but icon is there Ed Hoffmann Windows Networking 3 09-30-2004 05:22 AM
<computer> is not accessible Kevin Windows Networking 6 01-27-2004 07:36 PM



1 2 3 4 5 6 7 8 9 10 11