BusinessObjects Board

Can Business Objects connect to Google Big Query BI Engine?

We’re getting Google Big Query, which I know nothing about except this article (What is BigQuery BI Engine?  |  Google Cloud). It says "it’s a fast, in-memory analysis service. By using BI Engine you can analyze data stored in BigQuery with sub-second query response time and with high concurrency.

BI Engine integrates with familiar Google tools like [Google Data Studio]. The [BI Engine SQL interface] feature also integrates with other popular business intelligence (BI) tools, such as Looker, Tableau, Power BI.

This article says you can connect B.O. to Google BigQuery (Create an SAP BusinessObjects Universe on the CData ODBC Driver for BigQuery)

I’m just trying to sort out if BI Englne is a similar tool as Tableau, Looker, Power BI? Or is it more of a SQL tool for queries and such but not the primary end user tool.

Anyone have any experience with this (and B.O.)?

Looker was ruled out because it was an additional cost to Google Big Query, (https://looker.com/). Looker is now part of Google Cloud but still its own entity (like Tableau and Salesforce)

Hi williampeck1958,

We have adopted GBQ 3 years ago to develop our new EDWH and used Simba ODBC drivers to connect BO 4.2 vs BQ.
U can give the drivers a try from ODBC and JDBC drivers for BigQuery  |  Google Cloud

Keep in mind you will need some customizations applied to the ODBC prm files to “read” GBQ SQL syntax (nothing major though) after which you will be able to connect and use your BQ tables within BO.

Please also note all of the above changes with SAP BO 4.3 which I undestand (we do not have it yet) comes with its own native connector to GBQ.

Hope this helps.

Cheers,
scagliaf

1 Like

scagliaf — looks like I found the right answer! Just looking at the feasibility and you’ve done it … great!

  • do you like it?

Performance… stunning!
Compatibility… some annoyances
Data modelling… less painful than expected (in many docs you might have seen that GBQ prefers large de-normalized tables to expose facts and dimensions, but our experience shows GBQ performs adequately even with more traditional star schemas, which - I suppose - best fits to scenarios where you have to migrate from more traditional EDWH)

All-in-all my mark would be a glorious 9 out of 10 :grinning:

Hi,

What are the customizations required to the ODBC prm files to “read” GBQ SQL syntax? I am unable to find a way, could you please help with step by step instructions? We are on BI 4.2 Sp8 Patch2 and need to connect GBQ on immediate basis. I did configure Simba ODBC and created generic ODBC using IDT but show value option is showing syntax error

image

Any inputs on this issue?

Hi lokeshb31,

As far as I know, in order to have GBQ readable by SAP BO you need via SIMBA ODBC you need to alter
\SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\dataAccess\connectionServer\odbc\extensions\qt\odbc.prm
and
SAP BusinessObjects\SAP BusinessObjects Enterprise XI 4.0\dataAccess\connectionServer\odbc\odbc.prm

as in the attachment.

Best,
scagliaf