The Azure SQL or Azure Synapse admins can copy the JDBC URL from the Azure console.
You can paste that into the URL in your connection and provide whatever UID/PWD for the signon is required
Will look similar to this.
jdbc:sqlserver://.....database.windows.net:1433;database=...;encrypt=true;trustServerCertificate=false;hostNameInCertificate=*.database.windows.net;loginTimeout=30;
For persons who plan to use access tokens from an IDP such as Azure Active-D, when you move to 11.2.2 you can also use that approach
https://www.ibm.com/docs/en/cognos-analytics/11.2.0?topic=a-more-data-server-connections-that-support-jwt-authentication
------------------------------
NIGEL CAMPBELL
------------------------------
Original Message:
Sent: Tue October 04, 2022 11:35 AM
From: pradeep sahay
Subject: Connecting Cognos Analytic on Premise to Azure SQL Database
I am trying to create a connection to Azure SQL Database using data server connections (JDBC URL). We are using Cognos 11.1.7 Fix pack 5 . I want to connect to Azure SQL Database for reporting purposes. It is not working for me . I am getting connection errors. Did any one tried this and if yes can some one please send me step by step instructions. Thanks.
Regards,
Pradeep sahay
------------------------------
pradeep sahay
------------------------------
#CognosAnalyticswithWatson