Tuesday, March 15, 2016

How to Connect SSIS to Always on Availability Groups Listener:

 How to Connect SSIS to Always on Availability Groups Listener:


Step1: Open up Visual Studio

Step2: Tools->Connect to Database





Step3: Enter Listener name , then go to advanced
Step4: Change Multisubnetfailover=True from False

Step5: Test connection with your windows Account or SQL account
Step6:Create OLEDB Connection Manager
 From then create new OLEDB connection manager, choose FPSQL1Listener and the choose login, database name etc.
First a database connection must be made with multisubnet failover=true


1 comment:

  1. Which version of VS are you using? I do not see this option in VS 2013.

    ReplyDelete

https://blog.sqlauthority.com/2009/06/27/sql-server-fix-error-17892-logon-failed-for-login-due-to-trigger-execution-changed-database-context...