Creating a Microsoft Azure database connection
By creating a Microsoft Azure database connection, you can use the Azure database with Boomi Integration.
About this task
Public runtime cloud users have the Azure driver installed for them. Private runtime cloud owners who want to use Azure need to download the Azure database driver from Microsoft and place it in the /<installation_directory>/userlib/database directory. To place the driver in this directory, upload the JAR file into your Integration account library (Settings > Development Resources > Account Libraries), add that file to a Custom Library component, and deploy the component to the appropriate basic runtime, runtime cluster, runtime cloud, or environment.
Uploaded or imported files pass through a virus scanner first. If the scan detects a virus, you receive an error message, and the scan rejects the file. If an error persists, contact Boomi Support.
For JAR files that support a connector, you create a Custom Library component with a type of Connector and select a connector type — in this case, Database. When you deploy the component, the JAR files that it references are deployed to the /<installation_directory>/userlib/database directory. If the userlib/database directory does not exist, Boomi Integration creates it.
Procedure
-
In Integration, create a Database connection.
-
On the Connection tab, make the following entries:
a. Database Type — Select Custom.
b. User — Enter the name you use to sign in to your Microsoft Azure account.
c. Password — Enter your Azure SQL database account password — not your Azure account password.
d. Class Name — Enter
com.microsoft.sqlserver.jdbc.SQLServerDrivere. Connection URL — Build the connection URL like this:
jdbc:sqlserver://<host_name>:<port_no>;database=<db_name>The property “encrypt = true ” is optional, but if you set it, specify hostNameInCertificate
If the server name in the connection string is shortName.domainName, set the hostNameInCertificate property to *.domainName.
-
Click Save and Close.
-
Verify that your connection is working by browsing the Azure database.