<?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 How to order by StreamPosition in Qlik Replicate</title>
    <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-order-by-StreamPosition/m-p/2518980#M14422</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'd like some advice on how to order the changes in a change table by the streamposition column, to find out the order of change events on the source.&lt;/P&gt;&lt;P&gt;We've tried ordering by the header__change_seq but this sometimes didn't convey the correct sequence of change events. For example, sometimes an insert record came after the update record.&lt;/P&gt;&lt;P&gt;This is an example of our streamposition value. I assume that the part to the left of the "|" is for the logstream, however I'm not sure exactly what each number represents.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;3332;637844887646347750;20210612080418483693|00000005.8058f956.00000001.0001.01.0000:184334.179113.16&lt;/LI-CODE&gt;&lt;P&gt;I know this part "00000005.8058f956" after the "|" is the SCN in hexadecimal format. But this is inconvenient for sorting as it needs to be converted to decimal first.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The value on the left side of the "|", "637844887646347750", looks to give a correct sequence of events when it is used to order. Does anyone know what this number represents? and also, if using this number to sort by the order in which events occurred on the source is a wise idea?&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Mohammed&lt;/P&gt;</description>
    <pubDate>Mon, 26 May 2025 02:19:13 GMT</pubDate>
    <dc:creator>MoeE</dc:creator>
    <dc:date>2025-05-26T02:19:13Z</dc:date>
    <item>
      <title>How to order by StreamPosition</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-order-by-StreamPosition/m-p/2518980#M14422</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'd like some advice on how to order the changes in a change table by the streamposition column, to find out the order of change events on the source.&lt;/P&gt;&lt;P&gt;We've tried ordering by the header__change_seq but this sometimes didn't convey the correct sequence of change events. For example, sometimes an insert record came after the update record.&lt;/P&gt;&lt;P&gt;This is an example of our streamposition value. I assume that the part to the left of the "|" is for the logstream, however I'm not sure exactly what each number represents.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;3332;637844887646347750;20210612080418483693|00000005.8058f956.00000001.0001.01.0000:184334.179113.16&lt;/LI-CODE&gt;&lt;P&gt;I know this part "00000005.8058f956" after the "|" is the SCN in hexadecimal format. But this is inconvenient for sorting as it needs to be converted to decimal first.&amp;nbsp;&lt;/P&gt;&lt;P&gt;The value on the left side of the "|", "637844887646347750", looks to give a correct sequence of events when it is used to order. Does anyone know what this number represents? and also, if using this number to sort by the order in which events occurred on the source is a wise idea?&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;Mohammed&lt;/P&gt;</description>
      <pubDate>Mon, 26 May 2025 02:19:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-order-by-StreamPosition/m-p/2518980#M14422</guid>
      <dc:creator>MoeE</dc:creator>
      <dc:date>2025-05-26T02:19:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to order by StreamPosition</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-order-by-StreamPosition/m-p/2518982#M14423</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;BR /&gt;&lt;BR /&gt;Thank you for reaching out to Qlik Community.&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I could not find the details about the logstream position. Could you please create a support ticket?&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Desmond&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 May 2025 03:56:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-order-by-StreamPosition/m-p/2518982#M14423</guid>
      <dc:creator>DesmondWOO</dc:creator>
      <dc:date>2025-05-26T03:56:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to order by StreamPosition</title>
      <link>https://community.qlik.com/t5/Qlik-Replicate/How-to-order-by-StreamPosition/m-p/2519086#M14426</link>
      <description>&lt;P&gt;Hi Desmond,&lt;/P&gt;&lt;P&gt;Thanks. From my best guess. It looks like a change position from within the Logstream file. This is what I already know:&lt;/P&gt;&lt;P&gt;3332 - Logstream file number&lt;/P&gt;&lt;P&gt;20210612080418483693 - Logstream folder number&lt;/P&gt;&lt;P&gt;This is what I am assuming:&lt;/P&gt;&lt;P&gt;637844887646347750 - It could be the logstream change number for that change. This number would exist in the logstream file.&lt;/P&gt;&lt;P&gt;I will try to confirm this in a case. Thank you.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohammed&lt;/P&gt;</description>
      <pubDate>Tue, 27 May 2025 02:47:40 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Qlik-Replicate/How-to-order-by-StreamPosition/m-p/2519086#M14426</guid>
      <dc:creator>MoeE</dc:creator>
      <dc:date>2025-05-27T02:47:40Z</dc:date>
    </item>
  </channel>
</rss>

