Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Talend tDBOutputBulkExec 'CODEPAGE' is not supported on the 'Linux' platform.

Hi,

 

When trying to test load SQL Server 2017 with component tDBOutputBulkExec on Redhat OS V7.6. I'm getting below getting.

 

[statistics] connecting to socket on port 3968
[statistics] connected
Exception in component tDBOutputBulkExec_1_tMBE (PreAppr_SOC_008)
java.sql.SQLException: Keyword or statement option 'CODEPAGE' is not supported on the 'Linux' platform.
at net.sourceforge.jtds.jdbc.SQLDiagnostic.addDiagnostic(SQLDiagnostic.java:372)
at net.sourceforge.jtds.jdbc.TdsCore.tdsErrorToken(TdsCore.java:2988)
at net.sourceforge.jtds.jdbc.TdsCore.nextToken(TdsCore.java:2421)
at net.sourceforge.jtds.jdbc.TdsCore.getMoreResults(TdsCore.java:671)
at net.sourceforge.jtds.jdbc.JtdsStatement.processResults(JtdsStatement.java:613)
at net.sourceforge.jtds.jdbc.JtdsStatement.executeSQL(JtdsStatement.java:572)
at net.sourceforge.jtds.jdbc.JtdsStatement.executeImpl(JtdsStatement.java:809)
at net.sourceforge.jtds.jdbc.JtdsStatement.execute(JtdsStatement.java:1282)
at icore_misc.preappr_soc_008_0_1.PreAppr_SOC_008.tDBInput_1Process(PreAppr_SOC_008.java:2333)
at icore_misc.preappr_soc_008_0_1.PreAppr_SOC_008$2.run(PreAppr_SOC_008.java:3923)
[statistics] disconnected

 

Kindly guide me how to config these parameter CODEPAGE for SQL Server on Linux

Labels (4)
1 Reply
Anonymous
Not applicable
Author

Hi,

 

    It seems there are some limitations for the usage of CODEPAGE in Linux systems. Could you please refer the link below?

 

https://github.com/Microsoft/mssql-docker/issues/289

 

    The only place where you can configure the values in Bulk components is in Additional JDBC parameters. Could you please try to give the value there and run it?

 

Warm Regards,
Nikhil Thampi

Please appreciate our Talend community members by giving Kudos for sharing their time for your query. If your query is answered, please mark the topic as resolved