<?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: [resolved] java.lang.NullPointerException when using tMSSqlOutput in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/resolved-java-lang-NullPointerException-when-using-tMSSqlOutput/m-p/2353178#M119428</link>
    <description>Hi, &lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;My scenario is very simple, just insert some sample data into either a tMSSQLOutput or tTeradataOutput component, and I always receive the following error&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Could you please give us the screenshot of our job work flow? Which components are you using to achieve your goal? Did you use any tMSSQLconnection or tTeradataconnection? Screenshots will be highly appreciated.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
    <pubDate>Mon, 03 Jun 2013 06:30:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2013-06-03T06:30:45Z</dc:date>
    <item>
      <title>[resolved] java.lang.NullPointerException when using tMSSqlOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-java-lang-NullPointerException-when-using-tMSSqlOutput/m-p/2353177#M119427</link>
      <description>Hey folks,
&lt;BR /&gt;I am very new to Talend, and this is the problem that I've been seeing for a few days when using the Talend Open Studio for Big Data. My scenario is very simple, just insert some sample data into either a tMSSQLOutput or tTeradataOutput component, and I always receive the following error:
&lt;BR /&gt;Starting job delimited_to_sql_local at 12:20 03/06/2013.
&lt;BR /&gt;
&lt;BR /&gt;Exception in component tMSSqlOutput_1
&lt;BR /&gt;java.lang.NullPointerException
&lt;BR /&gt; at jlin_bd.delimited_to_sql_local_0_1.delimited_to_sql_local.tFileInputDelimited_1Process(delimited_to_sql_local.java:719)
&lt;BR /&gt; at jlin_bd.delimited_to_sql_local_0_1.delimited_to_sql_local.runJobInTOS(delimited_to_sql_local.java:1365)
&lt;BR /&gt; at jlin_bd.delimited_to_sql_local_0_1.delimited_to_sql_local.main(delimited_to_sql_local.java:1233)
&lt;BR /&gt; connecting to socket on port 4082
&lt;BR /&gt; connected
&lt;BR /&gt; disconnected
&lt;BR /&gt;The problem seems to stem from the following code (line 719):
&lt;BR /&gt;java.sql.PreparedStatement pstmt_tTeradataOutput_1 = conn_tTeradataOutput_1
&lt;BR /&gt; .prepareStatement(insert_tTeradataOutput_1);
&lt;BR /&gt;Sounds like due to whatever reason conn_tTeradataOutput_1 is null?
&lt;BR /&gt;I don't have any issues using the tMSSqlInput though..
&lt;BR /&gt;Thank you in advance!
&lt;BR /&gt;Best,
&lt;BR /&gt;James</description>
      <pubDate>Mon, 03 Jun 2013 06:24:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-java-lang-NullPointerException-when-using-tMSSqlOutput/m-p/2353177#M119427</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-03T06:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] java.lang.NullPointerException when using tMSSqlOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-java-lang-NullPointerException-when-using-tMSSqlOutput/m-p/2353178#M119428</link>
      <description>Hi, &lt;BR /&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;My scenario is very simple, just insert some sample data into either a tMSSQLOutput or tTeradataOutput component, and I always receive the following error&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;Could you please give us the screenshot of our job work flow? Which components are you using to achieve your goal? Did you use any tMSSQLconnection or tTeradataconnection? Screenshots will be highly appreciated.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 03 Jun 2013 06:30:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-java-lang-NullPointerException-when-using-tMSSqlOutput/m-p/2353178#M119428</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-03T06:30:45Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] java.lang.NullPointerException when using tMSSqlOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-java-lang-NullPointerException-when-using-tMSSqlOutput/m-p/2353179#M119429</link>
      <description>Thank you for the response 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt; 
&lt;BR /&gt;I've attached screenshot of the job designer and the mssqlconnection. 
&lt;BR /&gt;I also want to you let you know that I have a job which just select data from table 1 and insert into table 2 on the same remote sql server. In this case no exception is thrown and the job completed successfully, but if I check the end result, there is no row inserted into table2. 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEb2.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/127778iC8864DC6CE3B2C5B/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEb2.png" alt="0683p000009MEb2.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 03 Jun 2013 06:38:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-java-lang-NullPointerException-when-using-tMSSqlOutput/m-p/2353179#M119429</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-03T06:38:36Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] java.lang.NullPointerException when using tMSSqlOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-java-lang-NullPointerException-when-using-tMSSqlOutput/m-p/2353180#M119430</link>
      <description>images: 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEb7.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/146106i0715C81915E817CF/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEb7.png" alt="0683p000009MEb7.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MEa5.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144884iB7508EA268EE18E7/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MEa5.png" alt="0683p000009MEa5.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 03 Jun 2013 06:41:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-java-lang-NullPointerException-when-using-tMSSqlOutput/m-p/2353180#M119430</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-03T06:41:52Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] java.lang.NullPointerException when using tMSSqlOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-java-lang-NullPointerException-when-using-tMSSqlOutput/m-p/2353181#M119431</link>
      <description>Hi, 
