I set up a ts box on the lan with 2x app server using what might pass as the defaults offered by the setup routine and the pdf. I then installed the client on a ws but can't log in. In the client the primary server has the ip address, and the user acct and password are good. Failure is Code [01/00000004] The specified remote 2x application server could not be found. The default port on the client setup is 80. I've unblocked that on the server, and the rdp port is unblocked too. I am able to log in to that TS box using standard rd client from MS. That's why it's hard to understand why 2x is failing. I was not sure what users to allow for the single app I published (notepad) so I just used remote desktop users. I'm using the latest 2x software versions. windows 2003 server, windows xp pro client.
There was a port 80 conflict and so once I stopped IIS it worked...cool. I will look for where to adjust the port 80 to something else, but if anyone wants to give me a clue that'd be appreciated.
Hi Clipper, The best thing to do is to set the IIS to listen on port 81 and the application server to listen on port 80. When Http traffic is received on port 80, this is forwarded to port 81 (by default, you can change this from the connections settings -> advanced). Like this http will still be serviced and 2x clients can work with the default settings too.. Nixu