<?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 get the Error Logs of Store Procedure. in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-Error-Logs-of-Store-Procedure/m-p/2313626#M84464</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;What's kind of error in the store procedure? Java exception?&lt;/P&gt;&lt;P&gt;Could you please elaborate your case with an example with input and expected output values?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
    <pubDate>Tue, 26 Jul 2022 08:50:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-07-26T08:50:35Z</dc:date>
    <item>
      <title>How to get the Error Logs of Store Procedure.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-Error-Logs-of-Store-Procedure/m-p/2313620#M84458</link>
      <description>&lt;P&gt;I have a Stored Procedure in GCP Server and it was called by using tbigquerySQLRow&amp;nbsp;and it was running successfully. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if the error in SP again it runs successfully. Kindly suggest what we have to do and how to get the error logs of GCP server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 22:43:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-Error-Logs-of-Store-Procedure/m-p/2313620#M84458</guid>
      <dc:creator>GA1657527506</dc:creator>
      <dc:date>2024-11-15T22:43:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Error Logs of Store Procedure.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-Error-Logs-of-Store-Procedure/m-p/2313621#M84459</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000SsTs2AAF.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/153339i951C2327C14705FC/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000SsTs2AAF.png" alt="0695b00000SsTs2AAF.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jul 2022 13:04:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-Error-Logs-of-Store-Procedure/m-p/2313621#M84459</guid>
      <dc:creator>GA1657527506</dc:creator>
      <dc:date>2022-07-19T13:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Error Logs of Store Procedure.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-Error-Logs-of-Store-Procedure/m-p/2313622#M84460</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Maybe you could use the subjob solution.&lt;/P&gt;&lt;P&gt;As there is no 'die on error' option on tBigqueryRow component, to get your request works, you need move tBigqueryRow to a child job, and use a tRunJob to call the child job, uncheck the box 'die on error' on tRunJob. &lt;/P&gt;&lt;P&gt;In the child job, use tLogCather component to capture the exception and log them into a file or database. &lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 20 Jul 2022 06:29:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-Error-Logs-of-Store-Procedure/m-p/2313622#M84460</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-20T06:29:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Error Logs of Store Procedure.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-Error-Logs-of-Store-Procedure/m-p/2313623#M84461</link>
      <description>&lt;P&gt;BigQuery components provide after variables, for example: ERROR_MESSAGE and STATISTICS  the latter is a JSON with a lot of details. As it contains the cost of each and every step in a stored procedure I believe it might be helpful for your issue as well.&lt;/P&gt;</description>
      <pubDate>Sun, 24 Jul 2022 11:26:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-Error-Logs-of-Store-Procedure/m-p/2313623#M84461</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-24T11:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Error Logs of Store Procedure.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-Error-Logs-of-Store-Procedure/m-p/2313624#M84462</link>
      <description>&lt;P&gt;Thank you Sabrina for your response.&lt;/P&gt;&lt;P&gt;I have tried on this way but in the error of the store procedure also it shows as a successful. Kindly suggest me.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 12:10:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-Error-Logs-of-Store-Procedure/m-p/2313624#M84462</guid>
      <dc:creator>GA1657527506</dc:creator>
      <dc:date>2022-07-25T12:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Error Logs of Store Procedure.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-Error-Logs-of-Store-Procedure/m-p/2313625#M84463</link>
      <description>&lt;P&gt;Thank you for your response. &lt;/P&gt;&lt;P&gt;I have tried by using Global ERROR_MESSAGE of tBigQuerySQLRow and which is connected to tDie component in Run if condition. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Run if Condition is ((String)globalMap.get("tBigQuerySQLRow_1_ERROR_MESSAGE"))!=""&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But for the successful SP also run if condition is executed and fails the Job.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly suggest me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Jul 2022 12:14:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-Error-Logs-of-Store-Procedure/m-p/2313625#M84463</guid>
      <dc:creator>GA1657527506</dc:creator>
      <dc:date>2022-07-25T12:14:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Error Logs of Store Procedure.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-Error-Logs-of-Store-Procedure/m-p/2313626#M84464</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;What's kind of error in the store procedure? Java exception?&lt;/P&gt;&lt;P&gt;Could you please elaborate your case with an example with input and expected output values?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Tue, 26 Jul 2022 08:50:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-Error-Logs-of-Store-Procedure/m-p/2313626#M84464</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-26T08:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Error Logs of Store Procedure.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-Error-Logs-of-Store-Procedure/m-p/2313627#M84465</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;i was checked on the same issue in two ways.&lt;/P&gt;&lt;P&gt;one is Service account of Authentication mode, in this mode we can get the error message and job got failed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In OAuth Access Token mode it was shows the error but job is not failed. &lt;/P&gt;&lt;P&gt;Also the value of (String)globalMap.get("tBigQuerySQLRow_1_ERROR_MESSAGE") is Null.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please find the attached screen shots for your reference.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly suggest me to resolve the issue by using Access Token mode.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="0695b00000StMCGAA3.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/142906i8143ABAEBF781160/image-size/large?v=v2&amp;amp;px=999" role="button" title="0695b00000StMCGAA3.png" alt="0695b00000StMCGAA3.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 07:42:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-Error-Logs-of-Store-Procedure/m-p/2313627#M84465</guid>
      <dc:creator>GA1657527506</dc:creator>
      <dc:date>2022-07-28T07:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the Error Logs of Store Procedure.</title>
      <link>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-Error-Logs-of-Store-Procedure/m-p/2313628#M84466</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Based on the error message it seems that you're trying to execute SQL query inside your stored procedure. That SQL query is null so it errors out.&lt;/P&gt;&lt;P&gt;I'd also suggest to upgrade your studio patch level as you're on R2021-06. We've introduced the following feature:&lt;/P&gt;&lt;P&gt;BigQuery : support Multiple resultsets stored Procedure executions&lt;/P&gt;&lt;P&gt;This was released in R2021-07 and also contains the statistics JSON after variable which might be helpful for your investigation. (I'd suggest to upgrade to R2022-07 but any version newer than R2021-07 should help.)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt; Balázs&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 13:02:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/How-to-get-the-Error-Logs-of-Store-Procedure/m-p/2313628#M84466</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-07-28T13:02:19Z</dc:date>
    </item>
  </channel>
</rss>

