Hi guys, I try to install the applicationserver linux client on my ubuntu (7.04) box. I unpack the archive and run the script. It does not give me errormessages, but It does'nt say "Done" either. Running appserverclient after that, leads to errors (file not found et cetera). Have any of you ran into similar problems? Any suggestions? Kind regards, Ruben
Ubuntu Fiesty Install Application Runs but errors rmcilmoyle@netdirdeb:/opt/2X/applicationserverclient/bin$ ./appserverclient -s172.22.34.235:443 -uusername -ppassword -dmydomain -mAL -o3 67 Unknown error in application listing We have it working great from a windows plaform but not from our Ubuntu installs. As you can see we are using the certificate approach to secure is their something special I have to do to accomplish this via the ubuntu install ?
If I remember right, SSL connections with the Linux or MAC are not possible. Try your command line with the default gateway or direct port you have setup and see if that works. My Ubuntu command is this: '/opt/2X/applicationserverclient/bin/appserverclient' -m2G -s2xServer.MyDomain.com:20002 -u'User Name' -p'Password' -d'Domain' -a'Application' -Slocal=verygood The above should all be on one line. Rob
Linux / MAC no SSL I certainly hope that that is not the case that I can't use SSL on Ubuntu. But that would make some sense for sure. Thanks for the tips.