<?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: Job doesn't seem to commit records in cloud, but does in Studio in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Job-doesn-t-seem-to-commit-records-in-cloud-but-does-in-Studio/m-p/2331469#M100449</link>
    <description>&lt;P&gt;​@Jacco de Zwart​&amp;nbsp;&lt;/P&gt;&lt;P&gt;First, you are using tDBCommit to commit the change, make sure the tDBOutput components use an existing DB connection. tDBCommit component is linked with onsubjobOK, means the component is triggered only when the previous subjob works OK, go to double check if previous subjob works fine when the job is executed on TMC, if the subjob fails, there is no records are commit to DB.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
    <pubDate>Mon, 07 Nov 2022 08:01:38 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-11-07T08:01:38Z</dc:date>
    <item>
      <title>Job doesn't seem to commit records in cloud, but does in Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-doesn-t-seem-to-commit-records-in-cloud-but-does-in-Studio/m-p/2331466#M100446</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this job, which works fine in Studio. Records are committed, but when run in the cloud as a scheduled job, records seems not to be committed. I do have a TDBCommit component.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000YzzuXAAR.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/140929i7A5A8BAF71C747E7/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000YzzuXAAR.png" alt="0695b00000YzzuXAAR.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;So, why are records committed in Studio and (look like it) not when running as a scheduled job from the TMC ? I use remote engines which run on premise and other jobs which have the same setup commit the records from that job.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What did I miss ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jacco&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:23:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-doesn-t-seem-to-commit-records-in-cloud-but-does-in-Studio/m-p/2331466#M100446</guid>
      <dc:creator>Jacco_De_Zwart</dc:creator>
      <dc:date>2024-11-15T22:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Job doesn't seem to commit records in cloud, but does in Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-doesn-t-seem-to-commit-records-in-cloud-but-does-in-Studio/m-p/2331467#M100447</link>
      <description>&lt;P&gt;Addition....&lt;/P&gt;&lt;P&gt;The job is called from parent job&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000YzzuhAAB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/135084iE907D8209440C959/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000YzzuhAAB.png" alt="0695b00000YzzuhAAB.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2022 07:23:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-doesn-t-seem-to-commit-records-in-cloud-but-does-in-Studio/m-p/2331467#M100447</guid>
      <dc:creator>Jacco_De_Zwart</dc:creator>
      <dc:date>2022-11-07T07:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Job doesn't seem to commit records in cloud, but does in Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-doesn-t-seem-to-commit-records-in-cloud-but-does-in-Studio/m-p/2331468#M100448</link>
      <description>&lt;P&gt;second addition  .. . &lt;/P&gt;&lt;P&gt;when I run a job from TMC with the job that doesn't seem to commit . . ..... the job commits !! (??)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mind blown !&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2022 07:29:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-doesn-t-seem-to-commit-records-in-cloud-but-does-in-Studio/m-p/2331468#M100448</guid>
      <dc:creator>Jacco_De_Zwart</dc:creator>
      <dc:date>2022-11-07T07:29:34Z</dc:date>
    </item>
    <item>
      <title>Re: Job doesn't seem to commit records in cloud, but does in Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-doesn-t-seem-to-commit-records-in-cloud-but-does-in-Studio/m-p/2331469#M100449</link>
      <description>&lt;P&gt;​@Jacco de Zwart​&amp;nbsp;&lt;/P&gt;&lt;P&gt;First, you are using tDBCommit to commit the change, make sure the tDBOutput components use an existing DB connection. tDBCommit component is linked with onsubjobOK, means the component is triggered only when the previous subjob works OK, go to double check if previous subjob works fine when the job is executed on TMC, if the subjob fails, there is no records are commit to DB.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shong&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2022 08:01:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-doesn-t-seem-to-commit-records-in-cloud-but-does-in-Studio/m-p/2331469#M100449</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-11-07T08:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Job doesn't seem to commit records in cloud, but does in Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-doesn-t-seem-to-commit-records-in-cloud-but-does-in-Studio/m-p/2331470#M100450</link>
      <description>&lt;P&gt;Shong,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have checked your suggestions and to me all the settings you suggest are in place. All the tDBOutput have the appropriate existing DBConnection as well as the tDBCommit component.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The tDBCommit component is linked with onSubJobOK.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have performed a debug run in the TMC and looked for the place where the rows should be inserted in the table and a commit is performed. That section of the debug log looks like this :&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;----&lt;/P&gt;&lt;P&gt;1667895495061	2022-11-08 08:18:15.061	DEBUG	tREST_1 - Done.&lt;/P&gt;&lt;P&gt;1667895495061	2022-11-08 08:18:15.061	DEBUG	tReplicate_1 - Done.&lt;/P&gt;&lt;P&gt;1667895495061	2022-11-08 08:18:15.061	DEBUG	tExtractJSONFields_1 - Extracted records count: 128 .&lt;/P&gt;&lt;P&gt;1667895495062	2022-11-08 08:18:15.062	DEBUG	tExtractJSONFields_1 - Done.&lt;/P&gt;&lt;P&gt;1667895495062	2022-11-08 08:18:15.062	DEBUG	tMap_3 - Written records count in the table 'BookingBase': 128.&lt;/P&gt;&lt;P&gt;1667895495062	2022-11-08 08:18:15.062	DEBUG	tMap_3 - Done.&lt;/P&gt;&lt;P&gt;1667895495063	2022-11-08 08:18:15.063	DEBUG	tDBOutput_1 - Done.&lt;/P&gt;&lt;P&gt;1667895495063	2022-11-08 08:18:15.063	DEBUG	tExtractJSONFields_2 - Extracted records count: 3305 .&lt;/P&gt;&lt;P&gt;1667895495063	2022-11-08 08:18:15.063	DEBUG	tExtractJSONFields_2 - Done.&lt;/P&gt;&lt;P&gt;1667895495063	2022-11-08 08:18:15.063	DEBUG	tMap_1 - Written records count in the table 'out1': 3297.&lt;/P&gt;&lt;P&gt;1667895495064	2022-11-08 08:18:15.064	DEBUG	tMap_1 - Done.&lt;/P&gt;&lt;P&gt;1667895495064	2022-11-08 08:18:15.064	DEBUG	tDBOutput_2 - Done.&lt;/P&gt;&lt;P&gt;1667895495064	2022-11-08 08:18:15.064	DEBUG	tExtractJSONFields_3 - Extracted records count: 472 .&lt;/P&gt;&lt;P&gt;1667895495065	2022-11-08 08:18:15.065	DEBUG	tExtractJSONFields_3 - Done.&lt;/P&gt;&lt;P&gt;1667895495065	2022-11-08 08:18:15.065	DEBUG	tMap_4 - Written records count in the table 'out3': 472.&lt;/P&gt;&lt;P&gt;1667895495065	2022-11-08 08:18:15.065	DEBUG	tMap_4 - Done.&lt;/P&gt;&lt;P&gt;1667895495065	2022-11-08 08:18:15.065	DEBUG	tDBOutput_3 - Done.&lt;/P&gt;&lt;P&gt;1667895495066	2022-11-08 08:18:15.066	DEBUG	tDBCommit_1 - Start to work.&lt;/P&gt;&lt;P&gt;1667895495066	2022-11-08 08:18:15.066	DEBUG	tDBCommit_1 - Parameters:CONNECTION = tDBConnection_2 | CLOSE = true | UNIFIED_COMPONENTS = tMSSqlCommit |&amp;nbsp;&lt;/P&gt;&lt;P&gt;1667895495067	2022-11-08 08:18:15.067	DEBUG	tDBCommit_1 - Connection 'tDBConnection_2' starting to commit.&lt;/P&gt;&lt;P&gt;1667895495067	2022-11-08 08:18:15.067	DEBUG	tDBCommit_1 - Connection 'tDBConnection_2' commit has succeeded.&lt;/P&gt;&lt;P&gt;1667895495067	2022-11-08 08:18:15.067	DEBUG	tDBCommit_1 - Closing the connection 'tDBConnection_2' to the database.&lt;/P&gt;&lt;P&gt;1667895495067	2022-11-08 08:18:15.067	DEBUG	tDBCommit_1 - Connection 'tDBConnection_2' to the database closed.&lt;/P&gt;&lt;P&gt;1667895495067	2022-11-08 08:18:15.067	DEBUG	tDBCommit_1 - Done.&lt;/P&gt;&lt;P&gt;1667895495067	2022-11-08 08:18:15.067	DEBUG	update dbo.JOB_INSTANCE_STATUS set JOB_ENDED_AT=?,JOB_RESULT=?,TIME_RANGE_START=?,TIME_RANGE_END=?,COUNT_INPUT=?,COUNT_OUTPUT=?,COUNT_REJECTED=?,COUNT_DELETED=?,RETURN_CODE=?,RETURN_MESSAGE=?,VALUE_RANGE_START=?,VALUE_RANGE_END=?,COUNT_UPDATED=? where JOB_INSTANCE_ID=?&lt;/P&gt;&lt;P&gt;1667895495072	2022-11-08 08:18:15.072	INFO	TalendJob: 'StagingLoad_Bookings_JSON' - Finished - status: end returnCode: 0&lt;/P&gt;&lt;P&gt;1667895495076	2022-11-08 08:18:15.076	INFO	tRunJob_1 - The child job 'dwh2.stagingload_bookings_json_0_1.StagingLoad_Bookings_JSON' is done.&lt;/P&gt;&lt;P&gt;1667895495076	2022-11-08 08:18:15.076	DEBUG	tRunJob_1 - Done.&lt;/P&gt;&lt;P&gt;----&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;no error, no warning, no message.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But no real commit as well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Like I said yesterday, running the job individually results with a commit of all the rows retrieve in that job.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 08:56:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-doesn-t-seem-to-commit-records-in-cloud-but-does-in-Studio/m-p/2331470#M100450</guid>
      <dc:creator>Jacco_De_Zwart</dc:creator>
      <dc:date>2022-11-08T08:56:49Z</dc:date>
    </item>
    <item>
      <title>Re: Job doesn't seem to commit records in cloud, but does in Studio</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Job-doesn-t-seem-to-commit-records-in-cloud-but-does-in-Studio/m-p/2331471#M100451</link>
      <description>&lt;P&gt;Did a debug run on both jobs and looked at the part where the commit should be performed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Debug of Total Job :&lt;/P&gt;&lt;P&gt;----&lt;/P&gt;&lt;P&gt;1667895495063	2022-11-08 08:18:15.063	DEBUG	tMap_1 - Written records count in the table 'out1': 3297.&lt;/P&gt;&lt;P&gt;1667895495064	2022-11-08 08:18:15.064	DEBUG	tMap_1 - Done.&lt;/P&gt;&lt;P&gt;1667895495064	2022-11-08 08:18:15.064	DEBUG	tDBOutput_2 - Done.&lt;/P&gt;&lt;P&gt;1667895495064	2022-11-08 08:18:15.064	DEBUG	tExtractJSONFields_3 - Extracted records count: 472 .&lt;/P&gt;&lt;P&gt;1667895495065	2022-11-08 08:18:15.065	DEBUG	tExtractJSONFields_3 - Done.&lt;/P&gt;&lt;P&gt;1667895495065	2022-11-08 08:18:15.065	DEBUG	tMap_4 - Written records count in the table 'out3': 472.&lt;/P&gt;&lt;P&gt;1667895495065	2022-11-08 08:18:15.065	DEBUG	tMap_4 - Done.&lt;/P&gt;&lt;P&gt;1667895495065	2022-11-08 08:18:15.065	DEBUG	tDBOutput_3 - Done.&lt;/P&gt;&lt;P&gt;1667895495066	2022-11-08 08:18:15.066	DEBUG	tDBCommit_1 - Start to work.&lt;/P&gt;&lt;P&gt;1667895495066	2022-11-08 08:18:15.066	DEBUG	tDBCommit_1 - Parameters:CONNECTION = tDBConnection_2 | CLOSE = true | UNIFIED_COMPONENTS = tMSSqlCommit |&amp;nbsp;&lt;/P&gt;&lt;P&gt;1667895495067	2022-11-08 08:18:15.067	DEBUG	tDBCommit_1 - Connection 'tDBConnection_2' starting to commit.&lt;/P&gt;&lt;P&gt;1667895495067	2022-11-08 08:18:15.067	DEBUG	tDBCommit_1 - Connection 'tDBConnection_2' commit has succeeded.&lt;/P&gt;&lt;P&gt;1667895495067	2022-11-08 08:18:15.067	DEBUG	tDBCommit_1 - Closing the connection 'tDBConnection_2' to the database.&lt;/P&gt;&lt;P&gt;1667895495067	2022-11-08 08:18:15.067	DEBUG	tDBCommit_1 - Connection 'tDBConnection_2' to the database closed.&lt;/P&gt;&lt;P&gt;1667895495067	2022-11-08 08:18:15.067	DEBUG	tDBCommit_1 - Done.&lt;/P&gt;&lt;P&gt;1667895495067	2022-11-08 08:18:15.067	DEBUG	update dbo.JOB_INSTANCE_STATUS set JOB_ENDED_AT=?,JOB_RESULT=?,TIME_RANGE_START=?,TIME_RANGE_END=?,COUNT_INPUT=?,COUNT_OUTPUT=?,COUNT_REJECTED=?,COUNT_DELETED=?,RETURN_CODE=?,RETURN_MESSAGE=?,VALUE_RANGE_START=?,VALUE_RANGE_END=?,COUNT_UPDATED=? where JOB_INSTANCE_ID=?&lt;/P&gt;&lt;P&gt;1667895495072	2022-11-08 08:18:15.072	INFO	TalendJob: 'StagingLoad_Bookings_JSON' - Finished - status: end returnCode: 0&lt;/P&gt;&lt;P&gt;----&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Debug of Staging job only :&lt;/P&gt;&lt;P&gt;----&lt;/P&gt;&lt;P&gt;1667898102451	2022-11-08 09:01:42.451	DEBUG	tMap_1 - Written records count in the table 'out1': 10792.&lt;/P&gt;&lt;P&gt;1667898102451	2022-11-08 09:01:42.451	DEBUG	tMap_1 - Done.&lt;/P&gt;&lt;P&gt;1667898102451	2022-11-08 09:01:42.451	DEBUG	tDBOutput_2 - Done.&lt;/P&gt;&lt;P&gt;1667898102455	2022-11-08 09:01:42.455	DEBUG	tExtractJSONFields_3 - Extracted records count: 1480 .&lt;/P&gt;&lt;P&gt;1667898102456	2022-11-08 09:01:42.456	DEBUG	tExtractJSONFields_3 - Done.&lt;/P&gt;&lt;P&gt;1667898102456	2022-11-08 09:01:42.456	DEBUG	tMap_4 - Written records count in the table 'out3': 1480.&lt;/P&gt;&lt;P&gt;1667898102456	2022-11-08 09:01:42.456	DEBUG	tMap_4 - Done.&lt;/P&gt;&lt;P&gt;1667898102456	2022-11-08 09:01:42.456	DEBUG	tDBOutput_3 - Done.&lt;/P&gt;&lt;P&gt;1667898102456	2022-11-08 09:01:42.456	DEBUG	tDBCommit_1 - Start to work.&lt;/P&gt;&lt;P&gt;1667898102456	2022-11-08 09:01:42.456	DEBUG	tDBCommit_1 - Parameters:CONNECTION = tDBConnection_2 | CLOSE = true | UNIFIED_COMPONENTS = tMSSqlCommit |&amp;nbsp;&lt;/P&gt;&lt;P&gt;1667898102456	2022-11-08 09:01:42.456	DEBUG	tDBCommit_1 - Connection 'tDBConnection_2' starting to commit.&lt;/P&gt;&lt;P&gt;1667898102461	2022-11-08 09:01:42.461	DEBUG	tDBCommit_1 - Connection 'tDBConnection_2' commit has succeeded.&lt;/P&gt;&lt;P&gt;1667898102461	2022-11-08 09:01:42.461	DEBUG	tDBCommit_1 - Closing the connection 'tDBConnection_2' to the database.&lt;/P&gt;&lt;P&gt;1667898102461	2022-11-08 09:01:42.461	DEBUG	tDBCommit_1 - Connection 'tDBConnection_2' to the database closed.&lt;/P&gt;&lt;P&gt;1667898102461	2022-11-08 09:01:42.461	DEBUG	tDBCommit_1 - Done.&lt;/P&gt;&lt;P&gt;1667898102464	2022-11-08 09:01:42.464	DEBUG	update dbo.JOB_INSTANCE_STATUS set JOB_ENDED_AT=?,JOB_RESULT=?,TIME_RANGE_START=?,TIME_RANGE_END=?,COUNT_INPUT=?,COUNT_OUTPUT=?,COUNT_REJECTED=?,COUNT_DELETED=?,RETURN_CODE=?,RETURN_MESSAGE=?,VALUE_RANGE_START=?,VALUE_RANGE_END=?,COUNT_UPDATED=? where JOB_INSTANCE_ID=?&lt;/P&gt;&lt;P&gt;1667898102478	2022-11-08 09:01:42.478	INFO	TalendJob: 'StagingLoad_Bookings_JSON' - Finished - status: end returnCode: 0&lt;/P&gt;&lt;P&gt;1667898102483	2022-11-08 09:01:42.483	INFO	TalendJob: 'StagingLoad_Bookings_JSON' - Done.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;----&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looks to me that the same steps are taken and executed fine. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But question remains, why does the Total job not commit the records and the stand-alone job (which is part of the total job) does ??&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jacco&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Nov 2022 09:59:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Job-doesn-t-seem-to-commit-records-in-cloud-but-does-in-Studio/m-p/2331471#M100451</guid>
      <dc:creator>Jacco_De_Zwart</dc:creator>
      <dc:date>2022-11-08T09:59:15Z</dc:date>
    </item>
  </channel>
</rss>

