cancel
Showing results for 
Search instead for 
Did you mean: 

Client Export/Import terminated with the following error lines.

Former Member
0 Kudos

Hi all,

I am using standard Export / Import method for client copy from PRD to QAS after long time it got terminated & showed the following error lines.

Start import R3TRTABUBSEG ...

twrtab reached memory limit; memory usage 2000000000

6837413 entries from BSEG (240%) deleted.

324400 39606713814

324400 39607038214

324400 39607362614

324400 39607687014

324400 39608011414

324400 39608335814

324400 39608660214

324400 39608984614

324400 39609309014

324400 39609633414

324400 39609957814

324400 39610282214

324400 39610606614

324400 39610931014

324400 39611255414

324400 39611579814

Unexpected EOF after 2378415224 bytes

Please contact the SAP support.

Main import

End date and time : 20090407061610

Ended with return code: ===> 16 <===

######################################

I have got the following note Note 103562 - R3trans: 'twrtab memory limit reached' then term.

any clues what needs to be done to overcome this issue.

Regards,

Rahul

Accepted Solutions (1)

Accepted Solutions (1)

markus_doehr2
Active Contributor
0 Kudos

> I have got the following note Note 103562 - R3trans: 'twrtab memory limit reached' then term.

>

> any clues what needs to be done to overcome this issue.

It's described in the note

<...>

"1. Limit the memory utilization of R3trans.

To do this, R3trans has the option TCS. Set the value of this option to half the value that is specified in the above message 4 ETW000 twrtab reached memory limit;"

<...>

and further

<...>

Note 103582 describes how you enter R3transoptions for a tp call.

<...>

Markus

Answers (3)

Answers (3)

patelyogesh
Active Contributor
0 Kudos

Hello Rahul,

Your answer is in SAP Note : 2050 - R3trans: data file destroyed


Regards,

Yogesh

Former Member
0 Kudos

Hi all,

Thanks a lot, i just thought of doing remote client copy & have successfully completed.

In regard to the following issue the following is the response i have received from OSS.

-


The error message 'Unexpected EOF after ... bytes' is indicative of

destroyed/corrupted data file and R3trans is no longer able to read it.

Especially the error "unexpected EOF after ... bytes" occurs if the

file was transferred incompletely.

A test is available to determine whether R3trans can read the data

file or not: Call

R3trans -l <path of data file>

If the output of the above command is the same then kindly try to

download/transfer the file in question again.

Also refer to the following attached SAP Note for detailed information.

2050 - R3trans: data file destroyed

This should resolve the issue.

-


thanks a lot

Former Member
0 Kudos

Hi,

As suggested in the previous reply try the settings from note 105362, otherwise you will never get the data imported. Nevertheless it is possible that the message about reaching the memory limit and R3trans aborting when hitting the EOF are not directly related. Whenever you get a file-related error like this your first action should be to run "R3trans -l <datafile>" ("l" = lowercase ell) to check the validity of the file. Since transport datafiles normally reside in a network-mounted directory, there is always a chance that they got messed up by a network problem.

Just in case - although I think this is an issue from a remote past - make sure you are not hitting a 2 GB file limit - see note 86535 for this.

Regards,

Mark