Skip to main content
Announcements
A fresh, new look for the Data Integration & Quality forums and navigation! Read more about what's changed.
cancel
Showing results for 
Search instead for 
Did you mean: 
ATrezzi1662395935
Contributor

Impossible to create a MSSQL Server connection using "Domain\Instance" Server name or alias TCP/IP

Hi everyone,

we've TOS 8.01 with JDK 18 installed on server, and we're trying to create a connection with our MSSQL Server Database.

The point is that istance is "Domain\Instance" type and it does'nt work on Talend; so I've tried to create an alias with SQL Server Configuration manager (both tcp/ip, with or without 1433 port specified, and np type). Alias works correctly on ODBC and also on SQL Server Management Studio, but not in Talend.

I've tried with Open Source JDTS or with Microsoft type, but nothing.

It always says that it is not possible to found server name or that it requires further details.

0695b00000UyY9bAAF.png

0695b00000UyYA5AAN.png

Anyone could help us?

Regards

Labels (2)
3 Replies
Anonymous
Not applicable

Hello,

On MSSQL each instance runs on separate port.

The string of connection looks like:

jdbc:jtds:sqlserver://server:1433;databaseName=BS_DW;instanceName=XXXX

Feel free to let us know if it helps.

With talend 8, JDK 11 is required.

Here is online installation guide about: TalendHelpCenter:Compatible Java Environments

 

Best regards

Sabrina

 

 

ATrezzi1662395935
Contributor
Author

Hi xdshi, thanks for the answer.

 

I've tried but seems not to work:

 

0695b00000UyZksAAF.pngYou think that I've to change port? How can I get the correct one?

Anonymous
Not applicable

Hello,

You are able to connect your MSSQL server successfully through the third tool without using talend?

 

Please try the connection string like:

jdbc:jtds:sqlserver://BS_HPZ240:1433;databaseName=BS_DW;instanceName=SVILUPPO2012

Best regards

Sabrina