|
Home > Archive > SQL Anywhere Mobile > April 2006 > log off set
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]
|
|
|
| Hi,
the dbmlsr9 using command -zu
create user database and then run dbmlsync at the frist time
to get data down load to user db. Then I try to create new
one (testing the case of user database was corrupt), then
try to run synch again, and get error message about the
offset are not same....
Then I have to drop ml user, then run it again and it works
fine.
Please let me know how to handle this.
Thanks,
Young
ASA 901
ASE 12.5.03
dbmlserver on unix server
| |
| Reg Domaratzki \(iAnywhere Solutions\) 2006-04-04, 9:32 am |
| You can either drop the MobiLink user in the consolidated database (which is
what you are already doing), or upgrade to v902, where we modified the
behaviour of first synchronization from ASA remotes so that no progress
offsets mismatches would be reported.
Customer/Documentation Description:
The progress offset of a subscription is not checked against the values
stored in the consolidated database until after it has attempted to perform
an upload. As a result, a subscription cannot generate a progress offset
mismatch on its first synchronization. This is harmless in a production
environment and useful in a development environment where it is common to
recreate remote databases without removing their state information from the
moblink system tables in the consolidated database.
Despite this feature, the progress offset of a newly created subscription
will be checked if it is synchronized with a subscription that has
previously been synchronized. (ie both are specified using one -n switch
like this -n P1,P2).
--
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/swd/base.do
-> Choose SQL Anywhere Studio
-> Set filter to "Display ALL platforms IN ALL MONTHS"
<Young> wrote in message news:44327e23.7eac.1681692777@sybase.com...
> Hi,
>
> the dbmlsr9 using command -zu
> create user database and then run dbmlsync at the frist time
> to get data down load to user db. Then I try to create new
> one (testing the case of user database was corrupt), then
> try to run synch again, and get error message about the
> offset are not same....
> Then I have to drop ml user, then run it again and it works
> fine.
> Please let me know how to handle this.
>
> Thanks,
> Young
>
> ASA 901
> ASE 12.5.03
> dbmlserver on unix server
|
|
|
|
|