sqlsrv:Server=192.168.XX.XX,8080;
You use IP port 8080 for SQL Server? That's more then uncommon, mostly 8080 is used for web server.
Have you setup that port for SQL Server?
Can you connect to with an other tool SSMS or Excel using the same connection informations?
Default IP port for a standard SQL Server instance is 1433