I'm having issues with the File System Create File connector. it seems to work some time and not others. For example, the connector was working 3 days ago, but not yesterday and now it is working again. I am using the on-prem data gateway to create the file to the local file system on one of our servers. What am I missing? The account has privileges to create files. The server stays online 24/7. Could it be a configuration issue on the data gateway?
The error message I am receiving is:
{
"status": 400,
"message": "The requested action could not be completed. Check your request parameters to make sure the path '//TTC-200904050531.7z' exists on your file system.\r\nclientRequestId: 2193f412-7022-43ba-b166-0e3e1f39abae",
"error": {
"message": "The requested action could not be completed. Check your request parameters to make sure the path '//TTC-200904050531.7z' exists on your file system."
},
"source": "filesystem-eus2.azconn-eus2-01.p.azurewebsites.net"
}
Hello Team,
The Status code for that error is 400 which clearly states that the request has gone BAD meaning there is something wrong with the location where you are trying to push the created file.
To resolve this it would require some debugging from your end.
I would check if the destination path indeed exists and cross check if I have correctly entered the path. I would also check if same is happening with other paths, if this is working for other paths and specifically not for this path then that Folder in the File system has gone bad and requires some mending.
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
I have a similar issue.
My flow first saves an email as an csv file and next save the mail as an EML file in two different folderes using the same gateway.
Some time serval flow in a row, will fail when saving the EML file.
What can I do to fix this?
@yashkamdar I'm Facing problem while create large files having size more than 2048 KB (i.e 3.1 MB) using Create File/File System. I'm Getting Timeout error. flow runs for 15-20 mins and create file of 2MB just in destination instead of 3.1 MB and gives the followng error.
{
"error": {
"code": 504,
"source": "flow-apim-msmanaged-na-centralus-01.azure-apim.net",
"clientRequestId": "67abb9cf-4e12-4e79-b258-302ee7cc0bce",
"message": "BadGateway",
"innerError": {
"status": 504,
"message": "The request to the on-premises data gateway has timed out.\r\nclientRequestId: 67abb9cf-4e12-4e79-b258-302ee7cc0bce",
"error": {
"message": "The request to the on-premises data gateway has timed out."
},
"source": "filesystem-eus2.azconn-eus2-01.p.azurewebsites.net"
}
}
}
Hey @Harry_G
I had stumbled upon the same and I found - https://docs.microsoft.com/en-us/data-integration/gateway/service-gateway-onprem#considerations
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
@CFernandes So what is the alternative work around if we have large data more than 2MB ? is there any alternative through flow?
@Harry_G For me it was Azure Functions directly invoked by HTTP API.
If this reply has answered your question or solved your issue, please mark this question as answered. Answered questions helps users in the future who may have the same issue or question quickly find a resolution via search. If you liked my response, please consider giving it a thumbs up. THANKS!
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
40 | |
18 | |
16 | |
15 | |
13 |
User | Count |
---|---|
67 | |
36 | |
28 | |
21 | |
19 |