<?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: Identifying a table by its number in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/Identifying-a-table-by-its-number/m-p/2144575#M8425</link>
    <description>&lt;P&gt;Thanks, this was very useful&lt;/P&gt;</description>
    <pubDate>Wed, 06 Dec 2023 00:01:23 GMT</pubDate>
    <dc:creator>MoeE</dc:creator>
    <dc:date>2023-12-06T00:01:23Z</dc:date>
    <item>
      <title>Identifying a table by its number</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Identifying-a-table-by-its-number/m-p/2143082#M8314</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Quick question. I recently came across this message in the logs and I want to identify table 66.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;[ASSERTION ]W: The 'UPDATE' for table 66 at stream position '8102;638364590427443750;20220115171419693140|000006ef.a3d1a7d2.00000001.005f.01.0000:530782.348716.16' changes PK to a PK already in use&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;It's from an Oracle source endpoint, and I was wondering if table 66 means the 66th table loaded in the Replicate task. So for example, if I started counting from table 1 &lt;STRONG&gt;mysql.columns_priv&amp;nbsp;&lt;/STRONG&gt;as shown in the image?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MoeyE_0-1701389337591.png" style="width: 720px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/120855i3492E85D4034ED76/image-dimensions/720x323?v=v2" width="720" height="323" role="button" title="MoeyE_0-1701389337591.png" alt="MoeyE_0-1701389337591.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Of course I've also increased ASSERTION to verbose levels and am just currently waiting for the message to reappear to identify the table, but I would like to know how to identify it using the number alone.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Kind regards,&lt;/P&gt;
&lt;P&gt;Mohammed&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 00:13:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Identifying-a-table-by-its-number/m-p/2143082#M8314</guid>
      <dc:creator>MoeE</dc:creator>
      <dc:date>2023-12-01T00:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying a table by its number</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Identifying-a-table-by-its-number/m-p/2143083#M8315</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/214271"&gt;@MoeE&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have the task log from when the full load was completed the tables are named and numbered so a search through it should reveal the table name.&lt;/P&gt;
&lt;P&gt;Thanks,&lt;BR /&gt;Michael&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 00:18:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Identifying-a-table-by-its-number/m-p/2143083#M8315</guid>
      <dc:creator>Michael_Litz</dc:creator>
      <dc:date>2023-12-01T00:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying a table by its number</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Identifying-a-table-by-its-number/m-p/2143415#M8336</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/214271"&gt;@MoeE&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you don't have the task log from the full load, you can also get the table ID from file&amp;nbsp;task_tables.sqlite in the ..\data\tasks\&amp;lt;TaskName&amp;gt; folder. You will need to download DB Browser for SQLite in order to open the file:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://sqlitebrowser.org/dl/" target="_blank"&gt;Downloads - DB Browser for SQLite (sqlitebrowser.org)&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Once open, click on the Browse Data tab, and in the Table drop down, select tables_status. Find your table in the Name column and note the medadata_id.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Dana_Baldwin_0-1701446430968.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/120912i3C313A24A58AEC99/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Dana_Baldwin_0-1701446430968.png" alt="Dana_Baldwin_0-1701446430968.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Dec 2023 16:00:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Identifying-a-table-by-its-number/m-p/2143415#M8336</guid>
      <dc:creator>Dana_Baldwin</dc:creator>
      <dc:date>2023-12-01T16:00:38Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying a table by its number</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Identifying-a-table-by-its-number/m-p/2143547#M8355</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/214271"&gt;@MoeE&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Please allow me to summarize the methods how to find out the "table ID", or table's&amp;nbsp;medadata_id in a task:&lt;/P&gt;
