<?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: EXSORT_READ_ERROR in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/exsort-read-error/m-p/2714501#M629523</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, expert....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have de same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The termination occurred in the function "FlushRun" of the SAP&lt;/P&gt;&lt;P&gt;Basis System, specifically in line 837 of the module&lt;/P&gt;&lt;P&gt; "//bas/640_REL/src/krn/runt/abossort.c#3".&lt;/P&gt;&lt;P&gt;The internal operation just processed is "SORX".&lt;/P&gt;&lt;P&gt;The internal session was started at 20110824190334.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current ABAP/4 program was meant to sort a dataset (internal table&lt;/P&gt;&lt;P&gt;or extract). For reasons of capacity, this was not possible due to&lt;/P&gt;&lt;P&gt;insufficient main storage space. Therefore, the&lt;/P&gt;&lt;P&gt;external sort was called and resulted in the following error:&lt;/P&gt;&lt;P&gt;the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The sytsem could not write the sorted file to the temporary file&lt;/P&gt;&lt;P&gt;"/usr/sap/LRP/DVEBMGS00/data/S0000F7Q" (file size 83191290 bytes).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error number: 28&lt;/P&gt;&lt;P&gt;Error text: "No space left on device"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how resolve this issue ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Aug 2011 01:49:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-08-25T01:49:30Z</dc:date>
    <item>
      <title>EXSORT_READ_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exsort-read-error/m-p/2714497#M629519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Collegues,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now and then we get a runtime error EXSORT_READ_ERROR with &lt;/P&gt;&lt;P&gt;error no. 22 and error text "Invalid argument". We get this &lt;/P&gt;&lt;P&gt;runtime error from different batch jobs: F110*, report painter queries, ...&lt;/P&gt;&lt;P&gt;It seems that the external sort tries to read a file and this &lt;/P&gt;&lt;P&gt;doesn't work properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody know what error number 22 means and how to fix the problem ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From ST22:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  The current ABAP program, "SAPF110S", had to be terminated because one of the&lt;/P&gt;&lt;P&gt;  statements could not be executed at runtime.                                 &lt;/P&gt;&lt;P&gt;  ...&lt;/P&gt;&lt;P&gt;  The current ABAP/4 program was meant to sort a dataset (internal table &lt;/P&gt;&lt;P&gt;  or extract). For reasons of capacity, this was not possible due to     &lt;/P&gt;&lt;P&gt;  insufficient main storage space. Therefore, the                        &lt;/P&gt;&lt;P&gt;  external sort was called and resulted in the following error:          &lt;/P&gt;&lt;P&gt;  the following error:                                                                                &lt;/P&gt;&lt;P&gt;An error occurred while reading the sorted file.                                                                                &lt;/P&gt;&lt;P&gt;Error number: 22                                                       &lt;/P&gt;&lt;P&gt;  Error text: "Invalid argument"                                         &lt;/P&gt;&lt;P&gt;  ...&lt;/P&gt;&lt;P&gt;  The termination occurred in the function "ReadBlock" of the SAP&lt;/P&gt;&lt;P&gt;  Basis System, specifically in line 1198 of the module          &lt;/P&gt;&lt;P&gt;   "//bas/640_REL/src/krn/runt/abossort.c#1".                    &lt;/P&gt;&lt;P&gt;  The internal operation just processed is "SORX".               &lt;/P&gt;&lt;P&gt;  The internal session was started at 20070810040037.            &lt;/P&gt;&lt;P&gt;  0 bytes of the sorted file were read. However, the system was  &lt;/P&gt;&lt;P&gt;  expecting 1196544 bytes.                                       &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Monika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 06:46:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exsort-read-error/m-p/2714497#M629519</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-10T06:46:59Z</dc:date>
    </item>
    <item>
      <title>Re: EXSORT_READ_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exsort-read-error/m-p/2714498#M629520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From your ST22 dump, it seems that , it tried to sort a dataset and it failed because of memory available was not sufficient. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be ur queries are fetching a lot of data. Try submitting the jobs when the workload on the server is less.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 09:05:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exsort-read-error/m-p/2714498#M629520</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-10T09:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: EXSORT_READ_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exsort-read-error/m-p/2714499#M629521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because of insufficient main storage the system was using external sort.&lt;/P&gt;&lt;P&gt;That's normal as far as I can see. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error occured when using the external sort. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DIR_SORTTMP is correctly filled on all 4 application servers:&lt;/P&gt;&lt;P&gt;1. Server: 	&lt;BR /&gt;LDDVD101\saploc\VD1\DVEBMGS00\data &lt;/P&gt;&lt;P&gt;2. Server: 	&lt;BR /&gt;LDDVD102\saploc\VD1\D00\data&lt;/P&gt;&lt;P&gt;3. Server:	&lt;BR /&gt;LDDVD103\saploc\VD1\D00\data&lt;/P&gt;&lt;P&gt;4. Server: 	&lt;BR /&gt;LDDVD104\saploc\VD1\D00\data&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nevertheless the external sort can't read the temporary file,&lt;/P&gt;&lt;P&gt;but says "invalid argument". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anybody have a documentation on the external sort ?&lt;/P&gt;&lt;P&gt;It runs in SAP-Kernel.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Monika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Aug 2007 09:39:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exsort-read-error/m-p/2714499#M629521</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-10T09:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: EXSORT_READ_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exsort-read-error/m-p/2714500#M629522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Monika,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have de same problem on transaction F110. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is de error log:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"The termination occurred in the function "ReadBlock" of the SAP   &lt;/P&gt;&lt;P&gt;Basis System, specifically in line 1192 of the module             &lt;/P&gt;&lt;P&gt; "//bas/46D/src/krn/runt/abossort.c#14".                          &lt;/P&gt;&lt;P&gt;The internal operation just processed is "SORX".                  &lt;/P&gt;&lt;P&gt;The internal session was started at 20091202183003.               &lt;/P&gt;&lt;P&gt;This is a C level error.                                                                                &lt;/P&gt;&lt;P&gt;Reading the sorted file was buffered. The buffer contained 3092   &lt;/P&gt;&lt;P&gt;bytes when the next block was read, even though a record contains &lt;/P&gt;&lt;P&gt;only 1454 bytes."&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How did you sove the problem? Do you have any SAP Note about this problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Dec 2009 18:21:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exsort-read-error/m-p/2714500#M629522</guid>
      <dc:creator>former_member469549</dc:creator>
      <dc:date>2009-12-03T18:21:24Z</dc:date>
    </item>
    <item>
      <title>Re: EXSORT_READ_ERROR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/exsort-read-error/m-p/2714501#M629523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, expert....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have de same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The termination occurred in the function "FlushRun" of the SAP&lt;/P&gt;&lt;P&gt;Basis System, specifically in line 837 of the module&lt;/P&gt;&lt;P&gt; "//bas/640_REL/src/krn/runt/abossort.c#3".&lt;/P&gt;&lt;P&gt;The internal operation just processed is "SORX".&lt;/P&gt;&lt;P&gt;The internal session was started at 20110824190334.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The current ABAP/4 program was meant to sort a dataset (internal table&lt;/P&gt;&lt;P&gt;or extract). For reasons of capacity, this was not possible due to&lt;/P&gt;&lt;P&gt;insufficient main storage space. Therefore, the&lt;/P&gt;&lt;P&gt;external sort was called and resulted in the following error:&lt;/P&gt;&lt;P&gt;the following error:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The sytsem could not write the sorted file to the temporary file&lt;/P&gt;&lt;P&gt;"/usr/sap/LRP/DVEBMGS00/data/S0000F7Q" (file size 83191290 bytes).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error number: 28&lt;/P&gt;&lt;P&gt;Error text: "No space left on device"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how resolve this issue ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Aug 2011 01:49:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/exsort-read-error/m-p/2714501#M629523</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-08-25T01:49:30Z</dc:date>
    </item>
  </channel>
</rss>

