Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Are you using Talend 6.1 version? Did you get the same error when use tMSSqlConnection component to connect to your DB?
Best regards
Sabrina
Hi,
Is your JDK 32 bit? You should run TOS_DI-win-x86_64.exe on 64 bit OS. Can you successfully connect to your local MSSQL DB through client without using Talend Tool?
Have you tried to use component to achieve it? (tMSSqlConnection) Could you please show us your DB connection setting screenshot?
Best regards
Sabrina
it seems like it is unable to compile because the server name contains "\"?
INFOCREST-SERVE\ALIHIJAZI
Hi,
it seems like it is unable to compile because the server name contains "\"?
INFOCREST-SERVE\ALIHIJAZI
You got the same issue when use localhost instead, didn't you? We made a testing for v 6.1 on our side and it works.
Best regards
Sabrina
Hi,
it seems like it is unable to compile because the server name contains "\"?
INFOCREST-SERVE\ALIHIJAZI
You got the same issue when use localhost instead, didn't you? We made a testing for v 6.1 on our side and it works.
Best regards
Sabrina
55433/mini_1.png_20160114-1051.png
Hi,
To use a MSSQL named instance in TOS, you only put the server name in the host field.
The instance name should go in the Additional Parameters field.
Login: yourDBlogin
Password: yourDBpwd
Server: INFOCREST-SERVE
Port: 1433
Database: yourdbname
Schema: dbo
Additional Parameters: instance=ALIHIJAZI
Let us know if it is OK with you.
Best regards
Sabrina
Hi
Iam getting below error while trying to connect to ms sql server .Can anyone help on this