![]() |
VOOZH | about |
You can use the CData ODBC driver for AlloyDB to integrate AlloyDB data with the drag-and-drop style of Cognos Report Studio. This article describes both a graphical approach to create data visualizations, with no SQL required, as well as how to execute any SQL query supported by AlloyDB.
If you have not already, first specify connection properties in an ODBC DSN (data source name). This is the last step of the driver installation. You can use the Microsoft ODBC Data Source Administrator to create and configure ODBC DSNs.
The following connection properties are usually required in order to connect to AlloyDB.
You can also optionally set the following:
Standard authentication (using the user/password combination supplied earlier) is the default form of authentication.
No further action is required to leverage Standard Authentication to connect.
There are additional methods of authentication available which must be enabled in the pg_hba.conf file on the AlloyDB server.
Find instructions about authentication setup on the AlloyDB Server here.
This authentication method must be enabled by setting the auth-method in the pg_hba.conf file to md5.
This authentication method must be enabled by setting the auth-method in the pg_hba.conf file to scram-sha-256.
The authentication with Kerberos is initiated by AlloyDB Server when the β is trying to connect to it. You should set up Kerberos on the AlloyDB Server to activate this authentication method. Once you have Kerberos authentication set up on the AlloyDB Server, see the Kerberos section of the help documentation for details on how to authenticate with Kerberos.
When you configure the DSN, you may also want to set the Max Rows connection property. This will limit the number of rows returned, which is especially helpful for improving performance when designing reports and visualizations.
If you are running Cognos from a 64-bit machine and want to modify the DSN or create other AlloyDB DSNs, you must use a system DSN. You will also need to open the 32-bit ODBC Data Source Administrator. You can open it with the following command:
C:\Windows\sysWOW64\odbcad32.exe
After creating a DSN, you can then publish the data source:
Select the ODBC option and enter the DSN, CData AlloyDB Sys, and a user-friendly name.
You can now create reports on AlloyDB data in Cognos Report Studio by dragging and dropping table columns from the Source Explorer onto report objects. The sections below show how to create a simple report with a chart that shows up-to-date data.
As you build the report, Cognos Report Studio will generate SQL queries and rely on the driver to execute them. The driver will convert queries into requests to the AlloyDB API. To execute queries to the live AlloyDB data, the driver depends on the capabilities of the underlying API.
You can populate almost any report object in Cognos with AlloyDB data by simply dragging and dropping columns from the Source Explorer onto the dimensions of the object. The column in the Series dimension of the chart is automatically grouped.
Additionally, Cognos sets a logical default aggregate function for the measure dimension based on the data type. For this example, override the default by clicking the ShipCity column in the Data Items tab and set the Aggregate Function property to Not Applicable. The Rollup Aggregate Function property must be set to Automatic.
π AlloyDB columns used in a pie chart. (Salesforce is shown.)When you know the query you need, or if you want to adjust the generated query, convert a query object into an SQL statement. After a query has been converted to SQL, the UI controls are not available for the query object. Follow the procedure below to populate a chart with user-defined SQL.
Cognos will rely on the driver to execute the user-defined query. Using the driver's SQL engine ensures that queries will always return up-to-date results, as there is no cached copy of the data.
If you want to edit the autogenerated query, click the button in the Generated SQL property for the query object. In the resulting dialog, click Convert.
If you want to enter a new SQL statement, drop an SQL object in-line with the query object.
Click the button in the SQL property and enter the SQL query in the resulting dialog. This example uses the query below:
SELECT ShipName, ShipCity FROM Orders WHERE ShipCountry = 'USA'
Modify the properties for the query object: Set the Processing property to "Limited Local". This value is required to convert a query object to SQL.
π A query object created from an SQL statement.You can now access the results of the SQL query as objects in the Data Items tab. Follow the procedure below to create a chart with the results; for example, the ShipCity for each ShipName from the Orders table.
Modify the default properties for the Default Measure (the ShipCity values): In the Aggregate Function box, select the Total option.
Run the report to add the results of the query.
π The rendered report. (Salesforce is shown.)Download a free trial of the AlloyDB ODBC Driver to get started:
Download NowLearn more:
π AlloyDB IconThe AlloyDB ODBC Driver is a powerful tool that allows you to connect with live data from AlloyDB, directly from any applications that support ODBC connectivity.
Access AlloyDB data like you would a database - read, write, and update AlloyDB 0, etc. through a standard ODBC Driver interface.