Quantcast
Channel: New Topics on Talend Community Forum
Viewing all 2816 articles
Browse latest View live

DB connection doubt in Mediation route - by aLeXx

$
0
0

1. [url]http://stackoverflow.com/questions/30363304/how-can-i-install-postgresqljdbc-to-work-in-karaf-osgi[/url]


Need help to optimize my talend job - by ankitkhanduri

$
0
0

Hello reader, I am new to talend and have very limited experience in it , My task required to perform daily incremental update from sql rds to redshift on daliy basis, however my job runs with very slow transfer rate details are listed below my sql rds query is  "select  *  from test.ankit2 where id >(SELECT COALESCE(max(id), 0) as id FROM test.stagetable)" ankit2 is the table in myrds  and  stagetable is table in redshift and used tmap component to link the component from rds input to redshift output component Please have a look at the image  Please have a look and provide your suggestion  Any help will be appreciated regards Ankit

Convert mysql table in pdf file - by shong

Logical Problem in my Job - tLoop - by xdshi

$
0
0

Hi Daniel Netto? Would you mind uploading your work flow screenshots into forum? In this way, we can check if there is any logical probelm in your job design. Best regards Sabrina

Help with the solution for replace blank lines or spaces - by amolkhandekar92

$
0
0

Hi polusani, I think , you want to remove blank or null values from output. You can achieve this requirement using tNormalize component.  Note that In Advanced Setting, checked "Discard trailing empty strings" Regards, Amol.

Running multiple jobs one after the other on single RUN - by xdshi

$
0
0

Hi Ujesh, Are you using Talend Subscription Version? Best regards Sabrina

Connect to VFP database in TOS - by xdshi

$
0
0

Hi, Generic Odbc option is deprecated in 6.0 since java 8 not support it any more. Best regards Sabrina

Global Variable for Context Group ? - by shong

$
0
0

Hi No a global variable for context group, the context group have to be specified before the job execution. What's your situation? You might define a context variable and check the value of context variable at runtime for same purpose?


File Aggregation - by xdshi

tSendMail Basic Authentication - by xdshi

$
0
0

Hi, Can you use "telnet" to test your smtp email server to see if it is working well? Best regards Sabrina

??? Salesforce - Empty RecycleBin by Job TALEND ???? - by xdshi

[resolved] Error with Talend : GC overhead limit exceeded - by alex05100

$
0
0

Thanks a lot !!! It works fine thanks to you ! I move the post and mark him as resolved ! Have a good day !

get twarn message from child job to parent job - by shong

$
0
0

Hi  If you want to pass the warn message from child job to parent job, you need use a tLogCatcher to capture the warn message and use a tBufferOutput to buffer the data. eg: child job: tOracleConnection--onsubjoberror--tWarn tLogCatcher--main--tBufferOutput Now, you are able to print the warn message on tJavaRow. 

[resolved] trunjob - by xdshi

$
0
0

Hi, We see that you have set this topic as resolved. Is this issue fixed? Could you please share your solution with us? Best regards Sabrina

License issues - by xdshi

$
0
0

Hi Manohar, Are you using Talend data integration free trial product? Did you use the license from the email  which is sent by Talend - Support ? Best regards Sabrina


tHDFSPut [ERROR]: Failed to locate the winutils binaryAs - by xdshi

Some Problems with added lookup in Oracle-SF integration - by fireskyer

$
0
0

Do i miss sth?  regards fireskyer

Talend Open studio for ESB: questions about the machine sizing - by xdshi

Problems with tMSSqlSP component - by marinadeak

$
0
0

I have created a procedure with a table variable where I insert some results accorndingly to some select statements. -------  ALTER procedure [dbo].[erro_nome2] as declare @nome_in table   (erro001 varchar(250), erro002 varchar(250)) begin insert into @nome_in(erro001)  select Nome from TabelaFonte where len(Nome) < 10 insert into @nome_in(erro002) select Nome from TabelaFonte where Nome=Nome select * from @nome_in end --------  When I try to configure the component with this procedure, it doesn't return the values on my tLogRow (returns null or 0, or it just gets an error). I tried probably all options (with schema, without schema, with all type parameters, etc). Please help, I'm kinda new to SQL (but I believe the sintaxe is correct, because I tried to run the sp on mssql server and it worked, if not, please, point it) and mostly Talend and I need this for my job.    

Read multiple excel files - by vital_parsley

$
0
0

Yes same schema structure and need to load it to the same table.

Viewing all 2816 articles
Browse latest View live