Automatic Connection Settings on Mac OSx Client

  • Thread starter Thread starter mcrobertstd
  • Start date Start date
M

mcrobertstd

Hello,

I have been trying to automate creation of a connection upon installation of 2X client on Mac OS Lion.

I have tried importing settings in .2xc file imported from PC but the file is not available for selection in the filepicker dialog box.

The 2x Client for mac does not include an export option in the File Menu.

I have tried running 2xclient from the command line but are receiving errors.
Typing in:
Code:
/usr/bin/2xclient -s ssl://192.168.15.85:443 -u uname -p password
or
Code:
/usr/bin/2xclient -s ssl://192.168.15.85:443 -u uname -ppassword
Returns an error:
-[TXFarmSettings setPassword:]: unrecognized selector set to instance 0x343cf00
Entering:
Code:
/usr/bin/2xclient -s ssl://192.168.15.85:443 -u uname
Returns
Failed to process command line parameter: required parameter is missing
Has anyone found a way to automatically create a connection file upon installation of 2x Client on the Mac?

Thanks,
Dave
 
First of all, please do not double post.

Secondly, it looks as if you do not have the latest Mac client installed since the latest version does have the settings export in the menu. Update the mac client and check again.
 
Back
Top