Forum Discussion
jankuc
Advocate I
1 year agoTokenExpired Error Fails Invoke pipeline activity even when underlying pipeline finishes fine
In Fabric, our orchestration Data pipeline (DP) has an Invoke Pipline Activity that calls another pipeline with some ingestions and other tasks. So we have orchestration DP that call Ingestion D...
Jon_Murphy1
1 year agoFrequent Visitor
This exact issue has just occured for me too. Started last night. Same scenario; data pipeline uses the invoke pipeline activty to run another pipeline which takes 90 minutes to run. The invoked pipeline is successful , but the initial pipeline's "Invoke Pipeline" activity fails with the message below.
{"requestId":"xxxx","errorCode":"TokenExpired","message":"Access token has expired, resubmit with a new access token"}
jankuc
Advocate I
1 year agoI think there might be an error. When DF is polling for the status of the invoked pipeline, they are signing it with a token that expires (lets say after 60minutes) and after that, they dont get the memo that the invoked ppln finished successfuly, but get an error with forbidden access, or some such.