&lt;BR /&gt;For you issue1, I have seen there is no Teradata component in your work flow, but the error info "java.sql.PreparedStatement pstmt_tTeradataOutput_1 = conn_tTeradataOutput_1 
&lt;BR /&gt; .prepareStatement(insert_tTeradataOutput_1); 
&lt;BR /&gt;" means something wrong with your tTeradataOutput. 
&lt;BR /&gt;I suspect you used tTeradataOutput and removed it? 
&lt;BR /&gt;Save your job and restart it to see if this issue repro again? 
&lt;BR /&gt;In addition, component tMSSqlConnection need a connector(such as, OnSubjobOk) with other component 
&lt;BR /&gt;See the online component reference with scenario 
&lt;A href="https://help.talend.com/search/all?query=tMSSqlConnection&amp;amp;content-lang=en" target="_blank" rel="nofollow noopener noreferrer"&gt;tMSSqlConnection&lt;/A&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 03 Jun 2013 07:02:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-java-lang-NullPointerException-when-using-tMSSqlOutput/m-p/2353181#M119431</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-03T07:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] java.lang.NullPointerException when using tMSSqlOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-java-lang-NullPointerException-when-using-tMSSqlOutput/m-p/2353182#M119432</link>
      <description>Sabrina, 
&lt;BR /&gt;Finally I figured it out with your help! 
&lt;BR /&gt;The issue is I misunderstood the meaning of the tMSSQLConnection component. I thought it was just for setting up a connection so that I don't have to specify it again in the input or output components, and I just needed to select it from the existing connection dropdown... 
&lt;BR /&gt;Now if I uncheck the using existing connection checkbox, fill in the connection in each output/input tool, my jobs run successfully. Thanks a lot!</description>
      <pubDate>Mon, 03 Jun 2013 07:15:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-java-lang-NullPointerException-when-using-tMSSqlOutput/m-p/2353182#M119432</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-03T07:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] java.lang.NullPointerException when using tMSSqlOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-java-lang-NullPointerException-when-using-tMSSqlOutput/m-p/2353183#M119433</link>
      <description>Hi, 
&lt;BR /&gt;It is a great. Thanks for your feedback.
&lt;BR /&gt;
&lt;BLOCKQUOTE&gt;
 &lt;TABLE border="1"&gt;
  &lt;TBODY&gt;
   &lt;TR&gt;
    &lt;TD&gt;I also want to you let you know that I have a job which just select data from table 1 and insert into table 2 on the same remote sql server. In this case no exception is thrown and the job completed successfully, but if I check the end result, there is no row inserted into table2.&lt;/TD&gt;
   &lt;/TR&gt;
  &lt;/TBODY&gt;
 &lt;/TABLE&gt;
&lt;/BLOCKQUOTE&gt;
&lt;BR /&gt;It has been fixed too?
&lt;BR /&gt;Best regards
&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 03 Jun 2013 07:18:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-java-lang-NullPointerException-when-using-tMSSqlOutput/m-p/2353183#M119433</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-03T07:18:43Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] java.lang.NullPointerException when using tMSSqlOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-java-lang-NullPointerException-when-using-tMSSqlOutput/m-p/2353184#M119434</link>
      <description>&lt;BLOCKQUOTE&gt; 
 &lt;TABLE border="1"&gt; 
  &lt;TBODY&gt; 
   &lt;TR&gt; 
    &lt;TD&gt;Hi, &lt;BR /&gt;It is a great. Thanks for your feedback.&lt;BR /&gt; 
     &lt;BLOCKQUOTE&gt; 
      &lt;TABLE border="1"&gt; 
       &lt;TBODY&gt; 
        &lt;TR&gt; 
         &lt;TD&gt;I also want to you let you know that I have a job which just select data from table 1 and insert into table 2 on the same remote sql server. In this case no exception is thrown and the job completed successfully, but if I check the end result, there is no row inserted into table2.&lt;/TD&gt; 
        &lt;/TR&gt; 
       &lt;/TBODY&gt; 
      &lt;/TABLE&gt; 
     &lt;/BLOCKQUOTE&gt;&lt;BR /&gt;It has been fixed too?&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina&lt;/TD&gt; 
   &lt;/TR&gt; 
  &lt;/TBODY&gt; 
 &lt;/TABLE&gt; 
&lt;/BLOCKQUOTE&gt; 
&lt;BR /&gt;Yes 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MACn.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/154443iC5B8CACEF3D12C6A/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MACn.png" alt="0683p000009MACn.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Mon, 03 Jun 2013 07:29:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-java-lang-NullPointerException-when-using-tMSSqlOutput/m-p/2353184#M119434</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-03T07:29:59Z</dc:date>
    </item>
    <item>
      <title>Re: [resolved] java.lang.NullPointerException when using tMSSqlOutput</title>
      <link>https://community.qlik.com/t5/Talend-Studio/resolved-java-lang-NullPointerException-when-using-tMSSqlOutput/m-p/2353185#M119435</link>
      <description>Hi,&lt;BR /&gt;It's a good job. Feel free post your issue on forum.&lt;BR /&gt;Best regards&lt;BR /&gt;Sabrina</description>
      <pubDate>Mon, 03 Jun 2013 07:31:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/resolved-java-lang-NullPointerException-when-using-tMSSqlOutput/m-p/2353185#M119435</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2013-06-03T07:31:09Z</dc:date>
    </item>
  </channel>
</rss>

