We're using Pentaho Data Integration(Open source ETL tool) and are trying to use a JNDI connection to connect to a MS SQL 2005 database. If we use a default instance on the server it worked fine, however issue that we are having is trying to get it to connect to a named instance.

If you could provide an example or somewhere to look we'd be grateful.

Thanks.

link|improve this question

feedback

1 Answer

Because Microsoft reccomends that you run named intances on different ports they decided to completely ignore the named instance when you include the port number. Therefore you can either drop the port number and append the named intance eg hostname\instance or again drop the port number and use the property instanceName=myinstance. Not sure how this translates to JNDI but we have been successful using this in Spoon with the SQL Server JDBC driver and integrated windows security.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.