<?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 Tandem enscribe file hit error 28. in Operating System - NonStop OS</title>
    <link>https://community.hpe.com/t5/operating-system-nonstop-os/tandem-enscribe-file-hit-error-28/m-p/6103503#M51</link>
    <description>&lt;P&gt;Recently my java socket hit&amp;nbsp;&lt;SPAN class="lia-search-match-lithium"&gt;error&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class="lia-search-match-lithium"&gt;28&lt;/SPAN&gt;&amp;nbsp;when try to write record in tandem enscribe file.&lt;BR /&gt;Look like i have issue with concurrent situation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;com.tandem.ext.enscribe.EnscribeFileException: File write&amp;nbsp;&lt;SPAN class="lia-search-match-lithium"&gt;error&lt;/SPAN&gt;. File&amp;nbsp;&lt;SPAN class="lia-search-match-lithium"&gt;error&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class="lia-search-match-lithium"&gt;28&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To solve it, i increase its syndepth to max to allow more transaction to write into the file.&lt;BR /&gt;But, while performing stress testing by sent in 300 trx simulataneously,&lt;BR /&gt;about 12 of this&amp;nbsp;&lt;SPAN class="lia-search-match-lithium"&gt;errors&lt;/SPAN&gt;&amp;nbsp;occur. I made up some solutions for this issue by :-&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- add more opener to the enscribe file. When hit err&amp;nbsp;&lt;SPAN class="lia-search-match-lithium"&gt;28&lt;/SPAN&gt;,&lt;BR /&gt;use another opener to write. Not likely to solve the issue,&lt;BR /&gt;it just reduce the possibility to hit&amp;nbsp;&lt;SPAN class="lia-search-match-lithium"&gt;error&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class="lia-search-match-lithium"&gt;28&lt;/SPAN&gt;.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;- suspend, delay and wait availabilty of enscribe file to&lt;BR /&gt;be written. This method so risk, bcoz the socket have process timeout&lt;/P&gt;
&lt;P&gt;can cause trx to abort.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there any permanent solution to not hit&amp;nbsp;&lt;SPAN class="lia-search-match-lithium"&gt;error&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class="lia-search-match-lithium"&gt;28&lt;/SPAN&gt;? Any idea or suggestion?&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;P.S. This thread has been moved from Welcome to the Community &amp;gt;&amp;nbsp;Community Feedback &amp;amp; Suggestions to Operating Systems &amp;gt; NonStop OS. -HP Forum moderator&lt;/P&gt;</description>
    <pubDate>Mon, 17 Jun 2013 09:47:34 GMT</pubDate>
    <dc:creator>HafizAkaHBK</dc:creator>
    <dc:date>2013-06-17T09:47:34Z</dc:date>
    <item>
      <title>Tandem enscribe file hit error 28.</title>
      <link>https://community.hpe.com/t5/operating-system-nonstop-os/tandem-enscribe-file-hit-error-28/m-p/6103503#M51</link>
      <description>&lt;P&gt;Recently my java socket hit&amp;nbsp;&lt;SPAN class="lia-search-match-lithium"&gt;error&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class="lia-search-match-lithium"&gt;28&lt;/SPAN&gt;&amp;nbsp;when try to write record in tandem enscribe file.&lt;BR /&gt;Look like i have issue with concurrent situation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;com.tandem.ext.enscribe.EnscribeFileException: File write&amp;nbsp;&lt;SPAN class="lia-search-match-lithium"&gt;error&lt;/SPAN&gt;. File&amp;nbsp;&lt;SPAN class="lia-search-match-lithium"&gt;error&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class="lia-search-match-lithium"&gt;28&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To solve it, i increase its syndepth to max to allow more transaction to write into the file.&lt;BR /&gt;But, while performing stress testing by sent in 300 trx simulataneously,&lt;BR /&gt;about 12 of this&amp;nbsp;&lt;SPAN class="lia-search-match-lithium"&gt;errors&lt;/SPAN&gt;&amp;nbsp;occur. I made up some solutions for this issue by :-&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- add more opener to the enscribe file. When hit err&amp;nbsp;&lt;SPAN class="lia-search-match-lithium"&gt;28&lt;/SPAN&gt;,&lt;BR /&gt;use another opener to write. Not likely to solve the issue,&lt;BR /&gt;it just reduce the possibility to hit&amp;nbsp;&lt;SPAN class="lia-search-match-lithium"&gt;error&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class="lia-search-match-lithium"&gt;28&lt;/SPAN&gt;.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;- suspend, delay and wait availabilty of enscribe file to&lt;BR /&gt;be written. This method so risk, bcoz the socket have process timeout&lt;/P&gt;
&lt;P&gt;can cause trx to abort.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is there any permanent solution to not hit&amp;nbsp;&lt;SPAN class="lia-search-match-lithium"&gt;error&lt;/SPAN&gt;&amp;nbsp;&lt;SPAN class="lia-search-match-lithium"&gt;28&lt;/SPAN&gt;? Any idea or suggestion?&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;P.S. This thread has been moved from Welcome to the Community &amp;gt;&amp;nbsp;Community Feedback &amp;amp; Suggestions to Operating Systems &amp;gt; NonStop OS. -HP Forum moderator&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2013 09:47:34 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-nonstop-os/tandem-enscribe-file-hit-error-28/m-p/6103503#M51</guid>
      <dc:creator>HafizAkaHBK</dc:creator>
      <dc:date>2013-06-17T09:47:34Z</dc:date>
    </item>
  </channel>
</rss>

