<?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 tMSSqlRow has error in Talend 6.1.1 in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/tMSSqlRow-has-error-in-Talend-6-1-1/m-p/2195556#M107</link>
    <description>Hi team, 
&lt;BR /&gt;I am facing an error in tMSSqlRow using Talend 6.1.1. The job executes successfully by performing the query using database selected whereas i see a error in the Talend studio.&amp;nbsp; 
&lt;BR /&gt;Error is: Parameter (Component List) has a value (XXXX) that doesnt exist anymore 
&lt;BR /&gt;Details about implementation: I have created a custom defined talend component which uses tMSsqlConnection component internally to create a MSSQL connection. I have checked Use a shared connection. The shared connection name is tClientAdminDBConn_1. Query is executed successfully.&amp;nbsp; 
&lt;BR /&gt;Can you please tell me how to resolve this error? 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBOJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138793iA9FBDF81880A1FAB/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBOJ.png" alt="0683p000009MBOJ.png" /&gt;&lt;/span&gt;</description>
    <pubDate>Sat, 16 Nov 2024 10:18:25 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T10:18:25Z</dc:date>
    <item>
      <title>tMSSqlRow has error in Talend 6.1.1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMSSqlRow-has-error-in-Talend-6-1-1/m-p/2195556#M107</link>
      <description>Hi team, 
&lt;BR /&gt;I am facing an error in tMSSqlRow using Talend 6.1.1. The job executes successfully by performing the query using database selected whereas i see a error in the Talend studio.&amp;nbsp; 
&lt;BR /&gt;Error is: Parameter (Component List) has a value (XXXX) that doesnt exist anymore 
&lt;BR /&gt;Details about implementation: I have created a custom defined talend component which uses tMSsqlConnection component internally to create a MSSQL connection. I have checked Use a shared connection. The shared connection name is tClientAdminDBConn_1. Query is executed successfully.&amp;nbsp; 
&lt;BR /&gt;Can you please tell me how to resolve this error? 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBOJ.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/138793iA9FBDF81880A1FAB/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBOJ.png" alt="0683p000009MBOJ.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Sat, 16 Nov 2024 10:18:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMSSqlRow-has-error-in-Talend-6-1-1/m-p/2195556#M107</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T10:18:25Z</dc:date>
    </item>
    <item>
      <title>Re: tMSSqlRow has error in Talend 6.1.1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMSSqlRow-has-error-in-Talend-6-1-1/m-p/2195557#M108</link>
      <description>Hi&amp;nbsp;
&lt;BR /&gt;Do you check the 'Use an existing connection' box on tMssqlRow? Can you upload a screenshot of basic settings of tMssqlRow?
&lt;BR /&gt;Regards
&lt;BR /&gt;Shong</description>
      <pubDate>Mon, 24 Oct 2016 07:02:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMSSqlRow-has-error-in-Talend-6-1-1/m-p/2195557#M108</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-10-24T07:02:01Z</dc:date>
    </item>
    <item>
      <title>Re: tMSSqlRow has error in Talend 6.1.1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMSSqlRow-has-error-in-Talend-6-1-1/m-p/2195558#M109</link>
      <description>Hi, 
