<?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: How to avoid deadlock situation in Talend? in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-avoid-deadlock-situation-in-Talend/m-p/2320381#M90531</link>
    <description>Hi sayagoud ravelly 
&lt;BR /&gt;Perhaps your job depends on what operation it is performing on DB, to prevent from deadlock you can handle in sql server: 
&lt;BR /&gt; 1&amp;gt; if it is selecting value from DB you can use with (nolock) option in sql server. 
&lt;BR /&gt; 2&amp;gt; if it is performing update operation WAITFOR option with update query..like wise 
&lt;BR /&gt;If you want a job to be accessed by only one user, configure SVN in that situation if one user opens a job the job is locked no other can access that job. 
&lt;BR /&gt; 
&lt;BR /&gt;thanks 
&lt;BR /&gt; 
&lt;B&gt;&lt;FONT color="#0B4C5F"&gt;&lt;I&gt;Anil Kumar Burri&lt;/I&gt;&lt;/FONT&gt;&lt;/B&gt; 
&lt;FONT&gt;&lt;I&gt;&lt;/I&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;A href="http://anilkumarburri.wordpress.com/" rel="nofollow noopener noreferrer"&gt;http://anilkumarburri.wordpress.com/&lt;/A&gt;</description>
    <pubDate>Fri, 12 Jul 2013 12:37:17 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-07-12T12:37:17Z</dc:date>
    <item>
      <title>How to avoid deadlock situation in Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-avoid-deadlock-situation-in-Talend/m-p/2320380#M90530</link>
      <description>Hi,
&lt;BR /&gt; 
&lt;BR /&gt; I have a scenario like below :
&lt;BR /&gt; 1. Created a job "JOB1" and exported it as .bat file.(JOB1 is using DB1)
&lt;BR /&gt; 
&lt;BR /&gt; 2. "Person1" and "Person2" executing same job "JOB1" from different places like "Place1" and "Place2".
&lt;BR /&gt; 3. "Person3" also executing same job from "Place3" continuously for the 5 times without considering the job state.
&lt;BR /&gt; By Considering the above scenario...if all the 3 persons started executing the JOB1 at the same time then it will 
&lt;BR /&gt; leads to a deadlock situation at the database side.So it shouldn't happen like this and only one person can able to 
&lt;BR /&gt; execute the job at the same time until he finishes his execution.
&lt;BR /&gt; So how can I achieve this by using Talend. Is there any component or feature available in Talend? or do I need to 
&lt;BR /&gt; customize for this?
&lt;BR /&gt; It will be greatly appreciated if some one guide me on the right way.
&lt;BR /&gt; Thanks in advance.</description>
      <pubDate>Sat, 16 Nov 2024 11:58:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-avoid-deadlock-situation-in-Talend/m-p/2320380#M90530</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2024-11-16T11:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid deadlock situation in Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-avoid-deadlock-situation-in-Talend/m-p/2320381#M90531</link>
      <description>Hi sayagoud ravelly 
&lt;BR /&gt;Perhaps your job depends on what operation it is performing on DB, to prevent from deadlock you can handle in sql server: 
&lt;BR /&gt; 1&amp;gt; if it is selecting value from DB you can use with (nolock) option in sql server. 
&lt;BR /&gt; 2&amp;gt; if it is performing update operation WAITFOR option with update query..like wise 
&lt;BR /&gt;If you want a job to be accessed by only one user, configure SVN in that situation if one user opens a job the job is locked no other can access that job. 
&lt;BR /&gt; 
&lt;BR /&gt;thanks 
&lt;BR /&gt; 
&lt;B&gt;&lt;FONT color="#0B4C5F"&gt;&lt;I&gt;Anil Kumar Burri&lt;/I&gt;&lt;/FONT&gt;&lt;/B&gt; 
&lt;FONT&gt;&lt;I&gt;&lt;/I&gt;&lt;/FONT&gt; 
&lt;BR /&gt; 
&lt;A href="http://anilkumarburri.wordpress.com/" rel="nofollow noopener noreferrer"&gt;http://anilkumarburri.wordpress.com/&lt;/A&gt;</description>
      <pubDate>Fri, 12 Jul 2013 12:37:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-avoid-deadlock-situation-in-Talend/m-p/2320381#M90531</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-07-12T12:37:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to avoid deadlock situation in Talend?</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-avoid-deadlock-situation-in-Talend/m-p/2320382#M90532</link>
      <description>Hi Anil,
&lt;BR /&gt; 
&lt;BR /&gt; Thanks for your response.
&lt;BR /&gt; OK ,we can customize from the database side like what your suggesting.But do we have any component or feature 
&lt;BR /&gt; available in Talend for this? 
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;Perhaps your job depends on what operation it is performing on DB..&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;I want to perform select,update,insert operations on MySQL database.
&lt;BR /&gt; 
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;If you want a job to be accessed by only one user..&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;Restriction is that only one user can execute the job at the same time..and it shouldn't allow if some is trying to 
&lt;BR /&gt; execute the same job at the same time.
&lt;BR /&gt; 
&lt;BR /&gt; Thanks.</description>
      <pubDate>Mon, 15 Jul 2013 08:58:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-avoid-deadlock-situation-in-Talend/m-p/2320382#M90532</guid>
      <dc:creator>_AnonymousUser</dc:creator>
      <dc:date>2013-07-15T08:58:31Z</dc:date>
    </item>
  </channel>
</rss>

