skip to main content
Quick Start: Progress DataDirect for JDBC for Google BigQuery Driver : Troubleshooting setup/connection issues : Troubleshooting the issue
  

Try DataDirect Drivers Now

Troubleshooting the issue

Some common reasons that setup/connection issues occur are:
*The database and/or listener are not started.
*The driver jar file, googlebigquery.jar, is not defined on your CLASSPATH. If the driver is not defined on your CLASSPATH, you will receive a class not found exception when trying to load the driver. See "Setting the classpath" for details.
*The JDBC driver’s connection properties are not set correctly in the connection URL or data source. See "Connecting to a DataSource" for more information.