Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
Matthew_G
Advocate I
Advocate I

Data Pipeline executes multiple times

I have a pipleline and when it runs, either manually or scheduled, it executes multiple times. This seems to occur with any data pipeline we create. Is there something I am doing wrong?

 

To test I created a stored proc in a warehouse that inserts a date into a table. 

 

create table dbo.runCheck (
runDate DATETIME2(0)
)

create procedure dbo.p_insertDate
as
insert into dbo.runCheck(runDate)
select getdate()
GO
 
I then create a new data pipeline and add the stored proc activity.
Matthew_G_0-1700628918643.png

 

 Confrim table is empty
Matthew_G_1-1700629051980.png

 

Execute the pipline and check monitoring hub, I can see it is running multiple times 

 

Matthew_G_2-1700629119790.png

 

Check the count again and I see there are multiple inserts

Matthew_G_3-1700629183166.png

I'm not sure if I am doing something wrong or if there is a bug.

1 ACCEPTED SOLUTION
Matthew_G
Advocate I
Advocate I

We found the issue was a firewall related. There were retries because *.analysis.windows.net was not allowed. This caused multiple instances to be fired off when we manually tried to run the pipeline. Following these instructions worked: https://learn.microsoft.com/en-us/power-bi/enterprise/power-bi-allow-list-urls

View solution in original post

5 REPLIES 5
Matthew_G
Advocate I
Advocate I

We found the issue was a firewall related. There were retries because *.analysis.windows.net was not allowed. This caused multiple instances to be fired off when we manually tried to run the pipeline. Following these instructions worked: https://learn.microsoft.com/en-us/power-bi/enterprise/power-bi-allow-list-urls

Thanks for the details @Matthew_G .

v-nikhilan-msft
Community Support
Community Support

Hi @Matthew_G 
Thanks for using Fabric Community. 
Apologies for the issue you have been facing. Currently this is not a bug.
When I tried to repro the scenario, the pipeline ran only once.

vnikhilanmsft_0-1700649283238.png
vnikhilanmsft_1-1700649296284.png

vnikhilanmsft_2-1700649308592.png

This might require a deeper investigation from our engineering team about your workspace, the pipeline details and the logic behind it to properly understand what might be happening. 

Please go ahead and raise a support ticket to reach our support team:

https://support.fabric.microsoft.com/support
Please provide the ticket number here as we can keep an eye on it.

Thank you.

Thank you! I have logged ticket with TrackingID#2311170050002237 . I thought it could be related to our enviroment and our ops team is also investigating.

Hi @Matthew_G 
Thanks for the details. Please continue using Fabric Community for any help regarding your queries.

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.