Hello,
I have created a stored procedure which calls a SSIS package. The SSIS package creates a file in a folder on the server. When running the stored procedure from the SSMS server, being connected with a Windows Authentication username, everything works fine.
If I run the stored procedure from Microsoft Flow, making the conection to the database with the same user as above, I am getting the error:
Export data to CSV file:Error: CSV File Destination failed the pre-execute phase and returned error code 0xC020200E.
Export data to CSV file:Error: Cannot open the datafile "\\m-.........csv".
It cannot write the file to the location, even if the user has full rights on the server.Has anyone encountered this error so far?
I have tried different solutions, but none of them worked.
Thank you.