Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I'm new to this technology. I'm using Microsoft SQL server management studio. While setup the Microsoft SQL server.I'm getting error. I have attached the error screenshot. Can help me this out
I'm using windows authentication credentials to login Sql server
Im not sure about your config regarding MSSQL be aware of a \ its a special char and used for escaping in Java , so you probably need 2 slashes like \\ , never tested it or had to use it while configuring a connection.
Test your connection first with a component before adding a connection metadata.
Integrated security stuff recommend read the MS docs for parameters.
Hello,
If you are able to login to DB server the same credentials needs to be used for Talend Connection.
Please make below changes to talend connection:
1) Login will be your username of the DB.
2) Server will be the servername, which will be the IP host.
3) You don't need to have backslash.
Hope this helps.
Regards