Hi, after upgrade to SQL Anywhere 12 MobiLink 12.0.1.3406 for Windows x86 I get below error which prevents me to deploy synchronization model from sybase central.

ERROR: Unexpected error encountered while generating event.
Error for: RHS of #set statement is null. Context will not be modified. table- scriptsdownload_delete_cursor.vm [line 44, column 8]

I have seen also below error. Althought this one doesn't worry me becouse I'm using a user-scripts in the afected table.

ERROR: Unexpected error encountered while generating event.
Error for: Method getColumns threw exception for reference $HELPER in template table-scriptsdownload_cursor.vm at [30,29]

asked 01 Sep '11, 05:04

David's gravatar image

David
21191120
accept rate: 50%


The errors suggest a problem with the column mappings for the corresponding table mapping(s). After making a backup copy of the synchronization model file, try updating schema for that synchronization model (both consolidated and remote schema), then check the status of the table mappings and column mappings.

permanent link

answered 01 Sep '11, 10:35

Graham%20Hurst's gravatar image

Graham Hurst
2.7k11843
accept rate: 29%

Hi Graham, thanks for your reply.

As you suggested, problem was not related to upgrade but column mapping.

I had a consolidated column not mapped to remote database. I fixed it and that resolved the problem.

(01 Sep '11, 14:14) David

David - if Graham's answer solved the problem, please could you mark the answer as Accepted? Thanks.

(01 Sep '11, 20:16) Tom Slee
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×371
×95

question asked: 01 Sep '11, 05:04

question was seen: 2,450 times

last updated: 01 Sep '11, 20:16