Bitnami Apache Airflow Multi-Tier now available in Azure Marketplace

A few months ago, we released a blog post that provided guidance on how to deploy Apache Airflow on Azure. The template in the blog provided a good quick start solution for anyone looking to quickly run and deploy Apache Airflow on Azure in sequential executor mode for testing and proof of concept study. Continue reading Bitnami Apache Airflow Multi-Tier now available in Azure Marketplace

SSIS – Always on AG (Availability Group) and Error – Please Create a Master Key

In this blog, I would like to address one of the issues that I came across recently with the SQL Server Integration services package execution in SQL always on environment.
 
In this scenario, to use SSIS with Always On, you have added the SSISDB … Continue reading SSIS – Always on AG (Availability Group) and Error – Please Create a Master Key

JDBC Connections fails with “The driver could not establish a secure connection to SQL Server….”

Issue:
 
While working on customer issue recently, I came across following scenario where there was a problem in connecting to the SQL Server from the IBM Java application (JDK 1.7) if we enable only TLS 1.2 protocol on both SQL and Application se… Continue reading JDBC Connections fails with “The driver could not establish a secure connection to SQL Server….”