ggrohmann opened a new issue, #7297: URL: https://github.com/apache/hop/issues/7297
### Apache Hop version? 2.17 ### Java version? 17 ### Operating system Windows ### What happened? When using mssql native driver (e.g. mssql-jdbc-13.4.0.jre11.jar), plenty messages occur in the error log in windows environment. Logs are routed through batch command > and 2> (see attached cmd file). These messages are infos by the driver, but not errors. Unfortunately this creates a lot of noise in the error log (see screenshot). These messages are not shown, when running the workflow/ pipeline directly in hop). This seems to occur mainly in table output step in pipelines, sql statements in workflow are not affected. Sample workflow/ pipeline attached. Messages in error log: ```batchfile Jun 15, 2026 5:39:12 PM com.microsoft.sqlserver.jdbc.TDSTokenHandler onColMetaData INFO: ConnectionID:4 ClientConnectionId: dfa2e1ce-ace8-4609-a7d5-31965f27eed6: SQLServerConnection.supportsTransactions: Discarding extra metadata which can be a result of SHOWPLAN settings: TDS_COLMETADATA (0x81) ``` <img width="2168" height="568" alt="Image" src="https://github.com/user-attachments/assets/0eb0b74d-5664-4bef-898a-2d918ca3e08c" /> [test-sql-metadata.zip](https://github.com/user-attachments/files/28963622/test-sql-metadata.zip) ### Issue Priority Priority: 2 ### Issue Component Component: Hop Run -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
