You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a few Logic Apps that has an action that creates a file in SFTP with a filename of tmp.{final_name} and then renames it's in another action to just {final_name}. Once in a while, the rename returns 404 even though it did rename it. The consuming party may have be picking it up right at the time it completes renaming the file. I have "Get All File Metadata" setting set to No, but I think it may still be trying to get it after renaming and the file is no longer there. Per the consuming party, the file was successfully picked up the final filename, so we know it did get renamed and the alert is false.
{
"status": 404,
"message": "The provided path '/outbound/tmp.Shipping-2025-02-14@16-05-13.SME.SHUXML6c354dec-9e6d-440d-8adf-75538b31b9c5.SME.SHUXML' does not exist.\r\nclientRequestId: 2315ff9c-cc0b-4f8b-90a3-f690709e2875",
"error": {
"message": "The provided path '/outbound/tmp.Shipping-2025-02-14@16-05-13.SME.SHUXML6c354dec-9e6d-440d-8adf-75538b31b9c5.SME.SHUXML' does not exist."
},
"source": "sftpwithssh-eus.azconn-eus-002.p.azurewebsites.net"
}
Describe the Bug with repro steps
I have a few Logic Apps that has an action that creates a file in SFTP with a filename of tmp.{final_name} and then renames it's in another action to just {final_name}. Once in a while, the rename returns 404 even though it did rename it. The consuming party may have be picking it up right at the time it completes renaming the file. I have "Get All File Metadata" setting set to No, but I think it may still be trying to get it after renaming and the file is no longer there. Per the consuming party, the file was successfully picked up the final filename, so we know it did get renamed and the alert is false.
Full Error returned in Rename action: ("tmp.Shipping-2025-02-14@16-05-13.SME.SHUXML6c354dec-9e6d-440d-8adf-75538b31b9c5.SME.SHUXML" is the file being renamed)
What type of Logic App Is this happening in?
Consumption (Portal)
Which operating system are you using?
Windows
Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg
Yes
Workflow JSON
Screenshots or Videos
No response
Browser
Microsoft Edge for Business
Version 133.0.3065.59 (Official build) (64-bit)
Additional context
No response
The text was updated successfully, but these errors were encountered: