1

I m using Pentaho v5.2. When i tried to connect to sql server i m end with below error. I had downloaded and placed required driver sqljdbc4-2.0 jar in pdi-ce-5.2.0.0-209\data-integration\lib. Please help me as I'm new to Pentaho.

Error connecting to database [mssqlserverconn] : org.pentaho.di.core.exception.KettleDatabaseException: 
Error occured while trying to connect to the database

Error connecting to database: (using class com.microsoft.sqlserver.jdbc.SQLServerDriver)
Login failed for user 'Lenovo-PC\RamaKrishna'.


org.pentaho.di.core.exception.KettleDatabaseException: 
Error occured while trying to connect to the database

Error connecting to database: (using class com.microsoft.sqlserver.jdbc.SQLServerDriver)
Login failed for user 'Lenovo-PC\RamaKrishna'.
M.kazem Akhgary
  • 18,645
  • 8
  • 57
  • 118

1 Answers1

1

From the error message you're being thrown, it's an authentication issue. It looks like you are trying to use your username from your laptop domain - is that what you want? Does the the server accept this user name (Lenovo-PC\RamaKrishna)?

You may have been using integrated security, which basically overrides whatever you set as the username in the text-box and uses your Windows username instead.

See below: MS SQL CONNECTION NATIVE

Yuval Herziger
  • 1,145
  • 2
  • 16
  • 28