mirror of
https://github.com/open-metadata/OpenMetadata.git
synced 2025-07-19 07:17:38 +00:00
40 lines
1.3 KiB
Markdown
40 lines
1.3 KiB
Markdown
---
|
|
title: Datalake Connector Troubleshooting
|
|
slug: /connectors/database/domo-database/troubleshoot
|
|
---
|
|
|
|
# Troubleshooting
|
|
|
|
Learn how to resolve the most common problems people encounter in the Domo Database connector.
|
|
|
|
### How to find clientId ?
|
|
* You can find your `clientId` by [logging](https://developer.domo.com/) into your domo instance.
|
|
* After that click on `My Account`> `Manage Clients`(if created).
|
|
<Image
|
|
src="/images/openmetadata/connectors/domodatabase/client-id.png"
|
|
alt="Client-id"
|
|
caption="Find Services under the Settings menu"
|
|
/>
|
|
|
|
### Where to find accessToken ?
|
|
* You need to generate accessToken.
|
|
* [Login](https://www.domo.com/login) into your sandbox domain ex. `<your-domain>.domo.com`.
|
|
* Click on the `MORE` button on navbar, after that click on `Admin`.
|
|
* Under `Authentication` you will find `Access tokens`.
|
|
<Image
|
|
src="/images/openmetadata/connectors/domodatabase/access-token.png"
|
|
alt="Access Token"
|
|
caption="access-token"
|
|
/>
|
|
|
|
### Where can I find my scopes ?
|
|
* Scopes can be find Under `Manage Clients` section in `My Account` (If client not found, click [here](#how-to-find-clientid))
|
|
<Image
|
|
src="/images/openmetadata/connectors/domodatabase/scopes.jpeg"
|
|
alt="Scopes"
|
|
caption="Scopes"
|
|
/>
|
|
|
|
Please, ensure you have a Bucket Policy with the permissions explained in the requirement section [here](/connectors/database/domo-database).
|
|
|