web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Customer experience | Sales, Customer Insights,...
Unanswered

Copy Dataverse data to Azure SQL from Azure Synapse Pipelines

(0) ShareShare
ReportReport
Posted on by 30

Hello,

I am attempting to set-up a pipeline from Dataverse to Azure SQL. The goal is to re-map all our power bi reports from what will soon be deprecated data export service to Azure SQL database from our Gen2 Storage Account. 

I am following the Microsoft documentation:  https://docs.microsoft.com/en-us/power-apps/maker/data-platform/azure-synapse-link-pipelines and there's seems to be an issue with step 10 on Configure the Solution Template header where it gives us parameters: 

  • Container: @split(triggerBody().folderPath,'/')[0]
  • Folder: @split(triggerBody().folderPath,'/')[1]

Here is the error code below:

Operation on target LookupModelJson failed: ErrorCode=UserErrorFileNotFound,'Type=Microsoft.DataTransfer.Common.Shared.HybridDeliveryException,Message=ADLS Gen2 operation failed for: Operation returned an invalid status code 'NotFound'. Account: 'mydatalake'. FileSystem: 'dataverse-xxx-123'. Path: 'Microsoft.Athena.TrickleFeedService/model.json'. ErrorCode: 'PathNotFound'. Message: 'The specified path does not exist.'. RequestId: '2d120e4c-1045-104f-6722-c9becd000000'. TimeStamp: 'Thu, 15 Sep 2022 12:57:24 GMT'.,Source=Microsoft.DataTransfer.ClientLibrary,''Type=Microsoft.Azure.Storage.Data.Models.ErrorSchemaException,Message=Operation returned an invalid status code 'NotFound',Source=Microsoft.DataTransfer.ClientLibrary,'

I've done all the prerequisites and followed the instructions on every step. Ideally, it should be copying all the model.json files in every folder from the container(filesystem). There is a step where it shows all the matching files (step 8), and afterwards will ask to enter the parameters for the trigger. 

I saw another post with the same issue that was posted 2 days ago however no answers yet. Any ideas how to resolve this? Thank you all for your time!

I have the same question (0)
  • MKennerley Profile Picture
    57 on at

    Hi,

    The documentation is wrong for Azure Synapse. I think it will work if you are using Azure Data Factory.

    You need to use "trigger().outputs.body.folderPath" and NOT "triggerBody().folderPath" for it to work in Azure Synapse

    Example:

    Container: @split(trigger().outputs.body.folderPath,'/')[0]

    Folder: @split(trigger().outputs.body.folderPath,'/')[1]

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Congratulations to our 2025 Community Spotlights

Thanks to all of our 2025 Community Spotlight stars!

Leaderboard > Customer experience | Sales, Customer Insights, CRM

#1
ManoVerse Profile Picture

ManoVerse 197 Super User 2026 Season 1

#2
CU11031447-0 Profile Picture

CU11031447-0 100

#3
NeerajPawar Profile Picture

NeerajPawar 70

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans