Hi all,
two of my flows are suddenly failing since saturday, there have been no changes from my end. The action that exports a file from paginated report (PBI premium per user) throws the error "Effective identity on datasources with SSO enabled is not supported". The two flows affected are supposed to export the files to a SFTP server in the following step.
All other flows exporting paginated reports from the same instance work perfectly fine. The only difference in setup is that the following action is Send to user per Mail instead of Create file on SFTP.
The error message implies that there might be an issue with my PBI connection, but many flows using the same connection work well. I have also set up a simple flow only with the export action. The two reports in question won't work (error hits immediately), all others will.
Any ideas?
Here's detailed error info:
{
"statusCode": 400,
"headers": {
"Pragma": "no-cache",
"Strict-Transport-Security": "max-age=31536000; includeSubDomains",
"X-Frame-Options": "deny",
"X-Content-Type-Options": "nosniff",
"RequestId": "f012062f-fef6-45b3-9d8e-280e996ca66e",
"Access-Control-Expose-Headers": "RequestId",
"Timing-Allow-Origin": "*",
"x-ms-apihub-cached-response": "false",
"x-ms-apihub-obo": "true",
"Cache-Control": "no-store, must-revalidate, no-cache",
"Date": "Mon, 31 Jan 2022 08:14:47 GMT",
"Content-Length": "140",
"Content-Type": "application/json"
},
"body": {
"error": {
"code": "InvalidRequest",
"message": "Effective identity on datasources with SSO enabled is not supported"
}
}
}
Many thanks in advance,
Kathrin