<?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 TIS Load balancing documentation in Talend Studio</title>
    <link>https://community.qlik.com/t5/Talend-Studio/TIS-Load-balancing-documentation/m-p/2303264#M75165</link>
    <description>Hello,
&lt;BR /&gt;Is there any documentation explaning how Talend Integration suite (4.2) load balaing is working?
&lt;BR /&gt;I'm looking mainly for Active/Active Configuration....
&lt;BR /&gt;Regards;
&lt;BR /&gt;David</description>
    <pubDate>Sat, 16 Nov 2024 12:36:06 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-11-16T12:36:06Z</dc:date>
    <item>
      <title>TIS Load balancing documentation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TIS-Load-balancing-documentation/m-p/2303264#M75165</link>
      <description>Hello,
&lt;BR /&gt;Is there any documentation explaning how Talend Integration suite (4.2) load balaing is working?
&lt;BR /&gt;I'm looking mainly for Active/Active Configuration....
&lt;BR /&gt;Regards;
&lt;BR /&gt;David</description>
      <pubDate>Sat, 16 Nov 2024 12:36:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TIS-Load-balancing-documentation/m-p/2303264#M75165</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-11-16T12:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: TIS Load balancing documentation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TIS-Load-balancing-documentation/m-p/2303265#M75166</link>
      <description>Hi David 
&lt;BR /&gt;I suggest you to read the corresponding document section on TalendAdministrationCenter_xxx_UG_xxx_EN.pdf 3.2 Managing virtual servers and their assignments and have a look at this topic: 
&lt;BR /&gt; 
&lt;A href="https://community.qlik.com/s/feed/0D53p00007vCndSCAS" rel="nofollow noopener noreferrer"&gt;https://community.talend.com/t5/Design-and-Development/TIS-enterprise-edition-load-balancing/td-p/89698&lt;/A&gt; 
&lt;BR /&gt;Best regards 
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 27 Oct 2011 01:40:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TIS-Load-balancing-documentation/m-p/2303265#M75166</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-10-27T01:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: TIS Load balancing documentation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TIS-Load-balancing-documentation/m-p/2303266#M75167</link>
      <description>My input is Excel file (attached)
&lt;BR /&gt;The Expected Output is to load the values into temp table (SQL SERVER).
&lt;BR /&gt;I am attaching the Excel file, the values in the first column "CPT" and the values in the second cloumn ICDCOVERED , I need to load these values.
&lt;BR /&gt; 
&lt;BR /&gt;The first cloumn and the second cloumn have 1 to many relationship, 
&lt;BR /&gt;Problem 1:
&lt;BR /&gt;In the Excel file when does not a value in the first column, that it show continue to load the data until it comes across the next value.
&lt;BR /&gt; 
&lt;BR /&gt;Problem 2:
&lt;BR /&gt;In the second column (ICDCOVERED), some cell values are individual values like
&lt;BR /&gt;(003.1), some cells have multiple values like (606.02, 607.01) and some cells have values ranges for example: (503.02-503.09).
&lt;BR /&gt; 
&lt;BR /&gt; 
&lt;BR /&gt;My objective is to load the data one value in each row of the temp table, when it is multiple values in the cloumn it should load values into seperate records, and when it is a range it should query the range from the database table get the range of values and load the values into seperate records in the Temp Table, this is regarding the ICDCOVERED colum of the Excel file.
&lt;BR /&gt; 
&lt;BR /&gt;Now for the CPT column of the Excel file it should maitain the 1-many relationship
&lt;BR /&gt;while loading the data.
&lt;BR /&gt; 
&lt;BR /&gt;Hope I am clear now.
&lt;BR /&gt; 
&lt;BR /&gt;I am really not able undersatnd the way I can accomplish this.
&lt;BR /&gt; 
&lt;BR /&gt;Sorry I am not able to pose this question on the forum, I am confused where I have to type 
&lt;BR /&gt;my question in the forum.
&lt;BR /&gt; 
&lt;BR /&gt;Please I would appreciate if you can reply back to this e-mail address.
&lt;BR /&gt; 
&lt;BR /&gt;Ali</description>
      <pubDate>Thu, 27 Oct 2011 06:24:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TIS-Load-balancing-documentation/m-p/2303266#M75167</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-10-27T06:24:58Z</dc:date>
    </item>
    <item>
      <title>Re: TIS Load balancing documentation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TIS-Load-balancing-documentation/m-p/2303267#M75168</link>
      <description>CPT ICDCOVERED
