Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

capacity limit has been reached

Former Member
0 Kudos
8,169

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

9 REPLIES 9

Former Member
0 Kudos
3,073

Hi

can you post the type of DUMP?

Max

former_member201275
Active Contributor
0 Kudos
3,073

Is there a limit set in place for the maxmimum file size?

0 Kudos
3,073

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

former_member195402
Active Contributor
0 Kudos
3,073

Hi,

please check SAP notes regarding DATASET_WRITE_ERROR like

1952454 - DATASET_WRITE_ERROR when using NFS

Regards,

Klaus

0 Kudos
3,073

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.


0 Kudos
3,073

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

0 Kudos
3,073

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

Former Member
0 Kudos
3,073

HI,

I got the same error. Do you have the solution?

Thanks

Raj

ramesh76
Explorer
0 Kudos
2,391

Are there any resolution to this issue, we are getting the same issue