Home > Archive > SQL Anywhere Mobile > August 2005 > Mobilink Synchronization Schedule









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 Mobilink Synchronization Schedule
Marawila

2005-08-02, 11:25 am

I like to schedule Mobilink Synchronization Client to run
every 5 minutes.

A similar question has been posted on this newsgroup earlier
but the response is very poor by TeamSybase.

1. How should it be started at the very first time?
2. What are the syntax for the parameters

For instance I believe according to the documentation on
Mobilink Synch Client Schedule the following syntax can be
used.

dbmlsync -e sch=& #123;EVERY:00:05|INF
INITIE}

It also talks about using a Subscription or Publication. But
no examples!
Joshua Savill

2005-08-02, 11:25 am

Have you reviewed the dbmlsync documentation regarding scheduling for
synchronization:

MobiLink Clients
Adaptive Server Anywhere Client Synchronization Parameters
dbmlsync options
dbmlsync extended options
Schedule (sch) extended option

Online:
http://www.ianywhere.com/developer/...n9/00000129.htm

MobiLink Clients
Adaptive Server Anywhere Client Synchronization Parameters
dbmlsync options

Online:
http://www.ianywhere.com/developer/...n9/00000094.htm

If you have any further questions, please reply.

--
Joshua Savill
iAnywhere Solutions - Product Support Analyst

<Marawila> wrote in message news:42ef8eb3.1111.1681692777@sybase.com...
>I like to schedule Mobilink Synchronization Client to run
> every 5 minutes.
>
> A similar question has been posted on this newsgroup earlier
> but the response is very poor by TeamSybase.
>
> 1. How should it be started at the very first time?
> 2. What are the syntax for the parameters
>
> For instance I believe according to the documentation on
> Mobilink Synch Client Schedule the following syntax can be
> used.
>
> dbmlsync -e sch=& #123;EVERY:00:05|INF
INITIE}
>
> It also talks about using a Subscription or Publication. But
> no examples!



Marawila

2005-08-02, 11:25 am

I believe in my question I had mentioned that I have the
knowledge about your documentation on to Mobilink
Synchronization Client. There is no need to read them again.

dbmlsync -e sch=& #123;EVERY:00:05|INF
INITIE}

I repeat

I like to schedule Mobilink Synchronization Client to run
every 5
minutes.

1. How should it be started at the very first time?
2. What are the syntax for the parameters

The documentation also talks about using a Subscription or
Publication.

But no examples!

---------------------------------------------
> Have you reviewed the dbmlsync documentation regarding
> scheduling for synchronization:
>
> MobiLink Clients
> Adaptive Server Anywhere Client Synchronization
> Parameters
> dbmlsync options
> dbmlsync extended options
> Schedule (sch) extended option
>
> Online:
>

http://www.ianywhere.com/developer/...n9/00000129.htm
>
> MobiLink Clients
> Adaptive Server Anywhere Client Synchronization
> Parameters dbmlsync options
>
> Online:
>

http://www.ianywhere.com/developer/...n9/00000094.htm
>
> If you have any further questions, please reply.
>
> --
> Joshua Savill
> iAnywhere Solutions - Product Support Analyst
>
> <Marawila> wrote in message
> news:42ef8eb3.1111.1681692777@sybase.com... >I like to
> minutes. >
>
>

Marawila

2005-08-02, 11:25 am

I believe in my question I had mentioned that I have the
knowledge about your documentation on to Mobilink
Synchronization Client. There is no need to read them again.

dbmlsync -e sch=& #123;EVERY:00:05|INF
INITIE}

I repeat

I like to schedule Mobilink Synchronization Client to run
every 5
minutes.

1. How should it be started at the very first time?
2. What are the syntax for the parameters

The documentation also talks about using a Subscription or
Publication.

But no examples!

> I like to schedule Mobilink Synchronization Client to run
> every 5 minutes.
>
> A similar question has been posted on this newsgroup
> earlier but the response is very poor by TeamSybase.
>
> 1. How should it be started at the very first time?
> 2. What are the syntax for the parameters
>
> For instance I believe according to the documentation on
> Mobilink Synch Client Schedule the following syntax can be
> used.
>
> dbmlsync -e sch=& #123;EVERY:00:05|INF
INITIE}
>
> It also talks about using a Subscription or Publication.
> But no examples!

Marawila

2005-08-02, 11:25 am

I believe in my question I had mentioned that I have the
knowledge about your documentation on to Mobilink
Synchronization Client. There is no need to read them again.

dbmlsync -e sch=& #123;EVERY:00:05|INF
INITIE}

I repeat

I like to schedule Mobilink Synchronization Client to run
every 5
minutes.

1. How should it be started at the very first time?
2. What are the syntax for the parameters

The documentation also talks about using a Subscription or
Publication.

But no examples!
> Have you reviewed the dbmlsync documentation regarding
> scheduling for synchronization:
>
> MobiLink Clients
> Adaptive Server Anywhere Client Synchronization
> Parameters
> dbmlsync options
> dbmlsync extended options
> Schedule (sch) extended option
>
> Online:
>

