Setting autologon in the 2xa file

Discussion in 'Parallels Remote Application Server' started by oserran, Apr 16, 2008.

  1. oserran

    oserran Guest

    Is there a option to set the AUTOLOGON property to true/false using the 2xa file. Something like:

    <App xmlns:dt="urn:schemas-microsoft-com:datatypes">
    <Connection>
    <Port dt:dt="ui4">80</Port>
    <PrimaryServer>158.226.230.235</PrimaryServer>
    <StartMode dt:dt="ui4">0</StartMode>
    </Connection>
    <Logon>
    <Domain>SIRADEV</Domain>
    <Autologon>true</Autologon>
    </Logon>
    <Startup>
    <OverrideParams> -ticket 635434 -CustomerName q -DeviceIdentifier NLDN3303700001</OverrideParams>
    <PublishedApp>Equipment Explorer</PublishedApp>
    </Startup>
    </App>


    Moreover could you provide somewhere (maybe in the manual) a detalied description of the parameters and sintax of the 2xa file. It is useful for integrating 2X with other applications.
     
  2. nixu

    nixu Guest

    Autologon is not availbe in the 2xa file..

    When you install the 2X App Server you shoud find a tool called 2xagen.exe. Basically this tool generates the reqired xml files with the available parameters.

    Nixu
     

Share This Page