Common issues

更新时间:
复制 MD 格式

This topic provides answers to some frequently asked questions about OpenAPI.

Error: The request for this resource has exceeded your daily available limit

Cause: Each DataWorks API operation has a maximum number of calls allowed per day. The limit varies by DataWorks edition.

Solution: To find the daily limit for a specific operation and see which operations are available in your edition, see Overview of DataWorks API operations.

Error: Your request is too frequent. Try again later

Cause: Two limits apply to each API operation: queries per second (QPS) and daily call count. This error appears when either limit is exceeded.

Solution: Reduce the frequency of your API calls. For specific limits, see Overview.

Error: Onefilecouldnothavemorethan10dependentclouduuids

Cause: This error occurs when you call CreateFile or UpdateFile with DependentType set to USER_DEFINE and more than 10 node IDs in DependentNodeIdList. Each node can have at most 10 cross-cycle dependencies.

Solution: Use one of the following approaches:

  • Reduce the number of IDs in DependentNodeIdList to 10 or fewer.

  • Configure the dependencies manually on the DataStudio page and publish the task from there.