1. [url]http://stackoverflow.com/questions/30363304/how-can-i-install-postgresqljdbc-to-work-in-karaf-osgi[/url]
DB connection doubt in Mediation route - by aLeXx
Need help to optimize my talend job - by ankitkhanduri
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
Hi ÃÂ What you want is to extract data from mysql table and write them to a PDF file, the job looks like: tMysqlInput--main--tFileOutputPDF //tFileOutputPDF is custom component, you can download it from Talend https://exchange.talend.com/#marketplaceproductoverview:gallery=marketplace%2F1&pi=marketplace%2F1%2Fproducts%2F157%2Fitems%2F210to learn how to install a custom component to Talend Studio.
Logical Problem in my Job - tLoop - by xdshi
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
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
Hi Ujesh, Are you using Talend Subscription Version? Best regards Sabrina
Connect to VFP database in TOS - by xdshi
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
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
Hi, Here is a custom component tUnpivotRow which can convert columns to rows. Please refer to this page:https://help.talend.com/display/KB/Converting+columns+to+rows Best regards Sabrina
tSendMail Basic Authentication - by xdshi
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
Hi, We don't have a specific component to empty Salesforce RecycleBin. Feel free to create a new feature jira issue of DI project on Talend Bug Tracker.https://jira.talendforge.org/secure/Dashboard.jspa Best regards Sabrina
[resolved] Error with Talend : GC overhead limit exceeded - by alex05100
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
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
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
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
Hi, Could you please take a look at the jira issue:https://jira.talendforge.org/browse/TBD-402?_ga=1.232808286.1751069238.1426242863? Please refer to page:https://help.talend.com/display/KB/The+missing+winutils.exe+program+in+the+Big+Data+Jobs Best regards Sabrina
Some Problems with added lookup in Oracle-SF integration - by fireskyer
Do i miss sth?ÃÂ regards fireskyer
Talend Open studio for ESB: questions about the machine sizing - by xdshi
Hi, Here are online documents about:https://help.talend.com/display/TalendOpenStudioforESBInstallationandUpgradeGuide61EN/1.1+Installation+requirementshttps://help.talend.com/display/TalendOpenStudioforESBInstallationandUpgradeGuide61EN/1.3+Compatible+Apache+software+and+JMS+Brokers+for+Talend+Open+Studio+for+ESB Best regards Sabrina
Problems with tMSSqlSP component - by marinadeak
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
Yes same schema structure and need to load it to the same table.