[Windows 8.1 Desktop/Surface/Phone] connect client app to synchronization service(s)

Hello Everybody!
I have to do some research about:  what is the best way to set up my project, I am new to Azure.
Situation:
I need to develop a service(s) and client app(s) that are able to synchronize data with each other: files and database changes. the client app(s) must have the capability  to work online / offline,  offline: when there is no internet connection
the data has to be stored local on the client device(s) and sync it later when there is active internet connection.
Client Devices:
Windows 8.1 (Windows 8.1 PC/Desktop)             
Windows 8.1 RT (Windows 8.1 Surface tablet)
Windows Phone 8.1 (Windows 8.1 Smart-phone)
We prefer to create the clients as a C# Store App Application.
Service:
This might become , if technically possible and preferable, a Azure service who main task it is to manage the communication between the server and the clients
Last days I spend my time doing research about how to get this done right.
I found several interesting techniques, some of got all the features I needed, and some just a few, but most of them aren't supported on one or more devices.
Microsoft Synchronization Framework
  Sync Toolkit WinRT / Phone
 Live SDK
Microsoft Synchronization Framework - got all the features I need but is not supported on Win RT and Phone
Sync Toolkit WinRT / Phone - Only Database Sync, is got bad documentation and unknown if supported on Desktop
Live SDK - Libraries to integrate with OneDrive, Only File Sync
Questions:
Does Azure support all the devices?
Is Azure supported in  C# Windows 8.1 Store Apps?
Is Azure suited to host a service I described?
Thanks in advanced!

Hi JelteV,
Thanks for posting!
Base on my experience, if you wan to synchronize data with each clients. I suggest you could refer to this solution:
1.Create a Sql Azure Database or storage account for storing your data 
2.Create a WCF service (web role or work role ) for communication between Client and Database
3.Set Up Table Structure (Important). I suggest you could add the deviceID and userID to distinguish the different data source. And add fields such as 'status', 'create time', 'latest update time' and so on.
For example, you client insert a record into local database and set the 'status' as ‘stay update’ or '1'. When your client connect the database and synchronize the data to server, you could set the 'status' as 'updating' or '2' . After
synchronization  data, you could change the status as 'updated' or '3'.
According to this idea, the client CRUD -> change the local state code
-> Sync data -> change the local state code ->
synchronization is complete -> change the local state code .If the mobile device need operate the data on the service , it also need to change the server status code to be updated, to be deleted (deleted should
be treated differently), the next time the client login server automatically checks the "state" as "pending action" and then synchronize the server to the client. So whether it is operating on a local table, or on the side of the direct
operation of the service, you can ensure that the data is synchronized two tables.
>>Does Azure support all the devices?
>>Is Azure supported in  C# Windows 8.1 Store Apps?
>>Is Azure suited to host a service I described?
From your question, I think you could create a WCF service host on azure, and call WCF service form different devices. And this method is supported the different device and win8.1 store app.
Also, please see this thread:
http://stackoverflow.com/questions/14595738/net-data-synchronization-between-multiple-clients-and-a-central-server
Hope this helps.
Regards,
Will
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.
Click
HERE to participate the survey.

