Networking Forums  

Go Back   Networking Forums > Networking Newsgroups > Windows Server Networking

"the user has not been granted the requested logon type at this computer" on windows xp pro

Reply
 
Thread Tools Display Modes
  #1  
Old 11-30-2004, 04:27 PM
Default "the user has not been granted the requested logon type at this computer" on windows xp pro



I'm running Windows XP Pro SP2 on a LAN and when I try to connect to a
Windows XP Pro SP1 on the same LAN I get an error message that reads smth
like this: "The user has not been granted the requested logon type at this
computer". Trying to connect vice versa results in the same message being
displaed on the other PC. What's the problem here?




BigMan
Reply With Quote
  #2  
Old 11-30-2004, 05:04 PM
Michael Giorgio - MS MVP
Guest
 
Posts: n/a
Default Re: "the user has not been granted the requested logon type at this computer" on windows xp pro

Check the"access this computer from the network" permissions.

"BigMan" <(E-Mail Removed)> wrote in message news:
> I'm running Windows XP Pro SP2 on a LAN and when I try to connect to a
> Windows XP Pro SP1 on the same LAN I get an error message that reads

smth
> like this: "The user has not been granted the requested logon type at

this
> computer". Trying to connect vice versa results in the same message

being
> displaed on the other PC. What's the problem here?
>
>



Reply With Quote
  #3  
Old 11-30-2004, 06:02 PM
BigMan
Guest
 
Posts: n/a
Default Re: "the user has not been granted the requested logon type at this computer" on windows xp pro

many groups have this permission, including everyone and Guest

"Michael Giorgio - MS MVP" <(E-Mail Removed)> wrote in
message news:(E-Mail Removed)...
> Check the"access this computer from the network" permissions.
>
> "BigMan" <(E-Mail Removed)> wrote in message news:
>> I'm running Windows XP Pro SP2 on a LAN and when I try to connect to a
>> Windows XP Pro SP1 on the same LAN I get an error message that reads

> smth
>> like this: "The user has not been granted the requested logon type at

> this
>> computer". Trying to connect vice versa results in the same message

> being
>> displaed on the other PC. What's the problem here?
>>
>>

>
>



Reply With Quote
  #4  
Old 12-01-2004, 12:04 AM
Mark-Allen Perry
Guest
 
Posts: n/a
Default Re: "the user has not been granted the requested logon type at this computer" on windows xp pro

Are you logging in locally to the machine or into a domain? And I didn't understand the 'vice versa' part. Are you trying to logon on to both machines and getting the same error message?

Can you logon with another account? On both?

--

Always try the MS KB first before posting.
MS KB: http://support.microsoft.com/default...;EN-US;KBHOWTO
And the answer could have already been posted, so try searching this and other newsgroups first.
----
Mark-Allen Perry
ALPHA Systems
Marly, Switzerland
mark-allen_AT_mvps_DOT_org

"BigMan" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
many groups have this permission, including everyone and Guest

"Michael Giorgio - MS MVP" <(E-Mail Removed)> wrote in
message news:(E-Mail Removed)...
> Check the"access this computer from the network" permissions.
>
> "BigMan" <(E-Mail Removed)> wrote in message news:
>> I'm running Windows XP Pro SP2 on a LAN and when I try to connect to a
>> Windows XP Pro SP1 on the same LAN I get an error message that reads

> smth
>> like this: "The user has not been granted the requested logon type at

> this
>> computer". Trying to connect vice versa results in the same message

> being
>> displaed on the other PC. What's the problem here?
>>
>>

>
>



Reply With Quote
  #5  
Old 12-01-2004, 08:15 AM
BigMan
Guest
 
Posts: n/a
Default Re: "the user has not been granted the requested logon type at this computer" on windows xp pro

Let's say the pc's are named PC1 and PC2. PC1 runs Windows XP Pro SP1 and
PC2 runs Windows XP Pro SP2. Both PC's are in a workgroup on a LAN, i.e.
there is no domain. So I try to browse PC1 from PC2 or PC2 from PC1 (the
"vice versa" part) I get that error message. I use the Administrator account
with the same password on both machines. The Guest account is enabled on
both machines as well.
This is the scenario and I only want these machines to be able to browse
each other.


Reply With Quote
  #6  
Old 12-01-2004, 11:14 AM
Mark-Allen Perry
Guest
 
Posts: n/a
Default Re: "the user has not been granted the requested logon type at this computer" on windows xp pro

Ok, go to the KB (see below) and use "user not granted logon type" as search terms. There are a lot of possibilities.

And you can do a couple of checks. On PC1, go to a Command Prompt. Type:

NET USE * \\PC2\C$ /USER:PC2\{a different user name on PC2 than the one you logged in on}

It should ask for a password, since the name you're logged in on doesn't match the name you asked to connect as.

Enter password. Does it work? What is the error message?

--

Always try the MS KB first before posting.
MS KB: http://support.microsoft.com/default...;EN-US;KBHOWTO
And the answer could have already been posted, so try searching this and other newsgroups first.
----
Mark-Allen Perry
ALPHA Systems
Marly, Switzerland
mark-allen_AT_mvps_DOT_org

"BigMan" <(E-Mail Removed)> wrote in message news:uu$(E-Mail Removed)...
Let's say the pc's are named PC1 and PC2. PC1 runs Windows XP Pro SP1 and
PC2 runs Windows XP Pro SP2. Both PC's are in a workgroup on a LAN, i.e.
there is no domain. So I try to browse PC1 from PC2 or PC2 from PC1 (the
"vice versa" part) I get that error message. I use the Administrator account
with the same password on both machines. The Guest account is enabled on
both machines as well.
This is the scenario and I only want these machines to be able to browse
each other.


Reply With Quote
  #7  
Old 12-02-2004, 12:58 PM
BigMan
Guest
 
Posts: n/a
Default Re: "the user has not been granted the requested logon type at this computer" on windows xp pro

Yes, I manage to log on to the other machine when I specify user/pass but I
only want to be able to browse that machine without specifying user/pass
(probably as a Guest, but the Guest accounts are enabled on both machines).
I could not find any resolution to this problem in the KB
Any other ideas?


Reply With Quote
  #8  
Old 12-02-2004, 01:17 PM
Mark-Allen Perry
Guest
 
Posts: n/a
Default Re: "the user has not been granted the requested logon type at this computer" on windows xp pro

I do not believe Guest has the necessary privileges required to "browse". And certainly NOT the '$' shares. This would be a bad security model.

As for even basic browsing, I believe that having to establish a known user account connection is the only way to go. I don't know of any other method.

But I'll keep thinking about it.

Hope this helps.

--

Always try the MS KB first before posting.
MS KB: http://support.microsoft.com/default...;EN-US;KBHOWTO
And the answer could have already been posted, so try searching this and other newsgroups first.
----
Mark-Allen Perry
ALPHA Systems
Marly, Switzerland
mark-allen_AT_mvps_DOT_org

"BigMan" <(E-Mail Removed)> wrote in message news:e8$(E-Mail Removed)...
Yes, I manage to log on to the other machine when I specify user/pass but I
only want to be able to browse that machine without specifying user/pass
(probably as a Guest, but the Guest accounts are enabled on both machines).
I could not find any resolution to this problem in the KB
Any other ideas?


Reply With Quote
Reply

Tags
pro, windows

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
Forum Jump


All times are GMT. The time now is 06:16 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.