SMO some times doesn't display the instances in sql2008 cluster

Posted by Cute on Stack Overflow See other posts from Stack Overflow or by Cute
Published on 2009-09-23T07:09:36Z Indexed on 2010/06/03 8:04 UTC
Read the original article Hit count: 272

Filed under:
|
|

Hi

I have used SMO API.in that i have used SmoApplication.EnumAvailableServers(FALSE) and from that i have filtered local instances i have used this approch insted of true to make this as convinent for remote sqldiscovery also.using that api created a dll and use that dll in c++.

Now this is working in all combinations but some times it is failed to retrieve the instannces in win2008 sql2008 cluster combination. if i run the exe for 5 times it got succeed for 3 times and failed for two times...

What is wromg with win-sql2008 cluster .is there any additional changes needed to make it work properrly.My firewall is off and also added exception for tcp port 1433.

Anyy help is greately Appreciated...

Thanks in Advance.

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about Windows