Access denied to laptop from main PC?

K

Kenny

Main PC using XP Pro/SP2, laptop using XP Media Centre.
Connected via 3Com wireless modem/router.
System was working OK but because of unfixable problems had to re-install XP
on main PC.
Now I can "see" main pc from laptop and move files one way.
I can't however "see" laptop from main PC, get message:

MS Home
\\Laptop is not accessible. You might not have permission to use this
network resource. Contact the admin to find out...etc.
Access denied.

I have full admin rights on both PC's.
Have checked that the C drive on laptop is set to "share this folder on the
network", also "allow network users to change files".
Any suggestions appreciated.
 
P

Pegasus \(MVP\)

You need to supply some diagnostics.

Do this on the laptop:
- Click Start / Run / cmd > OK
- Type these commands:
set > c:\%ComputerName%.txt {Enter}
notepat c:\%Computername%.txt {Enter}
- Paste the text into your reply.

Do this on your laptop:
- Click Start / Run / cmd > OK
- Type these commands:
cd /d "%UserProfile%" {Enter}
set > c:\%ComputerName%.txt {Enter}
net user >> c:\%ComputerName%.txt {Enter}
cacls desktop >> c:\%ComputerName%.txt {Enter}
notepat c:\%Computername%.txt {Enter}
- Paste the text into your reply.
 
K

Kenny

Assuming Notepad, not notepat, and that the first one is main PC, this is
what I get:

Main PC

ALLUSERSPROFILE=C:\Documents and Settings\All Users
APPDATA=C:\Documents and Settings\Kenny Cargill\Application Data
CLASSPATH=C:\Program Files\Java\jre1.5.0_06\lib\ext\QTJava.zip
CLIENTNAME=Console
CommonProgramFiles=C:\Program Files\Common Files
COMPUTERNAME=KENNY-5024B014F
ComSpec=C:\WINDOWS\system32\cmd.exe
FP_NO_HOST_CHECK=NO
HOMEDRIVE=C:
HOMEPATH=\Documents and Settings\Kenny Cargill
LOGONSERVER=\\KENNY-5024B014F
NUMBER_OF_PROCESSORS=1
OS=Windows_NT
Path=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program
Files\Common Files\Ulead Systems\MPEG;C:\Program Files\QuickTime\QTSystem\
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
PROCESSOR_ARCHITECTURE=x86
PROCESSOR_IDENTIFIER=x86 Family 15 Model 47 Stepping 0, AuthenticAMD
PROCESSOR_LEVEL=15
PROCESSOR_REVISION=2f00
ProgramFiles=C:\Program Files
PROMPT=$P$G
QTJAVA=C:\Program Files\Java\jre1.5.0_06\lib\ext\QTJava.zip
SESSIONNAME=Console
SystemDrive=C:
SystemRoot=C:\WINDOWS
TEMP=C:\DOCUME~1\KENNYC~1\LOCALS~1\Temp
TMP=C:\DOCUME~1\KENNYC~1\LOCALS~1\Temp
tvdumpflags=8
USERDOMAIN=KENNY-5024B014F
USERNAME=Kenny Cargill
USERPROFILE=C:\Documents and Settings\Kenny Cargill
windir=C:\WINDOWS

and on laptop:

ALLUSERSPROFILE=C:\Documents and Settings\All Users
APPDATA=C:\Documents and Settings\Kenny Cargill\Application Data
CLIENTNAME=Console
CommonProgramFiles=C:\Program Files\Common Files
COMPUTERNAME=LAPTOP
ComSpec=C:\WINDOWS\system32\cmd.exe
FP_NO_HOST_CHECK=NO
HOMEDRIVE=C:
HOMEPATH=\Documents and Settings\Kenny Cargill
LOGONSERVER=\\LAPTOP
NUMBER_OF_PROCESSORS=1
OS=Windows_NT
Path=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program
Files\ATI Technologies\ATI Control Panel
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
PROCESSOR_ARCHITECTURE=x86
PROCESSOR_IDENTIFIER=x86 Family 15 Model 44 Stepping 2, AuthenticAMD
PROCESSOR_LEVEL=15
PROCESSOR_REVISION=2c02
ProgramFiles=C:\Program Files
PROMPT=$P$G
SESSIONNAME=Console
SystemDrive=C:
SystemRoot=C:\WINDOWS
TEMP=C:\DOCUME~1\KENNYC~1\LOCALS~1\Temp
TMP=C:\DOCUME~1\KENNYC~1\LOCALS~1\Temp
tvdumpflags=8
USERDOMAIN=LAPTOP
USERNAME=Kenny Cargill
USERPROFILE=C:\Documents and Settings\Kenny Cargill
windir=C:\WINDOWS

User accounts for \\LAPTOP

-------------------------------------------------------------------------------
Administrator ASPNET Guest
HelpAssistant Kenny Cargill SUPPORT_388945a0
The command completed successfully.

C:\Documents and Settings\Kenny Cargill\Desktop LAPTOP\Kenny Cargill:F
LAPTOP\Kenny
Cargill:(OI)(CI)(IO)F
NT AUTHORITY\SYSTEM:F
NT
AUTHORITY\SYSTEM:(OI)(CI)(IO)F
BUILTIN\Administrators:F
BUILTIN\Administrators:(OI)(CI)(IO)F

Doesn't mean a lot to me! Maybe connected is the fact that when it was
working OK I was able to print from laptop when main PC was on, now I can't.
Printer hard wired to main PC but when I get this sorted will be trying to
add a print server.


--
Kenny Cargill
Pegasus (MVP) said:
You need to supply some diagnostics.

Do this on the laptop:
- Click Start / Run / cmd > OK
- Type these commands:
set > c:\%ComputerName%.txt {Enter}
notepat c:\%Computername%.txt {Enter}
- Paste the text into your reply.

Do this on your laptop:
- Click Start / Run / cmd > OK
- Type these commands:
cd /d "%UserProfile%" {Enter}
set > c:\%ComputerName%.txt {Enter}
net user >> c:\%ComputerName%.txt {Enter}
cacls desktop >> c:\%ComputerName%.txt {Enter}
notepat c:\%Computername%.txt {Enter}
- Paste the text into your reply.
 
P

Pegasus \(MVP\)

Sorry about the typographica error - glad you worked it out
for yourself.

The information you posted tells me a whole lot, e.g.
- which account you used to log on at each machine;
- that it is the same account in each case;
- your computer names;
- the account names defined on your laptop;

Unfortunately it does not give me the answer to your problem.
Some more diagnostics! Please do this from a Command Prompt
on your laptop while logged on as "Kenny Cargill":
net user "Kenny Cargill" December {Enter}
net share test="%UserProfile%\Desktop {Enter}
echo %ComputerName% > c:\test.txt
net share >> c:\test.txt
net use Q: \\%ComputerName%\test >> c:\test.txt
net use >> c:\test.txt
notepad c:\test.txt

And on your desktop I would like you to run these commands
from a Command Prompt while logged on as "Kenny Cargill":
net user "Kenny Cargill" December {Enter}
echo %ComputerName% > c:\test.txt
net use Q: \\Laptop\test >> c:\test.txt
net use >> c:\test.txt
notepad c:\test.txt

Please note that your password is now set to "December"
on each machine!

Post the contents of both files.

Kenny said:
Assuming Notepad, not notepat, and that the first one is main PC, this is
what I get:

Main PC

ALLUSERSPROFILE=C:\Documents and Settings\All Users
APPDATA=C:\Documents and Settings\Kenny Cargill\Application Data
CLASSPATH=C:\Program Files\Java\jre1.5.0_06\lib\ext\QTJava.zip
CLIENTNAME=Console
CommonProgramFiles=C:\Program Files\Common Files
COMPUTERNAME=KENNY-5024B014F
ComSpec=C:\WINDOWS\system32\cmd.exe
FP_NO_HOST_CHECK=NO
HOMEDRIVE=C:
HOMEPATH=\Documents and Settings\Kenny Cargill
LOGONSERVER=\\KENNY-5024B014F
NUMBER_OF_PROCESSORS=1
OS=Windows_NT
Path=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program
Files\Common Files\Ulead Systems\MPEG;C:\Program Files\QuickTime\QTSystem\
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
PROCESSOR_ARCHITECTURE=x86
PROCESSOR_IDENTIFIER=x86 Family 15 Model 47 Stepping 0, AuthenticAMD
PROCESSOR_LEVEL=15
PROCESSOR_REVISION=2f00
ProgramFiles=C:\Program Files
PROMPT=$P$G
QTJAVA=C:\Program Files\Java\jre1.5.0_06\lib\ext\QTJava.zip
SESSIONNAME=Console
SystemDrive=C:
SystemRoot=C:\WINDOWS
TEMP=C:\DOCUME~1\KENNYC~1\LOCALS~1\Temp
TMP=C:\DOCUME~1\KENNYC~1\LOCALS~1\Temp
tvdumpflags=8
USERDOMAIN=KENNY-5024B014F
USERNAME=Kenny Cargill
USERPROFILE=C:\Documents and Settings\Kenny Cargill
windir=C:\WINDOWS

and on laptop:

ALLUSERSPROFILE=C:\Documents and Settings\All Users
APPDATA=C:\Documents and Settings\Kenny Cargill\Application Data
CLIENTNAME=Console
CommonProgramFiles=C:\Program Files\Common Files
COMPUTERNAME=LAPTOP
ComSpec=C:\WINDOWS\system32\cmd.exe
FP_NO_HOST_CHECK=NO
HOMEDRIVE=C:
HOMEPATH=\Documents and Settings\Kenny Cargill
LOGONSERVER=\\LAPTOP
NUMBER_OF_PROCESSORS=1
OS=Windows_NT
Path=C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program
Files\ATI Technologies\ATI Control Panel
PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
PROCESSOR_ARCHITECTURE=x86
PROCESSOR_IDENTIFIER=x86 Family 15 Model 44 Stepping 2, AuthenticAMD
PROCESSOR_LEVEL=15
PROCESSOR_REVISION=2c02
ProgramFiles=C:\Program Files
PROMPT=$P$G
SESSIONNAME=Console
SystemDrive=C:
SystemRoot=C:\WINDOWS
TEMP=C:\DOCUME~1\KENNYC~1\LOCALS~1\Temp
TMP=C:\DOCUME~1\KENNYC~1\LOCALS~1\Temp
tvdumpflags=8
USERDOMAIN=LAPTOP
USERNAME=Kenny Cargill
USERPROFILE=C:\Documents and Settings\Kenny Cargill
windir=C:\WINDOWS

