Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,221 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
I have a Consumption logic app, in this logic app I have a scenario to read data from oracle table and create a file at destination SFTP server. This logic app runs every half an hour to pick up the latest data from oracle table and create a file at SFTP server.
This logic app fails randomly while creating file at SFTP server, error message mentioned below.
Below points are already verified:
Please help me in understanding the root cause of the issue or why this problem generally occurs.
{
"error": {
"code": 502,
"source": "logic-apis-westeurope.azure-apim.net",
"clientRequestId": "xxxx-xxxx-xxxx-xxxx-xxxx",
"message": "BadGateway",
"innerError": {
"status": 502,
"message": "An established connection was aborted by the server.\r\nclientRequestId: xxxx-xxxx-xxxx-xxxx-xxxx",
"error": {
"message": "An established connection was aborted by the server."
},
"source": "sftpwithssh-we.azconn-we-002.p.azurewebsites.net"
}
}
}