This page describes error messages you might encounter when querying data with Ads Data Hub, and provides troubleshooting guidance.
Error messages can be found in the following locations:
- While editing a query in the Ads Data Hub UI, error messages will appear in the validation box above the query text. You can expand the error text by clicking on Show validation.
- After running a query that fails to complete, the Details field specific to the job will contain an error message in the Error field. A list of your recent jobs can be found by clicking on Jobs in the Ads Data Hub UI.
- You can retrieve error messages via the Ads Data Hub API, using the
operations
resource.
This table does not include all possible error messages. If you don’t see the relevant error here, or the suggested steps don’t resolve the issue, contact support.
Error message | Description | Troubleshooting |
Resources exceeded during query execution: The query could not be executed in the allotted memory. | This error is returned when your query requires too much memory to execute. |
|
BigQuery error.
Error code: Internal |
This error is returned for various reasons. Common causes of this error include: | |
|
|
|
|
|
|
|
|
|
|
|
|
If none of the above scenarios apply to your query, reach out to Ads Data Hub Support to diagnose the error. | ||
Not found: Dataset <myproject:mydataset> was not found in location <regioncode> .
|
This error is returned when you attempt to output query results to a BigQuery dataset that is not in the same region as your Ads Data Hub instance. |
|
Ads Data Hub Support cannot modify or change the region assigned to your Ads Data Hub instance. | ||
Table cannot be accessed in BigQuery. | This error returns during results preview, if you do not have access to the output table in BigQuery. |
|
Your query didn't pass Ads Data Hub privacy checks. Make sure your query meets aggregation requirements and difference checks.
Error code: 0400 |
This error returns when
query results are insufficiently aggregated or they are too similar to previous results. |
|
System error. Please contact support.
Error code: Internal |
This error is returned for various reasons. Common causes of this error include: | |
|
|
|
|
|
|
|
|
|
|
|
|
If none of the above scenarios apply to your query, reach out to Ads Data Hub Support to diagnose the error. | ||
The query contains <number> user sets, which exceeds the 100000 limit
|
This error is returned when the query results would contain more than the limit of 100,000 user sets. A user set is the most basic unit of protection in Ads Data Hub. A query gets one user set each time it retrieves data from a user-level Ads Data Hub table. |
|