<?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: Option of List : Allow Multiple Pushes Before Back Order Fulfillment in FlexSim Forum</title>
    <link>https://forums.autodesk.com/t5/flexsim-forum/option-of-list-allow-multiple-pushes-before-back-order/m-p/13484970#M3681</link>
    <description>&lt;P&gt;I was able to replicate your issue in version 18.1. However, when running the model in 19.0 or 19.2, there is no exception. I even ran it in the latest 2018 LTS version (18.0.10), and the exception does not happen.&lt;/P&gt;&lt;P&gt;Looking through our code history, it appears this bug was fixed with the 18.0.9 &lt;A href="https://docs.flexsim.com/en/19.2/Reference/DeveloperAdvancedUser/ReleaseNotesAndHistory/"&gt;release&lt;/A&gt;, in December 2018: "Fixed an exception related to list partitions." However, this date was after the end-of-support date for the 18.1 line, so you'll need to update to a later version (19.0, 19.2, or even 18.0.10 or 18.2) to get this fix.&lt;/P&gt;</description>
    <pubDate>Fri, 20 Sep 2019 16:32:13 GMT</pubDate>
    <dc:creator>anthony_johnsonT83CM</dc:creator>
    <dc:date>2019-09-20T16:32:13Z</dc:date>
    <item>
      <title>Option of List : Allow Multiple Pushes Before Back Order Fulfillment</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/option-of-list-allow-multiple-pushes-before-back-order/m-p/13484969#M3680</link>
      <description>&lt;P&gt;&lt;I&gt;[ FlexSim 18.1.2 ]&lt;/I&gt;&lt;/P&gt;&lt;P&gt;Hello. &lt;/P&gt;
&lt;P&gt;I'd like to ask a question about List. &lt;/P&gt;
&lt;P&gt;There are 3 types of flowitems, type1 (red), type2 (green) and type3 (blue) in my simple model ( &lt;A id="22399" href="https://answers.flexsim.com/storage/attachments/22399-list-exception-multiplepush.fsm"&gt;list-exception-multiplepush.fsm&lt;/A&gt; ).&lt;/P&gt;
&lt;P&gt;At first, the flowitems are moved to upstream Queue objects, Queue1~Queue3, and then, the upstream queue Objects push the flowitems into a List called TEST1.&lt;/P&gt;
&lt;P&gt;Moreover, there is a downstream Queue object, Queue4, and I hope this object to pull the flowitems in TEST1 List in descending order of flowitem Type. That is, Queue4 should pull type 3 (blue) items first, and type 2 (green) items next, and type 1 (red) items last, as shown in question1.png.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="22400-question1.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1500240i36723144A676C0A0/image-size/large?v=v2&amp;amp;px=999" role="button" title="22400-question1.png" alt="22400-question1.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;To this end, I applied pull strategy including ORDER BY Query to Queue4 object as shown in question2.png.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="22401-question2.png"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1500241i122D2564BD1697B9/image-size/large?v=v2&amp;amp;px=999" role="button" title="22401-question2.png" alt="22401-question2.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;At this time, the flowitems were not sorted as I expect. Instead, Queue4 object pulls type 1 (red) flowitem first, type 2 (green) second, and type 3 (blue) last, as shown in question3.png.&lt;/P&gt;
&lt;P&gt;&lt;A rel="nofollow" id="22402" href="https://answers.flexsim.com/storage/attachments/22402-question3.png"&gt;question3.png&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;That is, the flowitems are transferred to Queue4 object just in First-in-First-out manner.&lt;/P&gt;
&lt;P&gt;I think that this problem is occurred by the fact that the flowitems are technically added to TEST1 list one by one although their arrival times are same. Thus, it seems that the 'pulling' is done whenever there is only one flowitem within TEST1 list.&lt;/P&gt;
&lt;P&gt;Therefore, I checked 'Allow Multiple Pushed Before Back Order Fulfillment' option in 'Back Orders' tab of Properties Window for TEST1 list. Then, the flowitems in Queue4 object are successfully sorted, but I have encountered by Exception messages as follows: &lt;/P&gt;
&lt;P&gt;------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;time: 1.000000 exception: Exception caught in Executive::processeventinlist(). Throwing. &lt;/P&gt;
&lt;P&gt;time: 1.000000 exception: Exception caught in Executive::steptotime(). Throwing. &lt;/P&gt;
&lt;P&gt;time: 1.000000 exception: Exception caught in Executive::tick(). Throwing. &lt;/P&gt;
&lt;P&gt;time: 1.000000 exception: int runthemessageloop() #4 &lt;/P&gt;
&lt;P&gt;exception: Executive::instance.tick(); &lt;/P&gt;
&lt;P&gt;time: 1.000000 exception: int runthemessageloop() #6&lt;/P&gt;
&lt;P&gt;-------------------------------------------------------------------------------------------------------------------------------&lt;/P&gt;
&lt;P&gt;Is there anyone who can let me know how I have to revise my model?&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 19 Sep 2019 21:36:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/option-of-list-allow-multiple-pushes-before-back-order/m-p/13484969#M3680</guid>
      <dc:creator>kjunwoo</dc:creator>
      <dc:date>2019-09-19T21:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Option of List : Allow Multiple Pushes Before Back Order Fulfillment</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/option-of-list-allow-multiple-pushes-before-back-order/m-p/13484970#M3681</link>
      <description>&lt;P&gt;I was able to replicate your issue in version 18.1. However, when running the model in 19.0 or 19.2, there is no exception. I even ran it in the latest 2018 LTS version (18.0.10), and the exception does not happen.&lt;/P&gt;&lt;P&gt;Looking through our code history, it appears this bug was fixed with the 18.0.9 &lt;A href="https://docs.flexsim.com/en/19.2/Reference/DeveloperAdvancedUser/ReleaseNotesAndHistory/"&gt;release&lt;/A&gt;, in December 2018: "Fixed an exception related to list partitions." However, this date was after the end-of-support date for the 18.1 line, so you'll need to update to a later version (19.0, 19.2, or even 18.0.10 or 18.2) to get this fix.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2019 16:32:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/option-of-list-allow-multiple-pushes-before-back-order/m-p/13484970#M3681</guid>
      <dc:creator>anthony_johnsonT83CM</dc:creator>
      <dc:date>2019-09-20T16:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: Option of List : Allow Multiple Pushes Before Back Order Fulfillment</title>
      <link>https://forums.autodesk.com/t5/flexsim-forum/option-of-list-allow-multiple-pushes-before-back-order/m-p/13484971#M3682</link>
      <description>&lt;P&gt;Thank you. I found that the model works well in 2018 LTS version.&lt;/P&gt;</description>
      <pubDate>Fri, 20 Sep 2019 17:57:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/flexsim-forum/option-of-list-allow-multiple-pushes-before-back-order/m-p/13484971#M3682</guid>
      <dc:creator>kjunwoo</dc:creator>
      <dc:date>2019-09-20T17:57:11Z</dc:date>
    </item>
  </channel>
</rss>

