RDP session fails with TermDD event id 56

I have a Wyse R10L thin client and I have configured the thin client with Static IP address,
I have a Windows Server 2008 R2 host system configured with FTE (Fault Tolerance Ethernet) network,  and I have transition network Redundant link protector
SBFTF1010-130,
The SBFTF1010-130 is connected in-between the CISCO switch and thin client. The network connections are made like the FTE primary to Port#2 and secondary to Port#3 of RLP (redundant Link Protector).
Connected a normal CAT5 cable to Port#1 of RLP to thin client and established the RDP session of 2008 R2, and started working on the RDP session and removed a Port#2 cable and checked the LED status on the RLP. It switched to Primary to Backup network but
the RDP session got terminated which is not expected result.
When I check event log, it created an entry with event log “Event ID=56 The terminal server security layer detected an error in the protocol stream and has disconnected the client.”
Can you please help?
Regards
B.Akbar
B.Akbar

Thanks Jeremy for looking this issue.
Before posting this issue i have tried the link suggested by you and many people and it is not actually fixing my issue.
The details in event log says,
Log Name : System
Source: TermDD
Event ID:56
Level: Error
Binary data:
In Words
0000: 00040000 002C0002 00000000 C00A0038 
0008: 00000000 C00A0038 00000000 00000000 
0010: 00000000 00000000 D00000B5  
In Bytes
0000: 00 00 04 00 02 00 2C 00   ......,.
0008: 00 00 00 00 38 00 0A C0   ....8..À
0010: 00 00 00 00 38 00 0A C0   ....8..À
0018: 00 00 00 00 00 00 00 00   ........
0020: 00 00 00 00 00 00 00 00   ........
0028: B5 00 00 D0               µ..Ð
I have tried updating so many Group Policy and Local Security changes but nothing helps to resolve the issue. Even i could reproduce this issue without the thin client and RLP hardware.
To reproduce the issue we need two systems configured with FTE on same network and RDP one system from other system. Once login to the RDP host system open a Ping window and ping anyone of the IP address continuously, pullout the Primary link of the network
cable from the system which you are using for RDP and check the ping continuous or not.The ping stops when you pullout the primary link of the network cable.
So i think this is not a specific product issue rather it is a common bug in Microsoft OS.
Please help me to address this issue as we are using wide range of thin client with RLP in our virtualization projects.
Regards,
B.Akbar
B.Akbar

