inline common data model data set not reading pass the 1st entity in a set variable

Ade 26 Reputation points
2022-07-28T17:41:36.823+00:00

Hi,

ii created an Adf to move data from a blob storage to sql , the adf uses Model.json and it works for the first entity in the list of entities I parsed as variable, then just skips over the rest, on checking i got the error message below :

ERROR Logger: Could not read '/contsa' from the 'cdm' namespace. Reason 'com.microsoft.commondatamodel.objectmodel.storage.StorageAdapterException: Could not read content at path: /logical/contsa'

225902-2022-07-28-18h24-48.png

225798-2022-07-28-18h21-02.png

225848-2022-07-28-18h25-25.png
225788-2022-07-28-18h25-55.png

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
{count} votes

1 answer

Sort by: Most helpful
  1. Ade 26 Reputation points
    2022-09-01T08:26:19.16+00:00

    Hi @KranthiPakala-MSFT ,

    It more about my understanding of how the "Checkpoint Key" works

    • the job wasn't repopulating 'Entities' in SQL : as the checkpoint sees no changes coming from the CRM Side

    So the fix was to overwrite the "Checkpoint Key" forcing the job pick up all the CRM data from the base

    Thanks

    1 person found this answer helpful.

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.