I have a scenario that has been working from the same data source. The REST endpoint worked fine. I have changed the query that is retrieving the rows and this has enlarged the schema output from the retrieve step and as input to the tXMLMap component.ÃÂ
What I need to know is how to troubleshoot this. I cannot see code with syntax errors giving me a clue as to which line is causing this. There is scant information on the web about this. There are some newbie errors associated with this such as schemas not synchronised and this is not the case here.
Any guidance much appreciated.
Cryptic error message - by chall
DB connection doubt in Mediation route - by seanzhang1212
Hi Dietmar,
I went through that Infrastructure CG as well as that "Route using connection pooling", however i still cannot setup a database connection pool.ÃÂ
Basically there are two problems:
1. After installing Postgresql JDBC driver version 9.4 ([size=2][font=??]bundle:installÃÂ [/font][/size][size=2][font=??]mvn:org.postgresql/postgresql/9.4-1206-jdbc42[/font][/size]) for my Java v1.8, there is an warning in tesb log file shows:ÃÂ
23:24:41,741 | WARN ÃÂ | tp1012633657-344 | r.handler.ContextHandler$Context 2062 | 188 - org.eclipse.jetty.util - 9.2.10.v20150310 | %bundles.pluginTitle: Cannot start org.osgi.framework.BundleException: Exception in org.postgresql.osgi.PGBundleActivator.start() of bundle org.postgresql.jdbc42.
2. I tried to use the JDBC driver which is mentioned in datasource-postgres.xml file with (wrap:mvn:postgresql/postgresql/9.1-901.jdbc4), it can be started, but I found my job is still using in-build DB setup instead of using DB setup in deployed datasource-postgres.xml. Also I doubt if this JDBC drive could work properly with my database which is postgresql v9.4.
get twarn message from child job to parent job - by roy123
Hi I'm working on dynamic db connection job. But I need the log of not successful connections when the job runs Here is my parent job [url]http://prntscr.com/a2ucwv[/url] Here is my child job [url]http://prntscr.com/a2ud39[/url] Is there any way to get message written in twarn could display in parent job ? I've tried but not succeed...all the time red errors are displaying on screen instead of twarn message. Any Help ?
tFileOutputJSON on Mac contains escape characters - by mraandrews
I am using Talend 6.1 for Mac. ÃÂ When I am trying to create a simple interaction with a rest service, using the tRest component, and then output that to a tFileOutputJSON object, the file ends up containing the following data: [code]{"data":[{"Body":"{\n ÃÂ \"args\": {}, \n ÃÂ \"headers\": {\n ÃÂ ÃÂ \"Accept\": \"text\/html, image\/gif, image\/jpeg, *; q=.2, *\/*; q=.2\", \n ÃÂ ÃÂ \"Host\": \"httpbin.org\", \n ÃÂ ÃÂ \"User-Agent\": \"Java\/1.7.0_79\"\n ÃÂ }, \n ÃÂ \"origin\": \"84.92.55.85\", \n ÃÂ \"url\": \"http:\/\/httpbin.org\/get\"\n}\n","ERROR_CODE":null}]}[/code] What I was expecting was this (it looks ok, when I use a tLogRow to display): [code]{ ÃÂ "args": {},ÃÂ ÃÂ "headers": { ÃÂ ÃÂ "Accept": "text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2",ÃÂ ÃÂ ÃÂ "Host": "httpbin.org",ÃÂ ÃÂ ÃÂ "User-Agent": "Java/1.7.0_79" ÃÂ },ÃÂ ÃÂ "origin": "84.92.55.85",ÃÂ ÃÂ "url": "" } [/code] Is anyone else had this problem or know how to fix it? mARK
Not able to login to the forum - by xdshi
Hi AmineH, Sorry for delay! Did youÃÂ [size=1][font=Arial][color=#000000]register your account as talend member successfully and already [/color][/font][/size]post your issue in talend forum as talend member not GUESTÃÂ with you active login? Is there any error message you are facing, such as, "You're not login"? Best regards Sabrina
FTP and picking the file from server location - by amit2676
Dear All,
I have done FTP from one server to another , please see below screen shots:
Now when ftp is done there are many files example
account_20160111.dat
account_20160111.ctl
id_20160112.dat
id_20160112.ctl
now when i want to retrive only account file , how shall i do this ÃÂ as date is also mention so i wanna pick as per the date ,i.e current date?
can u please help on this its urgent......
expecting reply soon
many thanks
ConcurrentModificationException in Talend Job - by xdshi
Hi Tamil Mynthan,
[quote from ]We are getting the same 'ConcurrentModificationException' issue in tMDMoutput component while running our job from TAC, we are using talend 5.2.2 version (Talend Platform for MDM).Could you please report a ticket on Talend Support Portal so that we can give you a remote assistance to make a further investigation on your issue through support cycle with priority? Best regards Sabrina
Not able to download the zipped folder from exchange site - by xdshi
Hi S, Sorry for delay! Did this issue repro only on the custom component tRedirectOutput? Can you download tFileOutPutPDF component from talend exchange portal successfully? Best regards Sabrina
[resolved] transform a CVS file into an XML: which component to use? - by xdshi
Hi, Thanks for posting that you have resolved this topic by yourself. Best regards Sabrina
[resolved] flow freezes - by xdshi
Hi, We see that you have set this topic as resolved. Feel free to let us know if it doesn't work for you. Best regards Sabrina
How to replace a already installed db2Jcc.jar - by xdshi
Hi, Have you tried to use the generic JDBC connection with the appropriate and explicit driver? Best regards Sabrina
Multithreading - by xdshi
Hi,
The "multi thread execution" feature is available in Talend Open Source.
You can find it from job review-->Extra
Best regards
Sabrina
Talend ELT Components? - by xdshi
Hi, Talend uses the power of MapReduce with the ELT components for Hive. (tELTHiveInput, tELTHiveMap and tELTHiveOutput) Please take a look at a related forum:https://www.talendforge.org/forum/viewtopic.php?id=28659 Best regards Sabrina
Centralize Error Job - by shong
HiÃÂ You can use tLogCatcher to capture the error message and pass it to the error job for further processing if needed, for example: ...the main processing of the job... tLogCatcher--main--tFlowToIterate--iterate--tRunJob (call the error job) Refer to this https://help.talend.com/pages/viewpage.action?pageId=190513193to learn how to pass the value from parent job to child job.ÃÂ
tFileExcelWorkbookOpen Java heap space error - by xdshi
Hi, Have you tried to allocate moreÃÂ memory to your current Job to see if it works? Please take a look at a KB article about:https://help.talend.com/display/KB/Exception%3A+outOfMemory Best regards Sabrina
if and else condition in tmap expression - by amolkhandekar92
Welcome..!! Nice to see that solution worked for you. Regards, Amol.
Transforming three dimensional tabular data to XML - by amolkhandekar92
Hi needtalend, Xpath query for emps and printers is correct because I have to pass emps and printers as it is.ÃÂ May I know why you are using tFileOutputXml...? Below I have attached output screenshot.. https://www.talendforge.org/forum/img/members/327910/output.png Regards, Amol
NULL data flowing out of tMAP - by amolkhandekar92
Hi vital_parsley, Can you please share job screenshot..?? So we can debug it. Regards, Amol.
Write embedded array fields to MongoDB - by shong
HiÃÂ If you want to merge the columns from different data sources, you can add a key column to each input data, and then do an inner join to get the data like this: user1;password;client1 user1;password;client2 user1;password;client3 Please refers to this https://help.talend.com/pages/viewpage.action?pageId=190513450 to learn how to do an inner job.ÃÂ on tMongoDBOutput, check the 'Generate json document' box, group by user and password columns, and set clientID column as loop element.ÃÂ
range search in tmap expression - by amolkhandekar92
Hi Yugandhar9, You can use "if..else if" in tMap but limitation is that you cannot use break statement in ternary opearator as per my knowledge. Below Link for "if..else if" in tMap: [url]https://www.talendforge.org/forum/viewtopic.php?id=28817[/url] If you know how to use break statement in ternary operator ,then above solution may work for you. Possible solution: Create routine and pass zip code. then write if..else if in routine and return whatever data you want.. (In routine ,you can use break statement) Regards, Amol.