Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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.
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
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.