User accounts for \\LAPTOP

-------------------------------------------------------------------------- -----
Administrator ASPNET Guest
HelpAssistant Kenny Cargill SUPPORT_388945a0
The command completed successfully.

C:\Documents and Settings\Kenny Cargill\Desktop LAPTOP\Kenny Cargill:F
LAPTOP\Kenny
Cargill:(OI)(CI)(IO)F
NT AUTHORITY\SYSTEM:F
NT
AUTHORITY\SYSTEM:(OI)(CI)(IO)F
BUILTIN\Administrators:F
BUILTIN\Administrators:(OI)(CI)(IO)F

Doesn't mean a lot to me! Maybe connected is the fact that when it was
working OK I was able to print from laptop when main PC was on, now I can't.
Printer hard wired to main PC but when I get this sorted will be trying to
add a print server.
 
K

Kenny

LAPTOP

Share name Resource Remark

-------------------------------------------------------------------------------
IPC$ Remote IPC
ADMIN$ C:\WINDOWS Remote Admin
C$ C:\ Default share
C C:\
Downloads C:\Documents and Settings\Kenny Cargill\My Documents\Downloads

My Documents C:\Documents and Settings\Kenny Cargill\My Documents

New Folder C:\Documents and Settings\Kenny Cargill\My
Documents\Downloads\New Folder

SharedDocs C:\DOCUMENTS AND SETTINGS\ALL USERS\DOCUMENTS

test C:\Documents and Settings\Kenny Cargill\Desktop

The command completed successfully.

The command completed successfully.

New connections will be remembered.


Status Local Remote Network

-------------------------------------------------------------------------------
OK Q: \\LAPTOP\test Microsoft Windows Network
The command completed successfully.

Desktop
KENNY-5024B014F
The command completed successfully.

New connections will be remembered.


Status Local Remote Network

-------------------------------------------------------------------------------
OK Q: \\Laptop\test Microsoft Windows Network
OK \\Laptop\IPC$ Microsoft Windows Network
The command completed successfully.

Hope you can make sense of this!
 
P

Pegasus \(MVP\)

When you ran the command

net use Q: \\Laptop\test

on your desktop PC you mapped drive Q: to the "test"
share on the laptop. Using Explorer, My Computer or a
Command Prompt on the desktop PC, can you acccess
files and folders on drive Q:? Is your original problem solved?
 
P

Pegasus \(MVP\)

I'm running out of things to test. Here are a few options
for you to choose from:
- Live with the problem.
- See if some other respondent comes up with any bright ideas.
- Reload Windows on the laptop.
- Give me access to your two PCs so that I can see with my
own eyes what's going on.
If you intend to consider the last option, send a note to
pegasus_fnlATyahooDOTcom. I will monitor this mail box
for 48 hours from now.
 
B

Bruce Chambers

Kenny said:
Main PC using XP Pro/SP2, laptop using XP Media Centre.
Connected via 3Com wireless modem/router.
System was working OK but because of unfixable problems had to re-install XP
on main PC.
Now I can "see" main pc from laptop and move files one way.
I can't however "see" laptop from main PC, get message:

MS Home
\\Laptop is not accessible. You might not have permission to use this
network resource. Contact the admin to find out...etc.
Access denied.

I have full admin rights on both PC's.
Have checked that the C drive on laptop is set to "share this folder on the
network", also "allow network users to change files".
Any suggestions appreciated.


On each WinXP PC, create local user account(s), with non-blank
password(s), that have the desired access privileges to the desired
shares. To rephrase, identical (as in username/password) accounts must
exist on each machine. Log on to the other PCs using those account(s),
and you will be able to access the designated shares, provided your
network is configured properly. Also, make sure that WinXP's built-in
firewall is either disabled on the internal LAN connection, or set to
allow exceptions for File and Print Sharing.

Usually, WinXP's Networking Wizard makes it simple and painless --
almost entirely automatic, in fact. There's a lot of useful,
easy-to-follow information in WinXP's Help & Support files, and here:

Home Networking
http://www.microsoft.com/windowsxp/home/using/howto/homenet/default.asp

Networking Information
http://www.onecomputerguy.com/networking.htm

PracticallyNetworked Home
http://www.practicallynetworked.com/index.htm

Steve Winograd's Networking FAQ
http://www.bcmaven.com/networking/faq.htm


--

Bruce Chambers

Help us help you:



They that can give up essential liberty to obtain a little temporary
safety deserve neither liberty nor safety. -Benjamin Franklin

Many people would rather die than think; in fact, most do. -Bertrand Russell
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top