on 2013 Dec 24 6:21 PM
BH Hi, I am using SQL Anywhere mirroring, and my users are connecting through ODBC Administrator. If the primary server fails, does ODBC profile have to be changed to connect to the mirroring server? I was under the impression, that if server1 fails, the users will still be able to connect without having to change the "Data Source Name" or the "Server Name" in the ODBC Administrator. Was I under the wrong assumption? Thanks Aron
Request clarification before answering.
No. It is what an alternate server name (-sn) is for.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
The connection string that the client should be using to connect to which ever server is the current primary and should be of this (or an equivalent) form:
UID=...;PWD=...;ServerName=PrimaryAlternateServerName;Host=partner1_host:port,partner2_host:port
If using a ODBC Data Source, it is strongly recommended that you do not include the user id or password in the datasource.
User | Count |
---|---|
75 | |
30 | |
9 | |
7 | |
7 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.