Application Development 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: 

DATASET_CANT_CLOSE

Former Member
0 Kudos

Hi,

i need help about this error :

Errores tiempo ejec. DATASET_CANT_CLOSE

Excepción CX_SY_FILE_CLOSE

Fecha y hora 16.07.2007 04:29:59

-

-


Texto breve

Operating system cannot close file "/usr/sap/trans/tmp/SSIE900026.SSI"

¿Qué ha sucedido?

The current program had to be terminated because

a capacity limit has been reached.

thanks in advance,

Alejandro

4 REPLIES 4

amit_khare
Active Contributor
0 Kudos

Welcome to SDN.

This is probably due to a very large dataset, for which there are insufficient resources.

Try to compress or shorten the data.

Regards,

Amit

0 Kudos

thank you Amit.

Ok, but, how to do this actions, compress or shorten the data.

Regards,

Alejandro

0 Kudos

You can try to split the data into multiple files based on some criteria. But it looks like your directory is full, not that your file is large. Clean up the target directory and you should be able to work.

Former Member
0 Kudos

thank for your time.-

thank you very much!!

Alejandro