&lt;P&gt;1- Find out the relevant information from a complete task log file - No special logging level is needed. The default logging level, &lt;FONT face="courier new,courier"&gt;Information&lt;/FONT&gt;, is good enough.&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; (if the task log file was roll overed, or part of the files are purged then it's not applied)&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; A sample of the task log file:&lt;/P&gt;
&lt;TABLE style="border-style: none; width: 100%; background-color: lightgrey;" border="1" width="100%"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="100%"&gt;&lt;FONT face="courier new,courier"&gt;2023-11-30T23:52:36:257733 [SORTER ]I: Reload for &lt;STRONG&gt;table Id 2&lt;/STRONG&gt; is requested (sorter_transaction.c:2473)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;2023-11-30T23:52:36:257733 [SORTER ]I: Start collecting changes for &lt;STRONG&gt;table id = 2&lt;/STRONG&gt; (sorter_transaction.c:2348)&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;2023-11-30T23:52:36:265252 [TASK_MANAGER ]I: Start loading table &lt;STRONG&gt;'SCOTT'.'TESTEPOCH' (Id = 2)&lt;/STRONG&gt; by subtask 2. Start load timestamp 00060B60A3E936C0&lt;/FONT&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2- Query the relevant information from the repository file "&lt;SPAN&gt;task_tables.sqlite&lt;/SPAN&gt;" directly. See above&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/121014"&gt;@Dana_Baldwin&lt;/a&gt;&amp;nbsp;'s comment.&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Dec 2023 02:50:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Identifying-a-table-by-its-number/m-p/2143547#M8355</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2023-12-02T02:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying a table by its number</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Identifying-a-table-by-its-number/m-p/2144260#M8406</link>
      <description>&lt;P&gt;The other system is easy since the length of what you type in defines what you're looking for. Bury the search commands inside an =if(len(QuestionCode)=4,Search for ICAO,if(len(QuestionCode)=3, Search for APC,Error message))&lt;/P&gt;</description>
      <pubDate>Tue, 05 Dec 2023 09:51:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Identifying-a-table-by-its-number/m-p/2144260#M8406</guid>
      <dc:creator>jude47</dc:creator>
      <dc:date>2023-12-05T09:51:18Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying a table by its number</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Identifying-a-table-by-its-number/m-p/2144575#M8425</link>
      <description>&lt;P&gt;Thanks, this was very useful&lt;/P&gt;</description>
      <pubDate>Wed, 06 Dec 2023 00:01:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Identifying-a-table-by-its-number/m-p/2144575#M8425</guid>
      <dc:creator>MoeE</dc:creator>
      <dc:date>2023-12-06T00:01:23Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying a table by its number</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Identifying-a-table-by-its-number/m-p/2145572#M8455</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/115309"&gt;@john_wang&lt;/a&gt;&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/121014"&gt;@Dana_Baldwin&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I discovered this can also be found by downloading the diagnostics package and then opening the&amp;nbsp;&lt;STRONG&gt;tables_status&amp;nbsp;&lt;/STRONG&gt;json with a text editor. No need to download anything.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Mo&lt;/P&gt;
&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MoeyE_0-1702009601897.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/121265i002F5F86A5FF2D08/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MoeyE_0-1702009601897.png" alt="MoeyE_0-1702009601897.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MoeyE_1-1702009601900.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/121267i15F8BE1AE4AB540D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MoeyE_1-1702009601900.png" alt="MoeyE_1-1702009601900.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="MoeyE_2-1702009601901.png" style="width: 400px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/121266i54984AAD30F48698/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MoeyE_2-1702009601901.png" alt="MoeyE_2-1702009601901.png" /&gt;&lt;/span&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 08 Dec 2023 04:27:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Identifying-a-table-by-its-number/m-p/2145572#M8455</guid>
      <dc:creator>MoeE</dc:creator>
      <dc:date>2023-12-08T04:27:36Z</dc:date>
    </item>
    <item>
      <title>Re: Identifying a table by its number</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/Identifying-a-table-by-its-number/m-p/2145573#M8456</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.qlik.com/t5/user/viewprofilepage/user-id/214271"&gt;@MoeE&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Definitely you are right! thank you so much for your great support!&lt;/P&gt;
&lt;P&gt;And we can also get the total tables number within the task and other helpful information as well, including FL and CDC runtime information etc.&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;John.&lt;/P&gt;</description>
      <pubDate>Fri, 08 Dec 2023 04:31:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/Identifying-a-table-by-its-number/m-p/2145573#M8456</guid>
      <dc:creator>john_wang</dc:creator>
      <dc:date>2023-12-08T04:31:29Z</dc:date>
    </item>
  </channel>
</rss>

