• Index
  •  » Talend Open Studio for Data Integration » Installation
  •  » [resolved] How to install a new component with TOS 4.2 ?

#1 2011-08-09 18:00:23

YVES
Member
Registered: 2011-04-13
Posts: 76

[resolved] How to install a new component with TOS 4.2 ?

Tags: [deployment]

Hello ,

I would like to install a new component ( tExcelReports) and have had a look at the documentation TalendOpenStudio_UG_42a_FR.pdf that doesn't match with TOS 4.2.0 I am using.

I tried to go directly on Talend site but once the zip file is downloaded to the directory C:\Program Files\TOS-Win32-r58358-V4.2.0RC2\plugins\org.talend.designer.components.ecosystem_4.2.0.RC2_r58358\component I don't know what to do with the xml and jar files.

Would you have any suggestion ?

With best regards,
Yves.

Offline

#2 2011-08-10 03:59:41

shong
Talend team
Registered: 2007-08-29
Posts: 10297
Website

Re: [resolved] How to install a new component with TOS 4.2 ?

Hi Yves
To install a custom component, just simply follows the steps:

1. Copy the component folder and paste it to
C:\Program Files\TOS-Win32-r58358-V4.2.0RC2\plugins\org.talend.designer.components.localprovider_xxx.rxxxxx\components\
2. Restart TOS.

If the component is compatible with v4.2, it should appear in the palette now.

Best regards
Shong


Email:shong@talend.com
Choose Talend, Enjoy Talend!
New & Event: Talend Help Center
Talend-->the leader of open source data management and application integration solutions!

Offline

#3 2011-08-10 16:44:48

YVES
Member
Registered: 2011-04-13
Posts: 76

Re: [resolved] How to install a new component with TOS 4.2 ?

Hi Shong ,

from the tExcelReport.zip I have extracted thetExcelReport folder and copied it in

C:\Program Files\TOS-Win32-r58358-V4.2.0RC2\plugins\org.talend.designer.components.localprovider_4.2.0.RC2_r58358\components\tExcelReport

After a TOS restart I don't see the component in the palette.

I have attached a screenshot of the tExcelreport folder in 2 pictures.

Is there a way to identify this new component is compatible or not with v4.2 t (logs...) ?


Thanks in advance.

With best regards,
Yves.


Uploaded Images

Offline

#4 2011-08-11 02:32:35

shong
Talend team
Registered: 2007-08-29
Posts: 10297
Website

Re: [resolved] How to install a new component with TOS 4.2 ?

Hi Yves

If the component does not appear in the palette, I think it must be not compatible with v4.2. Please follows the steps to modify the component:
1. Open the file:tExcelReport_messages.properties, remove the following line
family=xxxx
2. Open the file tExcelReport_java.xml, add the following lines:
  </HEADER>
   
  <FAMILIES>                         //add these these three lines, File is the component family, you can change it to another family.
    <FAMILY>File</FAMILY>   //
  </FAMILIES>                      //
   
   <DOCUMENTATION>
3. Save the files, and restart TOS.

If the component still don't appears, please send me the component.


Best regards
Shong


Email:shong@talend.com
Choose Talend, Enjoy Talend!
New & Event: Talend Help Center
Talend-->the leader of open source data management and application integration solutions!

Offline

#5 2011-08-17 14:20:53

YVES
Member
Registered: 2011-04-13
Posts: 76

Re: [resolved] How to install a new component with TOS 4.2 ?

Hi Shong,

despite the modifications I don't see the component in the Palette. I will send you the component zip (tExcelReport.zip) and the tExcelReport_java.xml (in zip file) I modified on my pc.

Thanks in advance.

With best regards,
Yves.

Offline

#6 2011-08-19 03:51:14

shong
Talend team
Registered: 2007-08-29
Posts: 10297
Website

Re: [resolved] How to install a new component with TOS 4.2 ?

Hi
You need to modify two files: tExcelReport_messages.properties and tExcelReport_java.xml, I have modified them and tested, it works! I send it to you via email.


Best regards
Shong


Email:shong@talend.com
Choose Talend, Enjoy Talend!
New & Event: Talend Help Center
Talend-->the leader of open source data management and application integration solutions!

Offline

#7 2011-08-19 09:36:14

YVES
Member
Registered: 2011-04-13
Posts: 76

Re: [resolved] How to install a new component with TOS 4.2 ?

Hi Shong ,

Thank you for your support.

