There is no proper reply from the server

Discussion in 'Parallels Remote Application Server' started by mweichert, May 15, 2007.

  1. mweichert

    mweichert Guest

    HI,

    I cannot get 2X ApplicationServer to work. I'm running the server on Windows Server 2003 R2 and the client on Ubuntu 7.0.4

    I'm using the following command:

    ./appserverclient -smaya -uAdministrator -ppwd -anotepad.exe -o3

    Output:
    Terminal services works fine, but not 2X. :(

    Any help would be appreciated.
     
  2. geoffreys1

    geoffreys1 Forum Maven

    Messages:
    532
    Please check that the version of both client and server are the same (ie 4.3).

    The command line ./appserverclient -smaya -uAdministrator -ppwd -anotepad.exe -o3 will try to establish a connection with the server maya on port 80. Please check that there are no firewalls blocking that port and that only Application Server is bound to that port.

    If you have configured the Application Server on a different port than you need to specify it in the command line: -smaya:<port number>

    For testing I would also recommend you to first try to get an application listing with the following command line:./appserverclient -mAL -smaya -uAdministrator -ppwd -o3
    You should see an XML file scrolling on your screen. This should confirm that you are connecting to the server correctly.
     

Share This Page