Forum Discussion
Andersenn
5 months agoFrequent Visitor
Pipeline Script Activity failing with "ItemNotFound" and Authentication errors despite correct setup
Hello, I am encountering a persistent execution error in a Microsoft Fabric pipeline. Specifically, a Script (or lookup, copydata...) Activity designed to execute a query against a target database i...
- 5 months ago
Hi Andersenn ,
You can use Workspace IDentity(similar to SPN):
- Enable Workspace Identity for the Fabric workspace.
- Grant Workspace Identity access to Warehouse / DB
- Ask Entra ID team to exempt Fabric from MFA CA
- Rebind the pipeline connection
- Re-run the pipeline
Let me know if the above solution works for you.
Thanks
Ati Puri
NavinTigga
5 months agoFrequent Visitor
That's great, it's really helpfull!