2014 Aug 22 2:56 PM
Hi Team,
When we run a payment proposal through F110 its internally triggering Function module FI_PAYM_XML_WRITE,
Through the transfer statement in the function module its placing the data in the designated path of application server
(The folder is located on windows machine not on Unix machine).
Some times its successfully placing the file and some time we are getting the SHORT DUMP as “capacity limit has been reached”,
We already checked with our Basis team, they are telling that folder has 4.8gb more free space, so there should not space issue.
Please let us know how to correct this.
Thanks & Regards,
Phani Kumar
2014 Aug 22 3:25 PM
2014 Aug 22 3:30 PM
2014 Aug 28 12:40 PM
Hi Glen Anthony,
I Checked the point with the Basis team, there is no restriction on the file size and we have more than sufficient space to place the fiel.
Hi Max Bianchi,
Below is the run time analysis, Please let me know how to correct the error.
Runtime Errors DATASET_WRITE_ERROR
Short text
Error when writing to the file "/nfs/SAPP/PIN/out/BDDPTA2BNP1467".
What happened?
Resource bottleneck
The current program "SAPLDMEE5" had to be terminated because
a capacity limit has been reached.
Error analysis
An exception occurred that is explained in detail below.
The exception, which is assigned to class 'CX_SY_FILE_IO', was not caught in
procedure "FI_PAYM_XML_WRITE" "(FUNCTION)", nor was it propagated by a RAISING
clause.
Since the caller of the procedure could not have anticipated that the
exception would occur, the current program is terminated.
The reason for the exception is:
An error occurred when writing to the file "/nfs/SAPP/PIN/out/BDDPTA2BNP1467".
Error text: "Missing file or filesystem"
Error code: 52
And error is occuring at transfer statement in the std function module
FI_PAYM_XML_WRITE.
Thanks,
Phani Kumar
2014 Aug 28 12:54 PM
Hi,
please check SAP notes regarding DATASET_WRITE_ERROR like
1952454 - DATASET_WRITE_ERROR when using NFS
Regards,
Klaus
2014 Sep 03 7:37 AM
Hi,
I checked the notes, its also DATASET_WRITE_ERROR but not while using nfs.
In our case the error is occuring when system writes the file to the server
and error text is as below
Error text: "Missing file or filesystem"
Error code: 52
Regards,
Phani.
2014 Sep 03 10:26 AM
Hi Phani,
please read thread http://scn.sap.com/thread/2041377 which deals with similar issues caused by memory bottlenecks.
Maybe you have an idea to split the run into several parts to avoid the dumps.
Regards,
Klaus
2014 Sep 03 10:48 AM
Hi
Thanks for providing the thread, we already checked that thread that was unanswered and
our issue is happening, when posting done through F110 and short dump triggering point is showing at a transfer statement in standard function module "FI_PAYM_XML_WRITE", Performance tuneing and change will not work in our case.
If you have any other idea/info to solve this issue, kindly let us know.
Regards,
Phani
2015 Aug 05 11:33 AM
HI,
I got the same error. Do you have the solution?
Thanks
Raj
2024 Jun 24 2:49 PM
Are there any resolution to this issue, we are getting the same issue