Home > Net >  Azure Logic Apps SQL Connector Error: Bad Request
Azure Logic Apps SQL Connector Error: Bad Request

Time:03-30

I'm using the SQL Connector in Azure Logic Apps to connect to our Azure SQL Database to perform queries, update tables, and execute stored procedures. After several months of developing logic apps, I'm seeing the below error message when using the SQL Connector "Execute Stored Procedure (V2)". I'm only encountering this error with this specific connector. All the other connectors work just fine. Has anyone encountered this error before and had success troubleshooting?

Error: Could not retrieve values. Error code: 'BadRequest', Message: 'The value's length for key 'application name' exceeds it's limit of '128'. clientRequestId: 'XXXXX'. More diagnostic information: x-ms-client-request-id is 'XXXXX'.

CodePudding user response:

Just had a call with Microsoft Support and got confirmation: this is the global issue in the SQL connector of LogicApp. They are working on this to fix, no ETA for now.

Update: should be fixed from around 29.03.2022 03:00 CET

  • Related