Home > Archive > SQL Anywhere database replication > August 2005 > Regarding connecting to mobilink server on network









You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

 

Author Regarding connecting to mobilink server on network
RajaSekhar

2005-08-29, 9:23 am

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.
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.



Sponsored Links





Also available: Server administration forum archive | Web Design forum archive | Software forum archive | Hardware reviews archive | Programming forum archive

Copyright 2008 droptable.com