Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Note

The information on this page is relevant to Google Connector 2.0 and 2.1 and 2.3

 

On this page:

Table of Contents

...

  1. Update to the frevvo Google Connector v2.03
  2. Note: If you are using Live Forms Online, cloud hosted software the frevvo Google Connector is already updated to v2.1.1.3
  3. Use the form/flow Manually Set Doc URIs wizard and do NOT use the frevvo Google Sheet wizard

...

How do I check the status of the Google connector?

Paste this url in your browser: http://<DOMAIN_ NAME>/google/health to check the Google Connector status. Provide your domain name and the port number if you are running locally. You should see a {"status":"UP"} message.

Where do I find the Google Connector logfile?

If you are using the frevvo tomcat bundle, the Google Connector log is located in <frevvo-home>\tomcat\logs. The logfile is named google-connector.YYYY-MM-DD.log. Generating separate logfiles make it much easier to search for errors when troubleshooting connector issues. The connector is designed to use the frevvo-config.properties file.

The Google connector logfile defaults to INFO loglevel. To configure DEBUG level logging for the Google connector log:

  1. Stop
  2. Create/edit a frevvo-config.properties file in <frevvo-home>\tomcat\conf
  3. Add the logging.level.com.frevvo.connectors.google=DEBUG property to the file. NOTE: the syntax of the property is logging(dot)level(dot)com(dot)frevvo(dot)connectors(dot)<connector name>=DEBUG
  4. Save the file
  5. Restart

Code Block
logging.level.com.frevvo.connector.google=DEBUG

 

"Unknown Error has Occurred" message when logging on to the Save to Google Spreadsheet wizard

...