我是使用PENTAHO的新手.我需要将此软件连接到MS SQL Server(Native).我已经尝试多次连接它,但每次测试连接时都会失败.这是每次测试连接时出现的错误消息.
Error connecting to database [sutera] :
org.pentaho.di.core.exception.KettleDatabaseException:
Error occured while trying to connect to the database
Error connecting to database: (using class
Run Code Online (Sandbox Code Playgroud)
com.microsoft.sqlserver.jdbc.SQLServerDriver)
The TCP/IP connection to the host 172.16.1.133, port 1433 has failed. Error: "connect timed out. Verify the connection properties, check that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port, and that no firewall is blocking TCP connections to the port.".
org.pentaho.di.core.exception.KettleDatabaseException:
Error occured while trying …Run Code Online (Sandbox Code Playgroud)