cancel
Showing results for 
Search instead for 
Did you mean: 
Subscribe

Hi all, for some particlaur table, where I want to have a unidirectional dataflow from Consolidated->Remote, so I didn't write any upload scripts on the consolidated database. Situation: The mobilink server doesn't accept this situation and throws an error: [-10092] There is no upload data script defined for table...etc. Question1: is it mandatory to define the upload scripts? Question2: This same combination was working for years w/o the option '-fr ', so what can cause this error to arrise, having that nothing is changed in the options of executing dbmlsync

View Entire Topic
Baron
Participant
0 Likes

Hi, I want to open the same issue once again. I am using sqlanywhere 10, and just noticed, that a very quick solution for this problem will be using --{ml_ignore}. I tried it but didn't work!!! Could someone please confirm whether this ml_ignore is for sqlanywhere 10 applicable? Could you please write an exact example how should such script look like?

Thanks

chris_keating
Product and Topic Expert
Product and Topic Expert

The --{ml_ignore} was introduced in v11.0.1.

Here is an example of how this works:

CALL ml_add_table_script( 'default', 'RemoteOrders', 'download_delete_cursor', '--{ml_ignore}');

VolkerBarth
Contributor

The --{ml_ignore} was introduced in v11.0.1.

As already stated in the original answer...

Baron
Participant
0 Likes

Yes, I just noticed that it was already mentioned in the original answer.