You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

Hi,
I found tFileRename component on Exchange. But it does not seem to be working for 5.0.2 version of Talend Enterprise. Do we have any other component just to rename the file. I did rename through the tFileCopy, but I prefer not to use it for big file copying and renaming.
Thank you.
Regards,
Surendra
Offline

Hi Surendra
Edit tFileRename_java.xml file in TOS\plugins\org.talend.designer.components.localprovider_5.1.0.NB_r82740\components.
Add <FAMILIES> node as seen below.
<HEADER
PLATEFORM="ALL"
SERIAL=""
VERSION="0.100"
STATUS="ALPHA"
COMPATIBILITY="ALL"
AUTHOR="Edouard GUERIN"
RELEASE_DATE="20071231A"
STARTABLE="true"
>
<SIGNATURE />
</HEADER>
<FAMILIES>
<FAMILY>Custom Code</FAMILY>
</FAMILIES>
<DOCUMENTATION>
<URL />
</DOCUMENTATION>Then restart TOS and this component works now.
Regards,
Pedro
Offline

Hi Pedro,
I got this tFileRename component working from designer as you advised, but when I deploy job on TAC it does not seem to be working. Is there any tweak I need to do on the TAC side as well?
Regards,
Surendra
Offline
Hi Surendrag,
To make sure the job runs well on your TAC you should make sure you install the altered tRenameFile component to the TAC as well. I don't know the tandard procedure to do this, but maybe Pedro can tell you that.
You should probably copy the component folder to the user components folder on the TAC, location can be found in TAC Configuration settings.
Regards,
Arno
Offline
Pages: 1