on ‎2008 May 14 4:19 PM
I'm trying to create a Data Server to SQL Express 2005 using the connection string:
jdbc:inetdae:HAMELS\SQLEXPRESS:1433?database=sandbox&sql7=true
When I try to save this Data Server, the page locks up. I have to restart the services and the servers.xml file is not updated.
I've narrowed the problem down to the "\" in the servername\named instance. Has anyone else successfully set up a connection to SQLEXPRESS or a named SQLSERVER instance with 11.5.3b66?
Request clarification before answering.
Use the 2005 driver and verify that tcp/ip is on and dynamic ports is turned off.
JDBCDriver
com.microsoft.sqlserver.jdbc.SQLServerDriver
ServerURL
jdbc:sqlserver://HAMELS\SQLEXPRESS:1433;database=sandbox
Jamie
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.