Connect to the database

Connecting to your Ultimo cloud database

Testing the database connection

After creating the database user with use of the previous manualarrow-up-right, an email with the connection information, consisting of the server name, database name, and username, is sent to the email address you used in the creation of the database user.

circle-info

Please make sure that when connecting to production environments, you are connecting to the failover server. A failover server is used to relieve the load of the actual production server. The data is still real time! Testing can be done with for example SSMS or ODBC.

IFS Ultimo reserves the right to disable the database user if it is connected to the production server and our initial request to change it to the failover remains unanswered. Please ensure timely responses to avoid any interruptions in your server connections. Thank you for understanding

SSMS

Open a new connection by clicking on connect in the Object Explorer.

Fill in the server, login and password when you received an SQL Server account.

Or when you received an account with AD fill in the server name and user name:

Before connecting, click on the Options >> button and fill in the database.

Now click on Connect and see if the connection can be made.

ODBC

Go to the System DSN tab and click on Add…

Select the ODBC Driver 17 for SQL Server and Finish

Fill in a name and the provided server name:

Select SQL Server Authentication and fill in the username and password.

Check the Change the default database to box and fill in the database name in the next screen.

Continue by clicking Next and Finish. Test the database source and you are good to go!

Firewall

In some environments, the firewall on your network needs to be configured too. In the BI connection to your Azure database, a static IP address is not possible. See https://docs.microsoft.com/en-us/azure/azure-sql/database/connectivity-architecturearrow-up-right

The best way is to allow (whitelist) the IP addresses and ranges for your region as described below.

Development, Test and/or Acceptance environments

Region
Server
IP Addresses
IP Address Subnets

Australia

UltimoProductionAUS.Database.Windows.Net

Europe

UltimoProductionCloud.Database.Windows.Net UltimoProductionEurope.Database.Windows.Net UltimoProduction2Europe.Database.Windows.Net

Germany

UltimoProductionGermany.Database.Windows.Net

India

UltimoProductionIndia.Database.Windows.Net

Sweden

UltimoProductionSweden.Database.Windows.Net

United Kingdom

UltimoProductionUK.Database.Windows.Net

USA

UltimoProductionEastUS.Database.Windows.Net

Production environment

Region
Server
IP Addresses
IP Address Subnets

Australia

UltimoProductionAUSFailover.Database.Windows.Net

Europe

UltimoProductionCloudFailover.Database.Windows.Net UltimoProductionEuropeFailover.Database.Windows.Net UltimoProduction2EuropeFailover.Database.Windows.Net

Germany

UltimoProductionGermanyFailover.Database.Windows.Net

India

UltimoProductionIndiaFailover.Database.Windows.Net

Sweden

UltimoProductionSwedenFailover.Database.Windows.Net

United Kingdom

UltimoProductionUKFailover.Database.Windows.Net

USA

UltimoProductionEastUSFailover.Database.Windows.Net

Security

Port 1433 needs to be allowed for all environments. If you want to use DAC, ports 1434 and 14000 – 14999 need to be allowed too. For more information on DAC, read this pagearrow-up-right.

If for some reason IP adresses and ranges are a problem, the alternative is to allow the DNS name(s) instead.

Ultimo uses for the connection TLS (Transport Layer Security) 1.2, the highest available level under Azure. For more information regarding TLS you can read https://en.wikipedia.org/wiki/Transport_Layer_Securityarrow-up-right

Last updated