Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 SQL Server Administration (2005)
 DB Mirroring for non .net applications

Author  Topic 

daimne
Starting Member

17 Posts

Posted - 2008-10-10 : 12:26:30
we are running non .net application that accessing 2005 server in a mirror. when we failovered to the mirror DB pushing failover button, how to make the non .net application failover to the mirror server not changing the application?

TIA

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2008-10-10 : 12:33:23
You have to specify Failover Partner in connection String.

See :Application Failover in Database mirroring for whitepaper
Go to Top of Page

daimne
Starting Member

17 Posts

Posted - 2008-10-14 : 00:09:57
thanks! the problem is that we don't have an access the application and can't modify its java code. Did you try any other way to set failover for mirroring?
Go to Top of Page

sodeep
Master Smack Fu Yak Hacker

7174 Posts

Posted - 2008-10-14 : 08:38:35
Thats the only way to set failover.
Go to Top of Page

daimne
Starting Member

17 Posts

Posted - 2008-10-17 : 18:32:09
have you tried using a switch ip pool?
Go to Top of Page
   

- Advertisement -