<?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: Sql Connection to Azure from Talend in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/Sql-Connection-to-Azure-from-Talend/m-p/2311722#M142363</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Transmit whole context is on.&lt;/P&gt;&lt;P&gt;here is the scenario &lt;/P&gt;&lt;P&gt;two separate jobs A and B ;one child job C.&lt;/P&gt;&lt;P&gt;C is called from both A and B  . When A calls C its working but B calls C it fails both mains jobs uses same context parameter .so confused what causing the invalid db name as per error .&lt;/P&gt;&lt;P&gt;here using azure linked server in on prem database. Thanks&lt;/P&gt;</description>
    <pubDate>Thu, 14 Dec 2023 23:54:44 GMT</pubDate>
    <dc:creator>vvarala1702372433</dc:creator>
    <dc:date>2023-12-14T23:54:44Z</dc:date>
    <item>
      <title>Sql Connection to Azure from Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sql-Connection-to-Azure-from-Talend/m-p/2311718#M142359</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to deploy the changes to Talend TMC with new azure connections as source. &lt;/P&gt;&lt;P&gt;I encounter this error &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Execution a47cf8d4-7f0e-4fcf-aa6b-2820f812c36d failed with code 1 and error Job stopped with errors or unable to run. Exception in component tRunJob_4 (PIMS_to_Getpaid_ODS) java.lang.RuntimeException: Child job running failed. java.sql.SQLException: The syntax of the connection URL 'jdbc:jtds:sqlserver://;appName=GETPAID;' is invalid.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here are the details&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;additional parameters: &lt;/P&gt;&lt;P&gt;encrypt=true;trustServerCertificate=false;hostNameInCertificate=*.database.windows.net;loginTimeout=30;;authentication=ActiveDirectoryPassword&lt;/P&gt;&lt;P&gt;host:&lt;/P&gt;&lt;P&gt;axxpsqlxx.database.windows.net&lt;/P&gt;&lt;P&gt;port:&lt;/P&gt;&lt;P&gt;1433&lt;/P&gt;&lt;P&gt;User:&lt;/P&gt;&lt;P&gt;xyz_DEV@xyz.org.uk&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can someone provide info on this pls&lt;/P&gt;</description>
      <pubDate>Fri, 15 Nov 2024 21:10:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sql-Connection-to-Azure-from-Talend/m-p/2311718#M142359</guid>
      <dc:creator>vvarala1702372433</dc:creator>
      <dc:date>2024-11-15T21:10:57Z</dc:date>
    </item>
    <item>
      <title>Re: Sql Connection to Azure from Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sql-Connection-to-Azure-from-Talend/m-p/2311719#M142360</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Does this change perfectly fine when you run it in studio? If it runs fine in studio, are you using context value in it?&lt;/P&gt;&lt;P&gt;Note: The context that gets used is based strictly on the name of the environment in TMC (and goes to the default if the environment doesn't match any of the contexts).&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 03:43:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sql-Connection-to-Azure-from-Talend/m-p/2311719#M142360</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-12-13T03:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: Sql Connection to Azure from Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sql-Connection-to-Azure-from-Talend/m-p/2311720#M142361</link>
      <description>&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;It using the dev environment context&lt;/P&gt;&lt;P&gt;In the SQL I have used Azure linked server and passing that as a context name &lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;Context.linkedservername.dbname.dbo.tablename, when I deactivate this sub job and deploy into TMC it's working fine.&lt;/P&gt;&lt;P&gt;Then I have removed the linked server context variable and pass dbname.dbo.tablename (this database exists in on prem too).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 08:03:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sql-Connection-to-Azure-from-Talend/m-p/2311720#M142361</guid>
      <dc:creator>vvarala1702372433</dc:creator>
      <dc:date>2023-12-13T08:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: Sql Connection to Azure from Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sql-Connection-to-Azure-from-Talend/m-p/2311721#M142362</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;In the main job, everything works fine BUT not in the child job when publishing your job into TMC?&lt;/P&gt;&lt;P&gt;The variable name should be the same both in main job and child job, and make sure the 'transmit whole context' box is checked on tRunJob. &lt;/P&gt;&lt;P&gt;Refer to this &lt;A href="https://community.talend.com/s/feed/0D53p00007vCwaECAS" alt="https://community.talend.com/s/feed/0D53p00007vCwaECAS" target="_blank"&gt;topic&lt;/A&gt;, there should be an environment called Prod in TMC, and select the workspace from Prod in the &lt;B&gt;workspace &lt;/B&gt;list when publish the job to Talend Cloud.&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Sabrina&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 03:25:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sql-Connection-to-Azure-from-Talend/m-p/2311721#M142362</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-12-14T03:25:12Z</dc:date>
    </item>
    <item>
      <title>Re: Sql Connection to Azure from Talend</title>
      <link>https://community.qlik.com/t5/Talend-Studio/Sql-Connection-to-Azure-from-Talend/m-p/2311722#M142363</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Transmit whole context is on.&lt;/P&gt;&lt;P&gt;here is the scenario &lt;/P&gt;&lt;P&gt;two separate jobs A and B ;one child job C.&lt;/P&gt;&lt;P&gt;C is called from both A and B  . When A calls C its working but B calls C it fails both mains jobs uses same context parameter .so confused what causing the invalid db name as per error .&lt;/P&gt;&lt;P&gt;here using azure linked server in on prem database. Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 23:54:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/Sql-Connection-to-Azure-from-Talend/m-p/2311722#M142363</guid>
      <dc:creator>vvarala1702372433</dc:creator>
      <dc:date>2023-12-14T23:54:44Z</dc:date>
    </item>
  </channel>
</rss>