Similar Messages

  • Add-on 9000005 failed with exception; Event Type: 1

    Hi Experts,
    I am woking on a project which uses DI API and creates AP Invoice by reading an excel file.
    I used all the invoice in one sap transaction.
    I read excel line by line and create one AP Invoice per line. It works when excel is having less then 500 records. But if there are more then 500 records or more then 600 records, it give following error to me
    Add-on 9000005 failed with exception; Event Type: 1
    Can anyone help me in it?
    Thanks!!
    Ritu

    Hi,
    I'm sure there is a limit to the number of rows you can add to an Invoice but I think it's probably limited on memory rather than a fixed limit on the number of rows.  This might be an out of memory error that's causing the exception.  Have you tried putting a try/catch around your code to see what the exact details are of the exception?  Also, if you are filling in any text fields on the invoice (remarks), they are limited to 30K.
    David

  • Add-on 9000035 failed with exception; Event Type: 32

    In loadscreen function i have  load the XML form but it shows the error like
    "Add-on 9000035 failed with exception; Event Type: 32"
    But  i will connect to some other db means its working .
    Share your ideas for what is the problem to load the screen in particular DB
    Thanks,
    Helen. S

    Hi,
    You may check this: Add-on 9000002 failed with exception; Event Type: 32
    Thanks,
    Gordon

  • Addon 9000000X failed with exception; Event type X

    Hi SDK experts,
    We had a problem with occurrence intermittent, something that we identified with relation on wait of response of event.
    The problem is:
    My addon need to submit XML files to some webservices. In some cases this files will be send on batches, what causes the response time to events on addon is to much large.
    In this cases, when the response time is much large, the B1 overthrow the addon.
    In compiled mode the message is not shown. This evidence was achieved on debug time.
    The error message is "Addon 90000002 failed with exception; Event type 6"
    The paleative solution was implement a thread to release the event. But threads on addons can be a problem.
    What the opinions?
    We need a solutions. Our addon is a market product for process accounting and fiscal.
    regards.
    Daniel Weissmann

    Hi,
    You may check this thread first:
    Addon Crashes
    Thanks,
    Gordon

  • ODI-1217 session fails with return code 904

    Hi all,
    I am anil, I new to ODI, can any one help me in it.
    I have just created a one on one mapping, and then executed it, and I am getting "ODI-1217 session fails with return code 904" this error, what to do, why it happens, can any have any idea.
    Thanks,
    Anil

    Hi,
    it just returns this error.Could you copy here all error  ?
    Regards

  • Add-On [X] failed with exception; Event Type:16

    Hi,
      I'm currently trying to create a SAP B1 Add-On using C# (Framework 3.5/VS 2008).  I've done several VB.Net Add-Ons in the past but this is the first one I try to create one in C#.
      Using the SDK code examples, I've managed to create an Add-On that correctly connects to UI and DI (I can create a sub-menu, set event filters and add some usertables and userfields).  My sub-menu opens an XML based form in SAP B1.  The first time I click on the sub-menu, my form is correctly shown.  But immediately after, I get the following error in the message bar at the bottom :
      Add-On [X] failed with exception; Event Type:16, in which [X] is a number (like 90003), incrementing each time I stop the Add-On in Visual Studio and restart it.
      After this message occurs, I cannot display another instance of the window using the sub-menu.  In fact, it seems that all Add-On activity (button click, event trapping) is disabled or ineffective.  The Add-On still is running in the process tree, but no response.  Only the "X" is working on the created form to close it.
      I've run some tests on the code and I realized that this is happening on XML based forms (using the LoadBatchActions command to load the form) and the FormCreationParams class to create a simple form.  If I put the form creation line code in comments, my Add-On still runs (I can trap events on the sub-menu click) ; I can click multiple times on the menu without a problem  But as soon as I create a form, it stops responding.
    It also seems that as soon as I click on another menu to open a system form, the same error occurs. If I comment the form creation line code, again I can click as often as I want without getting this error message
      Can anyone help me on this one ?  I can post some code depending of what you may need to check this.
      Thanks !

    Sorry, I've just found the problem ; it was caused by an unhanded exception !
    Thanks !

  • Addon 90000002 failed with exception; Event type 6

    Hi,
    Ok Here's what I do to get this error.
    We did program a menu that starts a .NET modal form which stays more then 10 minutes on screen.  When closing the form and I did debug also to see where it gives the error and the form goes well until it is completely closed the the process return to SAP which return to it's normal loop in ItemEvent then sudently this message appears in red at the bottom and the add-on is kicked out.
    If we don't handle for 10 minutes, let say 9 minutes, we don't get the error so it's like SAP doesn't like a .NET modal form to handle 10 minutes or more and I don't understand why
    I don't know where to put a try catch either since there's no place where the error occurs which is nowhere that means at the end of ItemEvent in fact and there's already a Try Catch there so why the addon is kicked is a mistery to me.
    Any idea ?

    Hi,
    You may check this thread first:
    Addon Crashes
    Thanks,
    Gordon

  • DAG - Backup failing on 1 DB only with error - The Microsoft Exchange Replication service VSS Writer instance ID failed with error code 80070020 when preparing for a backup of database 'DB012'

    Hi Board,
    i´ve search across the board, technet and symantec sites but did not found a hint about my problem.
    we drive a 2 node DAG (Location1-Ex1-mb1 
    Location2-exc1-mb1), on SP2 RU4 patchlevel with 40 Databases.
    Since some time the backup of one - and only one DB - is failing with these events, logged on the Mailboxserver on which the passive DB is hosted.
    Log Name:      Application
    Source:        MSExchangeRepl
    Date:          28.09.2012 00:37:17
    Event ID:      2112
    Task Category: Exchange VSS Writer
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      Location1-Exc1-MB1
    Description: The Microsoft Exchange Replication service VSS Writer instance 1ab7d204-609a-4aea-b0a7-70afb0db38de failed with error code 80070020 when preparing for a backup of database 'DB012'.
    Followed by
    Log Name:      Application
    Source:        MSExchangeRepl
    Date:         
    01.10.2012 03:33:06
    Event ID:      2024
    Task Category: Exchange VSS Writer
    Level:         Error
    Keywords:      Classic
    User:         
    N/A
    Computer:      Location1-Exc1-MB1
    Description:
    The Microsoft Exchange Replication service VSS Writer (Instance 42916d80-36c1-4f73-86d0-596d30226349) failed with error 80070020 when preparing for a backup.
    The backup Application - Symantec Backup Exec 2010 R3 – states, this error
    Snapshot provider error (0xE000FED1): A failure occurred querying the Writer status.
    Check the Windows Event Viewer for details.
    Writer Name: Exchange Server, Writer ID: {76FE1AC4-15F7-4BCD-987E-8E1ACB462FB7}, Last error: The VSS Writer failed, but the operation can be retried (0x800423f3), State: Stable (1).
    Symatec suggests within http://www.symantec.com/business/support/index?page=content&id=TECH184095
    to restart the MS Exchange Replication Service – BUT the mentioned eventID
    8229 isn´t present on any of the both Mailboxservers.
    The affected Database is active on Location2-Exc1-Mb1 Server and in an overall healthy state. I found during my research, that below Location2-Exc1-Mb1 Server, there are not removed shadow copies present!
    This confuses me, since all Backups are normally taken from the passive copy of a Database.
    So my questions to the board are:
    * Does anyone is facing similar issues?
    * Can someone explain why snapshots are present on the Mailboxserver hosting the Active Database, whilst the errors are logged on the passive one?
    -          * Does someone know the conditions, why shadows copies remain and
    aren´t removed in a proper manner?
    What can cause the circumstance, that only 1 DB is facing such issues?
    Any suggestion is welcome!
    BR
    Markus

    Hi Lenora,
    I´ve encreases VSS / Exchange Backup Log levels to expert, before starting
    those things i´ve all tried now:
    - Backup from passive DB (forced within Symantec Backup Exec)
    - Backup from active DB (forced within Symantec Backup Exec)
    - Backup from passive DB without GRT enabled (forced within Symantec Backup Exec)
    - Backup from active DB without GRT enabled(forced within Symantec Backup Exec)
    All those attempts failed.
    But brought some more details - the backup against the active DB states, that there is still a backup in progress and therefore this backup is cancelled by VSS.
    The Solution was, that i´ve needed to restart the Exchange Replication Service on the Mailbox Server hosting the passive DB.
    Backups are working again on all DBs!
    THX for your replys.
    Best regards
    Markus

  • Add-on 9000034 failed with exception; in blocking expire date batch in GR

    Hi all ,
    I try to set mandotory in expire date field in batch setup of good receipt. My code is like this
    If (pVal.FormTypeEx = "41") Then
                oForm = SBO_Application.Forms.Item(FormUID)
                If (pVal.Before_Action = True) Then
                                Else
                    If pVal.ItemUID = "3" Then
                        mat = oForm.Items.Item("3").Specific
                        currow = pVal.Row
                        currCol = pVal.ColUID
                        If (pVal.ColUID = "10" And pVal.EventType = SAPbouiCOM.BoEventTypes.et_KEY_DOWN And pVal.CharPressed = 9) Or (pVal.ItemUID = "1" And pVal.EventType = SAPbouiCOM.BoEventTypes.et_ITEM_PRESSED) Then
                            Try
                                Dim expdate As SAPbouiCOM.EditText
                                expdate = mat.Columns.Item(10).Cells.Item(currow).Specific
                                tgl = expdate.Value
                                Try
                                    If expdate = "" Then
                                        SBO_Application.MessageBox("Expired Date empty is not allowed")
                                    End If
                                    Exit Sub
                                Catch ex As Exception
                                    Debug.Print(ex.Message)
                                    Debug.Print(ex.ToString)
                                End Try
                            Catch ex As Exception
                                Debug.Print(ex.Message)
                                Debug.Print(ex.ToString)
                            End Try
                        End If
                    End If
                End If
            Else
                If pVal.ItemUID = "41" And pVal.EventType = SAPbouiCOM.BoEventTypes.et_FORM_CLOSE Then
                    Exit Sub
                End If
            End If
    When i try to close the batch setup and return to Good receipt form there is an error message
    Add-on 9000034 failed with exception; Event Type : 17
    Does any one know what the error message means ?
    Does I miss something ?
    Thanks in advance
    Regards
    Jia Shun

    Hello,
    for sorting batch codes by GR time sort from high to low after finding the codes from the date(s) you want (since the batch codes are created in numeric order the lower number will be the older batch codes)
    perhaps I did not understand...

  • Error event id 2 - Kernel Event Tracing - Session "" failed to start with the following error: 0xC000000D

    I keep getting this strange error logged as Error event id 2. Note session string is blank "". Any ideas?
    Log Name:      Microsoft-Windows-Kernel-EventTracing/Admin
    Source:        Microsoft-Windows-Kernel-EventTracing
    Date:          24/12/2009 09:08:20
    Event ID:      2
    Task Category: Session
    Level:         Error
    Keywords:      Session
    User:          SYSTEM
    Computer:      George-XXL
    Description:
    Session "" failed to start with the following error: 0xC000000D
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-Kernel-EventTracing" Guid="{B675EC37-BDB6-4648-BC92-F3FDC74D3CA2}" />
        <EventID>2</EventID>
        <Version>0</Version>
        <Level>2</Level>
        <Task>2</Task>
        <Opcode>12</Opcode>
        <Keywords>0x8000000000000010</Keywords>
        <TimeCreated SystemTime="2009-12-24T09:08:20.835299100Z" />
        <EventRecordID>36</EventRecordID>
        <Correlation />
        <Execution ProcessID="1944" ThreadID="1948" />
        <Channel>Microsoft-Windows-Kernel-EventTracing/Admin</Channel>
        <Computer>George-XXL</Computer>
        <Security UserID="S-1-5-18" />
      </System>
      <EventData>
        <Data Name="SessionName">
        </Data>
        <Data Name="FileName">
        </Data>
        <Data Name="ErrorCode">3221225485</Data>
        <Data Name="LoggingMode">5</Data>
      </EventData>
    </Event>

    Can you let us know if you get any Blue Screen crush error while using your comptuer?
    Generally we can safely ignore the errors in the Event log. Aas we don't if you have get other issues in your computer, you can test your computer in the Clean Boot mode. This method will help us determine if this issue is caused by a loading program or service.
    You can try the the following steps:
    1. Click the Start Button type "msconfig" (without quotation marks) in the Start Search box, and then press Enter.
    2. Click the "Services" tab, check the "Hide All Microsoft Services" box and click "Disable All" (if it is not gray).
    3. Click the "Startup" tab, click "Disable All" and click "OK".
    Then, restart the computer. When the "System Configuration Utility" window appears, please check the "Don't show this message or launch the System Configuration Utility when Windows starts" box and click OK.
    Please test this issue in this Clean Boot environment, if the issue disappears in the Clean Boot environment, you can use the dichtomy to quickly narrow down which entry is causing the issue. You can refer to the
    KB929135.
    Good luck!
    John
    This is a very poor answer.  This guy doesn't know what he's talking about because if you tell someone its ok to  "safely ignore the errors in the event log"  as a blanket instruction ESPECIALLY because as he stated so himself
    he didn't know if there were other issues with the OP's pc then he's giving really bad advice. If you ignore errors in the event log then over time your system will degrade and you will have other issues.. Every error on your pc should NOT be ignored.
    It should be decided on a case by case situation.
    Furthermore this is an error involving the Windows Session which it states has failed. Definitely should NOT be ignored.
    I've got the same error which has suddenly just showed up. No BSOD, Do not have WHS installed and all my media center connectors have NEVER been connected. I don't believe this is a service issue. I think it has something
    to do with kernel event tracing.
    Of course, it's just my opinion....I could be wrong!

  • Session "" failed to start with the following error: 0xc0000022

    Newly installed Windows 2012 R2 server throws the following event roughly every 3 minutes:
    Session "" failed to start with the following error: 0xc0000022
    The PID referenced in the event points to WmiPrvSE.exe running as NETWORK SERVICE.  Is there something obvious I'm missing because I'm not sure where to go with the information I found so far.  I already did my fair sharing of Binggling and everything
    I find doesn't apply or doesn't fix the problem.

    Hi,
    Can you let me know the full event log content?
    I suggest you restart the Windows Management Instrumentation service.
    Niki Han
    TechNet Community Support

  • IP Helper Service causes Session "" failed to start with the following error: 0xC000000D

    I have a Windows 8.1 Pro version. In the event viewer I can see that the error `Session "" failed to start with the following error: 0xC000000D´ is registered every time I boot my laptop.
    I am 100% sure that this is related to the IP Helper Service (iphlpsvc) because the error is logged every time I manually restart the service.
    I have a Windows 8.1 Pro version. In the event viewer I can see that the error `Session "" failed to start with the following error: 0xC000000D´ is registered every time I boot my laptop.
    I am 100% sure that this is related to the IP Helper Service (iphlpsvc) because the error is logged every time I manually restart the service.
    Does anyone know how to fix this issue? I know I could disable the service but I prefer not to do it.
    Thanks
    Alberto

    Hi,
    IP Helper (service name 'iphlpsvc') is apparently designed to improve a Windows PC's support for IPv6 network protocol.
    I suggest you try enable  the dump collection by copying following words into notepad, saving it as dump.reg and importing it:
    Windows Registry Editor Version 5.00
    [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\localdumps\iphelper.exe]
    "DumpFolder"=hex(2):63,00,3a,00,5c,00,63,00,72,00,61,00,73,00,68,00,64,00,75,\
      00,6d,00,70,00,73,00,00,00
    "DumpCount"=dword:00000010
    "DumpType"=dword:00000001
    "CustomDumpFlags"=dword:00000000
    Once the error appears again, please find the crashdump file under c:\.
    Regards,
    Kelvin hsu
    TechNet Community Support

  • Windows 2008 R2 not registering logon events to 2003 RDP sessions

    Hi,
    I have few windows 2008 R2 terminal servers which I use to RDP into other 2008/2003 servers.
    The audit policy for logon/logoff event for success of failure is setup for all servers via group policy.
    I've noticed when I log on to any 2003 server from 2008 terminal server there is no logon/log off event generated on the 2008 server.  There is related events on 2003 servers. This does not happen when I log on to 2008 servers from 2008 server.
    there is a related event created on both side.
    Any idea why there is no even created for 2008 to 2003 rdp sessions?
    Thanks in advance

    when pre-authentication is used, events are registered on both ends: client, when pre-authentication occurs and server, when client is completely authenticated on the server.
    > on the 2008 terminal server when RDP into 2003 from 2008,
    you should see, because starting with Windows Server 2008, RDP client always performs pre-authentication.
    My weblog: http://en-us.sysadmins.lv
    PowerShell PKI Module: http://pspki.codeplex.com
    Check out new:
    PowerShell FCIV tool.

  • Windows 2008 R2 backup fails with event 521 error code 2155348001

    Windows Server 2008 R2 SP1.  Hyper-V role installed. 
    OS on drive C.  All VMs stored on Drive D.
    I am attempting to run a Bare Metal backup of the host system to a network share. 
    Drive D is not included in the backup job.  I am getting the following error:
    Log Name:      Application
    Source:        Microsoft-Windows-Backup
    Date:          1/10/2014 11:28:52 PM
    Event ID:      521
    Task Category: None
    Level:         Error
    Keywords:     
    User:          SYSTEM
    Computer:      SHAQTUS.scdl.local
    Description:
    The backup operation that started at '‎2014‎-‎01‎-‎11T04:08:50.683000000Z' has failed because the Volume Shadow Copy Service operation to create a shadow copy of the volumes being backed up failed with following error code '2155348001'. Please review the event
    details for a solution, and then rerun the backup operation once the issue is resolved.
    Reviewing event details, as suggested, does not offer any solution.
    I have tried the suggested solutions in other similar threads of increasing the timeout value with the registry entry. 
    This does not work.
    I have not tried reregistering the VSS writers manually, as the only links I have found are for server 2003/2008 (not R2) and explicitly state that they won’t work on higher versions of the OS, since they now utilize manifests and the manual procedure could
    cause problems for those servers. Haven't found similar procedures for 2008 R2.
    I have been able to narrow this down a bit.
    A Windows 2008 R2 SP1 server with Hyper-V installed – backup to a network share is successful;
    Install the DPM 2012 agent – same backup fails with the 2155348001 error.
    We use DPM 2012 to backup VMs, but DPM cannot perform a bare metal backup/restore of server and the 2012 version no longer has the DPMSRT feature. 
    I prefer to run Bare Metal Backup to a file server share.
    Stuck on this one.
    Rick

    Hi, 
    The issue is related to DPM, I would suggest you ask for help from DPM forums:
    http://social.technet.microsoft.com/Forums/en-US/home?forum=dataprotectionmanager
    Regards, 
    Mandy
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • When I try to sync my Ipad Mini, I get an error message that says "sync session failed to start".  Anyone ever deal with this?

    When I try to sync my Ipad Mini, I get an error message that says "sync session failed to start".  Anyone ever deal with this?

    Quit iTunes, restart your computer, restart your iPad and try again. If it doesn't work with a restart of the iPad, try a reset of the iPad.
    Reset the iPad by holding down on the sleep and home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider if it appears on the screen - let go of the buttons. Let the iPad start up.

