Chapter 3 Installing the Repository
You must create a database to store the repository tables in the server.
When you install the authenticated version of SQL Anywhere, existing databases and new databases cannot be used with the authenticated server because these databases are not authenticated.
You have to perform the following actions to be able to use a database with the authenticated server.
If you want to automatically authenticate any new database, you have to copy the contents of the script authdb.sql
delivered with the repository under \Tools, into the file saopts.sql
under \Script in the SQL Anywhere directory, on the server machine.
The authentication string included in this file will let you use any new database with the repository as soon as you create it.
When you install the authenticated version of SQL Anywhere, you cannot use existing databases with the repository since they are not authenticated. However, you can authenticate these databases by executing the script authdb.sql
delivered with the repository under \Tools. This will let you use the repository with any existing database.
To execute the authdb.sql script on an existing database:
Copyright (C) 2007. Sybase Inc. All rights reserved. |
![]() |