LogoLogo
Home
  • Verb Documentation
  • Release Notes
  • Environment Settings
    • Authentication
      • Authentication Endpoint
  • Data Sources
    • Ingestion Methods
    • Table Sync Intervals
    • Data Source Integrations
      • Network Permissions
      • Microsoft SQL Server
      • PostgreSQL
      • MongoDB
      • Snowflake
      • Elasticsearch
      • DynamoDB
      • Google BigQuery
      • Firebase Cloud Firestore
      • Supabase
      • Cloud Files
      • Flat Files
    • Data Synchronization
      • Synchronization Methods
        • Full Synchronization
        • Incremental Synchronization
        • Change Tracking
        • Change Data Capture
      • Synchronization Intervals
      • Synchronization Status
        • Pausing and Resuming
      • Synchronization History
      • Schema Changes
      • Row Filtering
      • Schemaless & NoSQL
      • Managing Connections
      • Troubleshooting
  • Models
    • What is a Model
      • Elements of a Model
      • Model Management
    • Building a Model
      • Add/Remove Data
      • Relationships
      • Row-Level Security
      • Transformations
    • Advanced Model Information
      • Database Keys
      • Unstructured Data
      • Publishing Updates
      • Troubleshooting
      • Automatic Modeling
  • Data Transformations
    • What is a Transformation
      • Elements of a Transformation
      • Transformation Management
    • Building Transformations
      • Creating Transformations
      • Configure Transformation Steps
      • Transformation Steps
        • Calculator
        • Manipulate Text
        • Map Values
        • Remove Duplicates
        • Date Operation
        • Select Columns
        • Change Type
        • Group Data
        • Filter Data
        • Join Data
        • Append Rows
        • Pivot Data
        • Rank Data
        • Window Data
      • Complete and Publish
  • Collections
    • What is a Collection
      • Elements of a Collection
    • Building Collections
    • API Collections
      • Building API Collections
        • Connect Data Sources
        • Data Model
        • Select Data
        • Authentication and Security
        • Data Access API Keys
        • Data Access API Documentation
      • API Collection Versions
    • Advanced Collection Options
      • Time Zones
      • Currency Symbols
  • Tiles
    • What is a Tile
      • Elements of a Tile
    • Tile Management
      • Tile Data
    • Tile Actions
    • Custom Date Formats
    • Currency Conversion
  • Design Themes
    • What is a Design Theme
    • General Theme Settings
    • Data Visualization Settings
  • Account Settings
    • Integrations
      • Slack
  • Legal
    • Terms of Use
    • Privacy Policy
    • Subscription Agreement Terms
    • Subscription Agreement
    • Data Processing Addendum
Powered by GitBook
On this page
  • Database Issues
  • Table Issues
  • Column Issues

Was this helpful?

  1. Data Sources
  2. Data Synchronization

Troubleshooting

Connecting to your data should be a simple process. However problems can arise, and there are some common steps you can take to address the most common issues.

Database Issues

Database issues arise when Verb cannot connect to your data source.

Connection Timeout

Verb attempted to connect to your database, but a timeout occurred after 30 seconds.

Possible Solutions

  1. Make sure Verb's IP addresses are whitelisted.

  2. Check the connection settings to verity username, password, port number, etc.

Access Denied

Verb attempted to connect to your database, but permission was not granted for the login

Possible Solutions

  1. Make sure Verb's IP addresses are whitelisted.

  2. Check the connection settings to verity username, password, port number, etc.

Server Not Available

Verb attempted to connect to your database, but the server does not appear to be online.

Possible Solutions

  1. Verify your server is online

  2. Check the connection settings to verity username, password, port number, etc.

  3. Try connecting from an alternate source (Cloud provider, data management studio, etc.). If connection is verified, retry with Verb.

Unknown Error

Verb attempted to connect to your database, and no identifying details were provided.

Possible Solutions

  1. View the full database error.

  2. Contact support for assistance if your data source can be connected via other tools.

Table Issues

Not Available

The table could not be found in the data source. Check the data source to confirm that Verb has appropriate permissions. Then clear the error to resume syncing.

If the table has been renamed or removed from the data source, go to Sync Settings for all possible solutions.

Possible Solutions

  1. Check the data source to confirm Verb has access to the table

  2. Ensure the table still exists. If it does not, disable the table sync for this data source.

  3. Check to see if the table was renamed.

  4. Disable the table synchronization if no resolution is immediately identified.

Network Issue

There was a network issue when attempting to sync to this table.

Possible Solutions

  1. Verify the security protocol configurations of the data source

  2. Confirm the Verb user has access to this table

  3. Ensure the Connections Settings are correct and they didn’t cause a timeout Then, clear the error to resume syncing and see if the issue is resolved.

Change Tracking Not Available

Verb was not able to sync using the Change Tracking sync method. Go to Sync Settings to update the sync method to one compatible with your data source. Or clear the error to resume syncing and see if the issue is already resolved.

Possible Solutions

  1. Update the sync method to one compatible with your data source

  2. Update your data source to support Change Tracking, then clear the error to re-enable synchronizing.

Change Data Capture Not Available

Verb was not able to sync using the Change Data Capture sync method. Go to Sync Settings to update the sync method to one compatible with your data source. Or clear the error to resume syncing and see if the issue is already resolved.

Possible Solutions

  1. Update the sync method to one compatible with your data source

  2. Update your data source to support Change Tracking, then clear the error to re-enable synchronizing.

Incremental Column Not Available

Verb was not able to sync using the Incremental Column sync method. Go to Sync Settings to change sync methods or to update the incremental sync method to use a different column. Or clear the error to resume syncing and see if the issue is already resolved."

Possible Solutions

  1. Confirm the incremental column used on this table was not edited in your database.

  2. Update your sync settings to change the table's sync method.

Unknown Available

Something is preventing Verb from syncing this table. Confirm that everything is okay with it in the data source. Then go to Sync Settings for possible solutions. Or clear the error to resume syncing and see if the issue is already resolved.

Column Issues

Column issues arise when a schema column has changed in a way Verb cannot automatically recover from.

Data Type Changed

This column has a different data type from what is set in Verb. Go to Sync Settings for possible solutions. Or clear the error to resume syncing and see if the issue is already resolved.

Possible Solutions

  1. Check the table in your database to fix the problem with the column at the source then clear the Verb error to enable syncing.

  2. Edit the columns to turn off syncing on the missing column.

Not Available

This column has a different data type from what is set in Verb. Go to Sync Settings for possible solutions. Or clear the error to resume syncing and see if the issue is already resolved.

Possible Solutions

  1. Edit columns to turn off synchronization on the affected column.

  2. Turn off column sync, update the column type, then turn it on again and re-sync with the new data type.

PreviousManaging ConnectionsNextWhat is a Model

Last updated 2 years ago

Was this helpful?