<?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: Batch Statement job failed for ABAP error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-statement-job-failed-for-abap-error/m-p/4527209#M1070087</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;plz verify user has enough previlages to write the dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;secondly verify enough space is available&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some times it may happen because corrupt blocks in OS level&lt;/P&gt;&lt;P&gt;Inform to basis guy also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sateesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 03 Oct 2008 10:13:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-03T10:13:46Z</dc:date>
    <item>
      <title>Batch Statement job failed for ABAP error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-statement-job-failed-for-abap-error/m-p/4527208#M1070086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;    While Running a program using batch job it got "Cancelled"  Given error in "ABAP/4 Processor : DATASET_WRITE_ERROR". But it was not happaning everytime some time it got sucessfully executed and next time it is getting fails for the same Variant. can you all please help me in this ?? Please Provide Inputs for this or probable reason ?? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Ankur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 10:04:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-statement-job-failed-for-abap-error/m-p/4527208#M1070086</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-03T10:04:57Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Statement job failed for ABAP error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-statement-job-failed-for-abap-error/m-p/4527209#M1070087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;plz verify user has enough previlages to write the dataset.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;secondly verify enough space is available&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;some times it may happen because corrupt blocks in OS level&lt;/P&gt;&lt;P&gt;Inform to basis guy also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sateesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 10:13:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-statement-job-failed-for-abap-error/m-p/4527209#M1070087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-03T10:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Statement job failed for ABAP error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-statement-job-failed-for-abap-error/m-p/4527210#M1070088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check out the system space where the file is going to be written.Ask a system administrator to check the space left in that folder or try writing it in different path.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 10:14:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-statement-job-failed-for-abap-error/m-p/4527210#M1070088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-03T10:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Batch Statement job failed for ABAP error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/batch-statement-job-failed-for-abap-error/m-p/4527211#M1070089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you get intermittent DATASET_WRITE and _CLOSE shortdumps on the same user ID it can be down to your network infrastructure if you are writing files across servers. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have seen this before and unfortunately nothing could be done by the network guys. Therefore I coded TRY..ENDTRY around any dataset commands to prevent short dumps and handle the error safely within code. Whilst it doesn't fix the cause of the problem it allows the job to terminate in a more controlled manner than short dumping.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 03 Oct 2008 10:40:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/batch-statement-job-failed-for-abap-error/m-p/4527211#M1070089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-03T10:40:27Z</dc:date>
    </item>
  </channel>
</rss>

