cancel
Showing results for 
Search instead for 
Did you mean: 

Mobilink to Oracle 10g shifting column content

Former Member
0 Kudos
2,725

SQL Anywhere 11.0.1.2376 Oracle 10g

we have a sync environment running successfully... except for one table: - Inserts appear to always work fine - Updates randomly shift contents by 1 or 2 columns - appears to only affect CLOB columns - appears to only occur after preceeding NULL column content - we have compared our Publication, Insert and Update scripts (retrieved from ml_scripts table on the Oracle database) and believe they match as expected. (and... the shifting does not occur consistently) - we have verified we are using "iAnywhere Solutions Oracle - 11" ODBC driver on the MobiLink server connection to Oracle - this is a IIS Relay Server setup - the MlServer log file (running with -v cfhnpstur) shows the data content in the correct columns

Not sure what else to look for??

Thanks, Bill

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member

after Tech Support spent quite a bit of time working on this for us, it turned out to be unexpected behaviour (double speak for a "Bug") in our own AFTER UPDATE trigger.

Breck_Carter
Participant

OK... share! (bugs in triggers are some of the hardest to find, and the engineer in me wants to know the details)

Former Member
0 Kudos

Will do... we disabled the trigger for the time being as Lia is off for a few days and the trigger functionality is not really needed yet.