Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 17 » SQL Anywhere - Changes and Upgrading » How to upgrade to the latest version of SQL Anywhere » MobiLink upgrades

Consolidated database upgrades

Before you can use the new MobiLink server with an existing consolidated database, you must run upgrade scripts that install new system objects. The upgrade scripts must be run by the owner of the currently installed MobiLink system tables.

You can also use the following methods to update the MobiLink system setup:

  • In the MobiLink plug-in for SQL Central, click Start of the navigation path MobiLink 17 Next navigation step Project Next navigation step Consolidated Databases End of the navigation path and right-click the database name and click Check MobiLink System Setup. If your database requires setup or upgrading, you are prompted to continue.

  • When you use the Deploy Synchronization Model Wizard, system setup is checked when you connect to your consolidated database. If your database requires setup or upgrading, you are prompted to continue.

The MobiLink upgrade scripts for 6.0.x have been removed. If you require this upgrade, contact Technical Support.

Notes
  • Use the ml_add_missing_dnld_scripts stored procedure to fix missing download_cursor and/or download_delete_cursor scripts. Invoking this procedure with a script version name defines the missing download_cursor and/or download_delete_cursor scripts as ignored scripts for every synchronization table used by the given script version.

  • If you have authenticate_user_hashed scripts that were created earlier than version 10.0.0, change them to accept VARBINARY(32) instead of VARBINARY(20), using the binary equivalent type of your RDBMS.