Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
nbky
Contributor
Contributor

How to install a component created with the Talend Component Kit in ETL Studio on another terminal.

I create custom components with the Talend Component Kit for ETL Studio v7.3.1.

ETL Studio, which was created in IntelliJ and installed in my local environment, could be installed with the following command.

mvn talend-component:deploy-in-studio `-D"talend.component.studioHome=C:/LaKeelBI/LaKeelETL-7.3.1"

I intend to use the .car file generated at this time to install it in ETL Studio on other terminals.

The .car file was transferred to the target terminal and the following command was executed.

java -jar mycomponent.car studio-deploy C:/LaKeelBI/LaKeelETL-7.3.1

The command execution did not output any errors, but the custom component was not installed in ETL Studio.

Do you know what caused it?

Labels (4)
3 Replies
Anonymous
Not applicable

There is a knowledge base article about this. You can see it here....

 

https://community.talend.com/s/article/How-to-share-custom-components-created-using-Talend-Component-Kit-wDtiX

nbky
Contributor
Contributor
Author

Thanks for the answer.

I am trying to install to ETL Studio, which is listed in the overview section of this knowledge, but when I run the command I do not get any error and it does not install to ETL Studio.

Anonymous
Not applicable

Ah, I gather you are using the Talend Open Studio product? In which case you will need to do it this way....

 

https://help.talend.com/r/en-US/7.3/install-update-custom-compt/installing-custom-component