&lt;BR /&gt;Please find attached screenshots of my &amp;nbsp;job. I have created a custom component called tClientAdminDBConnection which uses tMSSqlConnection of talend. MSSql connection is successful and even query is performed successfully. Only pending issue is that Error is displayed in the Talend studio desiger view and also same error is shown in pop up message when building the job 
&lt;BR /&gt;Below is the code snippet of custom component 
&lt;BR /&gt;&amp;lt;%@ jet&amp;nbsp; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; imports=" 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; org.talend.core.model.process.INode&amp;nbsp; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; org.talend.core.model.process.ElementParameterParser&amp;nbsp; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; org.talend.core.model.metadata.IMetadataTable&amp;nbsp; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; org.talend.core.model.metadata.IMetadataColumn&amp;nbsp; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; org.talend.core.model.process.IConnection 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; org.talend.core.model.process.IConnectionCategory 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; org.talend.designer.codegen.config.CodeGeneratorArgument 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; org.talend.core.model.metadata.types.JavaTypesManager 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; org.talend.core.model.metadata.types.JavaType 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; java.util.List&amp;nbsp; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; java.util.Map &amp;nbsp; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; "&amp;nbsp; 
&lt;BR /&gt;%&amp;gt; 
&lt;BR /&gt;&amp;lt;%&amp;nbsp; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; CodeGeneratorArgument codeGenArgument1 = (CodeGeneratorArgument) argument; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; INode node1 = (INode)codeGenArgument1.getArgument(); 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; String cid1 = node1.getUniqueName(); &amp;nbsp; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; String &amp;nbsp;client_id = (String)ElementParameterParser.getObjectValue(node1, "__CLIENT_ID__"); 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; String shared_connection_name = &amp;nbsp;(String)ElementParameterParser.getObjectValue(node1, "__SHARED_CONNECTION_NAME__"); 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; node1.getElementParameter("HOST").setValue(cid1+"_host");&amp;nbsp; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp;node1.getElementParameter("PORT").setValue(cid1+"_port"); 
&lt;BR /&gt;&amp;nbsp; node1.getElementParameter("USER").setValue(cid1+"_username");&amp;nbsp; 
&lt;BR /&gt;&amp;nbsp; node1.getElementParameter("PASS").setValue(cid1+"_password");&amp;nbsp; 
&lt;BR /&gt;&amp;nbsp; node1.getElementParameter("DBNAME").setValue(cid1+"_databasename"); 
&lt;BR /&gt;&amp;nbsp; node1.getElementParameter("SHARE_IDENTITY_SETTING").setValue(false);&amp;nbsp; 
&lt;BR /&gt;&amp;nbsp; node1.getElementParameter("PROPERTIES").setValue(cid1+"_properties");&amp;nbsp; 
&lt;BR /&gt;&amp;nbsp; node1.getElementParameter("USE_SHARED_CONNECTION").setValue("true");&amp;nbsp; 
&lt;BR /&gt;&amp;nbsp; node1.getElementParameter("SHARED_CONNECTION_NAME").setValue(shared_connection_name);&amp;nbsp; 
&lt;BR /&gt;&amp;nbsp; 
&lt;BR /&gt;&amp;nbsp;&amp;nbsp; 
&lt;BR /&gt;&amp;nbsp; node1.getElementParameter("SPECIFY_DATASOURCE_ALIAS").setValue("false");&amp;nbsp; 
&lt;BR /&gt;&amp;nbsp; node1.getElementParameter("DATASOURCE_ALIAS").setValue(cid1+"_datasourceAlias");&amp;nbsp; 
&lt;BR /&gt;&amp;nbsp; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;BR /&gt;%&amp;gt; 
&lt;BR /&gt;xxx.PropertyBaseConnectionFactory &amp;lt;%=cid1%&amp;gt;_factory = (xxx.PropertyBaseConnectionFactory)globalMap.get("InfogroupResourcesPool"); 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; String &amp;lt;%=cid1%&amp;gt;_host=null; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; String &amp;lt;%=cid1%&amp;gt;_port=null; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; String &amp;lt;%=cid1%&amp;gt;_username=null; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; String &amp;lt;%=cid1%&amp;gt;_password=null; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; String &amp;lt;%=cid1%&amp;gt;_databasename=null; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; String &amp;lt;%=cid1%&amp;gt;_properties=null; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; String &amp;lt;%=cid1%&amp;gt;_datasourceAlias=null; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;if ( &amp;lt;%=cid1%&amp;gt;_factory != null ) { &amp;nbsp; &amp;nbsp; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp;XXXXX con = &amp;lt;%=cid1%&amp;gt;_factory.establishClientAdminDBConnection(&amp;lt;%=client_id%&amp;gt;); 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 
&lt;BR /&gt;&amp;nbsp; &amp;lt;%=cid1%&amp;gt;_host = con.getHost(); 
&lt;BR /&gt;&amp;nbsp; &amp;lt;%=cid1%&amp;gt;_port = con.getPort(); 
&lt;BR /&gt;&amp;nbsp; &amp;lt;%=cid1%&amp;gt;_username = con.getUsername(); 
&lt;BR /&gt;&amp;nbsp; &amp;lt;%=cid1%&amp;gt;_password = con.getPassword(); 
&lt;BR /&gt;&amp;nbsp; &amp;lt;%=cid1%&amp;gt;_databasename = con.getDatabaseName(); 
&lt;BR /&gt;&amp;nbsp; &amp;lt;%=cid1%&amp;gt;_properties =""; 
&lt;BR /&gt;&amp;nbsp; &amp;lt;%=cid1%&amp;gt;_datasourceAlias=""; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; 
&lt;BR /&gt;&amp;nbsp; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;} 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp;&amp;lt;%@ include file="platform:/plugin/org.talend.designer.components.localprovider/components/tMSSqlConnection/tMSSqlConnection_begin.javajet"%&amp;gt;&amp;nbsp; 
&lt;BR /&gt;&amp;nbsp; &amp;nbsp; 
&lt;BR /&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBz7.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/144145i7C15BE076D7C77E4/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBz7.png" alt="0683p000009MBz7.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBzC.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/139399i71069632C1E714F8/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBzC.png" alt="0683p000009MBzC.png" /&gt;&lt;/span&gt; 
&lt;span class="lia-inline-image-display-wrapper" image-alt="0683p000009MBoB.png"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/152880iF75ABFC898734C7C/image-size/large?v=v2&amp;amp;px=999" role="button" title="0683p000009MBoB.png" alt="0683p000009MBoB.png" /&gt;&lt;/span&gt;</description>
      <pubDate>Tue, 01 Nov 2016 17:22:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMSSqlRow-has-error-in-Talend-6-1-1/m-p/2195558#M109</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-01T17:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: tMSSqlRow has error in Talend 6.1.1</title>
      <link>https://community.qlik.com/t5/Talend-Studio/tMSSqlRow-has-error-in-Talend-6-1-1/m-p/2195559#M110</link>
      <description>Hi&amp;nbsp; 
&lt;BR /&gt;It sounds just be a display issue rather than a compilation error. It is a custom component, so I don't have a clue about the display error, I would suggest you to open a jira issue on our 
&lt;A href="https://jira.talendforge.org/secure/Dashboard.jspa?_ga=1.213954130.492835526.1473661036" target="_blank" rel="nofollow noopener noreferrer"&gt;bugtracker&lt;/A&gt;. 
&lt;BR /&gt;Regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Wed, 02 Nov 2016 01:49:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/tMSSqlRow-has-error-in-Talend-6-1-1/m-p/2195559#M110</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-02T01:49:40Z</dc:date>
    </item>
  </channel>
</rss>

