Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
vs_5597
Contributor II
Contributor II

Job deployed to TAC fails because of Missing jars: mssql-jdbc.jar

Hi, 

 

I try to deployed job to the tac server but end up with the errors below:

I try to refer :TalendHelpCenter:Installing external modules in the Talend CommandLine but the guideline is too short for me. I just new in using Talend.

 

Caused by: org.talend.designer.runprocess.ProcessorException: org.talend.commons.exception.PersistenceException: org.talend.designer.runprocess.ProcessorException: Missing jars: mssql-jdbc.jar
at org.talend.commandline.util.JobHandler.export(JobHandler.java:235)
at org.talend.commandline.command.execute.BuildJobExecuteCommand.execute(BuildJobExecuteCommand.java:143)
at org.talend.commandline.command.ExtensionCommandSwitch.caseExtensionServerCommand(ExtensionCommandSwitch.java:199)
... 7 more
Caused by: org.talend.commons.exception.PersistenceException: org.talend.designer.runprocess.ProcessorException: Missing jars: mssql-jdbc.jar
at org.talend.repository.ui.wizards.exportjob.scriptsmanager.BuildJobManager.buildJob(BuildJobManager.java:234)
at org.talend.repository.ui.wizards.exportjob.scriptsmanager.BuildJobManager.buildJob(BuildJobManager.java:164)
at org.talend.commandline.util.JobHandler.export(JobHandler.java:224)
... 9 more

Labels (4)
1 Solution

Accepted Solutions
vs_5597
Contributor II
Contributor II
Author

Hi , 

 

i already solve this by

replace the cmdline/studio/configuration/.m2 folder with the one from (local) Talend Studio/configuration/.m2  folder

 

and it is working fine now thank you.

 

 

View solution in original post

2 Replies
Anonymous
Not applicable

Hello,

With your subscription solution, we would suggest you create a case on talend support portal so that our colleagues from support team will help you to install external modules in commandline by remote assistance through support cycle with priority.

Best regards

Sabrina

vs_5597
Contributor II
Contributor II
Author

Hi , 

 

i already solve this by

replace the cmdline/studio/configuration/.m2 folder with the one from (local) Talend Studio/configuration/.m2  folder

 

and it is working fine now thank you.