I took your tExcelReport.zip and uncompressed it to C:\Program Files\TOS-Win32-r58358-V4.2.0RC2\plugins\org.talend.designer.components.localprovider_4.2.0.RC2_r58358\components\tExcelReport but I don't see tExcelReport in the palette.

Is there a way to check if this new component is correctly loaded ?

With best regards,
Yves.

Offline

#8 2011-08-19 16:43:54

YVES
Member
Registered: 2011-04-13
Posts: 76

Re: [resolved] How to install a new component with TOS 4.2 ?

Hi Shong ,


after whole day of investigations I didn't succeed to see the tExcelReport component in the palette I would like to submit you 2 questions.

1) Did you uncompressed the tExcelReport.zip in \tExcelReport  under C:\Program Files\TOS-Win32-r58358-V4.2.0RC2\plugins\org.talend.designer.components.localprovider_4.2.0.RC2_r58358\components ?

2) tExcelReport_messages.properties and tExcelReport_java.xml files :  do I have to introduce additional informations regarding the french language I am using TOS 4.2 / Windows XP ?

Thanks in advance.


With best regards,
Yves.

Offline

#9 2011-08-22 04:32:04

shong
Talend team
Registered: 2007-08-29
Posts: 10297
Website

Re: [resolved] How to install a new component with TOS 4.2 ?

Hi Yves,
I install the component into folder:
C:\Program Files\TOS-Win32-r58358-V4.2.0RC2\plugins\org.talend.designer.components.localprovider_4.2.0.RC2_r58358\components
I think you has a wrong directory structure level, there should be only one folder called tExcelReport under components, it should look like:
......components\tExcelReport\tExcelReport_java.xml
......componnets\tExcelReport\tExcelReport_messages.properties
......

Best regards
Shong


Email:shong@talend.com
Choose Talend, Enjoy Talend!
New & Event: Talend Help Center
Talend-->the leader of open source data management and application integration solutions!

Offline

#10 2011-08-22 10:05:21

YVES
Member
Registered: 2011-04-13
Posts: 76

Re: [resolved] How to install a new component with TOS 4.2 ?

Hi Shong ,

Thanks for your reply.

I checked the directory structure and I did't find difference with the one you indicated (enclosed a snap shot of tExcelReport directory.).


With best regards,
Yves.

Offline

#11 2011-08-22 10:06:52

YVES
Member
Registered: 2011-04-13
Posts: 76

Re: [resolved] How to install a new component with TOS 4.2 ?

With the sscreen this time !

Offline

#12 2011-08-22 12:15:23

YVES
Member
Registered: 2011-04-13
Posts: 76

Re: [resolved] How to install a new component with TOS 4.2 ?

Attached the png file.


Uploaded Images

Offline

#13 2011-08-22 13:07:24

shong
Talend team
Registered: 2007-08-29
Posts: 10297
Website

Re: [resolved] How to install a new component with TOS 4.2 ?

Hi
Do you extract the component sent by me which I have modified the files? Can you show me the xml file and the properties file?

Best regards
Shong


Email:shong@talend.com
Choose Talend, Enjoy Talend!
New & Event: Talend Help Center
Talend-->the leader of open source data management and application integration solutions!

Offline

#14 2011-08-22 14:28:22

YVES
Member
Registered: 2011-04-13
Posts: 76

Re: [resolved] How to install a new component with TOS 4.2 ?

Hi Shong ,

Yes I extracted the component sent , here enclosed both xml and properties files (in zip files).

With best regards,
Yves.

Offline

#15 2011-08-22 14:35:39

YVES
Member
Registered: 2011-04-13
Posts: 76

Re: [resolved] How to install a new component with TOS 4.2 ?

Hi Shong,

regarding zip files not allowed here enclosed png files for both files.

With best regards,
Yves.


Uploaded Images

Offline

#16 2011-08-22 14:40:33

YVES
Member
Registered: 2011-04-13
Posts: 76

Re: [resolved] How to install a new component with TOS 4.2 ?

Hi Shong,

last png file for the end of tExcelReport_java.xml

With best regards,
Yves.

Offline

#17 2011-08-22 14:41:59

YVES
Member
Registered: 2011-04-13
Posts: 76

Re: [resolved] How to install a new component with TOS 4.2 ?

Hi Shong,

again last part of tExcelReport_java.xml

With best regards,
Yves.

Offline

#18 2011-08-22 14:44:34

YVES
Member
Registered: 2011-04-13
Posts: 76

Re: [resolved] How to install a new component with TOS 4.2 ?

