on 2015 Feb 26 4:05 AM
Hi there,
i am new to SQL Anywhere and i hope you can help me:
we are using SQL Anywhere 12.0 und try to setup a test mirroring (see Sybase/SAP tutorial). When i want to define the primary and secondary server, i get following error message:
"The database mirroring options are not supported for this database"... SQLCODE= -1307, ODBC 3 state = HY000
Can somebody tell me what does it mean? I can't find more information in the internet.
Thanks and best regards from germany Sabrina
The docs do tell the following for that error message:
The current database does not have catalog support for database mirroring servers and options. To use this feature, upgrade your database to the most recent version.
So I would conclude that you are using v12 but the database has been created with an earlier version and therefore has to be upgraded (via DBUPGRAD) or - better - reloaded.
You can use "select * from syshistory" to find out about the database file version.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The INIT row does tell the database has been created with v11 and has not been upgraded since.
Note: Both v11.0.2044 and 12.0.0.2483 are very old builds of v11 and v12 (the original GA releases, IIRC) so you are missing hundreds of bug fixes and enhancements. When doing tests I would very stronlgy recommend to use a new build of v12.0.1 (or v16), and particulary for tests with mirroring.
Furthermore, I would also recommend to do a full reload with the newest version instead of DBUPGRAD.
User | Count |
---|---|
81 | |
11 | |
10 | |
10 | |
10 | |
8 | |
7 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.