Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Morning Community,
I need help with the tSendMail component on ESB v7.3.
I am aware of the TLS protocol being deprecated and the process to update the module to the mail-1.4.7 jar to get around the issue.
My problem is that doing the update, as per this document Issue with tSendMail and TLS version 1.2 (talend.com), does not work between/across projects.
That is to say, that if I have updated the mail jar on one of my projects (and it works on that project), I can't apply the same process again on another project to resolve the issue because I keep receiving the message that "This module already installed with the selected maven URI, please set another custom URI." and with out the module update I can't send emails at all.
How do I fix the tSendMail TLS issue across all of my projects once off and avoid having to reload modules or receiving the "This module already installed with the selected maven URI, please set another custom URI." error when I try to do so.
Thanks
Resolved.
1) Exported module config from a working environment.
2) Deleted the broken project environment.
3) Recreated the project
4) Imported my built job from the previous environment
5) Imported the settings from step 1
6) Updated java arguments as per the link
7) Executed the job.
Everything was working as expected.
Resolved.
1) Exported module config from a working environment.
2) Deleted the broken project environment.
3) Recreated the project
4) Imported my built job from the previous environment
5) Imported the settings from step 1
6) Updated java arguments as per the link
7) Executed the job.
Everything was working as expected.
Hello,
Sorry for our silence and thanks for sharing your solution with us on community.
Best regards
Sabrina