简体   繁体   中英

GatewayTimeout during call the stored procedure in Azure Logic App

I have stored procedure that should return some data. When I call this procedure using MS SQL Management studio, the call takes 1-3 seconds.
When I call this procedure using 'Execute stored procedure' or 'Execure SQL Query' actions in Azure logic app, I get GatewayTimeout responce after two minutes of waiting.

网关超时

The problem was in parameters. If I set parameter as string variable from logic app and in my sql SP use this parameter as cast(@param as varchar(10)) , all is ok.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM