| Reg Domaratzki \(iAnywhere Solutions\) 2005-08-29, 9:23 am |
| You should not need to do anything special other than specifying the
location of the MobiLink server when you create your Synchronization
Subscription. For example, on the remote :
CREATE PUBLICATION testpub ( TABLE t1 );
CREATE SYNCHRONIZATION USER "rem1";
CREATE SYNCHRONIZATION SUBSCRIPTION
TO testpub
FOR "rem1"
TYPE 'TCPIP'
ADDRESS 'host=machine_name'
OPTION SV='v1';
Now, if you start the MobiLink server on the machine named "machine_name"
the client should be able to connect.
--
Reg Domaratzki, Sybase iAnywhere Solutions
Sybase Certified Professional - Sybase ASA Developer Version 8
Please reply only to the newsgroup
iAnywhere Developer Community : http://www.ianywhere.com/developer
iAnywhere Documentation : http://www.ianywhere.com/developer/product_manuals
ASA Patches and EBFs : http://downloads.sybase.com/swx/sdmain.stm
-> Choose SQL Anywhere Studio
-> Set "Platform Preview" and "Time Frame" to ALL
<RajaSekhar> wrote in message news:43130fec.587d.1681692777@sybase.com...
> Hi,
> We have configured a mobilink server and client on the same
> desktop and performed synchronization. But when we tried the
> same with server and client on different machines we are
> getting "Unable to initialize tcp/ip network layer" error.
> Please let us know in details of configuring mobilink server
> and client on different machines.
|