I am currently converting my application to PowerServer, I am using PB 2022. When I make the first connection using MSOLEDBSQL SQL Server drivers I have no issues. But I use multiple transactions in my application. When I try and connect with my other transactions I get the following error.
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
My issue is that I do not use named pipes, all of my connections are via TCP only. So what is the trick? I sure hope it's not to use Named Pipes.
Thanks