Forum Discussion

jj44's avatar
jj44
Advocate I
9 months ago
Solved

Invoke pipeline error

Hi,   I have a number of pipelines in the same workspace, they all run successfully. I have created a master pipeline, to orchestrate these using the 'Invoke pipeline' activity.    When I try to ...
  • v-achippa's avatar
    9 months ago

    Hi jj44,

     

    Thank you for reaching out to Microsoft Fabric Community.

     

    Based on the error looks like here the runtime could not refresh the OAuth credential for a linked service. Please follow below steps:

    • Go to Manage --> Linked services, identify the linked service shown in the failed activity details, click Test connection and re-authenticate to restore the token and then rerun the master pipeline.
    • For a permanent fix, reconfigure the linked service to use a Managed Identity or a Service Principal with the client secret stored in key vault.
    • Make sure that the workspace managed identity or service principal has the required RBAC permissions on the target resource and Get or List access to key vault secrets.

    After updating the authentication, test the connection again and re-run your master pipeline, this will permanently prevent the token refresh failures.

     

    Thanks and regards,

    Anjan Kumar Chippa