Microsoft Knowledge Base Email Alertz

Event ID 5102 is logged when you end a Remote Assistance session from a Systems Management Server 2003 Administrator console on a computer that has Internet Explorer 7 installed

Search KbAlertz

Advanced Search

Receive Microsoft Knowledge Base articles by E-Mail?

Every night we scan the Microsoft Knowledge Base. If technologies you're interested in are updated, we'll send you an e-mail. You only get one e-mail a day, and only when new articles are added.

Click here to create a
FREE account
Already have an account?
[Click here to Login]











Microsoft Knowledge Base Article

This article contents is Microsoft Copyrighted material.
©2005-©2007 Microsoft Corporation. All rights reserved. Terms of Use | Trademarks

Article ID: 940181 - Last Review: August 3, 2007 - Revision: 1.0

Event ID 5102 is logged when you end a Remote Assistance session from a Systems Management Server 2003 Administrator console on a computer that has Internet Explorer 7 installed

SYMPTOMS

On a computer that has Windows Internet Explorer 7 installed, you use the Start Remote Assistance feature in the Microsoft Systems Management Server (SMS) 2003 Administrator Console. Then, you start a Remote Assistance session with an SMS 2003 Client computer. When you end the Remote Assistance session, the following error message is logged in the Application event log:

Event ID 5102
Source: Remote Assistance
RA: A XML parsing error for (local user) UserName occurred when attempting to process a remote assistance ticket. For more information see Help and Support Center

This problem does not occur when the SMS 2003 Administrator console runs on a computer that has Internet Explorer 6 or an earlier version installed.

WORKAROUND

To work around this issue, you must manually edit the Smsunsolicitedrcui.htm file. By default, the Smsunsolicitedrcui.htm file is located on the computer where the SMS 2003 Administrator console is installed. The following is the path of the folder that contains the file:
%WINDIR%\PCHealth\HelpCtr\Vendors\CN=Microsoft Corporation,L=Redmond,S=Washington,C=US\Remote Assistance\Escalation\Unsolicited
To manually edit the Smsunsolicitedrcui.htm file, follow these steps:
  1. In Windows Explorer, locate the Smsunsolicitedrcui.htm file, and then right-click the file.
  2. Click Open With, and then click Notepad.
  3. In Notepad, comment out the second reference to the following text, or remove the second reference to the following text:
    window.navigate("smsunsolicitedrcui.htm")
    In the following example, the second reference to window.navigate("smsunsolicitedrcui.htm") has been commented out:
    if( true == g_fAutomate )
    {
    oSAFClassFactory.close();
    }
    else
    {
    window.navigate("smsunsolicitedrcui.htm");
    }
    //window.navigate("smsunsolicitedrcui.htm"); 
    }
    catch(error)
    {
    FatalError( L_ERRMSG6_Text, error );
    }
    ;
    return;
    }
    Note You can comment out text by adding double slash marks (//) at the beginning of the text.

REFERENCES

555385  (http://kbalertz.com/Feedback.aspx?kbNumber=555385/ ) You cannot offer Remote Assistance to a computer running Windows XP

APPLIES TO
  • Microsoft Systems Management Server 2003
Keywords: 
kbexpertiseinter kbtshoot kbprb KB940181
       

Community Feedback System

Very often, it takes hours to solve a problem. Very often, you've looked high and low, and have tried a lot of solutions. When you finally found it, chances are, it was because someone else helped you. Here's your chance to give back. Use our community feedback tool to let others know what worked for you and what didn't.

Please also understand that the community feedback system is not warranted to be correct, it's simply a system that we've built to let people try and help each other. If something in a feedback response doesn't make sense to you, or you're not comfortable making changes that the feedback talks about (like registry edits), please consult a professional.

Thank you for using kbAlertz.com Feedback System.

-- Scott Cate