<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Loading data in to another db while on first db error in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Loading-data-in-to-another-db-while-on-first-db-error/m-p/2293211#M66211</link>
    <description>&lt;P&gt;Hi Sir,&lt;/P&gt;&lt;P&gt;&amp;nbsp;my req. is, if one DB is down at the time of insertion the flow of insertion at the particular record&amp;nbsp; the&amp;nbsp;insertion of that record should go to the other DB.with out fail.&lt;/P&gt;&lt;P&gt;Can u please&amp;nbsp;suggest any idea...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 16 Aug 2018 15:06:16 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-08-16T15:06:16Z</dc:date>
    <item>
      <title>Loading data in to another db while on first db error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-data-in-to-another-db-while-on-first-db-error/m-p/2293202#M66202</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using TOS. I need to load the data into another DB when an error occurs in the first DB, the total data has to be loaded into another DB&amp;nbsp;while error. I tried using on component error load data into another db.But I failed in doing on component&amp;nbsp;error.&lt;/P&gt;&lt;P&gt;input--&amp;gt;tmap-&amp;gt;outputdb---&amp;gt;oncomponent error---&amp;gt;&lt;SPAN&gt;input--&amp;gt;tmap-&amp;gt;outputdb2.where am stepping&amp;nbsp;wrong.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Any other approach would be appreciated and helpful to me.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 07:06:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-data-in-to-another-db-while-on-first-db-error/m-p/2293202#M66202</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-06T07:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data in to another db while on first db error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-data-in-to-another-db-while-on-first-db-error/m-p/2293203#M66203</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOeEAAW"&gt;@kolen&lt;/A&gt;,you need to take the reject data from the first table means you need to follow&amp;nbsp;the below way.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;input--&amp;gt;tmap-&amp;gt;outputdb---&amp;gt;Reject ---&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;tmap-&amp;gt;outputdb2&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 07:11:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-data-in-to-another-db-while-on-first-db-error/m-p/2293203#M66203</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-08-06T07:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data in to another db while on first db error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-data-in-to-another-db-while-on-first-db-error/m-p/2293204#M66204</link>
      <description>&lt;P&gt;Thanks for the Quick reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;No sir.&amp;nbsp;if DB&amp;nbsp;fails in loading... the complete data has to load into another db.this is not about the rejected records.&lt;/P&gt;&lt;P&gt;if DB&amp;nbsp;fails in any cause. the job should not terminate, instead, it should load into another db.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 07:16:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-data-in-to-another-db-while-on-first-db-error/m-p/2293204#M66204</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-06T07:16:25Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data in to another db while on first db error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-data-in-to-another-db-while-on-first-db-error/m-p/2293205#M66205</link>
      <description>Then go with this approach. are you getting any error?&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;input--&amp;gt;tmap-&amp;gt;outputdb---&amp;gt;oncomponent error---&amp;gt;input--&amp;gt;tmap-&amp;gt;outputdb2</description>
      <pubDate>Mon, 06 Aug 2018 07:29:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-data-in-to-another-db-while-on-first-db-error/m-p/2293205#M66205</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-08-06T07:29:31Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data in to another db while on first db error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-data-in-to-another-db-while-on-first-db-error/m-p/2293206#M66206</link>
      <description>&lt;P&gt;Yes, am getting an error.&amp;nbsp;&lt;/P&gt;&lt;P&gt;like I took one "id" which is primary and passing null values which are throwing errors..but the job is getting exit. instead, it should flow to another job.&lt;/P&gt;&lt;P&gt;any idea! please suggest.&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 07:54:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-data-in-to-another-db-while-on-first-db-error/m-p/2293206#M66206</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-06T07:54:54Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data in to another db while on first db error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-data-in-to-another-db-while-on-first-db-error/m-p/2293207#M66207</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOeEAAW"&gt;@kolen&lt;/A&gt;,on which component you are getting error?&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 07:56:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-data-in-to-another-db-while-on-first-db-error/m-p/2293207#M66207</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-08-06T07:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data in to another db while on first db error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-data-in-to-another-db-while-on-first-db-error/m-p/2293208#M66208</link>
      <description>&lt;P&gt;I am getting a warning message. but the job is successful&lt;/P&gt;&lt;P&gt;how to make a DB&amp;nbsp;component error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 08:18:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-data-in-to-another-db-while-on-first-db-error/m-p/2293208#M66208</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-06T08:18:06Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data in to another db while on first db error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-data-in-to-another-db-while-on-first-db-error/m-p/2293209#M66209</link>
      <description>On the DBOutput component enable Die on error in Basic settings.</description>
      <pubDate>Mon, 06 Aug 2018 08:22:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-data-in-to-another-db-while-on-first-db-error/m-p/2293209#M66209</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-08-06T08:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data in to another db while on first db error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-data-in-to-another-db-while-on-first-db-error/m-p/2293210#M66210</link>
      <description>&lt;P&gt;Thank you for the idea.&lt;/P&gt;&lt;P&gt;can u please elaborate. the scenario to get the DB error.so that the flow should go to the 2nd DB&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Mon, 06 Aug 2018 10:57:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-data-in-to-another-db-while-on-first-db-error/m-p/2293210#M66210</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-06T10:57:11Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data in to another db while on first db error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-data-in-to-another-db-while-on-first-db-error/m-p/2293211#M66211</link>
      <description>&lt;P&gt;Hi Sir,&lt;/P&gt;&lt;P&gt;&amp;nbsp;my req. is, if one DB is down at the time of insertion the flow of insertion at the particular record&amp;nbsp; the&amp;nbsp;insertion of that record should go to the other DB.with out fail.&lt;/P&gt;&lt;P&gt;Can u please&amp;nbsp;suggest any idea...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Aug 2018 15:06:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-data-in-to-another-db-while-on-first-db-error/m-p/2293211#M66211</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-16T15:06:16Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data in to another db while on first db error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-data-in-to-another-db-while-on-first-db-error/m-p/2293212#M66212</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOeEAAW"&gt;@kolen&lt;/A&gt;,you can implement in below way.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;input--&amp;gt;tmap-&amp;gt;outputdb---&amp;gt;oncomponent error---&amp;gt;input--&amp;gt;tmap-&amp;gt;outputdb2&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Aug 2018 05:52:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-data-in-to-another-db-while-on-first-db-error/m-p/2293212#M66212</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-08-17T05:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data in to another db while on first db error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-data-in-to-another-db-while-on-first-db-error/m-p/2293213#M66213</link>
      <description>&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P&gt;But I already applied&amp;nbsp;this approach...but here again, the input has to read and load into another&amp;nbsp;db.&lt;/P&gt;
&lt;P&gt;But my req is not like that, while insertion if server down at particular record the records should insert&amp;nbsp;into another DB.ie...while insertion if a server is down in&amp;nbsp;db1 the rows should continue in inserting in db2...if server is up it should continue in db1 like that...the job should not stop&amp;nbsp;till&amp;nbsp; all rows got inserted.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Aug 2018 11:01:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-data-in-to-another-db-while-on-first-db-error/m-p/2293213#M66213</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-08-17T11:01:10Z</dc:date>
    </item>
    <item>
      <title>Re: Loading data in to another db while on first db error</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Loading-data-in-to-another-db-while-on-first-db-error/m-p/2293214#M66214</link>
      <description>&lt;P&gt;&lt;A href="https://community.qlik.com/s/profile/0053p000007LOeEAAW"&gt;@kolen&lt;/A&gt;,try this way.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;input--&amp;gt;tmap-&amp;gt;outputdb---&amp;gt;rejects--&amp;gt;outputdb2&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Sep 2018 08:49:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Loading-data-in-to-another-db-while-on-first-db-error/m-p/2293214#M66214</guid>
      <dc:creator>manodwhb</dc:creator>
      <dc:date>2018-09-11T08:49:27Z</dc:date>
    </item>
  </channel>
</rss>

