cancel
Showing results for 
Search instead for 
Did you mean: 

XPRA ERROR WHILE APPLYING PATCHES FOR BI_CONT ADD-ON

Former Member
0 Kudos

Hi Gurus,

I'm installing and applying patches(1-10) for BI_CONT 7.03 addon in Phase Method Execution XPRA patch application was aborted with RC =12....

I'm using BI 7.0 700/16 BASIS & ABAP 700/14 & PI_BASIS 2005_1_700/14 KERNEL 144,SPAM/SAINT 26....

MSS 2005/WIN2K3

Import log says rc=12 for SAPKIBIII4,ST22 says DATASET_WRITE_ERROR

Resource bottleneck

The current program "SAPLSLOG" 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 "CONVERT_MESSAGES" "(FORM)", 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

"\sapmnt\trans\tmp\SAPRIBIIQ0.BIQ".

Error text: "No space left on device"

Error code: 28

How to correct the error

If the error occures in a non-modified SAP program, you may be able to

find an interim solution in an SAP Note.

If you have access to SAP Notes, carry out a search with the following

keywords:

"DATASET_WRITE_ERROR" "CX_SY_FILE_IO"

"SAPLSLOG" or "LSLOGF05"

"CONVERT_MESSAGES"

Information on where terminated

Termination occurred in the ABAP program "SAPLSLOG" - in "CONVERT_MESSAGES".

The main program was "RDDEXECU ".

In the source code you have the termination point in line 169

of the (Include) program "LSLOGF05".

The program "SAPLSLOG" was started as a background job.

Job Name....... "RDDEXECL"

Job Initiator.. "DDIC"

Job Number..... 07083200

The termination is caused because exception "CX_SY_FILE_IO" occurred in

procedure "CONVERT_MESSAGES" "(FORM)", but it was neither handled locally nor

declared

in the RAISING clause of its signature.

The procedure is in program "SAPLSLOG "; its source code begins in line

21 of the (Include program "LSLOGF05 ".

FOR patches 6-10 (SAPKIBIIP6-10) DATASET_CANT_CLOSE error is occuring failing in XPRA phase....

Tried execuitng again & checked for file system free space (14 gigs free) , checked in Marketplace

but no luck.....

Please let me know your thoughts....

Regards,

md

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Kindly go through Note 99155 - DATASET_WRITE_ERROR / DATASET_CANT_OPEN on NT.

Regards,

Rahul.

Former Member
0 Kudos

Hello,

pls go to directory \sapmnt\trans\tmp\

cd \sapmnt\trans\tmp\

and then issue

df -k

what is the output ?

Can you copy a file across to \sapmnt\trans\tmp\ ?

Kr,

Andreas

Former Member
0 Kudos

An error occurred when writing to the file

"\sapmnt\trans\tmp\SAPRIBIIQ0.BIQ".

Error text: "No space left on device"

Error code: 28

How to correct the error

From this error, what i understand is that its a disk space issue. Are you sure that the trans folder has enough space? please check if the file system mounted to "trans" directory has enough space. I dont see any other complications from this error. Please double check this from your end.

Regards,

Jazz