cancel
Showing results for 
Search instead for 
Did you mean: 

Will a publication upload trigger-generated data to Mobilink?

Former Member
2,818

SQL Anywhere 11.0.1.2231 Oracle 10g

We have a Mobilink setup we are testing. We have an after update trigger on TableA that writes data to TableB.

We have TableB (and all columns except last_updated) included in a Publication.

If I insert directly to TableB, Mobilink uploads the data.

If I insert to TableA, I can observe the data has been inserted to TableB by the trigger, but MobiLink does not upload any rows.

Am I missing something basic here 🙂

Thanks, Bill

Accepted Solutions (0)

Answers (1)

Answers (1)

VolkerBarth
Contributor

AFAIK, the MobiLink extended option "SendTriggers" (dbmlsync -e "st=on") will control whether data modifications from triggers (and cascading actions) are included in the upload stream.

By default, it is set to "off".

HTH Volker

Former Member
0 Kudos

yep, I was forgetting something basic! Thanks Volker.