Hello All,
I am trying to create a flow to export data from an on premi sql database and then import it into an excel spreadsheet.
When trying to run the flow I am getting a 502 Error, status: Bad Gateway. I have used this gateway for file connections on prem and it works OK. Setting up the flow I am able to see the table I am trying to retrieve, so I would presume its ok.
I have also tried using another gateway installed on a different server, and I am getting the same error.
Has anyone else experience this, or has a way to resolve it.
Thanks in advance.
{
"error": {
"code": 502,
"source": "flow-apim-europe-001-francecentral-01.azure-apim.net",
"clientRequestId": "5267d0ee-8928-49c7-abd4-ea6ac014c6af",
"message": "BadGateway",
"innerError": {
"status": 502,
"message": "Incorrect syntax near the keyword 'FROM'.\r\nclientRequestId: 5267d0ee-8928-49c7-abd4-ea6ac014c6af",
"source": "sql-we.azconn-we.p.azurewebsites.net"
}
}
}