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: 
Read only

Error DATASET_CANT_CLOSE

Former Member
0 Likes
1,799

Dear All,

I'm a basis guy. And I have a shortdump: DATASET_CANT_CLOSE

================================================================================

Error analysis

-


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

insufficient resources in your installation.

The file "/capps/AP0/Interface/5672/monitor_data/zmon_deleted20080809111500.csv

" could not properly be closed by the operating system.

The probable cause is that data sets buffered by the operating system

after they were passed by the ABAP Processor in a previously processed

TRANSFER statement were supposed to be written to the database before

the file was closed. This could not be completed properly because not

enough room was available in the file system.

Error reported by the operating system:

Error Number..... 5

Error Text....... "Input/output error"

How to correct the error

-


If this is actually the case (that there is not enough room in the file

system), please assign more memory to the file system.

If you cannot solve the problem yourself, please send the

following documents to SAP:

1. A hard copy print describing the problem.

To obtain this, select the "Print" function on the current screen.

-

2. A suitable hardcopy prinout of the system log.

To obtain this, call the system log with Transaction SM21

and select the "Print" function to print out the relevant

part.

3. If the programs are your own programs or modified SAP programs,

supply the source code.

To do this, you can either use the "PRINT" command in the editor or

print the programs using the report RSINCL00.

4. Details regarding the conditions under which the error occurred

or which actions and input led to the error.

File attributes /capps/AP0/Interface/5672/monitor_data/zmon_deleted20080809111500.csv

-


Authorizations rw-rw

Last change 09.08.2008 12:15:51

Last access 09.08.2008 12:15:21

Last status change 09.08.2008 12:15:51

Size 1038 Bytes

System environment

-


SAP Release.............. "46C"

Application server....... "apsgp246x"

Network address.......... "140.231.110.246"

Operating system......... "Linux"

Release.................. "2.6.5-7.191-smp"

Hardware type............ "x86_64"

Database server.......... "apsgp42x"

Database type............ "ORACLE"

Database name............ "AP0"

Database owner........... "SAPR3"

Character set............ "en_US.ISO-8859-1"

SAP kernel............... "46D"

Created on............... "Jun 15 2008 21:38:21"

Created in............... "Linux 2.6.5-7.202.5-smp

#1_SMP_Thu_Aug_25_06:20:45_UTC_2005 x86_64"

Database version......... "OCI_920__OCI_7_API "

Patch level.............. "2407"

Patch text............... " "

Supported environment....

Database................. "ORACLE 8.0.5.., ORACLE 8.0.6.., ORACLE

8.1.6.., ORACLE 8.1.7.., ORACLE 9.2.0.., ORACLE 10.2.0.."

SAP database version..... "46D"

Operating system......... "Linux 2.6, , System build information:,

, LCHN : "

User, transaction...

-


Client.............. 100

User................ "SYSTJOBS"

Language key........ "E"

Transaction......... " "

Program............. "/SIE/ASP_CS_CSESTA_DOWNLOAD "

Screen.............. "SAPMSSY0 0120"

Screen line......... 2

Information on where termination occurred

-


The termination occurred in the ABAP/4 program "/SIE/ASP_CS_CSESTA_DOWNLOAD "

in

"SYSTEM-EXIT".

The main program was "/SIE/ASP_CS_CSESTA_DOWNLOAD ".

The termination occurred in line 25

of the source code of program "<SYSINI> " (when calling the editor 250).

The program "/SIE/ASP_CS_CSESTA_DOWNLOAD " was started as a background job.

Source code extract

-


000010 * ABAP-System Include for all programs

000020 CONSTANTS space VALUE ' ' %_PREDEFINED.

000030

000040 * SYST-Felder als SY-Felder ansprechbar machen.

000050 TABLES: syst,

000060 SY %%INTERNAL%%.

000070 *

000080

000090 TABLES rsjobinfo. "for SUBMIT .. VIA JOB ..

000100

000110 INCLUDE <screen>. "type definition of %_cx_screen

000120

000130 DATA: BEGIN OF COMMON PART %_sys%%,

000140 screen TYPE %_cx_screen,

000150 %_print TYPE pri_params,

000160 %_archive TYPE arc_params,

000170 END OF COMMON PART.

000180 *

000190 FIELD-SYMBOLS: <%_1> %_PREDEFINED.

000200

000210 DATA: %_repid TYPE syst-repid %_PREDEFINED,

000220 %_viaselscr TYPE x VALUE '04' %_PREDEFINED.

000230

000240 SYSTEM-EXIT.

> PERFORM (sy-xform) IN PROGRAM (sy-xprog).

================================================================================

Already used the latest version kernel and the disk in operating system was not full.

Any idea?

Thanks,

Yan

3 REPLIES 3
Read only

matt
Active Contributor
0 Likes
1,013

Do what the dump suggests - take it to SAP.

matt

Read only

Former Member
0 Likes
1,013

temporarily solved....

Read only

Former Member
0 Likes
1,013

Hi ,

Can u share how u solved this temporarily.

Regards,

Ankur