thelordoftherings
Programmer
Hello,
I am using Datadirect driver in order to connect to our SQL Server. When connecting to standard addresses everything is working OK. SQL Server enables to create an instance on this address as well: <server1>\<INSTANCE> (In my case <INSTANCE> = SAP).
The problem is that when I open a connection with this connection String:
jdbc:datadirect:sqlserver://<server1>\SAP:7660
I receive an error:
java.sql.SQLException: [DataDirect][SQLServer JDBC Driver][DataDirect][SQLServer JDBC Driver]The requested instance is either invalid or not running.
But the instance is up an running. Any idea why?
I am using Datadirect driver in order to connect to our SQL Server. When connecting to standard addresses everything is working OK. SQL Server enables to create an instance on this address as well: <server1>\<INSTANCE> (In my case <INSTANCE> = SAP).
The problem is that when I open a connection with this connection String:
jdbc:datadirect:sqlserver://<server1>\SAP:7660
I receive an error:
java.sql.SQLException: [DataDirect][SQLServer JDBC Driver][DataDirect][SQLServer JDBC Driver]The requested instance is either invalid or not running.
But the instance is up an running. Any idea why?