Maybe you are looking for

  • Adobe Acrobat 9 Standard - Czech, Hungarian, Polish, Slovak - INSTALLER

    Hello, I'm looking for Adobe Acrobat 9 Standard - (Czech, Hungarian, Polish, Slovak) installer. I lost my DVD and i am unable to reinstall Acrobat on the new computer. I called to customer service but they don't have installer for Acrobat Standard 9.

  • Microsoft Powerpoint appears abnormally on my iPad

    When I open a powerpoint file during a lecture in class, a lot of the formatting is whacky and some symbols end up being squares. Some words will overlap and formatting is just all messed up. Because of this reason, when I convert the powerpoint to a

  • Associating native calls with the calling object

    I have a problem where calls into a native library need to retain data for subsequent method calls. Imagine the following two native methods (just imagine that the signature is write for JNI methods): void initialise(int value) // Stores the value so

  • Description of key figure for multi language support issue.

    Hi Experts, Have a good day ahead!! Custom key figure description multi for the language support issue The key figure is created in English  language and description also in English. When I have logged in to English language and checked the report in

  • How to change the file main.html in catalyst?

    My Web Hosting can not accept files with main.html, only with index.html. How to rename the file in Catalyst? Please do not tell me I have to go to the builder to do this. here is the link: http://www.insight-gd.com  and see what comes up. thx Mike