How to install 360Eyes on SQL Server on Azure

Symptom

Installing 360Eyes using SQL Server on Azure.

Environment

  • 360Eyes
  • SAP BusinessObjects Enterprise XI 3.1
  • SAP BusinessObjects Business Intelligence 4.0
  • SAP BusinessObjects Business Intelligence 4.1
  • SAP BusinessObjects Business Intelligence 4.2
  • SAP BusinessObjects Business Intelligence 4.3

Resolution

In order to install 360Eyes on SQL Server on Azure, the Microsoft SQL Driver must be used. Specify the URL using the following syntax:

jdbc:sqlserver://<serverName[\<instanceName>]>:<portNumber>[;property=<value>][;property=<value>];

Example:

jdbc:sqlserver://gbandsmith.database.windows.net:1433;database=360eyes;
                 encrypt=true;trustServerCertificate=false;
                 hostNameInCertificate=*.database.windows.net;loginTimeout=30;


See Also


Keywords


cloud, SQLServer, Azure, Microsoft

Product

Product or Product version

  • 360Eyes

Languages


  • English


Last updated about 2 years ago