I am trying to create Logic App using SFTP connector that triggers when a file is uploaded to server. While establishing a connection with SFTP server using Password authentication I am getting the error "BadGateway More diagnostic information: x-ms-client-request-id is".Any ideas why I may be getting this error ? Please tell me the correct fields to enter the values. I have the following details account = ac240522; password = ****; server = mft.company.com; protocol = sftp/1234; path = /folder/download. With the same credentials I was able to connect from File Zilla New SFTP Connection
Azure Logic App giving Bad Gateway error when connecting with SFTP server
5.1k Views Asked by Abhi At
1
There are 1 best solutions below
0
SaiSakethGuduru
On
- As per the Microsoft troubleshot document
- Try changing the retry policy of SFTP connection and check the action count of retries
- check the connectivity issues, run a network trace on your firewall and SFTP server.
- Check the connection problem is from Logic app end or SFTP end.
- usually band gateway issues are associated with whitelisting of managed connectors IP
Related Questions in SFTP
- Can I negatively close a SFTP file transfer from the client side?
- Does JSch allow to understand that I provided wrong credentials?
- Transfer File to Unix Server from Windows Shared Path using PuTTY
- How to use SFTP with PhpStorm to access server /var/www folder
- Transfer folder from one SFTP server to another every day
- Check if file exists using Apache Commons VFS2
- JSch Algorithm negotiation fail
- Apache SSHD: Where do I find the org/bouncycastle/crypto/prng/VMPCRandomGenerator class?
- Setting up a sftp server in node.js using ssh2 module
- Upload multiple photos to SFTP in Async
- Is this safe to share private key in JCraft JSch
- SFTP Processbuilder
- How to stop spring sftp inbound channel adapter polling when files are downloaded
- SFTP PHP 5.6 using phpseclib hangs
- Cannot create bean when start the application
Related Questions in AZURE-LOGIC-APPS
- Azure Logic Apps SMTP Connector {"code":"BadRequest","message":"Http request failed: the timeout was reached."}
- Azure Logic Apps: Insert MULTIPLE rows to Azure SQL Database
- Can't figure out monitoring and "trackedProperties" setting
- Custom logic app connector
- Azure function gives "The 'code' query parameter provided in the HTTP request did not match the expected value."
- How can I make my Azure logic app portable
- Parsing/ converting Json to XML i Logic Apps, possible?
- How to add a reference of "System.ServiceModel" from Azure Function?
- azure logic app, visual studio, open existing logic app from portal?
- Create Logic Apps workflow using SDK (C#) samples
- Azure Logic Apps - ARM template to deploy filesystem API connection
- Logic App Get rows task processes only 512 rows?
- How to rename existing Azure Logic App?
- Azure logic app SFTP connection Error "A reference was made to a file which does not exist."
- Most Logic App connectors don't work within the Azure Portal
Related Questions in BAD-GATEWAY
- Nginx + Unicorn + RoR: "502 Bad Gateway" Resource temporarily unavailable
- Web application crashes after deploying to azure because of WebRequestHandler
- Angular 2 http.get response error 502 bad gateway
- bad gateway or gateway timeout alternatively with traefik and directus
- 502 Bad Gateway nginx - elastic beanstalk
- 502 Bad Gateway for Laravel Herd in MacOs
- VPS Ubuntu CloudPanel: 502 Bad Gateway nginx
- Display a static page while building a Nuxt app
- Traefik - Bad Gateway after login
- I am Getting a bad gateway Error on my ingress nginx service
- "502 bad gateway error nginx" - web app working in http://itrendsolution.org:5000 but cant redirect "itrendsolution.org" to this address
- Django AWS Elastic Beanstalk - 502 Bad Gateway
- IBM Domino 502 Bad Gateway on redirect
- nginx + websocket proxy + Ratchet in docker
- Jmeter: Getting 502 bad gateway error for some of the requests in suite
Related Questions in SSH2-SFTP
- Verifying SSH host key in Tectia and WinSCP SFTP clients
- Connect Sftp in C, show error : SSH session startup failed. Error code: -43, Error message: Failed sending banner
- PUT a built xml file using xml2js and ssh2-sftp-client in Node
- Using ssh fingerprint in ssh2-sftp-client
- How to get the contents of a file as a String
- Access denied error when trying to upload to AWS Transfer from sftp-client
- Node.js - Pushing multiple files as attachments from server to client
- SFTP Node.js - Is it possible to list files using wildcards?
- Upload multiple files to SFTP from Node
- ssh2 end event invoked without an error event on connection failure
- Obtaining files via ssh2_scp_recv in php
- How to calculate disk space on remote server and store values using ssh2 & node.js?
- Linux PHP Site Converting from FTP to SFTP
- Write buffer data to SFTP server using Node and SSH2
- Ssh2 sftp returns 502 Bad gateway using PHP
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?