Similar Messages

  • Windows Server 2008 - Group policy for domain client to start/stop services installed on it

    Hello Experts
    I am a newbie to windows server administration , though did a Google  , but ended up with these question with my requirements
    I have created a new domain and 2 client/computer (A & B namely) to domain . Now A & B has tomcat server running with port 8080 , 9090 which i have installed
    domain ADMIN account .
    && now i am want to start/stop/restart services enabled for domain users  !! How do i achieve this !!
    basic question : How can i access A & B tomcat services on DOMAIN CONTROLLER server to create a GPO and that are on (A & B)
    what is the easiest way to achieve the same , (if not using GPO)???
    similarly I am looking for many features : where I want to control the permission to user on (A & B ) like : If the binaries of tomcat is available on machine say : A , if the user can install (now
    it ask for ADMIN credentials) 
    Thanks
    Mike~Ed

    Controlling services with Group Policy is done under Computer Configuration\Policies\Windows Settings\Security Settings\System Services.
    The limitation is that system services can only see the services the computer running the Group Policy management console. To access other services, you will either need to create the services on your computer (install the software the adds the service)
    or install the remote server administration toolkit (RSAT) on the computer with the service already on it.
    If my answer helped you, check out my blog:
    Deploy Happiness

  • SyncBos missing in client app after synchronization

    Hi all,
    my use case is about inventory and is defined like this:
    1. download inventory document to client(= syncbo type S01)
    2. lock inventory document in backend system
    2.a) modify header field in syncbo
    2.b) start synchronisation with SyncManager (with SyncBoOutDeltaSendType.SEND_DIRECT)
    3. load inventory document again for counting
    4. counting and entering data for all items of the inventory document with modify item field
    5. synchronize again to post counting results to the backend system
    PROBLEM DESCRIPTION:
    After the first synchronization (2.b) the access to the syncbos is lost in the client until the application is restarted. The error occurs at the line
    SyncBoDescriptor sbd = descriptorFacade.getSyncBoDescriptor(syncBoName);
    Although the descriptorFacade is correctly instantiated, the sbd returned is null and of course access to the syncbos is lost.
    What needs to be done to be able to access the syncbos after synchronization.
    Thanks for help,
    Matthias

    Hi,
    Patch 05 didn´t solve the problem. Here is the (long) client trace with the first synchronization and the subsequent java exception at 20051102 09:53:54:450
    Thanks,
    Matthias
    D beginTransaction() called with doWait=true for instance 13878877
    D com.sap.ip.me.smartsync.data.SyncBoManager.getSyncBoWithoutCheck invoked. boDesc=ZMOBINV_CN SyncKey=0001007890
    D PersistenceAdapterImpl(2): (ConvId = 4352C54274151416E100000086F78463, Thread = Thread-8) : Get entity a.ZMOBINV_CN with key 0001007890
    D -
    Start of SyncBo Details: syncKey=0001007890 -
    D 000100011920053J 05 023J 05 02000100011920052000000000000100619WINKELSTAHL DIN 1028 40 X 40 X 4 MM3J 05 020.0000.000M000100011920051000000000000100618WINKELSTAHL DIN 1028 35 X 35 X 4 MM3J 05 020.0000.000M
    D -
    End of SyncBo Details: syncKey=0001007890 -
    D PersistenceAdapterImpl(2): (ConvId = 4352C54274151416E100000086F78463, Thread = Thread-8) : commit() isFramework = true
    D commit() called on instance 13878877
    I Synchronize with backend called, Thread=Thread-8
    I Thread=Thread-8 took lock for synchronizeation.
    D Synchronisation: Fire SyncEvent 0
    P Thread Thread-8 switched context to MI2853484152454429 / 4339A6422CBA1416E100000086F78463 (User: (SHARED), MSD: Name: / MOBILEENGINE_JSP (V. 250900), Target=, Type=com.sap.ip.me.core.FrameworkApplicationType) (stack level 1)
    I SyncEvent Performing com.sap.ip.me.sync.LogSender
    D GUID generation last time (1130925230200) was >= than current time (1130925230200) --> use this time instead 1130925230201
    P Created outbound container for user (SHARED) and method CENTRAL_TRACING
    P Created outbound container for conversationId MI2853484152454429 / 4339A6422CBA1416E100000086F78463 (User: (SHARED), MSD: Name: / MOBILEENGINE_JSP (V. 250900), Target=, Type=com.sap.ip.me.core.FrameworkApplicationType)
    I AppLog severity: Warning (60)
    P original context restored
    P Thread Thread-8 switched context to MI2853484152454429 / 4339A6422CBA1416E100000086F78463 (User: (SHARED), MSD: Name: / MOBILEENGINE_JSP (V. 250900), Target=, Type=com.sap.ip.me.core.FrameworkApplicationType) (stack level 1)
    I SyncEvent Performing com.sap.ip.me.core.RegistryInboundProcessingLog$RegistryInboundProcessingLogSyncEventListener
    P original context restored
    P Thread Thread-8 switched context to MI46414c5445524d4549455242 / 4339A6412CBA1416E100000086F78463 (User: FALTERMEIERB, MSD: Name: / MOBILEENGINE_JSP (V. 250900), Target=, Type=com.sap.ip.me.core.FrameworkApplicationType) (stack level 1)
    I SyncEvent Performing com.sap.ip.me.smartsync.core.SmartSyncRuntimeManager
    P Thread Thread-8 switched context to 4352C54274151416E100000086F78463 / 4352C54274151416E100000086F78463 (User: FALTERMEIERB, MSD: Name: / Z_MOBILE_INVENTUR_CN (V. 09), Target=, Type=com.sap.ip.me.core.JspApplicationType) (stack level 2)
    D Smart Sync context switch not necessary for same conversation id
    A Notifying MessageReplyObservers:
    A type: SYNC_BEGIN class: SmartSync Client synchronization start 901 number: 901 text: Start SmartSync Synchronization
    P Begin transaction for outbound containers
    D PersistenceAdapterImpl(2): (ConvId = 4352C54274151416E100000086F78463, Thread = Thread-8) : beginTransaction() isFramework=true
    D beginTransaction() called with doWait=true for instance 16900
    P Created outbound container for user FALTERMEIERB and method SMARTSYNC
    P Created outbound container for conversationId 4352C54274151416E100000086F78463 / 4352C54274151416E100000086F78463 (User: FALTERMEIERB, MSD: Name: / Z_MOBILE_INVENTUR_CN (V. 09), Target=, Type=com.sap.ip.me.core.JspApplicationType)
    A -
    Dumping outboundContainer: -
    A -
    A com.sap.ip.me.sync.SyncOutboundContainer@12798a9d
    A -
    A -
    Dumping message in the outboundContainer ContID: 0VK37diZ73JZiKJ96W9HDYulHaaioHcWConvID: 4352C54274151416E100000086F78463 / 4352C54274151416E100000086F78463 (User: FALTERMEIERB, MSD: Name: / Z_MOBILE_INVENTUR_CN (V. 09), Target=, Type=com.sap.ip.me.core.JspApplicationType)----
    A -
    A
    ZMOBINV_CN
    A -
    A -
    Dumping DeltaRequest: -
    A -
    A
    ZMOBINV_CN
    A -
    D PersistenceAdapterImpl(2): (ConvId = 4352C54274151416E100000086F78463, Thread = Thread-8) : commit() isFramework = true
    D commit() called on instance 16900
    P Commit transaction for outbound containers
    P Move containers from transactional outbound folder to outbound folder
    D Successfully moved transactional outbound container file C:ProgrammeSAP Mobile InfrastructuresyncFALTERMEIERBout     ah0000001.sync to C:ProgrammeSAP Mobile InfrastructuresyncFALTERMEIERBouth0000001.sync
    P Save conversation ids
    D PersistenceAdapterImpl(2): (ConvId = 4352C54274151416E100000086F78463, Thread = Thread-8) : beginTransaction() isFramework=true
    D beginTransaction() called with doWait=true for instance 8550760
    D PersistenceAdapterImpl(2): (ConvId = 4352C54274151416E100000086F78463, Thread = Thread-8) : getAll c.SyncBoDeltaMerged
    D PersistenceAdapterImpl(2): (ConvId = 4352C54274151416E100000086F78463, Thread = Thread-8) : commit() isFramework = true
    D commit() called on instance 8550760
    P Begin transaction for outbound containers
    D PersistenceAdapterImpl(2): (ConvId = 4352C54274151416E100000086F78463, Thread = Thread-8) : beginTransaction() isFramework=true
    D beginTransaction() called with doWait=true for instance 3521295
    A Notifying SyncBoOutDeltaObservers:
    A
    D PersistenceAdapterImpl(2): (ConvId = 4352C54274151416E100000086F78463, Thread = Thread-8) : Get entity b.ZMOBINV_CN.TOP with key 0001007890
    D PersistenceAdapterImpl(2): (ConvId = 4352C54274151416E100000086F78463, Thread = Thread-8) : Get entity b.ZMOBINV_CN.TOP with key 0001007890
    D com.sap.ip.me.smartsync.data.SyncBoManager.getSyncBoWithoutCheck invoked. boDesc=ZMOBINV_CN SyncKey=0001007890
    D PersistenceAdapterImpl(2): (ConvId = 4352C54274151416E100000086F78463, Thread = Thread-8) : Get entity a.ZMOBINV_CN with key 0001007890
    D -
    Start of SyncBo Details: syncKey=0001007890 -
    D 000100011920053J 05 023J 05 02S000100011920052000000000000100619WINKELSTAHL DIN 1028 40 X 40 X 4 MM3J 05 020.0000.000M000100011920051000000000000100618WINKELSTAHL DIN 1028 35 X 35 X 4 MM3J 05 020.0000.000M
    D -
    End of SyncBo Details: syncKey=0001007890 -
    D com.sap.ip.me.smartsync.data.SyncBoManager.modifyFromInDelta invoked. boDesc=ZMOBINV_CN SyncKey=0001007890
    D -
    Start of SyncBo Details: syncKey=0001007890 -
    D 000100011920053J 05 023J 05 02S000100011920052000000000000100619WINKELSTAHL DIN 1028 40 X 40 X 4 MM3J 05 020.0000.000M000100011920051000000000000100618WINKELSTAHL DIN 1028 35 X 35 X 4 MM3J 05 020.0000.000M
    D -
    End of SyncBo Details: syncKey=0001007890 -
    D PersistenceAdapterImpl(2): (ConvId = 4352C54274151416E100000086F78463, Thread = Thread-8) : modify entity a.ZMOBINV_CN with key 0001007890
    P Created outbound container for user FALTERMEIERB and method SMARTSYNC
    P Created outbound container for conversationId 4352C54274151416E100000086F78463 / 4352C54274151416E100000086F78463 (User: FALTERMEIERB, MSD: Name: / Z_MOBILE_INVENTUR_CN (V. 09), Target=, Type=com.sap.ip.me.core.JspApplicationType)
    A -
    Dumping outboundContainer: -
    A -
    A com.sap.ip.me.sync.SyncOutboundContainer@87541b96
    A -
    A -
    Dumping message in the outboundContainer ContID: wopyoJXe38P4UsxCXwPlGaD5pprlXZB1ConvID: 4352C54274151416E100000086F78463 / 4352C54274151416E100000086F78463 (User: FALTERMEIERB, MSD: Name: / Z_MOBILE_INVENTUR_CN (V. 09), Target=, Type=com.sap.ip.me.core.JspApplicationType)----
    A -
    A
    435D7C7B48D31418E100000086F78463wopyoJXe38P4UsxCXwPlGaD5pprlXZB1000100011920053J 05 023J 05 02S
    A -
    D PersistenceAdapterImpl(2): (ConvId = 4352C54274151416E100000086F78463, Thread = Thread-8) : delete entity c.SyncBoDeltaMerged with key 0001007890
    A -
    Dumping DeltaUpload: -
    A -
    A
    435D7C7B48D31418E100000086F78463wopyoJXe38P4UsxCXwPlGaD5pprlXZB1000100011920053J 05 023J 05 02S
    A -
    D PersistenceAdapterImpl(2): (ConvId = 4352C54274151416E100000086F78463, Thread = Thread-8) : commit() isFramework = true
    D commit() called on instance 3521295
    P Commit transaction for outbound containers
    P Move containers from transactional outbound folder to outbound folder
    D Successfully moved transactional outbound container file C:ProgrammeSAP Mobile InfrastructuresyncFALTERMEIERBout     ah0000002.sync to C:ProgrammeSAP Mobile InfrastructuresyncFALTERMEIERBouth0000002.sync
    P Save conversation ids
    P Thread Thread-8 restored context MI46414c5445524d4549455242 / 4339A6412CBA1416E100000086F78463 (User: FALTERMEIERB, MSD: Name: / MOBILEENGINE_JSP (V. 250900), Target=, Type=com.sap.ip.me.core.FrameworkApplicationType) (stack level 1)
    P Thread Thread-8 switched context to MI46414c5445524d4549455242 / 4339A6412CBA1416E100000086F78463 (User: FALTERMEIERB, MSD: Name: / MOBILEENGINE_JSP (V. 250900), Target=, Type=com.sap.ip.me.core.FrameworkApplicationType) (stack level 2)
    D Smart Sync context switch from 4352C54274151416E100000086F78463 to MI46414c5445524d4549455242
    D PersistenceAdapterImpl(1): (ConvId = MI46414c5445524d4549455242, Thread = Thread-8) : registerPersistenceMaster for classtypes l.FieldDescriptor,k.RowDescriptor,j.SyncBoDescriptor,m.RelationDescriptor,o.FieldGroupDescriptor,
    D PersistenceAdapterImpl(1): (ConvId = MI46414c5445524d4549455242, Thread = Thread-8) : beginTransaction() isFramework=true
    D beginTransaction() called with doWait=true for instance 18788761
    D PersistenceAdapterImpl(1): (ConvId = MI46414c5445524d4549455242, Thread = Thread-8) : commit() isFramework = true
    D commit() called on instance 18788761
    D PersistenceAdapterImpl(2): (ConvId = MI46414c5445524d4549455242, Thread = Thread-8) : registerPersistenceMaster for classtypes c.SyncBoDeltaMerged,d.RowDeltaMerged,
    A Notifying MessageReplyObservers:
    A type: SYNC_BEGIN class: SmartSync Client synchronization start 901 number: 901 text: Start SmartSync Synchronization
    P Begin transaction for outbound containers
    D PersistenceAdapterImpl(2): (ConvId = MI46414c5445524d4549455242, Thread = Thread-8) : beginTransaction() isFramework=true
    D beginTransaction() called with doWait=true for instance 1959064
    P Created outbound container for user (SHARED) and method SMARTSYNC
    P Created outbound container for conversationId MI2853484152454429 / 4339A6422CBA1416E100000086F78463 (User: (SHARED), MSD: Name: / MOBILEENGINE_JSP (V. 250900), Target=, Type=com.sap.ip.me.core.FrameworkApplicationType)
    A -
    Dumping outboundContainer: -
    A -
    A com.sap.ip.me.sync.SyncOutboundContainer@9417163a
    A -
    A -
    Dumping message in the outboundContainer ContID: KQ26d4QuHk7Dz7mIXhf27YhdMXOeKHh5ConvID: MI2853484152454429 / 4339A6422CBA1416E100000086F78463 (User: (SHARED), MSD: Name: / MOBILEENGINE_JSP (V. 250900), Target=, Type=com.sap.ip.me.core.FrameworkApplicationType)----
    A -
    A
    MIAUTH
    A -
    A -
    Dumping DeltaRequest: -
    A -
    A
    MIAUTH
    A -
    D PersistenceAdapterImpl(2): (ConvId = MI46414c5445524d4549455242, Thread = Thread-8) : commit() isFramework = true
    D commit() called on instance 1959064
    P Commit transaction for outbound containers
    P Move containers from transactional outbound folder to outbound folder
    D Successfully moved transactional outbound container file C:ProgrammeSAP Mobile Infrastructuresync(SHARED)out     ah00001n0.sync to C:ProgrammeSAP Mobile Infrastructuresync(SHARED)outh00001n0.sync
    P Save conversation ids
    D PersistenceAdapterImpl(2): (ConvId = MI46414c5445524d4549455242, Thread = Thread-8) : beginTransaction() isFramework=true
    D beginTransaction() called with doWait=true for instance 9820728
    D PersistenceAdapterImpl(2): (ConvId = MI46414c5445524d4549455242, Thread = Thread-8) : getAll c.SyncBoDeltaMerged
    D PersistenceAdapterImpl(2): (ConvId = MI46414c5445524d4549455242, Thread = Thread-8) : commit() isFramework = true
    D commit() called on instance 9820728
    P Begin transaction for outbound containers
    D PersistenceAdapterImpl(2): (ConvId = MI46414c5445524d4549455242, Thread = Thread-8) : beginTransaction() isFramework=true
    D beginTransaction() called with doWait=true for instance 2736644
    D PersistenceAdapterImpl(2): (ConvId = MI46414c5445524d4549455242, Thread = Thread-8) : commit() isFramework = true
    D commit() called on instance 2736644
    P Commit transaction for outbound containers
    P Move containers from transactional outbound folder to outbound folder
    P Save conversation ids
    P Thread Thread-8 restored context MI46414c5445524d4549455242 / 4339A6412CBA1416E100000086F78463 (User: FALTERMEIERB, MSD: Name: / MOBILEENGINE_JSP (V. 250900), Target=, Type=com.sap.ip.me.core.FrameworkApplicationType) (stack level 1)
    P Thread Thread-8 switched context to 435F02899F4D1416E100000086F78463 / 435F02899F4D1416E100000086F78463 (User: FALTERMEIERB, MSD: Name: / Z_MOBILE_INVENTUR_LE (V. 05), Target=, Type=com.sap.ip.me.core.JspApplicationType) (stack level 2)
    D Smart Sync context switch from MI46414c5445524d4549455242 to 435F02899F4D1416E100000086F78463
    D PersistenceAdapterImpl(1): (ConvId = 435F02899F4D1416E100000086F78463, Thread = Thread-8) : registerPersistenceMaster for classtypes l.FieldDescriptor,k.RowDescriptor,j.SyncBoDescriptor,m.RelationDescriptor,o.FieldGroupDescriptor,
    D PersistenceAdapterImpl(1): (ConvId = 435F02899F4D1416E100000086F78463, Thread = Thread-8) : beginTransaction() isFramework=true
    D beginTransaction() called with doWait=true for instance 25218858
    D PersistenceAdapterImpl(1): (ConvId = 435F02899F4D1416E100000086F78463, Thread = Thread-8) : getAll j.SyncBoDescriptor
    I ***** LOG / TRACE SWITCHED OFF
    I ***** LOG / TRACE SWITCHED ON
    I ***** Mobile Engine version: MI 25 SP 09 Patch 00 Build 200409101427
    I ***** Current timezone: Europe/Berlin
    D PersistenceAdapterImpl(1): (ConvId = 435F02899F4D1416E100000086F78463, Thread = Thread-8) : commit() isFramework = true
    D commit() called on instance 25218858
    D PersistenceAdapterImpl(2): (ConvId = 435F02899F4D1416E100000086F78463, Thread = Thread-8) : registerPersistenceMaster for classtypes c.SyncBoDeltaMerged,d.RowDeltaMerged,
    I Initializing Delta Requests for Name: / Z_MOBILE_INVENTUR_LE (V. 05), Target=, Type=com.sap.ip.me.core.JspApplicationType
    I End of Initializing Delta Requests
    D PersistenceAdapterImpl(2): (ConvId = 435F02899F4D1416E100000086F78463, Thread = Thread-8) : registerPersistenceMaster for classtypes a.ZMOBINV_LE,b.ZMOBINV_LE.TOP,b.ZMOBINV_LE.010,
    D PersistenceAdapterImpl(2): (ConvId = 435F02899F4D1416E100000086F78463, Thread = Thread-8) : registerPersistenceMaster for classtypes h.SyncKeyManager,
    A Notifying MessageReplyObservers:
    A type: SYNC_BEGIN class: SmartSync Client synchronization start 901 number: 901 text: Start SmartSync Synchronization
    D PersistenceAdapterImpl(2): (ConvId = 435F02899F4D1416E100000086F78463, Thread = Thread-8) : beginTransaction() isFramework=true
    D beginTransaction() called with doWait=true for instance 32550604
    D PersistenceAdapterImpl(2): (ConvId = 435F02899F4D1416E100000086F78463, Thread = Thread-8) : getAll c.SyncBoDeltaMerged
    D PersistenceAdapterImpl(2): (ConvId = 435F02899F4D1416E100000086F78463, Thread = Thread-8) : commit() isFramework = true
    D commit() called on instance 32550604
    P Begin transaction for outbound containers
    D PersistenceAdapterImpl(2): (ConvId = 435F02899F4D1416E100000086F78463, Thread = Thread-8) : beginTransaction() isFramework=true
    D beginTransaction() called with doWait=true for instance 6554172
    D PersistenceAdapterImpl(2): (ConvId = 435F02899F4D1416E100000086F78463, Thread = Thread-8) : commit() isFramework = true
    D commit() called on instance 6554172
    P Commit transaction for outbound containers
    P Move containers from transactional outbound folder to outbound folder
    P Save conversation ids
    P Thread Thread-8 restored context MI46414c5445524d4549455242 / 4339A6412CBA1416E100000086F78463 (User: FALTERMEIERB, MSD: Name: / MOBILEENGINE_JSP (V. 250900), Target=, Type=com.sap.ip.me.core.FrameworkApplicationType) (stack level 1)
    D Smart Sync context switch from 435F02899F4D1416E100000086F78463 to MI46414c5445524d4549455242
    D PersistenceAdapterImpl(1): (ConvId = MI46414c5445524d4549455242, Thread = Thread-8) : registerPersistenceMaster for classtypes l.FieldDescriptor,k.RowDescriptor,j.SyncBoDescriptor,m.RelationDescriptor,o.FieldGroupDescriptor,
    D PersistenceAdapterImpl(1): (ConvId = MI46414c5445524d4549455242, Thread = Thread-8) : beginTransaction() isFramework=true
    D beginTransaction() called with doWait=true for instance 30325919
    D PersistenceAdapterImpl(1): (ConvId = MI46414c5445524d4549455242, Thread = Thread-8) : commit() isFramework = true
    D commit() called on instance 30325919
    D PersistenceAdapterImpl(2): (ConvId = MI46414c5445524d4549455242, Thread = Thread-8) : registerPersistenceMaster for classtypes c.SyncBoDeltaMerged,d.RowDeltaMerged,
    P original context restored
    P Thread Thread-8 switched context to MI2853484152454429 / 4339A6422CBA1416E100000086F78463 (User: (SHARED), MSD: Name: / MOBILEENGINE_JSP (V. 250900), Target=, Type=com.sap.ip.me.core.FrameworkApplicationType) (stack level 1)
    I SyncEvent Performing com.sap.ip.me.ccms.LastSuccessfulSyncAlert
    P original context restored
    P Thread Thread-8 switched context to MI2853484152454429 / 4339A6422CBA1416E100000086F78463 (User: (SHARED), MSD: Name: / MOBILEENGINE_JSP (V. 250900), Target=, Type=com.sap.ip.me.core.FrameworkApplicationType) (stack level 1)
    I SyncEvent Performing com.sap.ip.me.services.os.AgentManager
    P Created outbound container for user (SHARED) and method AGENT_PARAMETERS
    P Created outbound container for conversationId MI2853484152454429 / 4339A6422CBA1416E100000086F78463 (User: (SHARED), MSD: Name: / MOBILEENGINE_JSP (V. 250900), Target=, Type=com.sap.ip.me.core.FrameworkApplicationType)
    P original context restored
    P Thread Thread-8 switched context to MI46414c5445524d4549455242 / 4339A6412CBA1416E100000086F78463 (User: FALTERMEIERB, MSD: Name: / MOBILEENGINE_JSP (V. 250900), Target=, Type=com.sap.ip.me.core.FrameworkApplicationType) (stack level 1)
    I SyncEvent Performing com.sap.ip.me.apps.jsp.SyncStatus
    P original context restored
    P Thread Thread-8 switched context to MI2853484152454429 / 4339A6422CBA1416E100000086F78463 (User: (SHARED), MSD: Name: / MOBILEENGINE_JSP (V. 250900), Target=, Type=com.sap.ip.me.core.FrameworkApplicationType) (stack level 1)
    I SyncEvent Performing com.sap.ip.me.core.StatusUpdater
    P original context restored
    P Thread Thread-8 switched context to MI2853484152454429 / 4339A6422CBA1416E100000086F78463 (User: (SHARED), MSD: Name: / MOBILEENGINE_JSP (V. 250900), Target=, Type=com.sap.ip.me.core.FrameworkApplicationType) (stack level 1)
    I SyncEvent Performing com.sap.ip.me.ccms.AlertManager
    D Successfully added container for method CLIENT_ALERT and user (SHARED) to the outbound queue
    P Created outbound container for user (SHARED) and method CLIENT_ALERT
    P Created outbound container for conversationId MI2853484152454429 / 4339A6422CBA1416E100000086F78463 (User: (SHARED), MSD: Name: / MOBILEENGINE_JSP (V. 250900), Target=, Type=com.sap.ip.me.core.FrameworkApplicationType)
    P original context restored
    P Synchronization started for user (SHARED)
    D PackageManager: old package file C:ProgrammeSAP Mobile Infrastructuresync(SHARED)outpackage.out could not be deleted
    D PackageManager: create package with maximum 2147483647 items
    D PackageManager: filled package with 4 acknowledge received container(s)
    D PackageManager: filled package with 4 acknowledge container(s)
    D PackageManager: filled package with 19 container items or headers
    D GUID generation last time (1130925230919) was >= than current time (1130925230919) --> use this time instead 1130925230920
    D GUID generation last time (1130925230920) was >= than current time (1130925230919) --> use this time instead 1130925230921
    D PackageManager: filled package with 3 notify container(s)
    D Package file C:ProgrammeSAP Mobile Infrastructuresync(SHARED)outpackage.out exists and can be read
    P Synchronisation started
    D Dumping file 'C:ProgrammeSAP Mobile Infrastructuresync(SHARED)outpackage.out'
    INH-H[1]=010750607788f2aad587;;C;AGENT_PARAMETERS;4339A6422CBA1416E100000086F78463;43679925150F3102E100000086F78463;;;NEW_PROTOCOL;;0;;3;;&INH-H[2]=0107506077893d43a9c3;;C;CENTRAL_TRACING;4339A6422CBA1416E100000086F78463;43679927150F3102E100000086F78463;;;NEW_PROTOCOL;;0;;4;;&INH-H[3]=010750607798ff3dd132;;C;AGENT_PARAMETERS;4339A6422CBA1416E100000086F78463;4367992A150F3102E100000086F78463;;;NEW_PROTOCOL;;0;;3;;&INH-H[4]=0107506077999d6ce767;;C;CLIENT_ALERT;4339A6422CBA1416E100000086F78463;4367992C150F3102E100000086F78463;;;NEW_PROTOCOL;;0;;1;;&INH-H[5]=01075060779a1d0a76cb;;C;SMARTSYNC;4339A6422CBA1416E100000086F78463;4367992D150F3102E100000086F78463;0000000440;;NEW_PROTOCOL;;0;;3;;&INH-H[6]=01075060779b6ac4c6e4;;A;AGENT_PARAMETERS;4339A6422CBA1416E100000086F78463;43679924150F3102E100000086F78463;;;NEW_PROTOCOL;;0;;1;;&INH-H[7]=0107506077a833fc58c7;;A;CENTRAL_TRACING;4339A6422CBA1416E100000086F78463;43679926150F3102E100000086F78463;;;NEW_PROTOCOL;;0;;0;;&INH-H[8]=0107506077a9ab546c60;;A;AGENT_PARAMETERS;4339A6422CBA1416E100000086F78463;43679929150F3102E100000086F78463;;;NEW_PROTOCOL;;0;;1;;&INH-H[9]=0107506077aa530a4d6b;;A;CLIENT_ALERT;4339A6422CBA1416E100000086F78463;4367992B150F3102E100000086F78463;;;NEW_PROTOCOL;;0;;1;;&INH-H[10]=01075060813d8c61474a;;R;AGENT_PARAMETERS;4339A6422CBA1416E100000086F78463;;;;NEW_PROTOCOL;;0;;3;;&INB-B[1]=01075060813d8c61474a;TIMESTAMP;0;000000;19700101 &INB-B[2]=01075060813d8c61474a;DEVICEID;0;4339A63F2CBA1416E100000086F78463&INB-B[3]=01075060813d8c61474a;USER;0;FALTERMEIERB&INH-H[11]=01075065887974b6dac5;;R;CENTRAL_TRACING;4339A6422CBA1416E100000086F78463;;;;NEW_PROTOCOL;;0;;4;;&INB-B[4]=01075065887974b6dac5;PASSPORT;0;&INB-B[5]=01075065887974b6dac5;DEPLID;0;4339A63F2CBA1416E100000086F78463&INB-B[6]=01075065887974b6dac5;USERNAME;0;FALTERMEIERB&INB-B[7]=01075065887974b6dac5;TIMEZONE;0;&INH-H[12]=0107506589df9edde9d9;;R;SMARTSYNC;4339A6422CBA1416E100000086F78463;;0000000441;D;NEW_PROTOCOL;XML;262;;3;;&INB-B[8]=0107506589df9edde9d9;XML;0; &INB-B[9]=0107506589df9edde9d9;XML;1;="" id="KQ26d4QuHk7Dz7mIXhf27YhdMXOeKHh5" synchronous="true">MIAUTH</DOWNLOADREQUES&INB-B[10]=0107506589df9edde9d9;XML;2;t>&INH-H[13]=010750658ae97b27bc05;;R;AGENT_PARAMETERS;4339A6422CBA1416E100000086F78463;;;;NEW_PROTOCOL;;0;;3;;&INB-B[11]=010750658ae97b27bc05;TIMESTAMP;0;000000;19700101&INB-B[12]=010750658ae97b27bc05;DEVICEID;0;4339A63F2CBA1416E100000086F78463&INB-B[13]=010750658ae97b27bc05;USER;0;FALTERMEIERB&INH-H[14]=010750658b08a75145d0;;R;CLIENT_ALERT;4339A6422CBA1416E100000086F78463;;;;NEW_PROTOCOL;;0;;1;;&INB-B[14]=010750658b08a75145d0;INBOUND_CONTAINER;0;4339A63F2CBA1416E100000086F78463 FALTERMEIERB200511021053500TracefileSize 0 CLIENT &INH-H[15]=010750658b47d7f15a99;;N;;435F028A9F4D1416E100000086F78463;;;;NEW_PROTOCOL;;0;;0;;&INH-H[16]=010750658b486aa4e193;;N;;4352C54374151416E100000086F78463;;;;NEW_PROTOCOL;;0;;0;;&INH-H[17]=010750658b49490a8e20;;N;;436797E2150F3102E100000086F78463;;;;NEW_PROTOCOL;;0;;0;;&
    D End of content of file 'C:ProgrammeSAP Mobile Infrastructuresync(SHARED)outpackage.out'
    P Do not use http proxy (system properties update)
    I UrlConnectionTest: Set sleeping time for future connection tests to 500
    D UrlConnectionTest: returning instance for host as7
    D UrlConnectionTest: lastHostChecked was
    D UrlConnectionTest: lastTimeOfCheck was 0
    D UrlConnectionTest: last check was 1130925230950 ms ago
    D UrlConnectionTest: try number: 1
    D UrlConnectionTestThread: method run() started...
    D UrlConnectionTestThread: URL protocol is http
    D UrlConnectionTestThread: HTTP responsecode is 200
    D UrlConnectionTest: it took 500 ms to test the connection
    P UrlConnectionTest: Connection could be established!!!
    P URL connection test was successfull!!!
    I GzipDataCompression: Gzip data compression is switched off
    P Sending outbound file to server.
    P Outbound file was sent.
    P Receiving inbound file from server.
    P Inbound file was received.
    P Synchronisation successfully connected
    D Number of pending inbound containers before inbound processing = 0
    P Received sync counter 815 is valid
    P Synchronisation: valid response received from server
    I -
    InboundContainer created: Type:C,Id:436799A8150F3102E100000086F78463,SId:,Items:0,MaxI:1
    I -
    InboundContainer created: Type:C,Id:436799A9150F3102E100000086F78463,SId:,Items:0,MaxI:0
    I -
    InboundContainer created: Type:C,Id:436799AA150F3102E100000086F78463,SId:,Items:0,MaxI:1
    I -
    InboundContainer created: Type:C,Id:436799AB150F3102E100000086F78463,SId:,Items:0,MaxI:1
    I -
    InboundContainer created: Type:A,Id:436799AE150F3102E100000086F78463,SId:,Items:0,MaxI:3
    I -
    InboundContainer created: Type:A,Id:436799B0150F3102E100000086F78463,SId:,Items:0,MaxI:4
    I -
    InboundContainer created: Type:A,Id:436799B3150F3102E100000086F78463,SId:,Items:0,MaxI:3
    I -
    InboundContainer created: Type:A,Id:436799B5150F3102E100000086F78463,SId:,Items:0,MaxI:1
    I -
    InboundContainer created: Type:A,Id:436799B6150F3102E100000086F78463,SId:,Items:0,MaxI:3
    I -
    InboundContainer created: Type:R,Id:436799AD150F3102E100000086F78463,SId:,Items:0,MaxI:1
    I -
    InboundContainer created: Type:R,Id:436799AF150F3102E100000086F78463,SId:,Items:0,MaxI:0
    I -
    InboundContainer created: Type:R,Id:436799B2150F3102E100000086F78463,SId:,Items:0,MaxI:1
    I -
    InboundContainer created: Type:R,Id:436799B4150F3102E100000086F78463,SId:,Items:0,MaxI:1
    D SyncInboundContainer: closing reader for inbound file / stream
    D Dumping file 'C:ProgrammeSAP Mobile Infrastructuresync(SHARED)inbound.sync'
    &WAF_SYNC&STATUS=&Execution Ti

  • Every time my phone connects to ovi suite via blue...

    I have a 5800 XpressMusic with software version 51.2.007. I am using Ovi suite version 3.1.1.90 on windows 7. every time my phone connects to ovi suite and automatically syncs, 2 "bluetooth messages" are recieved (just like when I send a picture to the phone via bluetooth).when I attempt to open the message, an error message shows up on the phone that says "Messaging: feature not supported".
    This seems to happen just after contacts are synched, and began happening with the latest update to Ovi Suite.
    I would prefer to not have to delete these messages constantly.

    Hi All,
    For assistance about any unresolved concerns or complaints about your device, we highly recommend that you use the "Contact Us" link at your local Nokia website or get in touch with your local Nokia Careline.
    Kind regards,

  • Remote Desktop Connection Client 9.3.9600 unable to connect to Server 2012 RDS via Gateway

    Hi,
    I have a Windows Sever 2012 R2 RDS environment with two Gateways servers configured in high availability mode (RD Web Access, RD Gateway, RD Connection Broker roles installed) and four Windows Server 2012 R2 RDS Session Hosts. The servers are all running
    the most recent public server updates. With this configuration I when connecting externally using a Windows 7 computer with the older Remote Desktop Connection client (6.1.7601) I am able to connect without any problems however when I try connecting with a
    newer client from a computer running Windows 8.1 and the 9.3.9600 client I am unable to connect. 
    At the moment a NAT rule is configured to pass 80/443 traffic to only one of the RDS gateway servers, I've removed our load balancer from the configuration for the moment to reduce the complexity. 
    No error is generated by the client when it tries to connect it just stops trying to connect after a while.
    On the Gateways servers event logs for 
    Things I have looked into so far.
    - I've double and triple checked the RDS configuration and checked it against one of my other clients configurations that is working and they are identical. 
    - Connecting from an older client version works fine.
    I'm not sure what else can be checked does anyone have any ideas?

    Hi,
    1. What entries are you seeing in the RD Gateway's log?  Event Viewer\ Applications and Services Logs\ Microsoft\ Windows\ TerminalServices-Gateway
    2. How come you are not forwarding UDP port 3391 in addition to TCP port 443?  It should work without UDP, but you will not have UDP support which is one of the benefits of RDP 8.0/8.1.
    3. Are there any non-default group policy settings being applied to the servers and/or client PCs?  To be clear, I'm asking if any changes have been made to the default local and domain security policies, group policy objects, new GPOs that may have
    been added, etc., that are applicable to the servers and or client PCs.
    -TP

  • Windows Embedded 8.1 Industry Pro Application Launcher Remote Desktop Services Feed VDI with Windows Store Remote Desktop Client

    I wanted to make kiosks which are joined into a domain and set up with an Remote Desktop Web Feed with VDI Desktops (to support Single Sign On and minimize configuration needs on the client side). And I wanted to lock those Clients to launch only the Remote
    Desktop Windows Store application. And if somebody clicks on a Desktop Pool then connect to the choosen Pool. But instead of doing this the Remote Desktop application opens the Pool within the old mstsc.exe and right after connecting the OS switches the focus
    back to the Remote Desktop Windows Store application. And nobody can work in the office with this configuration.
    So how can I correct this problem? Any other solutions? What is the official way to doing this?

    Hi,
    Based on my test, we cannot associate .rdp files with the Remote Desktop Windows Store App. Therefore, you may have to use MSTSC or configure the setting in the Remote Desktop
    Windows Store App manually.
    Best Regards. 
    Jeremy Wu
    TechNet Community Support

  • Universal or alternativ Remote Desktop Connection client

    Hi everyone,
    I was wondering whether one of you, know of a better and maybe even in Universal of the Microsoft 'Desktop Remote Connection' client.
    It's because I have an Intel iMac, and remotes my company desktop, but the DRC application are a bit slow in screenupdates and key strokes compared to the Windows client. I am guessing that it as to do with the Rostatta layer, which slows the application.
    Any surgestion?

    Hi,
    I wasn’t able to find group policy setting to optimize memory usage for Windows Server 2012/2012 R2, could be due to its added new features need to consume more memory.
    Besides, memory usage of remote desktop connection depends on the programs running within the session, you may try to check programs those are open within different sessions to determine which one is causing too much memory.
    If memory usage is abnormally high, please keep systems fully patched.
    Best Regards,
    Amy
    Please remember to mark the replies as answers if they help and un-mark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]

  • Slow Microsoft Remote Desktop Connection client

    Hi Everyone,
    I was wondering whether one of you, know of a better client of the Microsoft 'Desktop Remote Connection' client for Mac OS X.
    It's because I have an Intel iMac, and remotes my company laptop, but the DRC application are a bit slow in screenupdates and key strokes compared to the Windows client. I am guessing that it as to do with the Rostatta layer, which slows the application.
    Any suggestion?

    It is like that on my first gen G5 iMac as well. It is just part of how the program operates and has nothing to do with Rosetta.
    It also works slow like that - but less so - when I try to use RDC to control a PC I have set up as a file server from my other PC.

  • MacBook Air intermittently has issues connecting to websites when wireless shows connected to the internet. The pages show that I am offline, but I can ping Google DNS. Windows PC, iPhone and Android phone have no issue displaying the same web pages.

    MacBook Air intermittently has issues connecting to websites when wireless shows connected to the internet. The pages show that I am offline, but I can ping Google DNS. Windows PC, iPhone and Android phone have no issue displaying the same web pages.How do I solve this issue?

    Go step by step and test.
    1. Power off the router. Unplug it from the wall. Wait a while.
        Plug it back to the wall. Power the router on. Wait until all the lights are lit properly. It will take a while.
        Restart the computer.
        Start up in Safe Mode.
        http://support.apple.com/kb/PH14204
    2. Empty Caches
        Safari > Preference > Advanced
        Checkmark the box for "Show Develop menu in menu bar".
        Develop menu will appear in the Safari menu bar.
        Click Develop and select "Empty Caches" from the dropdown.
    3. Deselect Proxies if selected.
        System Preference > Network > Advanced  > Proxies Tab
        Under "Select Protocol", uncheck any box if selected.
        Click "OK" then  "Apply”.

  • Windows 7 remote desktop connection cannot logoff the local user

    Windows 7 remote desktop connection cannot logoff the local user
    Remote Desktop connection:
    (This experience is from Windows 7 remote to Windows Embedded Standard 7 computer)
    I used Remote Desktop to try to log on to a Windows 7 (WES7E) computer and someone is already logged on locally (Console Session), I saw a message like this:
    "Another user is currently logged on to this computer.  If you continue, this user has to disconnect from this computer.  Do you want to continue?"
    I click on Yes.
    Then I saw "Please wait for [username] to respond".  No action from the logged-on local user, I waited for 30 seconds, then I was able to login the computer and at the same time was able to disconnect the logged-on local user. 
    Question:
    1. "Another user is currently logged on to this computer..." message doesn't show me the actual logged-on user name.  Is there any way to show the user name in this pop-up message?
    2. After waiting for 30 seconds, I was able to login the computer and the logged-on local user is disconnected, however this local user is never been logged-off.  I wanted to logoff the local user (with Console Session) when I made the connection remotely
    to the computer from remote desktop (Just like Windows XP)  Is there any group policy can change the behavior?
    The policies I have looked at are:
    Local Computer Policy | Computer Config | Admin Templates | Windows Components | Remote Desktop Services|Connections|Deny
    logoff of an administrator logged in to the console session => disabled
    Regards,
    Mei Davis

    Hi ,
    These behavior is by design. There is no way to change that. Thank you for your understanding.
    Best Regards.
    Tracy Cai
    TechNet Community Support

  • Cisco Connect Cloud - Apps for Windows Phone.

    Are you planning to make apps for windowsphone?

    Hi! So far, what's indicated on cisco's site is that the mobile apps are only available for iOS and andoid only. But I came across this site: http://news.cnet.com/8301-17938_105-57460150-1/cisco-woos-developers-adds-802.11ac-support-as-connec... and quoting one sentence: "Cisco says this is just the beginning and that there will be hundreds of mobile apps that take advantage of the Cisco Connect Cloud platform, making home networking not just more convenient to use but also more fun and offering features that many people may not have imagined possible before."  With this statement, cisco might develop cisco connect cloud apps for windows phone.

  • Cannot open dashboard from connected client to restore a single file

    I have a small business network with an existing Server 2008 R2 domain controller.  In order to backup all the client machines with an experience something like windows home server I recently purchased a new server with windows server 2012 r2 and
    installed the essentials role.
    I'm able to connect client machines (running windows 7) to the new server and get them to backup.  I assume (but have not yet tested) that I would be able to do a full image restore by creating a client restore bootable usb key and booting a client from
    that, but first I'd like to be able to browse the files in a client backup and restore a single file rather than the full image.  It seems that the only way to do that is to run the dashboard as a remoteapp from the client, but when I try that I get this
    error:
    I thought that I might need to add the remote desktop services role.  So I tried doing that and publishing the dashboard as a remoteapp, but the error still appears.  Even if that fixed the problem, though, I would be concerned that would mean we
    needed RDS CALs for each client which seems like overkill just for the ability to restore a single file from a backup.
    So, is there any other way to get to the dashboard or otherwise restore files onto a client?  
    Thanks.
    This posting is provided "AS IS" with no warranties, and confers no rights.

    Um, well looky here :)
    https://social.technet.microsoft.com/Forums/windowsserver/en-US/cf6abdeb-a517-424c-bbef-050bee22a658/remoteapp-error-when-launching-dashboard-from-client-pc?forum=winserveressentials
    Grey
    PS: Has nothing to do with the price of eggs, but interesting ?
    http://www.windowsnetworking.com/articles-tutorials/netgeneral/host-remoteapps-windows-pcs-part1.html

  • Font smoothing settings doesn't consistently work for every login on Windows 2008 R2 when using a RDP client

    I'm trying to use the MSTSC client on a Windows 8.1 machine to connect to a Windows 2008 R2 server. In the MSTSC experience tab I checked the font smoothing option. Font smoothing works some times and doesn't work the other times. I don't see a pattern here.
    any kind of help is much appreciated.
    Thanks,
    Prasanna

    Hi Prasanna,
    Thank you for posting in Windows Server Forum.
    As you have Server 2008 R2, there is GPO setting available to specify whether font smoothing is allowed for remote connections.
    Computer Configuration\Policies\Administrative Templates\Windows Components\Remote Desktop Services\Remote Desktop Session Host\Remote Session Environment
    Do not allow font smoothing
    If you disable or do not configure this policy setting, font smoothing is allowed for remote connections.
    You can configure font smoothing on the Experience tab in Remote Desktop Connection (RDC) or by using the {allow font smoothing:i:1} setting in a Remote Desktop Protocol (.rdp) file.
    Hope it helps!
    Thanks.
    Dharmesh Solanki
    TechNet Community Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Remote Desktop on Mac connecting to 2008 R2 Server produces "Connection Reset by Peer" error when idle 20 mins

    Mac Clients are running 10.9.2 Mavericks. 
    Client is Microsoft Remote Desktop 8.05.
    Clients are mixed in how they connect to the Windows 2008 R2 server, some
    are on Wifi some are on Wired Ethernet.
    If you connect to the Server through the RD Client, and get on you work 
    and if you then say go idle  ( still connected but not doing anything such as 
    printing from the Server or in an Application on the Server) then after 20 mins it
    (the client) throws up a "Connection reset by Peer" error.
    You click OK, and then it breaks connection. You can however reconnect without issue.
    We have currently about six users who are using the RD Connection to access QuickBooks on
    this 2008 R2 server. Four are on Macs and get the errors. Two are on PCs and do not get the errors.
    Here is the log file from one of the Macs that had the error:
    [2014-Apr-07 10:34:07] RDP (0): Server shows cursor
    [2014-Apr-07 10:34:09] RDP (0): Server hides cursor
    [2014-Apr-07 10:34:21] RDP (0): Server shows cursor
    [2014-Apr-07 10:34:22] RDP (0): Server hides cursor
    [2014-Apr-07 10:34:25] RDP (0): Server shows cursor
    [2014-Apr-07 11:00:29] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    [2014-Apr-07 11:00:29] RDP (0): ------ END ACTIVE CONNECTION ------
    [2014-Apr-07 11:00:29] RDP (0): Exception caught: Exception in file '../../librdp/legacytcpstreamadapter.cpp' at line 322
    User Message : Failed to read from socket: -1
    [2014-Apr-07 11:02:35] RDP (0): Final rdp configuration used: screen mode id:i:2
    use multimon:i:1
    session bpp:i:24
    full address:s:192.168.16.x
    audiomode:i:0
    username:s:m
    disable wallpaper:i:0
    disable full window drag:i:0
    disable menu anims:i:0
    disable themes:i:0
    alternate shell:s:
    shell working directory:s:
    authentication level:i:2
    connect to console:i:0
    gatewayusagemethod:i:0
    disable cursor setting:i:0
    allow font smoothing:i:1
    allow desktop com:1
    bookmarktype:i:3
    use redirection server name:i:0
    [2014-Apr-07 11:02:35] RDP (0): --- BEGIN INTERFACE LIST ---
    [2014-Apr-07 11:02:35] RDP (0): lo0 af=18 addr= netmask=
    [2014-Apr-07 11:02:35] RDP (0): lo0 af=30 (AF_INET6) addr=::1 netmask=ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
    [2014-Apr-07 11:02:35] RDP (0): lo0 af=2 (AF_INET) addr=127.0.0.1 netmask=255.0.0.0
    [2014-Apr-07 11:02:35] RDP (0): lo0 af=30 (AF_INET6) addr=fe80::1%lo0 netmask=ffff:ffff:ffff:ffff::
    [2014-Apr-07 11:02:35] RDP (0): gif0 af=18 addr= netmask=
    [2014-Apr-07 11:02:35] RDP (0): stf0 af=18 addr= netmask=
    [2014-Apr-07 11:02:35] RDP (0): en0 af=18 addr= netmask=
    [2014-Apr-07 11:02:35] RDP (0): en0 af=30 (AF_INET6) addr=fe80::12dd:b1ff:febe:9771%en0 netmask=ffff:ffff:ffff:ffff::
    [2014-Apr-07 11:02:35] RDP (0): en0 af=2 (AF_INET) addr=192.168.16.1xx netmask=255.255.255.0
    [2014-Apr-07 11:02:35] RDP (0): en1 af=18 addr= netmask=
    [2014-Apr-07 11:02:35] RDP (0): en4 af=18 addr= netmask=
    [2014-Apr-07 11:02:35] RDP (0): en3 af=18 addr= netmask=
    [2014-Apr-07 11:02:35] RDP (0): p2p0 af=18 addr= netmask=
    [2014-Apr-07 11:02:35] RDP (0): bridge0 af=18 addr= netmask=
    [2014-Apr-07 11:02:35] RDP (0): --- END INTERFACE LIST ---
    [2014-Apr-07 11:02:35] RDP (0): ----- BEGIN ACTIVE CONNECTION -----
    [2014-Apr-07 11:02:35] RDP (0): client version: 8.0.24428
    [2014-Apr-07 11:02:35] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    [2014-Apr-07 11:02:35] RDP (0): Resolved '192.168.16.x' to '192.168.16.x' using NameResolveMethod_DNS(1)
    [2014-Apr-07 11:02:35] RDP (0): Protocol state changed to: ProtocolNegotiatingCredentials(2)
    [2014-Apr-07 11:02:35] RDP (0): Protocol state changed to: ProtocolConnectingRDP(3)
    [2014-Apr-07 11:02:35] RDP (0): Protocol state changed to: ProtocolInactive(4)
    [2014-Apr-07 11:02:35] RDP (0): Server supports RAIL
    [2014-Apr-07 11:02:35] RDP (0): Protocol state changed to: ProtocolActive(5)
    [2014-Apr-07 11:02:35] RDP (0): Protocol state changed to: ProtocolInactive(4)
    [2014-Apr-07 11:02:35] RDP (0): Server supports RAIL
    [2014-Apr-07 11:02:35] RDP (0): Protocol state changed to: ProtocolActive(5)
    [2014-Apr-07 11:09:38] RDP (0): Server hides cursor
    [2014-Apr-07 11:09:38] RDP (0): Server shows cursor
    [2014-Apr-07 11:09:38] RDP (0): Server hides cursor
    [2014-Apr-07 11:09:38] RDP (0): Server shows cursor
    [2014-Apr-07 11:09:38] RDP (0): Server hides cursor
    [2014-Apr-07 11:09:38] RDP (0): Server shows cursor
    [2014-Apr-07 12:16:31] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    [2014-Apr-07 12:16:31] RDP (0): Exception caught: Exception in file '../../librdp/legacytcpstreamadapter.cpp' at line 322
    User Message : Failed to read from socket: -1
    [2014-Apr-07 12:16:31] RDP (0): ------ END ACTIVE CONNECTION ------
    [2014-Apr-07 12:21:42] RDP (0): Final rdp configuration used: screen mode id:i:2
    use multimon:i:1
    session bpp:i:24
    full address:s:192.168.16.x
    audiomode:i:0
    username:s:m
    disable wallpaper:i:0
    disable full window drag:i:0
    disable menu anims:i:0
    disable themes:i:0
    alternate shell:s:
    shell working directory:s:
    authentication level:i:2
    connect to console:i:0
    gatewayusagemethod:i:0
    disable cursor setting:i:0
    allow font smoothing:i:1
    allow desktop com:1
    bookmarktype:i:3
    use redirection server name:i:0
    [2014-Apr-07 12:21:42] RDP (0): --- BEGIN INTERFACE LIST ---
    [2014-Apr-07 12:21:42] RDP (0): lo0 af=18 addr= netmask=
    [2014-Apr-07 12:21:42] RDP (0): lo0 af=30 (AF_INET6) addr=::1 netmask=ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
    [2014-Apr-07 12:21:42] RDP (0): lo0 af=2 (AF_INET) addr=127.0.0.1 netmask=255.0.0.0
    [2014-Apr-07 12:21:42] RDP (0): lo0 af=30 (AF_INET6) addr=fe80::1%lo0 netmask=ffff:ffff:ffff:ffff::
    [2014-Apr-07 12:21:42] RDP (0): gif0 af=18 addr= netmask=
    [2014-Apr-07 12:21:42] RDP (0): stf0 af=18 addr= netmask=
    [2014-Apr-07 12:21:42] RDP (0): en0 af=18 addr= netmask=
    [2014-Apr-07 12:21:42] RDP (0): en0 af=30 (AF_INET6) addr=fe80::12dd:b1ff:febe:9771%en0 netmask=ffff:ffff:ffff:ffff::
    [2014-Apr-07 12:21:42] RDP (0): en0 af=2 (AF_INET) addr=192.168.16.1xx netmask=255.255.255.0
    [2014-Apr-07 12:21:42] RDP (0): en1 af=18 addr= netmask=
    [2014-Apr-07 12:21:42] RDP (0): en4 af=18 addr= netmask=
    [2014-Apr-07 12:21:42] RDP (0): en3 af=18 addr= netmask=
    [2014-Apr-07 12:21:42] RDP (0): p2p0 af=18 addr= netmask=
    [2014-Apr-07 12:21:42] RDP (0): bridge0 af=18 addr= netmask=
    [2014-Apr-07 12:21:42] RDP (0): --- END INTERFACE LIST ---
    [2014-Apr-07 12:21:42] RDP (0): ----- BEGIN ACTIVE CONNECTION -----
    [2014-Apr-07 12:21:42] RDP (0): client version: 8.0.24428
    [2014-Apr-07 12:21:42] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    [2014-Apr-07 12:21:42] RDP (0): Resolved '192.168.16.x' to '192.168.16.x' using NameResolveMethod_DNS(1)
    [2014-Apr-07 12:21:42] RDP (0): Protocol state changed to: ProtocolNegotiatingCredentials(2)
    [2014-Apr-07 12:21:43] RDP (0): Protocol state changed to: ProtocolConnectingRDP(3)
    [2014-Apr-07 12:21:43] RDP (0): Protocol state changed to: ProtocolInactive(4)
    [2014-Apr-07 12:21:43] RDP (0): Server supports RAIL
    [2014-Apr-07 12:21:43] RDP (0): Protocol state changed to: ProtocolActive(5)
    [2014-Apr-07 12:21:43] RDP (0): Protocol state changed to: ProtocolInactive(4)
    [2014-Apr-07 12:21:43] RDP (0): Server supports RAIL
    [2014-Apr-07 12:21:43] RDP (0): Protocol state changed to: ProtocolActive(5)
    [2014-Apr-07 15:30:19] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    [2014-Apr-07 15:30:19] RDP (0): Exception caught: Exception in file '../../librdp/legacytcpstreamadapter.cpp' at line 322
    User Message : Failed to read from socket: -1
    [2014-Apr-07 15:30:19] RDP (0): ------ END ACTIVE CONNECTION ------
    [2014-Apr-07 15:30:22] RDP (0): Final rdp configuration used: screen mode id:i:2
    use multimon:i:1
    session bpp:i:24
    full address:s:192.168.16.x
    audiomode:i:0
    username:s:m
    disable wallpaper:i:0
    disable full window drag:i:0
    disable menu anims:i:0
    disable themes:i:0
    alternate shell:s:
    shell working directory:s:
    authentication level:i:2
    connect to console:i:0
    gatewayusagemethod:i:0
    disable cursor setting:i:0
    allow font smoothing:i:1
    allow desktop com:1
    bookmarktype:i:3
    use redirection server name:i:0
    [2014-Apr-07 15:30:22] RDP (0): --- BEGIN INTERFACE LIST ---
    [2014-Apr-07 15:30:22] RDP (0): lo0 af=18 addr= netmask=
    [2014-Apr-07 15:30:22] RDP (0): lo0 af=30 (AF_INET6) addr=::1 netmask=ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
    [2014-Apr-07 15:30:22] RDP (0): lo0 af=2 (AF_INET) addr=127.0.0.1 netmask=255.0.0.0
    [2014-Apr-07 15:30:22] RDP (0): lo0 af=30 (AF_INET6) addr=fe80::1%lo0 netmask=ffff:ffff:ffff:ffff::
    [2014-Apr-07 15:30:22] RDP (0): gif0 af=18 addr= netmask=
    [2014-Apr-07 15:30:22] RDP (0): stf0 af=18 addr= netmask=
    [2014-Apr-07 15:30:22] RDP (0): en0 af=18 addr= netmask=
    [2014-Apr-07 15:30:22] RDP (0): en0 af=30 (AF_INET6) addr=fe80::12dd:b1ff:febe:9771%en0 netmask=ffff:ffff:ffff:ffff::
    [2014-Apr-07 15:30:22] RDP (0): en0 af=2 (AF_INET) addr=192.168.16.1xx netmask=255.255.255.0
    [2014-Apr-07 15:30:22] RDP (0): en1 af=18 addr= netmask=
    [2014-Apr-07 15:30:22] RDP (0): en4 af=18 addr= netmask=
    [2014-Apr-07 15:30:22] RDP (0): en3 af=18 addr= netmask=
    [2014-Apr-07 15:30:22] RDP (0): p2p0 af=18 addr= netmask=
    [2014-Apr-07 15:30:22] RDP (0): bridge0 af=18 addr= netmask=
    [2014-Apr-07 15:30:22] RDP (0): --- END INTERFACE LIST ---
    [2014-Apr-07 15:30:22] RDP (0): ----- BEGIN ACTIVE CONNECTION -----
    [2014-Apr-07 15:30:22] RDP (0): client version: 8.0.24428
    [2014-Apr-07 15:30:22] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    [2014-Apr-07 15:30:22] RDP (0): Resolved '192.168.16.x' to '192.168.16.x' using NameResolveMethod_DNS(1)
    [2014-Apr-07 15:30:22] RDP (0): Protocol state changed to: ProtocolNegotiatingCredentials(2)
    [2014-Apr-07 15:30:22] RDP (0): Protocol state changed to: ProtocolConnectingRDP(3)
    [2014-Apr-07 15:30:22] RDP (0): Protocol state changed to: ProtocolInactive(4)
    [2014-Apr-07 15:30:22] RDP (0): Server supports RAIL
    [2014-Apr-07 15:30:22] RDP (0): Protocol state changed to: ProtocolActive(5)
    [2014-Apr-07 15:30:23] RDP (0): Protocol state changed to: ProtocolInactive(4)
    [2014-Apr-07 15:30:23] RDP (0): Server supports RAIL
    [2014-Apr-07 15:30:23] RDP (0): Protocol state changed to: ProtocolActive(5)
    [2014-Apr-07 16:52:24] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    [2014-Apr-07 16:52:24] RDP (0): Exception caught: Exception in file '../../librdp/legacytcpstreamadapter.cpp' at line 322
    User Message : Failed to read from socket: -1
    [2014-Apr-07 16:52:24] RDP (0): ------ END ACTIVE CONNECTION ------
    [2014-Apr-07 16:52:27] RDP (0): Final rdp configuration used: screen mode id:i:2
    use multimon:i:1
    session bpp:i:24
    full address:s:192.168.16.x
    audiomode:i:0
    username:s:m
    disable wallpaper:i:0
    disable full window drag:i:0
    disable menu anims:i:0
    disable themes:i:0
    alternate shell:s:
    shell working directory:s:
    authentication level:i:2
    connect to console:i:0
    gatewayusagemethod:i:0
    disable cursor setting:i:0
    allow font smoothing:i:1
    allow desktop com:1
    bookmarktype:i:3
    use redirection server name:i:0
    [2014-Apr-07 16:52:27] RDP (0): --- BEGIN INTERFACE LIST ---
    [2014-Apr-07 16:52:27] RDP (0): lo0 af=18 addr= netmask=
    [2014-Apr-07 16:52:27] RDP (0): lo0 af=30 (AF_INET6) addr=::1 netmask=ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
    [2014-Apr-07 16:52:27] RDP (0): lo0 af=2 (AF_INET) addr=127.0.0.1 netmask=255.0.0.0
    [2014-Apr-07 16:52:27] RDP (0): lo0 af=30 (AF_INET6) addr=fe80::1%lo0 netmask=ffff:ffff:ffff:ffff::
    [2014-Apr-07 16:52:27] RDP (0): gif0 af=18 addr= netmask=
    [2014-Apr-07 16:52:27] RDP (0): stf0 af=18 addr= netmask=
    [2014-Apr-07 16:52:27] RDP (0): en0 af=18 addr= netmask=
    [2014-Apr-07 16:52:27] RDP (0): en0 af=30 (AF_INET6) addr=fe80::12dd:b1ff:febe:9771%en0 netmask=ffff:ffff:ffff:ffff::
    [2014-Apr-07 16:52:27] RDP (0): en0 af=2 (AF_INET) addr=192.168.16.195 netmask=255.255.255.0
    [2014-Apr-07 16:52:27] RDP (0): en1 af=18 addr= netmask=
    [2014-Apr-07 16:52:27] RDP (0): en4 af=18 addr= netmask=
    [2014-Apr-07 16:52:27] RDP (0): en3 af=18 addr= netmask=
    [2014-Apr-07 16:52:27] RDP (0): p2p0 af=18 addr= netmask=
    [2014-Apr-07 16:52:27] RDP (0): bridge0 af=18 addr= netmask=
    [2014-Apr-07 16:52:27] RDP (0): --- END INTERFACE LIST ---
    [2014-Apr-07 16:52:27] RDP (0): ----- BEGIN ACTIVE CONNECTION -----
    [2014-Apr-07 16:52:27] RDP (0): client version: 8.0.24428
    [2014-Apr-07 16:52:27] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    [2014-Apr-07 16:52:27] RDP (0): Resolved '192.168.16.x' to '192.168.16.x' using NameResolveMethod_DNS(1)
    [2014-Apr-07 16:52:27] RDP (0): Protocol state changed to: ProtocolNegotiatingCredentials(2)
    [2014-Apr-07 16:52:27] RDP (0): Protocol state changed to: ProtocolConnectingRDP(3)
    [2014-Apr-07 16:52:27] RDP (0): Protocol state changed to: ProtocolInactive(4)
    [2014-Apr-07 16:52:28] RDP (0): Server supports RAIL
    [2014-Apr-07 16:52:28] RDP (0): Protocol state changed to: ProtocolActive(5)
    [2014-Apr-07 16:52:28] RDP (0): Protocol state changed to: ProtocolInactive(4)
    [2014-Apr-07 16:52:28] RDP (0): Server supports RAIL
    [2014-Apr-07 16:52:28] RDP (0): Protocol state changed to: ProtocolActive(5)
    [2014-Apr-07 16:52:40] RDP (0): Protocol state changed to: ProtocolInactive(4)
    [2014-Apr-07 16:52:40] RDP (0): Disconnect initiated by server
    [2014-Apr-07 16:52:45] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    [2014-Apr-07 16:52:45] RDP (0): ------ END ACTIVE CONNECTION ------
    [2014-Apr-07 16:52:45] RDP (0): Exception caught: Exception in file '../../librdp/legacytcpstreamadapter.cpp' at line 322
    User Message : Failed to read from socket: -1
    [2014-Apr-07 16:58:19] RDP (0): *** Application terminated ***
    [2014-Apr-08 10:00:23] RDP (0): Final rdp configuration used: screen mode id:i:2
    use multimon:i:1
    session bpp:i:24
    full address:s:192.168.16.x
    audiomode:i:0
    username:s:m
    disable wallpaper:i:0
    disable full window drag:i:0
    disable menu anims:i:0
    disable themes:i:0
    alternate shell:s:
    shell working directory:s:
    authentication level:i:2
    connect to console:i:0
    gatewayusagemethod:i:0
    disable cursor setting:i:0
    allow font smoothing:i:1
    allow desktop com:1
    bookmarktype:i:3
    use redirection server name:i:0
    [2014-Apr-08 10:00:23] RDP (0): --- BEGIN INTERFACE LIST ---
    [2014-Apr-08 10:00:23] RDP (0): lo0 af=18 addr= netmask=
    [2014-Apr-08 10:00:23] RDP (0): lo0 af=30 (AF_INET6) addr=::1 netmask=ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
    [2014-Apr-08 10:00:23] RDP (0): lo0 af=2 (AF_INET) addr=127.0.0.1 netmask=255.0.0.0
    [2014-Apr-08 10:00:23] RDP (0): lo0 af=30 (AF_INET6) addr=fe80::1%lo0 netmask=ffff:ffff:ffff:ffff::
    [2014-Apr-08 10:00:23] RDP (0): gif0 af=18 addr= netmask=
    [2014-Apr-08 10:00:23] RDP (0): stf0 af=18 addr= netmask=
    [2014-Apr-08 10:00:23] RDP (0): en0 af=18 addr= netmask=
    [2014-Apr-08 10:00:23] RDP (0): en0 af=30 (AF_INET6) addr=fe80::12dd:b1ff:febe:9771%en0 netmask=ffff:ffff:ffff:ffff::
    [2014-Apr-08 10:00:23] RDP (0): en0 af=2 (AF_INET) addr=192.168.16.1xx netmask=255.255.255.0
    [2014-Apr-08 10:00:23] RDP (0): en1 af=18 addr= netmask=
    [2014-Apr-08 10:00:23] RDP (0): en4 af=18 addr= netmask=
    [2014-Apr-08 10:00:23] RDP (0): en3 af=18 addr= netmask=
    [2014-Apr-08 10:00:23] RDP (0): p2p0 af=18 addr= netmask=
    [2014-Apr-08 10:00:23] RDP (0): bridge0 af=18 addr= netmask=
    [2014-Apr-08 10:00:23] RDP (0): --- END INTERFACE LIST ---
    [2014-Apr-08 10:00:23] RDP (0): ----- BEGIN ACTIVE CONNECTION -----
    [2014-Apr-08 10:00:23] RDP (0): client version: 8.0.24428
    [2014-Apr-08 10:00:23] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    [2014-Apr-08 10:00:23] RDP (0): Resolved '192.168.16.25' to '192.168.16.25' using NameResolveMethod_DNS(1)
    [2014-Apr-08 10:00:23] RDP (0): Protocol state changed to: ProtocolNegotiatingCredentials(2)
    [2014-Apr-08 10:00:23] RDP (0): Protocol state changed to: ProtocolConnectingRDP(3)
    [2014-Apr-08 10:00:23] RDP (0): Protocol state changed to: ProtocolInactive(4)
    [2014-Apr-08 10:00:23] RDP (0): Server supports RAIL
    [2014-Apr-08 10:00:23] RDP (0): Protocol state changed to: ProtocolActive(5)
    [2014-Apr-08 10:00:38] RDP (0): Server hides cursor
    [2014-Apr-08 10:00:40] RDP (0): Server shows cursor
    [2014-Apr-08 10:08:35] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    [2014-Apr-08 10:08:35] RDP (0): ------ END ACTIVE CONNECTION ------
    [2014-Apr-08 10:08:35] RDP (0): Exception caught: Exception in file '../../librdp/legacytcpstreamadapter.cpp' at line 322
    User Message : Failed to read from socket: -1
    [2014-Apr-08 10:08:39] RDP (0): Final rdp configuration used: screen mode id:i:2
    use multimon:i:1
    session bpp:i:24
    full address:s:192.168.16.x
    audiomode:i:0
    username:s:m
    disable wallpaper:i:0
    disable full window drag:i:0
    disable menu anims:i:0
    disable themes:i:0
    alternate shell:s:
    shell working directory:s:
    authentication level:i:2
    connect to console:i:0
    gatewayusagemethod:i:0
    disable cursor setting:i:0
    allow font smoothing:i:1
    allow desktop com:1
    bookmarktype:i:3
    use redirection server name:i:0
    [2014-Apr-08 10:08:39] RDP (0): --- BEGIN INTERFACE LIST ---
    [2014-Apr-08 10:08:39] RDP (0): lo0 af=18 addr= netmask=
    [2014-Apr-08 10:08:39] RDP (0): lo0 af=30 (AF_INET6) addr=::1 netmask=ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
    [2014-Apr-08 10:08:39] RDP (0): lo0 af=2 (AF_INET) addr=127.0.0.1 netmask=255.0.0.0
    [2014-Apr-08 10:08:39] RDP (0): lo0 af=30 (AF_INET6) addr=fe80::1%lo0 netmask=ffff:ffff:ffff:ffff::
    [2014-Apr-08 10:08:39] RDP (0): gif0 af=18 addr= netmask=
    [2014-Apr-08 10:08:39] RDP (0): stf0 af=18 addr= netmask=
    [2014-Apr-08 10:08:39] RDP (0): en0 af=18 addr= netmask=
    [2014-Apr-08 10:08:39] RDP (0): en0 af=30 (AF_INET6) addr=fe80::12dd:b1ff:febe:9771%en0 netmask=ffff:ffff:ffff:ffff::
    [2014-Apr-08 10:08:39] RDP (0): en0 af=2 (AF_INET) addr=192.168.16.195 netmask=255.255.255.0
    [2014-Apr-08 10:08:39] RDP (0): en1 af=18 addr= netmask=
    [2014-Apr-08 10:08:39] RDP (0): en4 af=18 addr= netmask=
    [2014-Apr-08 10:08:39] RDP (0): en3 af=18 addr= netmask=
    [2014-Apr-08 10:08:39] RDP (0): p2p0 af=18 addr= netmask=
    [2014-Apr-08 10:08:39] RDP (0): bridge0 af=18 addr= netmask=
    [2014-Apr-08 10:08:39] RDP (0): --- END INTERFACE LIST ---
    [2014-Apr-08 10:08:39] RDP (0): ----- BEGIN ACTIVE CONNECTION -----
    [2014-Apr-08 10:08:39] RDP (0): client version: 8.0.24428
    [2014-Apr-08 10:08:39] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    [2014-Apr-08 10:08:39] RDP (0): Resolved '192.168.16.25' to '192.168.16.25' using NameResolveMethod_DNS(1)
    [2014-Apr-08 10:08:39] RDP (0): Protocol state changed to: ProtocolNegotiatingCredentials(2)
    [2014-Apr-08 10:08:39] RDP (0): Protocol state changed to: ProtocolConnectingRDP(3)
    [2014-Apr-08 10:08:39] RDP (0): Protocol state changed to: ProtocolInactive(4)
    [2014-Apr-08 10:08:39] RDP (0): Server supports RAIL
    [2014-Apr-08 10:08:39] RDP (0): Protocol state changed to: ProtocolActive(5)
    [2014-Apr-08 10:08:40] RDP (0): Protocol state changed to: ProtocolInactive(4)
    [2014-Apr-08 10:08:40] RDP (0): Server supports RAIL
    [2014-Apr-08 10:08:40] RDP (0): Protocol state changed to: ProtocolActive(5)
    [2014-Apr-08 11:02:36] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    [2014-Apr-08 11:02:36] RDP (0): Exception caught: Exception in file '../../librdp/legacytcpstreamadapter.cpp' at line 322
    User Message : Failed to read from socket: -1
    [2014-Apr-08 11:02:36] RDP (0): ------ END ACTIVE CONNECTION ------
    [2014-Apr-08 11:04:38] RDP (0): Final rdp configuration used: screen mode id:i:2
    use multimon:i:1
    session bpp:i:24
    full address:s:192.168.16.25
    audiomode:i:0
    username:s:michele.lefebvre
    disable wallpaper:i:0
    disable full window drag:i:0
    disable menu anims:i:0
    disable themes:i:0
    alternate shell:s:
    shell working directory:s:
    authentication level:i:2
    connect to console:i:0
    gatewayusagemethod:i:0
    disable cursor setting:i:0
    allow font smoothing:i:1
    allow desktop com:1
    bookmarktype:i:3
    use redirection server name:i:0
    [2014-Apr-08 11:04:38] RDP (0): --- BEGIN INTERFACE LIST ---
    [2014-Apr-08 11:04:38] RDP (0): lo0 af=18 addr= netmask=
    [2014-Apr-08 11:04:38] RDP (0): lo0 af=30 (AF_INET6) addr=::1 netmask=ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
    [2014-Apr-08 11:04:38] RDP (0): lo0 af=2 (AF_INET) addr=127.0.0.1 netmask=255.0.0.0
    [2014-Apr-08 11:04:38] RDP (0): lo0 af=30 (AF_INET6) addr=fe80::1%lo0 netmask=ffff:ffff:ffff:ffff::
    [2014-Apr-08 11:04:38] RDP (0): gif0 af=18 addr= netmask=
    [2014-Apr-08 11:04:38] RDP (0): stf0 af=18 addr= netmask=
    [2014-Apr-08 11:04:38] RDP (0): en0 af=18 addr= netmask=
    [2014-Apr-08 11:04:38] RDP (0): en0 af=30 (AF_INET6) addr=fe80::12dd:b1ff:febe:9771%en0 netmask=ffff:ffff:ffff:ffff::
    [2014-Apr-08 11:04:38] RDP (0): en0 af=2 (AF_INET) addr=192.168.16.1xx netmask=255.255.255.0
    [2014-Apr-08 11:04:38] RDP (0): en1 af=18 addr= netmask=
    [2014-Apr-08 11:04:38] RDP (0): en4 af=18 addr= netmask=
    [2014-Apr-08 11:04:38] RDP (0): en3 af=18 addr= netmask=
    [2014-Apr-08 11:04:38] RDP (0): p2p0 af=18 addr= netmask=
    [2014-Apr-08 11:04:38] RDP (0): bridge0 af=18 addr= netmask=
    [2014-Apr-08 11:04:38] RDP (0): --- END INTERFACE LIST ---
    [2014-Apr-08 11:04:38] RDP (0): ----- BEGIN ACTIVE CONNECTION -----
    [2014-Apr-08 11:04:38] RDP (0): client version: 8.0.24428
    [2014-Apr-08 11:04:38] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    [2014-Apr-08 11:04:38] RDP (0): Resolved '192.168.16.25' to '192.168.16.25' using NameResolveMethod_DNS(1)
    [2014-Apr-08 11:04:38] RDP (0): Protocol state changed to: ProtocolNegotiatingCredentials(2)
    [2014-Apr-08 11:04:38] RDP (0): Protocol state changed to: ProtocolConnectingRDP(3)
    [2014-Apr-08 11:04:38] RDP (0): Protocol state changed to: ProtocolInactive(4)
    [2014-Apr-08 11:04:38] RDP (0): Server supports RAIL
    [2014-Apr-08 11:04:39] RDP (0): Protocol state changed to: ProtocolActive(5)
    [2014-Apr-08 11:04:39] RDP (0): Protocol state changed to: ProtocolInactive(4)
    [2014-Apr-08 11:04:39] RDP (0): Server supports RAIL
    [2014-Apr-08 11:04:39] RDP (0): Protocol state changed to: ProtocolActive(5)
    [2014-Apr-08 11:04:49] RDP (0): Server hides cursor
    [2014-Apr-08 11:04:50] RDP (0): Server shows cursor
    [2014-Apr-08 11:04:51] RDP (0): Server hides cursor
    [2014-Apr-08 11:04:55] RDP (0): Server shows cursor
    [2014-Apr-08 11:05:09] RDP (0): Server hides cursor
    [2014-Apr-08 11:05:12] RDP (0): Server shows cursor
    [2014-Apr-08 11:06:33] RDP (0): Server hides cursor
    [2014-Apr-08 11:06:33] RDP (0): Server shows cursor
    [2014-Apr-08 11:06:35] RDP (0): Server hides cursor
    [2014-Apr-08 11:06:44] RDP (0): Server shows cursor
    [2014-Apr-08 11:06:49] RDP (0): Server hides cursor
    [2014-Apr-08 11:06:50] RDP (0): Server shows cursor
    [2014-Apr-08 11:06:54] RDP (0): Server hides cursor
    [2014-Apr-08 11:07:02] RDP (0): Server shows cursor
    [2014-Apr-08 11:07:06] RDP (0): Server hides cursor
    [2014-Apr-08 11:07:14] RDP (0): Server shows cursor
    [2014-Apr-08 11:07:26] RDP (0): Server hides cursor
    [2014-Apr-08 11:07:29] RDP (0): Server shows cursor
    [2014-Apr-08 11:07:32] RDP (0): Server hides cursor
    [2014-Apr-08 11:07:33] RDP (0): Server shows cursor
    [2014-Apr-08 11:07:35] RDP (0): Server hides cursor
    [2014-Apr-08 11:07:35] RDP (0): Server shows cursor
    [2014-Apr-08 11:07:35] RDP (0): Server hides cursor
    [2014-Apr-08 11:07:35] RDP (0): Server shows cursor
    [2014-Apr-08 11:07:35] RDP (0): Server hides cursor
    [2014-Apr-08 11:07:35] RDP (0): Server shows cursor
    [2014-Apr-08 11:07:36] RDP (0): Server hides cursor
    [2014-Apr-08 11:07:36] RDP (0): Server shows cursor
    [2014-Apr-08 11:07:36] RDP (0): Server hides cursor
    [2014-Apr-08 11:07:36] RDP (0): Server shows cursor
    [2014-Apr-08 11:07:36] RDP (0): Server hides cursor
    [2014-Apr-08 11:07:36] RDP (0): Server shows cursor
    [2014-Apr-08 11:07:38] RDP (0): Server hides cursor
    [2014-Apr-08 11:07:38] RDP (0): Server shows cursor
    [2014-Apr-08 11:17:05] RDP (0): Server hides cursor
    [2014-Apr-08 11:17:08] RDP (0): Server shows cursor
    [2014-Apr-08 11:26:53] RDP (0): Server hides cursor
    [2014-Apr-08 11:26:54] RDP (0): Server shows cursor
    [2014-Apr-08 11:26:54] RDP (0): Server hides cursor
    [2014-Apr-08 11:26:54] RDP (0): Server shows cursor
    [2014-Apr-08 11:26:54] RDP (0): Server hides cursor
    [2014-Apr-08 11:26:54] RDP (0): Server shows cursor
    [2014-Apr-08 11:26:54] RDP (0): Server hides cursor
    [2014-Apr-08 11:26:54] RDP (0): Server shows cursor
    [2014-Apr-08 11:26:54] RDP (0): Server hides cursor
    [2014-Apr-08 11:26:54] RDP (0): Server shows cursor
    [2014-Apr-08 11:26:58] RDP (0): Server hides cursor
    [2014-Apr-08 11:26:58] RDP (0): Server shows cursor
    [2014-Apr-08 11:26:58] RDP (0): Server hides cursor
    [2014-Apr-08 11:26:58] RDP (0): Server shows cursor
    [2014-Apr-08 11:27:05] RDP (0): Server hides cursor
    [2014-Apr-08 11:27:06] RDP (0): Server shows cursor
    [2014-Apr-08 11:27:15] RDP (0): Server hides cursor
    [2014-Apr-08 11:27:15] RDP (0): Server shows cursor
    [2014-Apr-08 11:27:15] RDP (0): Server hides cursor
    [2014-Apr-08 11:27:15] RDP (0): Server shows cursor
    [2014-Apr-08 11:27:17] RDP (0): Server hides cursor
    [2014-Apr-08 11:27:17] RDP (0): Server shows cursor
    [2014-Apr-08 11:27:22] RDP (0): Server hides cursor
    [2014-Apr-08 11:27:22] RDP (0): Server shows cursor
    [2014-Apr-08 11:27:23] RDP (0): Server hides cursor
    [2014-Apr-08 11:27:25] RDP (0): Server shows cursor
    [2014-Apr-08 11:27:25] RDP (0): Server hides cursor
    [2014-Apr-08 11:27:25] RDP (0): Server shows cursor
    [2014-Apr-08 11:27:25] RDP (0): Server hides cursor
    [2014-Apr-08 11:27:26] RDP (0): Server shows cursor
    [2014-Apr-08 11:27:29] RDP (0): Server hides cursor
    [2014-Apr-08 11:27:29] RDP (0): Server shows cursor
    [2014-Apr-08 11:27:29] RDP (0): Server hides cursor
    [2014-Apr-08 11:27:29] RDP (0): Server shows cursor
    [2014-Apr-08 11:27:29] RDP (0): Server hides cursor
    [2014-Apr-08 11:27:29] RDP (0): Server shows cursor
    [2014-Apr-08 11:27:31] RDP (0): Server hides cursor
    [2014-Apr-08 11:27:31] RDP (0): Server shows cursor
    [2014-Apr-08 11:27:32] RDP (0): Server hides cursor
    [2014-Apr-08 11:27:33] RDP (0): Server shows cursor
    [2014-Apr-08 11:27:35] RDP (0): Server hides cursor
    [2014-Apr-08 11:27:36] RDP (0): Server shows cursor
    [2014-Apr-08 11:29:50] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    [2014-Apr-08 11:29:50] RDP (0): ------ END ACTIVE CONNECTION ------
    [2014-Apr-08 11:29:50] RDP (0): Exception caught: Exception in file '../../librdp/legacytcpstreamadapter.cpp' at line 322
    User Message : Failed to read from socket: -1
    [2014-Apr-08 11:30:04] RDP (0): Final rdp configuration used: screen mode id:i:2
    use multimon:i:1
    session bpp:i:24
    full address:s:192.168.16.x
    audiomode:i:0
    username:s:m
    disable wallpaper:i:0
    disable full window drag:i:0
    disable menu anims:i:0
    disable themes:i:0
    alternate shell:s:
    shell working directory:s:
    authentication level:i:2
    connect to console:i:0
    gatewayusagemethod:i:0
    disable cursor setting:i:0
    allow font smoothing:i:1
    allow desktop com:1
    bookmarktype:i:3
    use redirection server name:i:0
    [2014-Apr-08 11:30:04] RDP (0): --- BEGIN INTERFACE LIST ---
    [2014-Apr-08 11:30:04] RDP (0): lo0 af=18 addr= netmask=
    [2014-Apr-08 11:30:04] RDP (0): lo0 af=30 (AF_INET6) addr=::1 netmask=ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
    [2014-Apr-08 11:30:04] RDP (0): lo0 af=2 (AF_INET) addr=127.0.0.1 netmask=255.0.0.0
    [2014-Apr-08 11:30:04] RDP (0): lo0 af=30 (AF_INET6) addr=fe80::1%lo0 netmask=ffff:ffff:ffff:ffff::
    [2014-Apr-08 11:30:04] RDP (0): gif0 af=18 addr= netmask=
    [2014-Apr-08 11:30:04] RDP (0): stf0 af=18 addr= netmask=
    [2014-Apr-08 11:30:04] RDP (0): en0 af=18 addr= netmask=
    [2014-Apr-08 11:30:04] RDP (0): en0 af=30 (AF_INET6) addr=fe80::12dd:b1ff:febe:9771%en0 netmask=ffff:ffff:ffff:ffff::
    [2014-Apr-08 11:30:04] RDP (0): en0 af=2 (AF_INET) addr=192.168.16.1xx netmask=255.255.255.0
    [2014-Apr-08 11:30:04] RDP (0): en1 af=18 addr= netmask=
    [2014-Apr-08 11:30:04] RDP (0): en4 af=18 addr= netmask=
    [2014-Apr-08 11:30:04] RDP (0): en3 af=18 addr= netmask=
    [2014-Apr-08 11:30:04] RDP (0): p2p0 af=18 addr= netmask=
    [2014-Apr-08 11:30:04] RDP (0): bridge0 af=18 addr= netmask=
    [2014-Apr-08 11:30:04] RDP (0): --- END INTERFACE LIST ---
    [2014-Apr-08 11:30:04] RDP (0): ----- BEGIN ACTIVE CONNECTION -----
    [2014-Apr-08 11:30:04] RDP (0): client version: 8.0.24428
    [2014-Apr-08 11:30:04] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    [2014-Apr-08 11:30:04] RDP (0): Resolved '192.168.16.25' to '192.168.16.25' using NameResolveMethod_DNS(1)
    [2014-Apr-08 11:30:04] RDP (0): Protocol state changed to: ProtocolNegotiatingCredentials(2)
    [2014-Apr-08 11:30:04] RDP (0): Protocol state changed to: ProtocolConnectingRDP(3)
    [2014-Apr-08 11:30:04] RDP (0): Protocol state changed to: ProtocolInactive(4)
    [2014-Apr-08 11:30:04] RDP (0): Server supports RAIL
    [2014-Apr-08 11:30:04] RDP (0): Protocol state changed to: ProtocolActive(5)
    [2014-Apr-08 11:30:05] RDP (0): Protocol state changed to: ProtocolInactive(4)
    [2014-Apr-08 11:30:05] RDP (0): Server supports RAIL
    [2014-Apr-08 11:30:05] RDP (0): Protocol state changed to: ProtocolActive(5)
    [2014-Apr-08 11:30:11] RDP (0): Server hides cursor
    [2014-Apr-08 11:30:11] RDP (0): Server shows cursor
    [2014-Apr-08 11:30:11] RDP (0): Server hides cursor
    [2014-Apr-08 11:30:11] RDP (0): Server shows cursor
    [2014-Apr-08 11:30:12] RDP (0): Server hides cursor
    [2014-Apr-08 11:30:12] RDP (0): Server shows cursor
    [2014-Apr-08 11:30:12] RDP (0): Server hides cursor
    [2014-Apr-08 11:30:12] RDP (0): Server shows cursor
    [2014-Apr-08 11:30:12] RDP (0): Server hides cursor
    [2014-Apr-08 11:30:12] RDP (0): Server shows cursor
    [2014-Apr-08 11:30:30] RDP (0): Server hides cursor
    [2014-Apr-08 11:30:31] RDP (0): Server shows cursor
    [2014-Apr-08 11:30:31] RDP (0): Server hides cursor
    [2014-Apr-08 11:30:31] RDP (0): Server shows cursor
    [2014-Apr-08 14:45:21] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    [2014-Apr-08 14:45:21] RDP (0): Exception caught: Exception in file '../../librdp/legacytcpstreamadapter.cpp' at line 322
    User Message : Failed to read from socket: -1
    [2014-Apr-08 14:45:21] RDP (0): ------ END ACTIVE CONNECTION ------
    [2014-Apr-08 15:11:03] RDP (0): Final rdp configuration used: screen mode id:i:2
    use multimon:i:1
    session bpp:i:24
    full address:s:192.168.16.x
    audiomode:i:0
    username:s:m
    disable wallpaper:i:0
    disable full window drag:i:0
    disable menu anims:i:0
    disable themes:i:0
    alternate shell:s:
    shell working directory:s:
    authentication level:i:2
    connect to console:i:0
    gatewayusagemethod:i:0
    disable cursor setting:i:0
    allow font smoothing:i:1
    allow desktop com:1
    bookmarktype:i:3
    use redirection server name:i:0
    [2014-Apr-08 15:11:03] RDP (0): --- BEGIN INTERFACE LIST ---
    [2014-Apr-08 15:11:03] RDP (0): lo0 af=18 addr= netmask=
    [2014-Apr-08 15:11:03] RDP (0): lo0 af=30 (AF_INET6) addr=::1 netmask=ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
    [2014-Apr-08 15:11:03] RDP (0): lo0 af=2 (AF_INET) addr=127.0.0.1 netmask=255.0.0.0
    [2014-Apr-08 15:11:03] RDP (0): lo0 af=30 (AF_INET6) addr=fe80::1%lo0 netmask=ffff:ffff:ffff:ffff::
    [2014-Apr-08 15:11:03] RDP (0): gif0 af=18 addr= netmask=
    [2014-Apr-08 15:11:03] RDP (0): stf0 af=18 addr= netmask=
    [2014-Apr-08 15:11:03] RDP (0): en0 af=18 addr= netmask=
    [2014-Apr-08 15:11:03] RDP (0): en0 af=30 (AF_INET6) addr=fe80::12dd:b1ff:febe:9771%en0 netmask=ffff:ffff:ffff:ffff::
    [2014-Apr-08 15:11:03] RDP (0): en0 af=2 (AF_INET) addr=192.168.16.1xx netmask=255.255.255.0
    [2014-Apr-08 15:11:03] RDP (0): en1 af=18 addr= netmask=
    [2014-Apr-08 15:11:03] RDP (0): en4 af=18 addr= netmask=
    [2014-Apr-08 15:11:03] RDP (0): en3 af=18 addr= netmask=
    [2014-Apr-08 15:11:03] RDP (0): p2p0 af=18 addr= netmask=
    [2014-Apr-08 15:11:03] RDP (0): bridge0 af=18 addr= netmask=
    [2014-Apr-08 15:11:03] RDP (0): --- END INTERFACE LIST ---
    [2014-Apr-08 15:11:03] RDP (0): ----- BEGIN ACTIVE CONNECTION -----
    [2014-Apr-08 15:11:03] RDP (0): client version: 8.0.24428
    [2014-Apr-08 15:11:03] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    [2014-Apr-08 15:11:03] RDP (0): Resolved '192.168.16.x' to '192.168.16.x' using NameResolveMethod_DNS(1)
    [2014-Apr-08 15:11:03] RDP (0): Protocol state changed to: ProtocolNegotiatingCredentials(2)
    [2014-Apr-08 15:11:03] RDP (0): Protocol state changed to: ProtocolConnectingRDP(3)
    [2014-Apr-08 15:11:03] RDP (0): Protocol state changed to: ProtocolInactive(4)
    [2014-Apr-08 15:11:03] RDP (0): Server supports RAIL
    [2014-Apr-08 15:11:03] RDP (0): Protocol state changed to: ProtocolActive(5)
    [2014-Apr-08 15:11:04] RDP (0): Protocol state changed to: ProtocolInactive(4)
    [2014-Apr-08 15:11:04] RDP (0): Server supports RAIL
    [2014-Apr-08 15:11:04] RDP (0): Protocol state changed to: ProtocolActive(5)
    [2014-Apr-08 15:22:36] RDP (0): Protocol state changed to: ProtocolInactive(4)
    [2014-Apr-08 15:22:36] RDP (0): Disconnect initiated by server
    [2014-Apr-08 15:22:41] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    [2014-Apr-08 15:22:41] RDP (0): ------ END ACTIVE CONNECTION ------
    [2014-Apr-08 15:22:41] RDP (0): Exception caught: Exception in file '../../librdp/legacytcpstreamadapter.cpp' at line 322
    User Message : Failed to read from socket: -1
    [2014-Apr-08 16:29:11] RDP (0): Final rdp configuration used: screen mode id:i:2
    use multimon:i:1
    session bpp:i:24
    full address:s:192.168.16.x
    audiomode:i:0
    username:s:michele.lefebvre
    disable wallpaper:i:0
    disable full window drag:i:0
    disable menu anims:i:0
    disable themes:i:0
    alternate shell:s:
    shell working directory:s:
    authentication level:i:2
    connect to console:i:0
    gatewayusagemethod:i:0
    disable cursor setting:i:0
    allow font smoothing:i:1
    allow desktop com:1
    bookmarktype:i:3
    use redirection server name:i:0
    [2014-Apr-08 16:29:11] RDP (0): --- BEGIN INTERFACE LIST ---
    [2014-Apr-08 16:29:11] RDP (0): lo0 af=18 addr= netmask=
    [2014-Apr-08 16:29:11] RDP (0): lo0 af=30 (AF_INET6) addr=::1 netmask=ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
    [2014-Apr-08 16:29:11] RDP (0): lo0 af=2 (AF_INET) addr=127.0.0.1 netmask=255.0.0.0
    [2014-Apr-08 16:29:11] RDP (0): lo0 af=30 (AF_INET6) addr=fe80::1%lo0 netmask=ffff:ffff:ffff:ffff::
    [2014-Apr-08 16:29:11] RDP (0): gif0 af=18 addr= netmask=
    [2014-Apr-08 16:29:11] RDP (0): stf0 af=18 addr= netmask=
    [2014-Apr-08 16:29:11] RDP (0): en0 af=18 addr= netmask=
    [2014-Apr-08 16:29:11] RDP (0): en0 af=30 (AF_INET6) addr=fe80::12dd:b1ff:febe:9771%en0 netmask=ffff:ffff:ffff:ffff::
    [2014-Apr-08 16:29:11] RDP (0): en0 af=2 (AF_INET) addr=192.168.16.195 netmask=255.255.255.0
    [2014-Apr-08 16:29:11] RDP (0): en1 af=18 addr= netmask=
    [2014-Apr-08 16:29:11] RDP (0): en4 af=18 addr= netmask=
    [2014-Apr-08 16:29:11] RDP (0): en3 af=18 addr= netmask=
    [2014-Apr-08 16:29:11] RDP (0): p2p0 af=18 addr= netmask=
    [2014-Apr-08 16:29:11] RDP (0): bridge0 af=18 addr= netmask=
    [2014-Apr-08 16:29:11] RDP (0): --- END INTERFACE LIST ---
    [2014-Apr-08 16:29:11] RDP (0): ----- BEGIN ACTIVE CONNECTION -----
    [2014-Apr-08 16:29:11] RDP (0): client version: 8.0.24428
    [2014-Apr-08 16:29:11] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    [2014-Apr-08 16:29:11] RDP (0): Resolved '192.168.16.25' to '192.168.16.25' using NameResolveMethod_DNS(1)
    [2014-Apr-08 16:29:11] RDP (0): Protocol state changed to: ProtocolNegotiatingCredentials(2)
    [2014-Apr-08 16:29:11] RDP (0): Protocol state changed to: ProtocolConnectingRDP(3)
    [2014-Apr-08 16:29:11] RDP (0): Protocol state changed to: ProtocolInactive(4)
    [2014-Apr-08 16:29:12] RDP (0): Server supports RAIL
    [2014-Apr-08 16:29:12] RDP (0): Protocol state changed to: ProtocolActive(5)
    [2014-Apr-08 16:29:51] RDP (0): Protocol state changed to: ProtocolInactive(4)
    [2014-Apr-08 16:29:51] RDP (0): Disconnect initiated by server
    [2014-Apr-08 16:29:56] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    [2014-Apr-08 16:29:56] RDP (0): ------ END ACTIVE CONNECTION ------
    [2014-Apr-08 16:29:56] RDP (0): Exception caught: Exception in file '../../librdp/legacytcpstreamadapter.cpp' at line 322
    User Message : Failed to read from socket: -1
    [2014-Apr-08 16:37:07] RDP (0): *** Application terminated ***
    [2014-Apr-09 09:24:29] RDP (0): Final rdp configuration used: screen mode id:i:2
    use multimon:i:1
    session bpp:i:24
    full address:s:192.168.16.x
    audiomode:i:0
    username:s:m
    disable wallpaper:i:0
    disable full window drag:i:0
    disable menu anims:i:0
    disable themes:i:0
    alternate shell:s:
    shell working directory:s:
    authentication level:i:2
    connect to console:i:0
    gatewayusagemethod:i:0
    disable cursor setting:i:0
    allow font smoothing:i:1
    allow desktop com:1
    bookmarktype:i:3
    use redirection server name:i:0
    [2014-Apr-09 09:24:29] RDP (0): --- BEGIN INTERFACE LIST ---
    [2014-Apr-09 09:24:29] RDP (0): lo0 af=18 addr= netmask=
    [2014-Apr-09 09:24:29] RDP (0): lo0 af=30 (AF_INET6) addr=::1 netmask=ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
    [2014-Apr-09 09:24:29] RDP (0): lo0 af=2 (AF_INET) addr=127.0.0.1 netmask=255.0.0.0
    [2014-Apr-09 09:24:29] RDP (0): lo0 af=30 (AF_INET6) addr=fe80::1%lo0 netmask=ffff:ffff:ffff:ffff::
    [2014-Apr-09 09:24:29] RDP (0): gif0 af=18 addr= netmask=
    [2014-Apr-09 09:24:29] RDP (0): stf0 af=18 addr= netmask=
    [2014-Apr-09 09:24:29] RDP (0): en0 af=18 addr= netmask=
    [2014-Apr-09 09:24:29] RDP (0): en0 af=30 (AF_INET6) addr=fe80::12dd:b1ff:febe:9771%en0 netmask=ffff:ffff:ffff:ffff::
    [2014-Apr-09 09:24:29] RDP (0): en0 af=2 (AF_INET) addr=192.168.16.195 netmask=255.255.255.0
    [2014-Apr-09 09:24:29] RDP (0): en1 af=18 addr= netmask=
    [2014-Apr-09 09:24:29] RDP (0): en4 af=18 addr= netmask=
    [2014-Apr-09 09:24:29] RDP (0): en3 af=18 addr= netmask=
    [2014-Apr-09 09:24:29] RDP (0): p2p0 af=18 addr= netmask=
    [2014-Apr-09 09:24:29] RDP (0): bridge0 af=18 addr= netmask=
    [2014-Apr-09 09:24:29] RDP (0): --- END INTERFACE LIST ---
    [2014-Apr-09 09:24:29] RDP (0): ----- BEGIN ACTIVE CONNECTION -----
    [2014-Apr-09 09:24:29] RDP (0): client version: 8.0.24428
    [2014-Apr-09 09:24:29] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    [2014-Apr-09 09:24:29] RDP (0): Resolved '192.168.16.x' to '192.168.16.x' using NameResolveMethod_DNS(1)
    [2014-Apr-09 09:24:29] RDP (0): Protocol state changed to: ProtocolNegotiatingCredentials(2)
    [2014-Apr-09 09:24:29] RDP (0): Protocol state changed to: ProtocolConnectingRDP(3)
    [2014-Apr-09 09:24:29] RDP (0): Protocol state changed to: ProtocolInactive(4)
    [2014-Apr-09 09:24:29] RDP (0): Server supports RAIL
    [2014-Apr-09 09:24:29] RDP (0): Protocol state changed to: ProtocolActive(5)
    [2014-Apr-09 09:24:45] RDP (0): Server hides cursor
    [2014-Apr-09 09:24:46] RDP (0): Server shows cursor
    [2014-Apr-09 09:24:46] RDP (0): Server hides cursor
    [2014-Apr-09 09:24:49] RDP (0): Server shows cursor
    [2014-Apr-09 09:25:08] RDP (0): Server hides cursor
    [2014-Apr-09 09:25:10] RDP (0): Server shows cursor
    [2014-Apr-09 09:25:15] RDP (0): Server hides cursor
    [2014-Apr-09 09:25:27] RDP (0): Server shows cursor
    [2014-Apr-09 09:25:30] RDP (0): Server hides cursor
    [2014-Apr-09 09:25:31] RDP (0): Server shows cursor
    [2014-Apr-09 09:25:33] RDP (0): Server hides cursor
    [2014-Apr-09 09:25:34] RDP (0): Server shows cursor
    [2014-Apr-09 09:25:38] RDP (0): Server hides cursor
    [2014-Apr-09 09:25:48] RDP (0): Server shows cursor
    [2014-Apr-09 09:25:50] RDP (0): Server hides cursor
    [2014-Apr-09 09:26:40] RDP (0): Server shows cursor
    [2014-Apr-09 09:26:40] RDP (0): Server hides cursor
    [2014-Apr-09 09:26:40] RDP (0): Server shows cursor
    [2014-Apr-09 09:26:40] RDP (0): Server hides cursor
    [2014-Apr-09 09:26:40] RDP (0): Server shows cursor
    [2014-Apr-09 09:26:40] RDP (0): Server hides cursor
    [2014-Apr-09 09:26:41] RDP (0): Server shows cursor
    [2014-Apr-09 09:26:41] RDP (0): Server hides cursor
    [2014-Apr-09 09:26:41] RDP (0): Server shows cursor
    [2014-Apr-09 09:26:41] RDP (0): Server hides cursor
    [2014-Apr-09 09:26:41] RDP (0): Server shows cursor
    [2014-Apr-09 09:26:53] RDP (0): Server hides cursor
    [2014-Apr-09 09:26:53] RDP (0): Server shows cursor
    [2014-Apr-09 09:26:53] RDP (0): Server hides cursor
    [2014-Apr-09 09:26:53] RDP (0): Server shows cursor
    [2014-Apr-09 09:26:58] RDP (0): Server hides cursor
    [2014-Apr-09 09:26:58] RDP (0): Server shows cursor
    [2014-Apr-09 09:27:20] RDP (0): Server hides cursor
    [2014-Apr-09 09:27:22] RDP (0): Server shows cursor
    [2014-Apr-09 09:27:23] RDP (0): Server hides cursor
    [2014-Apr-09 09:27:23] RDP (0): Server shows cursor
    [2014-Apr-09 10:10:53] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    [2014-Apr-09 10:10:53] RDP (0): ------ END ACTIVE CONNECTION ------
    [2014-Apr-09 10:10:53] RDP (0): Exception caught: Exception in file '../../librdp/legacytcpstreamadapter.cpp' at line 322
    User Message : Failed to read from socket: -1
    [2014-Apr-09 10:10:56] RDP (0): Final rdp configuration used: screen mode id:i:2
    use multimon:i:1
    session bpp:i:24
    full address:s:192.168.16.x
    audiomode:i:0
    username:s:m
    disable wallpaper:i:0
    disable full window drag:i:0
    disable menu anims:i:0
    disable themes:i:0
    alternate shell:s:
    shell working directory:s:
    authentication level:i:2
    connect to console:i:0
    gatewayusagemethod:i:0
    disable cursor setting:i:0
    allow font smoothing:i:1
    allow desktop com:1
    bookmarktype:i:3
    use redirection server name:i:0
    [2014-Apr-09 10:10:56] RDP (0): --- BEGIN INTERFACE LIST ---
    [2014-Apr-09 10:10:56] RDP (0): lo0 af=18 addr= netmask=
    [2014-Apr-09 10:10:56] RDP (0): lo0 af=30 (AF_INET6) addr=::1 netmask=ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
    [2014-Apr-09 10:10:56] RDP (0): lo0 af=2 (AF_INET) addr=127.0.0.1 netmask=255.0.0.0
    [2014-Apr-09 10:10:56] RDP (0): lo0 af=30 (AF_INET6) addr=fe80::1%lo0 netmask=ffff:ffff:ffff:ffff::
    [2014-Apr-09 10:10:56] RDP (0): gif0 af=18 addr= netmask=
    [2014-Apr-09 10:10:56] RDP (0): stf0 af=18 addr= netmask=
    [2014-Apr-09 10:10:56] RDP (0): en0 af=18 addr= netmask=
    [2014-Apr-09 10:10:56] RDP (0): en0 af=30 (AF_INET6) addr=fe80::12dd:b1ff:febe:9771%en0 netmask=ffff:ffff:ffff:ffff::
    [2014-Apr-09 10:10:56] RDP (0): en0 af=2 (AF_INET) addr=192.168.16.1xx netmask=255.255.255.0
    [2014-Apr-09 10:10:56] RDP (0): en1 af=18 addr= netmask=
    [2014-Apr-09 10:10:56] RDP (0): en4 af=18 addr= netmask=
    [2014-Apr-09 10:10:56] RDP (0): en3 af=18 addr= netmask=
    [2014-Apr-09 10:10:56] RDP (0): p2p0 af=18 addr= netmask=
    [2014-Apr-09 10:10:56] RDP (0): bridge0 af=18 addr= netmask=
    [2014-Apr-09 10:10:56] RDP (0): --- END INTERFACE LIST ---
    [2014-Apr-09 10:10:56] RDP (0): ----- BEGIN ACTIVE CONNECTION -----
    [2014-Apr-09 10:10:56] RDP (0): client version: 8.0.24428
    [2014-Apr-09 10:10:56] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    [2014-Apr-09 10:10:56] RDP (0): Resolved '192.168.16.x' to '192.168.16.x' using NameResolveMethod_DNS(1)
    [2014-Apr-09 10:10:56] RDP (0): Protocol state changed to: ProtocolNegotiatingCredentials(2)
    [2014-Apr-09 10:10:56] RDP (0): Protocol state changed to: ProtocolConnectingRDP(3)
    [2014-Apr-09 10:10:56] RDP (0): Protocol state changed to: ProtocolInactive(4)
    [2014-Apr-09 10:10:56] RDP (0): Server supports RAIL
    [2014-Apr-09 10:10:56] RDP (0): Protocol state changed to: ProtocolActive(5)
    [2014-Apr-09 10:10:56] RDP (0): Protocol state changed to: ProtocolInactive(4)
    [2014-Apr-09 10:10:56] RDP (0): Server supports RAIL
    [2014-Apr-09 10:10:56] RDP (0): Protocol state changed to: ProtocolActive(5)
    [2014-Apr-09 10:12:00] RDP (0): Server hides cursor
    [2014-Apr-09 10:12:01] RDP (0): Server shows cursor
    [2014-Apr-09 10:16:50] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    [2014-Apr-09 10:16:50] RDP (0): ------ END ACTIVE CONNECTION ------
    [2014-Apr-09 10:16:50] RDP (0): Exception caught: Exception in file '../../librdp/legacytcpstreamadapter.cpp' at line 322
    User Message : Failed to read from socket: -1
    [2014-Apr-09 10:22:22] RDP (0): Final rdp configuration used: screen mode id:i:2
    use multimon:i:1
    session bpp:i:24
    full address:s:192.168.16.x
    audiomode:i:0
    username:s:m
    disable wallpaper:i:0
    disable full window drag:i:0
    disable menu anims:i:0
    disable themes:i:0
    alternate shell:s:
    shell working directory:s:
    authentication level:i:2
    connect to console:i:0
    gatewayusagemethod:i:0
    disable cursor setting:i:0
    allow font smoothing:i:1
    allow desktop com:1
    bookmarktype:i:3
    use redirection server name:i:0
    [2014-Apr-09 10:22:22] RDP (0): --- BEGIN INTERFACE LIST ---
    [2014-Apr-09 10:22:22] RDP (0): lo0 af=18 addr= netmask=
    [2014-Apr-09 10:22:22] RDP (0): lo0 af=30 (AF_INET6) addr=::1 netmask=ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
    [2014-Apr-09 10:22:22] RDP (0): lo0 af=2 (AF_INET) addr=127.0.0.1 netmask=255.0.0.0
    [2014-Apr-09 10:22:22] RDP (0): lo0 af=30 (AF_INET6) addr=fe80::1%lo0 netmask=ffff:ffff:ffff:ffff::
    [2014-Apr-09 10:22:22] RDP (0): gif0 af=18 addr= netmask=
    [2014-Apr-09 10:22:22] RDP (0): stf0 af=18 addr= netmask=
    [2014-Apr-09 10:22:22] RDP (0): en0 af=18 addr= netmask=
    [2014-Apr-09 10:22:22] RDP (0): en1 af=18 addr= netmask=
    [2014-Apr-09 10:22:22] RDP (0): en1 af=30 (AF_INET6) addr=fe80::ee35:86ff:fe3b:e3d8%en1 netmask=ffff:ffff:ffff:ffff::
    [2014-Apr-09 10:22:22] RDP (0): en1 af=2 (AF_INET) addr=192.168.16.1xx netmask=255.255.255.0
    [2014-Apr-09 10:22:22] RDP (0): en4 af=18 addr= netmask=
    [2014-Apr-09 10:22:22] RDP (0): en3 af=18 addr= netmask=
    [2014-Apr-09 10:22:22] RDP (0): p2p0 af=18 addr= netmask=
    [2014-Apr-09 10:22:22] RDP (0): bridge0 af=18 addr= netmask=
    [2014-Apr-09 10:22:22] RDP (0): --- END INTERFACE LIST ---
    [2014-Apr-09 10:22:22] RDP (0): ----- BEGIN ACTIVE CONNECTION -----
    [2014-Apr-09 10:22:22] RDP (0): client version: 8.0.24428
    [2014-Apr-09 10:22:22] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    [2014-Apr-09 10:22:22] RDP (0): Resolved '192.168.16.x' to '192.168.16.x' using NameResolveMethod_DNS(1)
    [2014-Apr-09 10:22:22] RDP (0): Protocol state changed to: ProtocolNegotiatingCredentials(2)
    [2014-Apr-09 10:22:22] RDP (0): Protocol state changed to: ProtocolConnectingRDP(3)
    [2014-Apr-09 10:22:22] RDP (0): Protocol state changed to: ProtocolInactive(4)
    [2014-Apr-09 10:22:22] RDP (0): Server supports RAIL
    [2014-Apr-09 10:22:22] RDP (0): Protocol state changed to: ProtocolActive(5)
    [2014-Apr-09 10:22:22] RDP (0): Protocol state changed to: ProtocolInactive(4)
    [2014-Apr-09 10:22:22] RDP (0): Server supports RAIL
    [2014-Apr-09 10:22:22] RDP (0): Protocol state changed to: ProtocolActive(5)
    [2014-Apr-09 10:26:40] RDP (0): Protocol state changed to: ProtocolDisconnecting(7)
    [2014-Apr-09 10:26:40] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    [2014-Apr-09 10:26:40] RDP (0): *** Application terminated ***
    [2014-Apr-09 10:27:28] RDP (0): *** Application terminated ***
    [2014-Apr-09 10:28:36] RDP (0): Final rdp configuration used: screen mode id:i:2
    use multimon:i:1
    session bpp:i:24
    full address:s:192.168.16.x
    audiomode:i:0
    username:s:m
    disable wallpaper:i:0
    disable full window drag:i:0
    disable menu anims:i:0
    disable themes:i:0
    alternate shell:s:
    shell working directory:s:
    authentication level:i:2
    connect to console:i:0
    gatewayusagemethod:i:0
    disable cursor setting:i:0
    allow font smoothing:i:1
    allow desktop com:1
    bookmarktype:i:3
    use redirection server name:i:0
    [2014-Apr-09 10:28:36] RDP (0): --- BEGIN INTERFACE LIST ---
    [2014-Apr-09 10:28:36] RDP (0): lo0 af=18 addr= netmask=
    [2014-Apr-09 10:28:36] RDP (0): lo0 af=30 (AF_INET6) addr=::1 netmask=ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
    [2014-Apr-09 10:28:36] RDP (0): lo0 af=2 (AF_INET) addr=127.0.0.1 netmask=255.0.0.0
    [2014-Apr-09 10:28:36] RDP (0): lo0 af=30 (AF_INET6) addr=fe80::1%lo0 netmask=ffff:ffff:ffff:ffff::
    [2014-Apr-09 10:28:36] RDP (0): gif0 af=18 addr= netmask=
    [2014-Apr-09 10:28:36] RDP (0): stf0 af=18 addr= netmask=
    [2014-Apr-09 10:28:36] RDP (0): en0 af=18 addr= netmask=
    [2014-Apr-09 10:28:36] RDP (0): en0 af=30 (AF_INET6) addr=fe80::12dd:b1ff:febe:9771%en0 netmask=ffff:ffff:ffff:ffff::
    [2014-Apr-09 10:28:36] RDP (0): en0 af=2 (AF_INET) addr=192.168.16.1xx netmask=255.255.255.0
    [2014-Apr-09 10:28:36] RDP (0): en1 af=18 addr= netmask=
    [2014-Apr-09 10:28:36] RDP (0): en4 af=18 addr= netmask=
    [2014-Apr-09 10:28:36] RDP (0): en3 af=18 addr= netmask=
    [2014-Apr-09 10:28:36] RDP (0): p2p0 af=18 addr= netmask=
    [2014-Apr-09 10:28:36] RDP (0): bridge0 af=18 addr= netmask=
    [2014-Apr-09 10:28:36] RDP (0): --- END INTERFACE LIST ---
    [2014-Apr-09 10:28:36] RDP (0): ----- BEGIN ACTIVE CONNECTION -----
    [2014-Apr-09 10:28:36] RDP (0): client version: 8.0.24428
    [2014-Apr-09 10:28:36] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    [2014-Apr-09 10:28:36] RDP (0): Resolved '192.168.16.25' to '192.168.16.x' using NameResolveMethod_DNS(1)
    [2014-Apr-09 10:28:36] RDP (0): Protocol state changed to: ProtocolNegotiatingCredentials(2)
    [2014-Apr-09 10:28:36] RDP (0): Protocol state changed to: ProtocolConnectingRDP(3)
    [2014-Apr-09 10:28:36] RDP (0): Protocol state changed to: ProtocolInactive(4)
    [2014-Apr-09 10:28:36] RDP (0): Server supports RAIL
    [2014-Apr-09 10:28:36] RDP (0): Protocol state changed to: ProtocolActive(5)
    [2014-Apr-09 10:28:36] RDP (0): Protocol state changed to: ProtocolInactive(4)
    [2014-Apr-09 10:28:36] RDP (0): Server supports RAIL
    [2014-Apr-09 10:28:36] RDP (0): Protocol state changed to: ProtocolActive(5)
    [2014-Apr-09 11:33:11] RDP (0): Protocol state changed to: ProtocolDisconnected(8)
    [2014-Apr-09 11:33:11] RDP (0): Exception caught: Exception in file '../../librdp/legacytcpstreamadapter.cpp' at line 322
    User Message : Failed to read from socket: -1
    [2014-Apr-09 11:33:11] RDP (0): ------ END ACTIVE CONNECTION ------
    [2014-Apr-09 11:33:18] RDP (0): Final rdp configuration used: screen mode id:i:2
    use multimon:i:1
    session bpp:i:24
    full address:s:192.168.16.x
    audiomode:i:0
    username:s:michele.lefebvre
    disable wallpaper:i:0
    disable full window drag:i:0
    disable menu anims:i:0
    disable themes:i:0
    alternate shell:s:
    shell working directory:s:
    authentication level:i:2
    connect to console:i:0
    gatewayusagemethod:i:0
    disable cursor setting:i:0
    allow font smoothing:i:1
    allow desktop com:1
    bookmarktype:i:3
    use redirection server name:i:0
    [2014-Apr-09 11:33:18] RDP (0): --- BEGIN INTERFACE LIST ---
    [2014-Apr-09 11:33:18] RDP (0): lo0 af=18 addr= netmask=
    [2014-Apr-09 11:33:18] RDP (0): lo0 af=30 (AF_INET6) addr=::1 netmask=ffff:ffff:ffff:ffff:ffff:ffff:ffff:ffff
    [2014-Apr-09 11:33:18] RDP (0): lo0 af=2 (AF_INET) addr=127.0.0.1 netmask=255.0.0.0
    [2014-Apr-09 11:33:18] RDP (0): lo0 af=30 (AF_INET6) addr=fe80::1%lo0 netmask=ffff:ffff:ffff:ffff::
    [2014-Apr-09 11:33:18] RDP (0): gif0 af=18 addr= netmask=
    [2014-Apr-09 11:33:18] RDP (0): stf0 af=18 addr= netmask=
    [2014-Apr-09 11:33:18] RDP (0): en0 af=18 addr= netmask=
    [2014-Apr-09 11:33:18] RDP (0): en0 af=30 (AF_INET6) addr=fe80::12dd:b1ff:febe:9771%en0 netmask=ffff:ffff:ffff:ffff::
    [2014-Apr-09 11:33:18] RDP (0): en0 af=2 (AF_INET) addr=192.168.16.195 netmask=255.255.255.0
    [2014-Apr-09 11:33:18] RDP (0): en1 af=18 addr= netmask=
    [2014-Apr-09 11:33:18] RDP (0): en4 af=18 addr= netmask=
    [2014-Apr-09 11:33:18] RDP (0): en3 af=18 addr= netmask=
    [2014-Apr-09 11:33:18] RDP (0): p2p0 af=18 addr= netmask=
    [2014-Apr-09 11:33:18] RDP (0): bridge0 af=18 addr= netmask=
    [2014-Apr-09 11:33:18] RDP (0): --- END INTERFACE LIST ---
    [2014-Apr-09 11:33:18] RDP (0): ----- BEGIN ACTIVE CONNECTION -----
    [2014-Apr-09 11:33:18] RDP (0): client version: 8.0.24428
    [2014-Apr-09 11:33:18] RDP (0): Protocol state changed to: ProtocolConnectingNetwork(1)
    [2014-Apr-09 11:33:18] RDP (0): Resolved '192.168.16.25' to '192.168.16.25' using NameResolveMethod_DNS(1)
    [2014-Apr-09 11:33:18] RDP (0): Protocol state changed to: ProtocolNegotiatingCredentials(2)
    [2014-Apr-09 11:33:18] RDP (0): Protocol state changed to: ProtocolConnectingRDP(3)
    [2014-Apr-09 11:33:18] RDP (0): Protocol state changed to: ProtocolInactive(4)
    [2014-Apr-09 11:33:19] RDP (0): Server supports RAIL
    [2014-Apr-09 11:33:19] RDP (0): Protocol state changed to: ProtocolActive(5)
    [2014-Apr-09 11:33:19] RDP (0): Protocol state changed to: ProtocolInactive(4)
    [2014-Apr-09 11:33:19] RDP (0): Server supports RAIL
    [2014-Apr-09 11:33:19] RDP (0): Protocol state changed to: ProtocolActive(5)
    [2014-Apr-09 11:33:34] RDP (0): Server hides cursor
    [2014-Apr-09 11:33:38] RDP (0): Server shows cursor
    Any help would be appreciated.

    Hi,
    A connection was forcibly closed by a peer. This normally results from a loss of the connection on the remote socket due to a timeout or a restart. On a datastream socket, the
    connection was reset. This reset could be generated locally by the network system when it detects a connection failure, or it might be received from the remote host (in TCP terms, the remote host sent an RST packet). This error is also possible on a datagram
    socket; for instance, this error could result if your application sends a UDP datagram to a host, which rejects it by responding with an ICMP Port Unreachable.
    Please check the following:
    1. Ping the remote host you were connected to. If it does respond, this problem might have been a transient one (so you can reconnect now), or the server application you were
    connected to might have terminated (so you might not be able to connect again).
    2. Type tracert at the command prompt to determine the path to the host you were connected to. This won't reveal too much unless you know the router addresses at the remote end,
    but it might help to identify if the problem is somewhere along the way.
    3. Check if there is any related error log in the server side.
    Thanks.
    Jeremy Wu
    TechNet Community Support

  • Connected clients on Aironet 1140

    I've been using Aironet 1140 series access point for a while. Recently it started to drop the wireless clients quite often. we have nearly 20 wireless users and one access point. they are mix of apple macs, windows and mobile phone users. when i went in to see the connected clients all the clients whown on the web page are connected through cable to our LAN. whay is it showing as connected to dot11 radio? am i missing something here? thanks

    Can you post a screen shot?  You sure the devices on your lan doesn't ahve a wireless card?
    Thanks,
    Scott
    Help out other by using the rating system and marking answered questions as "Answered"

Maybe you are looking for