&lt;BR /&gt;87088 003.1
&lt;BR /&gt; 038.0,038.10-038.11,038.19,038.2,038.3,038.40-038.44,038.49,038.8,038.9
&lt;BR /&gt; 276.2
&lt;BR /&gt; 276.4
&lt;BR /&gt; 286.6
&lt;BR /&gt;
&lt;BR /&gt;My input is Excel file (attached)
&lt;BR /&gt;The Expected Output is to load the values into temp table (SQL SERVER).
&lt;BR /&gt;I am attaching the Excel file, the values in the first column "CPT" and the values in the second cloumn ICDCOVERED , I need to load these values.
&lt;BR /&gt; 
&lt;BR /&gt;The first cloumn and the second cloumn have 1 to many relationship, 
&lt;BR /&gt;Problem 1:
&lt;BR /&gt;In the Excel file when does not a value in the first column, that it show continue to load the data until it comes across the next value.
&lt;BR /&gt; 
&lt;BR /&gt;Problem 2:
&lt;BR /&gt;In the second column (ICDCOVERED), some cell values are individual values like
&lt;BR /&gt;(003.1), some cells have multiple values like (606.02, 607.01) and some cells have values ranges for example: (503.02-503.09).
&lt;BR /&gt; 
&lt;BR /&gt;My objective is to load the data one value in each row of the temp table, when it is multiple values in the cloumn it should load values into seperate records, and when it is a range it should query the range from the database table get the range of values and load the values into seperate records in the Temp Table, this is regarding the ICDCOVERED colum of the Excel file.
&lt;BR /&gt; 
&lt;BR /&gt;Now for the CPT column of the Excel file it should maitain the 1-many relationship
&lt;BR /&gt;while loading the data.
&lt;BR /&gt; 
&lt;BR /&gt;Hope I am clear now.
&lt;BR /&gt; 
&lt;BR /&gt;I am really not able undersatnd the way I can accomplish this.
&lt;BR /&gt; 
&lt;BR /&gt;Sorry I am not able to pose this question on the forum, I am confused where I have to type 
&lt;BR /&gt;my question in the forum.
&lt;BR /&gt; 
&lt;BR /&gt;Please I would appreciate if you can reply back to this e-mail address.
&lt;BR /&gt; 
&lt;BR /&gt;Ali</description>
      <pubDate>Thu, 27 Oct 2011 06:27:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TIS-Load-balancing-documentation/m-p/2303267#M75168</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-10-27T06:27:04Z</dc:date>
    </item>
    <item>
      <title>Re: TIS Load balancing documentation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TIS-Load-balancing-documentation/m-p/2303268#M75169</link>
      <description>Hi
&lt;BR /&gt;For better management, please report a new topic if your problem is not related to this one.
&lt;BR /&gt;Thanks for your support!
&lt;BR /&gt;Best regards
&lt;BR /&gt;Shong</description>
      <pubDate>Thu, 27 Oct 2011 10:47:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TIS-Load-balancing-documentation/m-p/2303268#M75169</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-10-27T10:47:31Z</dc:date>
    </item>
    <item>
      <title>Re: TIS Load balancing documentation</title>
      <link>https://community.qlik.com/t5/Talend-Studio/TIS-Load-balancing-documentation/m-p/2303269#M75170</link>
      <description>My input is Excel file --&lt;BR /&gt;CPT     ICDCOVERED&lt;BR /&gt;87088   003.1  -- some cells have only single values&lt;BR /&gt;            038.0,038.10-038.11,038.19,038.2,038.3,038.40-038.44,038.49,038.8,038.9  -- some cells have both comma seperated as well as ranges &lt;BR /&gt;            276.2, 278.1      -- some values are comma seperated&lt;BR /&gt;            276.4 - 276.9     --some values are ranges separeted by ' - '&lt;BR /&gt;            286.6&lt;BR /&gt;88037  034.02, 103.04 -- when there is comma beween the values it should load the values in seperate cells.&lt;BR /&gt;           023.01, 123.03&lt;BR /&gt;           201.01-201.04  -- when there is range it should connect to the DB(SQL SERVER) get the range of values and load them seperately in each cell with its corresponding values of CPT (fisrt column)&lt;BR /&gt;Excepted Output Excel file---&lt;BR /&gt;CPT     ICDCOVERED&lt;BR /&gt;87088   003.1&lt;BR /&gt;87088   038.0&lt;BR /&gt;87088   38.10-038.110 -- when there is range it should connect to the DB(SQL SERVER) get the range of values and load them seperately in each cell&lt;BR /&gt;87088   038.19&lt;BR /&gt;87088   038.2&lt;BR /&gt;87088   038.3&lt;BR /&gt;87088   038.40-038.44 -- when there is range it should connect to the DB(SQL SERVER) get the range of values and load them seperately in each cell&lt;BR /&gt;87088   038.49&lt;BR /&gt;87088   038.8&lt;BR /&gt;87088   038.9&lt;BR /&gt;87088   276.2&lt;BR /&gt;87088   278.1&lt;BR /&gt;87088   276.4&lt;BR /&gt;87088   286.6&lt;BR /&gt;88037   034.02&lt;BR /&gt;88037   103.04&lt;BR /&gt;88037   023.01&lt;BR /&gt;88037   123.03&lt;BR /&gt;88037   201.01-201.04 -- when there is range it should connect to the DB(SQL SERVER) get the range of values and load them seperately in each cell&lt;BR /&gt;I need to organize the Excel before I am using a ELT tool to load the values from Excel to SQL SERVER, but first I need to organize the Excel values so that it can be loaded properly.&lt;BR /&gt;I am also attaching the Excel sample file.&lt;BR /&gt;Thanks , I would really appreciate your help.&lt;BR /&gt;Ali</description>
      <pubDate>Sat, 29 Oct 2011 07:08:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Talend-Studio/TIS-Load-balancing-documentation/m-p/2303269#M75170</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2011-10-29T07:08:25Z</dc:date>
    </item>
  </channel>
</rss>

