Remote Assistance Logon Message "You do not have access to..

Dom

Distinguished
Apr 29, 2004
60
0
18,630
Archived from groups: microsoft.public.windowsxp.work_remotely (More info?)

Infrastructure:2003 AD Single domain/ clients:XPSP2 (firewall disabled)

Ref:Connecting from XP PC to XP PC using Remote Assistance.

I have an issue where if any user sends an invitation via Outlook to
the administrator for Remote Assistance and the Administrator opens the
attachment in the received message to Remotely Assist I get the
following error message displayed:

Logon Message "You do not have access to logon to this session"

If I remotely connect using RDP to the same desktop it works fine.

I have enabled Remote Assistance, been through various GPO settings and
nothing seems to fix this issue. Also, I cannot find any article on the
web that describes this issue. All the artlicles relate to Terminal
Services and TS permissions.

Has anyone come across this issue?

Any help appreicated
Dom
 

Dom

Distinguished
Apr 29, 2004
60
0
18,630
Archived from groups: microsoft.public.windowsxp.work_remotely (More info?)

I have ran some more tests and if I Remote Assistance from 2003 server
to 2003 its fine and from and XP client to 2003 server is fine. But
from XP to XP I get the logon message. So this has to be an XP setting.




beb wrote:
> Check this link
> http://searchwinsystems.techtarget.com/tip/0,289483,sid68_gci1091907,00.html
> and see if you have configured the settings correctly.
>
> <dom@bsg.co.uk> wrote in message
> news:1126187552.346323.157330@z14g2000cwz.googlegroups.com...
> > Infrastructure:2003 AD Single domain/ clients:XPSP2 (firewall disabled)
> >
> > Ref:Connecting from XP PC to XP PC using Remote Assistance.
> >
> > I have an issue where if any user sends an invitation via Outlook to
> > the administrator for Remote Assistance and the Administrator opens the
> > attachment in the received message to Remotely Assist I get the
> > following error message displayed:
> >
> > Logon Message "You do not have access to logon to this session"
> >
> > If I remotely connect using RDP to the same desktop it works fine.
> >
> > I have enabled Remote Assistance, been through various GPO settings and
> > nothing seems to fix this issue. Also, I cannot find any article on the
> > web that describes this issue. All the artlicles relate to Terminal
> > Services and TS permissions.
> >
> > Has anyone come across this issue?
> >
> > Any help appreicated
> > Dom
> >
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.work_remotely (More info?)

Check this link
http://searchwinsystems.techtarget.com/tip/0,289483,sid68_gci1091907,00.html
and see if you have configured the settings correctly.

<dom@bsg.co.uk> wrote in message
news:1126187552.346323.157330@z14g2000cwz.googlegroups.com...
> Infrastructure:2003 AD Single domain/ clients:XPSP2 (firewall disabled)
>
> Ref:Connecting from XP PC to XP PC using Remote Assistance.
>
> I have an issue where if any user sends an invitation via Outlook to
> the administrator for Remote Assistance and the Administrator opens the
> attachment in the received message to Remotely Assist I get the
> following error message displayed:
>
> Logon Message "You do not have access to logon to this session"
>
> If I remotely connect using RDP to the same desktop it works fine.
>
> I have enabled Remote Assistance, been through various GPO settings and
> nothing seems to fix this issue. Also, I cannot find any article on the
> web that describes this issue. All the artlicles relate to Terminal
> Services and TS permissions.
>
> Has anyone come across this issue?
>
> Any help appreicated
> Dom
>
 
G

Guest

Guest
Archived from groups: microsoft.public.windowsxp.work_remotely (More info?)

Check if the user account that you are using to access the remote xp
machine is a a member of the local administrator account on that machine.


<dom@bsg.co.uk> wrote in message
news:1126196679.865776.263300@g44g2000cwa.googlegroups.com...
>I have ran some more tests and if I Remote Assistance from 2003 server
> to 2003 its fine and from and XP client to 2003 server is fine. But
> from XP to XP I get the logon message. So this has to be an XP setting.
>
>
>
>
> beb wrote:
>> Check this link
>> http://searchwinsystems.techtarget.com/tip/0,289483,sid68_gci1091907,00.html
>> and see if you have configured the settings correctly.
>>
>> <dom@bsg.co.uk> wrote in message
>> news:1126187552.346323.157330@z14g2000cwz.googlegroups.com...
>> > Infrastructure:2003 AD Single domain/ clients:XPSP2 (firewall disabled)
>> >
>> > Ref:Connecting from XP PC to XP PC using Remote Assistance.
>> >
>> > I have an issue where if any user sends an invitation via Outlook to
>> > the administrator for Remote Assistance and the Administrator opens the
>> > attachment in the received message to Remotely Assist I get the
>> > following error message displayed:
>> >
>> > Logon Message "You do not have access to logon to this session"
>> >
>> > If I remotely connect using RDP to the same desktop it works fine.
>> >
>> > I have enabled Remote Assistance, been through various GPO settings and
>> > nothing seems to fix this issue. Also, I cannot find any article on the
>> > web that describes this issue. All the artlicles relate to Terminal
>> > Services and TS permissions.
>> >
>> > Has anyone come across this issue?
>> >
>> > Any help appreicated
>> > Dom
>> >
>
 

Dom

Distinguished
Apr 29, 2004
60
0
18,630
Archived from groups: microsoft.public.windowsxp.work_remotely (More info?)

I'm logging in as administrator which has local admin rights. Still
puzzled by this.
 

Dom

Distinguished
Apr 29, 2004
60
0
18,630
Archived from groups: microsoft.public.windowsxp.work_remotely (More info?)

I installed Vanilla XP onto 2 desktops and Remote Assistance works so
this has to be an issue with the XP build I'm using. Thanks.
 

Dom

Distinguished
Apr 29, 2004
60
0
18,630
Archived from groups: microsoft.public.windowsxp.work_remotely (More info?)

dom@bsg.co.uk wrote:
> I installed Vanilla XP onto 2 desktops and Remote Assistance works so
> this has to be an issue with the XP build I'm using. Thanks.

I eventually logged a call with MS. This is the fix. It also fixes the
"YOU HAVE BEEN DISCONNECTED ERROR MESSAGE"

@echo off
Echo Stopping The Remote Assistance Service...
net stop rdsessmgr
sleep 5
Echo Running Fix for Remote Assistance...
%systemroot%\system32\sessmgr.exe -service
sleep 5
Echo Starting Remote Assistance Service...
net start rdsessmgr