Duplicate RDP Connections After ini

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #6624
    goldem
    Member
    • Total Post: 3
    • Newbie

    Beginner with WTOS, so sorry if this is basic…

    We’ve just started using C10LE’s and are now setting up control through an ini file on a small FTP server. Firmware updates work just fine through DHCP option direction to the server, and the wnos.ini file applies. The only problem is we are seeing two entries created for the RDP connection being supplied instead of just the one.

    This is happening with an out of the box initial power on as well as resetting the device to factory through shutdown. We’re only seeing two, not an incremental increase in the number of RDP connections.

    I’m sure this is simple, but it’s not making sense as I don’t see anything blatantly obvious to create two instead of one. The firmware we’re running is 7.0.1_13.

    Config ini created with config generator below.

    ;*************************************************************
    ;* *
    ;* This wnos.ini file was generated with the *
    ;* Configuration File Generator 6.0.011 *
    ;* Copyright by Thomas Moellerbernd *
    ;* *
    ;* https://technicalhelp.de *
    ;* *
    ;*************************************************************

    ;*************************************************************
    ;* General 1 *
    ;*************************************************************

    autoload=2
    Fileserver=192.168.1.50
    Rootpath=/wyse
    Rapportserver=192.168.1.50

    ;*************************************************************
    ;* General 3 *
    ;*************************************************************

    SysMode=VDI

    ;*************************************************************
    ;* Display *
    ;*************************************************************

    DeskColor=”0 0 255″
    Screensaver=”60″

    ;*************************************************************
    ;* Time *
    ;*************************************************************

    Timeserver=10.11.1.14 Timeformat=”12-hour format” Dateformat=mm/dd/yyyy
    TimeZone=’GMT – 06:00′ ManualOverride=yes Daylight=yes Start=030207 End=110107 TimeZoneName=”Central Standard Time”

    ;*************************************************************
    ;* Network *
    ;*************************************************************

    Device=Ethernet Speed=”Auto”
    SignOn=No

    ;*************************************************************
    ;* General Session *
    ;*************************************************************

    SessionConfig=ALL UnmapPrinters=no UnmapSerials=no MapDisks=yes DisableSound=No

    ;*************************************************************
    ;* RDP *
    ;*************************************************************

    ;


    ;- RDP Session 1 –
    ;- Each line but the last must end with a ” –
    ;



    CONNECT=RDP
    Host=server1.domain.local
    Description=”Server1 TS”
    Colors=true
    Fullscreen=yes
    Resolution=default
    Domainname=domain.local
    Mapdisks=yes
    LocalCopy=no

    #20449
    aLiE
    Participant
    • Total Post: 310
    • Jacked into The Matrix
    • ★★★★★★

    I think you are seeing the default entry, try adding the follow line(s) in your wnos.ini :

    EnableLocal=no
    HideDefault=yes

    #20450
    goldem
    Member
    • Total Post: 3
    • Newbie

    I’m actually seeing multiple entries of the “custom” connection.

    Thanks for the suggestion of hiding the defaults though.

    Anyone else have other things to check?

    #20451
    aLiE
    Participant
    • Total Post: 310
    • Jacked into The Matrix
    • ★★★★★★

    Do you see a * behind the names ?

    Because this is something i’m trying to fix with support, it’s doesn’t looks like it but something to keep it mind.

    #20452
    goldem
    Member
    • Total Post: 3
    • Newbie

    Nope, no *’s.

    Just 2 (and once 4!) entries of the “Server1 TS”, even after a reset to factory.

    The first time out of the box and the device booting, it does have only one entry. The second and afterwards, it has two. Odd, but it seems like a simple config like this shouldn’t be confusing so I’m hoping it’s a bug (though I’d think others would be reporting this as well).

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.