SQL Server Connection Issue in Mendix App After AWS EKS Deployment
0
Hi All, I’m working on a Mendix app that retrieves and performs edit/delete operations on an external SQL Server database using stored procedures. The app works perfectly on my local host, including a page with a data grid connected to a data source microflow that executes the stored procedure. However, after deploying the app to our AWS EKS environment (DEV environment, licensed operator), I encountered an error when opening the page containing the data grid. The error message is: The TCP/IP connection to the host BOMSSDEV1.124, port 56208 has failed. Error: 'BOMSSDEV1.124'. Verify the connection properties. Make sure that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port. Make sure that TCP connections to the port are not blocked by a firewall. Has anyone faced a similar issue or have suggestions? Thanks in advance for your help!