http://www.ianywhere.com/developer/...n9/00000129.htm
>
> MobiLink Clients
> Adaptive Server Anywhere Client Synchronization
> Parameters dbmlsync options
>
> Online:
>

http://www.ianywhere.com/developer/...n9/00000094.htm
>
> If you have any further questions, please reply.
>
> --
> Joshua Savill
> iAnywhere Solutions - Product Support Analyst
>
> <Marawila> wrote in message
> news:42ef8eb3.1111.1681692777@sybase.com... >I like to
> minutes. >
>
>

Joshua Savill

2005-08-02, 11:25 am

Marawila,

If you want it to synchronize every five minutes for ever, then:

dbmlsync -e sch="EVERY:00:05" ... the rest of your dbmlsync parameters

As stated in the documentation:

EVERY The EVERY keyword causes synchronization to occur immediately, and
then repeat indefinitely after the specified time period. If the
synchronization process takes longer than the specified period,
synchronization starts again immediately.

Documentation Examples:
The following dbmlsync command line illustrates how you can set this option
when you start dbmlsync:

dbmlsync -e " sch=WEEKDAY@8:00am,S
UN@9:00pm"The following SQL statement
illustrates how you can store this option in the database:

CREATE SYNCHRONIZATION SUBSCRIPTION
TO sales_publication
FOR ml_user1
OPTION sch='WEEKDAY@8:00am,
SUN@9:00pm';If you change the option to
sch='EVERY:00:05', then the synchronization subscription will be scheduled
for every 5 minutes. Does this make everything clear?-- Joshua
SavilliAnywhere Solutions - Product Support Analyst

<Marawila> wrote in message news:42ef9b5b.3322.1681692777@sybase.com...[color=darkred]
>I believe in my question I had mentioned that I have the
> knowledge about your documentation on to Mobilink
> Synchronization Client. There is no need to read them again.
>
> dbmlsync -e sch=& #123;EVERY:00:05|INF
INITIE}
>
> I repeat
>
> I like to schedule Mobilink Synchronization Client to run
> every 5
> minutes.
>
> 1. How should it be started at the very first time?
> 2. What are the syntax for the parameters
>
> The documentation also talks about using a Subscription or
> Publication.
>
> But no examples!
>
> ---------------------------------------------
> http://www.ianywhere.com/developer/...n9/00000129.htm
> http://www.ianywhere.com/developer/...n9/00000094.htm


Marawila

2005-08-02, 11:25 am

How can you do this using Sybase Central

> Marawila,
>
> If you want it to synchronize every five minutes for ever,
> then:
>
> dbmlsync -e sch="EVERY:00:05" ... the rest of your
> dbmlsync parameters
>
> As stated in the documentation:
>
> EVERY The EVERY keyword causes synchronization to occur
> immediately, and then repeat indefinitely after the
> specified time period. If the synchronization process
> takes longer than the specified period, synchronization
> starts again immediately.
>
> Documentation Examples:
> The following dbmlsync command line illustrates how you
> can set this option when you start dbmlsync:
>
> dbmlsync -e " sch=WEEKDAY@8:00am,S
UN@9:00pm"The following
> SQL statement illustrates how you can store this option
> in the database:
>
> CREATE SYNCHRONIZATION SUBSCRIPTION
> TO sales_publication
> FOR ml_user1
> OPTION sch='WEEKDAY@8:00am,
SUN@9:00pm';If you change
> the option to sch='EVERY:00:05', then the synchronization
> subscription will be scheduled for every 5 minutes. Does
> this make everything clear?-- Joshua SavilliAnywhere
> Solutions - Product Support Analyst
>
> <Marawila> wrote in message
> news:42ef9b5b.3322.1681692777@sybase.com... >I believe in
> Client. There is no need to read them again. >
>

http://www.ianywhere.com/developer/...n9/00000129.htm
>

http://www.ianywhere.com/developer/...n9/00000094.htm
> 5 >> minutes. >
> on >> > Mobilink Synch Client Schedule the following
> syntax can >> > be used.
> Publication. >> > But no examples!
>
>

Joshua Savill

2005-08-02, 1:24 pm

This can be done in Sybase Central by selecting the Synchronization
Subscriptions properties. Under the properties you will see an 'Extended
Option' tab. Under the 'Extended Option' tab you will see a Schedule option.
This is the same as sch=. In the Schedule option set: EVERY:00:05

You must already have the Synchronization Subscription created before
setting the Schedule option.

--
Joshua Savill
iAnywhere Solutions - Product Support Analyst

<Marawila> wrote in message news:42efa70e.34b8.1681692777@sybase.com...[color=darkred]
> How can you do this using Sybase Central
>
> http://www.ianywhere.com/developer/...n9/00000129.htm
> http://www.ianywhere.com/developer/...n9/00000094.htm


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