Strategy ONE
Enable Google BigQuery Catalog Retrieval for Strategy Web or Library on Windows
Strategy can retrieve catalog information using JDBC/ODBC or SQL catalog retrieval mode. However, SQL catalog retrieval is disabled by default for Google BigQuery.
This topic covers enabling catalog retrieval in MicroStrategy 2021 Update 7 and older. Starting in MicroStrategy 2021 Update 8, this setting is enabled by default.
-
Remote desktop into the MicroStrategy server.
-
Open a text editor with administrator privileges, navigate to
C:\Program Files (x86)\Common Files\MicroStrategy\Tomcat\apache-tomcat-9.0.63\webapps\MicroStrategy\WEB-INF\xml
editDBProperties.xml
. -
Find the following line.
Copy<dbType n="GoogleBigQuery" v="4700" disp="1" catSQL="0"/>
-
Change the line to the following and save your changes.
Copy<dbType n="GoogleBigQuery" v="4700" disp="1" catSQL="1"/>
-
Navigate to
C:\Program Files (x86)\Common Files\MicroStrategy\Tomcat\apache-tomcat-9.0.63\webapps\MicroStrategyLibrary\WEB-INF\xml
and editDBProperties.xml
. -
Find the following line:
Copy<dbType n="GoogleBigQuery" v="4700" disp="1" catSQL="0"/>
-
Change the line to the following save your changes.
Copy<dbType n="GoogleBigQuery" v="4700" disp="1" catSQL="1"/>
-
Open the Services application and locate the Apache Tomcat 9.0 Tomcat9 service.
-
Right-click the service and choose Restart.
-
To switch catalog retrieval from JDBC/ODBC to SQL mode, see Switch Catalog Retrieval from JDBC/ODBC to SQL Query Mode