Hi Shong,

I sent you both files (tExcelReport_messages.properties and tExcelReport_java.xml) by maill

With best regards,
Yves.

Offline

#19 2011-08-22 22:26:52

SMaz
Member
Registered: 2008-04-21
Posts: 186
Website

Re: [resolved] How to install a new component with TOS 4.2 ?

I was having the same problem and checked all my files as Shong mentioned above. 
They all seemed correct.  Still my new components did not show up.

I went to File / Edit project properties....
From the pop up window (see attached) I could see that my new component was there.
So, I highlighted it
Then click the arrow that moved it over to the hide area
Then highlight it in hide area
Then click the arrow to move it back to show
Then clicked apply
Then clicked OK

This triggered another run of Generation Engine

And.... my new components showed up where they should be.

Seems like a bug to me in this version.


Uploaded Images

Offline

#20 2011-08-23 02:37:01

shong
Talend team
Registered: 2007-08-29
Posts: 10297
Website

Re: [resolved] How to install a new component with TOS 4.2 ?

Hi Yves
Please try Smaz's solution and tell us the feedback.

Best regards
Shong


Email:shong@talend.com
Choose Talend, Enjoy Talend!
New & Event: Talend Help Center
Talend-->the leader of open source data management and application integration solutions!

Offline

#21 2011-08-23 09:53:12

YVES
Member
Registered: 2011-04-13
Posts: 76

Re: [resolved] How to install a new component with TOS 4.2 ?

Hi Shong

I tried SMaZ's solution and now the new component is showed in the palette !

Thank you SMAZ for your indications !


With best regards,
Yves.

Offline

#22 2011-08-23 10:20:25

shong
Talend team
Registered: 2007-08-29
Posts: 10297
Website

Re: [resolved] How to install a new component with TOS 4.2 ?

YVES wrote:

Hi Shong

I tried SMaZ's solution and now the new component is showed in the palette !

Thank you SMAZ for your indications !


With best regards,
Yves.

Ah, good news!

Thanks for your feedback!

Best regards
Shong


Email:shong@talend.com
Choose Talend, Enjoy Talend!
New & Event: Talend Help Center
Talend-->the leader of open source data management and application integration solutions!

Offline

#23 2012-01-22 17:06:40

geuder
Member
Company: Mojang
Registered: 2011-10-19
Posts: 91
Website

Re: [resolved] How to install a new component with TOS 4.2 ?

Hi,

I tried to follow the instructions in this thread in order to activate the tExcelReport on my ToS 4.2.3 running on Linux x86_64,
but it seems not to work. Is there something I'm missing or should do specially for Linux or version 4.2.3?

I have:

1) downloaded and extracted tExcelReport on a Windows PC
2) edited "tExcelReport_messages.properties" by removing "family=xxxx"
  And "tExcelReport_java.xml", add the lines: 

  <FAMILIES>                         //add these these three lines, File is the component family, you can change it to another family.
    <FAMILY>File</FAMILY>   //
  </FAMILIES>                      //


    Underneath  </HEADER> and above  <DOCUMENTATION>

3) uploaded the whole folder to my Linuxserver, extracted the files and placed them in:
  ...Talend/TOS-All-r67267-V4.2.3/plugins/org.talend.designer.components.localprovider_4.2.3.r67267/components
4) Restarted Talend



When I look under "Edit project properties" and "Designer -> Palette settings -> File" the component does not show.

What can I do?



/Patrick

Offline

#24 2012-01-28 14:14:03

shong
Talend team
Registered: 2007-08-29
Posts: 10297
Website

Re: [resolved] How to install a new component with TOS 4.2 ?

Hi
Go to windows-->show views and open the palette view, expand the File family and see whether the custom component appears.

Best regards
Shong


Email:shong@talend.com
Choose Talend, Enjoy Talend!
New & Event: Talend Help Center
Talend-->the leader of open source data management and application integration solutions!

Offline

#25 2012-01-28 15:18:13

geuder
Member
Company: Mojang
Registered: 2011-10-19
Posts: 91
Website

Re: [resolved] How to install a new component with TOS 4.2 ?

File shows ubcategories: Input, Management, Name Pipe, Output

Output shows only one related to Excel: tFileOutputExcel
(same with Input: tFileInputExcel, and Managament and Named Pipe has none)

Offline

  • Index
  •  » Talend Open Studio for Data Integration » Installation
  •  » [resolved] How to install a new component with TOS 4.2 ?

Board footer

Powered by FluxBB