Replies: 2 comments 5 replies
-
Which DB engine? SQL Server? Can you share documentation that shows how to do this authentication with Java/JDBC? That can be converted into Mirth almost directly. |
Beta Was this translation helpful? Give feedback.
-
Just wanted to follow up on this to see if anyone knows how to make this work in Mirth. All I am trying to do is connect to an Azure SQL database, instead of a normal SQL server database. I've tried everything I can think of to try and get it to work using a normal Database Reader, but it it seems to connect, just fails Authentication every time. Am I looking at this incorrectly and is there no native way to connect via a Database Reader in Mirth? I am able to login via this powershell script. Can anyone help me understand what I am doing wrong in Mirth or how to convert this to a Mirth process?
This successfully outputs the SQL version once it connects, but for the life of me, I can't convert this to work normally in Mirth without calling the Powershell from the command line |
Beta Was this translation helpful? Give feedback.
-
This is my first time trying to connect to an Azure databse and first time trying to use a clientID,, secretID, and tenantID. Is this possible in a normal database reader? I am using MIrth 4.4.1. I have tried the normal way of using the JDBC driver from the dropdown, modifying the URL with the Azure database info, then tried putting the clientID as username and secretID as password, but it doesn't seem to work.
Do I need to try and do this through Javascript in a Reader/transfromer instead? Also, I have not downloaded any additional JARs for drivers after a fresh install of this version of Mirth, so I need to updated to the latest Microsoft JDBC drivers?
Beta Was this translation helpful? Give feedback.
All reactions