Hi Ole,
I added the script in SoapUI. It is running fine there. In LoadUI the "No suitable driver" message is gone now, instead I have a TCP timeout:
com.microsoft.sqlserver.jdbc.SQLServerException: The TCP/IP connection to the host npe-df-2, port 1433 has failed. Error: "Connect timed out. Verify the connection properties, check that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port, and that no firewall is blocking TCP connections to the port.".
Both machines (Soap/LoadUI and SQL server) are in the same network, and SoapUI load test is doing well.
Is this an authentication problem? The connection string has username and password:
jdbc:sqlserver://npe-df-2;databaseName=Magnet_ALNS_Stage3;userName=sa;password=xxxx
Joerg