Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hi everyone,
I’m facing an authentication issue in Microsoft Fabric pipelines and would appreciate some guidance.
Environment: Microsoft Fabric workspace
Pipelines:
Parent Pipeline: Uses Invoke Pipeline activity to call the child pipeline.
Child Pipeline: Contains a Wait activity.
All pipelines are in the same Fabric workspace.
The parent pipeline successfully starts, but when the invoked child pipeline runs, the execution fails with the following error:
Verified both pipelines are in the same workspace and use the same linked service.
Is there a known limitation when using Invoke Pipeline activity between parent and child pipelines
Any insights, recommendations, or troubleshooting steps from others who’ve run into this with Fabric pipelines would be much appreciated!
Thank you
— Ayushi Harlalka
Solved! Go to Solution.
thank you it worked for me. I created a new Connection and changed connection in every activity.
Hi @aayushiharalal ,
Great to hear that its working from your end.I would suggest you to accept the response that guided you in solving the issue as a solution.It would be really helpful for others in the community who might be facing similar issues and can address them quickly.
Thank you.
thank you it worked for me. I created a new Connection and changed connection in every activity.
Great to hear you resolved it.
Hi @aayushiharalal ,
Thank you for reaching out to Microsoft Fabric Community.
Thank you @nielsvdc for the prompt response.
I wanted to check if you had the opportunity to review the information provided and resolve the issue..?Please let us know if you need any further assistance.We are happy to help.
Thank you.
Hi @aayushiharalal, the error you get is not related to the invokation of the child pipeline, but rather a problem with a connection that is used within one of the pipelines.
The error message states the following:
"Message": "Failed to resolve connection 'e7eca4a3-c203-441f-ad05-87a020d51cc3' referenced in activity run '411eb8e3-1c76-4b74-9d13-5def1bf2ad81'
What is says is that the pipeline activity with id '411eb8e3-1c76-4b74-9d13-5def1bf2ad81' failed the authentication for connection with id 'e7eca4a3-c203-441f-ad05-87a020d51cc3'.
To resolve the problem, you might want to check the connections you use in the (child) pipeline.
You can also find these connection by clicking the Gear icon in the top right corner in the Fabric portal and then click Manage connections and gateways. On the connections in the status column, you can click the refresh button to validate if the connection is still working.
First check the connections within the pipeline, for example to a source or destination system in a copy data activity.
If you do not find a connection error within the pipelines, you can try the Fabric API Get Connections to search by the ID and see what connection it concerns.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 51 | |
| 37 | |
| 35 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 72 | |
| 70 | |
| 39 | |
| 34 | |
| 23 |