cancel
Showing results for 
Search instead for 
Did you mean: 

transport request file error

Former Member
0 Kudos

Hi every one!

I am a ABAP programmer . I support a client from my company's place.My company got SAP system and client got his system. When ever client needs a change in his program, I change the prog in my sytem and send the source code along with two transport request files(eg: K901243.DM4 , R901243.DM4) to my client. There he copies them to his system and transport them .This time it gave the following error at client system while transporting .

Error : 'This program has version 6.14, the file is not an R3trans data file. Please consult SAP support' .

Please give me a solution . TQ

Edited by: Srinivas reddy on Aug 22, 2008 10:27 AM

Accepted Solutions (0)

Answers (7)

Answers (7)

Former Member
0 Kudos

Hello TQ,

Did you perhaps resolve your issue.

I am faced with the same problem - may I ask how you resolved this?

Thanks and regards

Avishkar Bandu

Former Member
0 Kudos

Probably you imported the requests to your client in a format (ASC or BIN) and exported to the new system in a different format. You should import and export in BIN format.

[]s

Edgar

Former Member
0 Kudos

Further to this

1. Your log contains error

This file seems not to contain transport data (or it was destroyed during file transfer?).

| incompatible versions of transport programs ...

Please upgrade both R3trans and tp at higher or latest version and try it.

2. To check the data fle

R3trans -l DM4K<number>

Good Luck

Amit

Former Member
0 Kudos

Hello

1 .at os level

login as sidadm

Run following command

R3trans -v to check R3trans version

tp -V to check the tp version.

or

2.within SAP

goto sm49

create the command to run

R3trans -v and tp -V

You get the version.

Thanks

Amit

Former Member
0 Kudos

you can download the program and send your client to upload in the system in the mean time.

Check R3trans -d and tp -v on both source and target system

Do a simple test on target system.

R3trans -l <data file>

See OSS note Note 2050 - R3trans: data file destroyed

hope it helps.

Amit

Former Member
0 Kudos

Hi Amit ! Can you pl elaborate .R3trans -d , tp-v . How to check?

Pl elaborate R3trans -l <data file> . How to test R3trans -l <data file> ?

Here is the complete log file .

Main import

| Transport request : DM4K901243

| System : RN2

| tp path : tp

| Version and release: 371.02.24 700

|

| R3trans version 6.14 (release 700 - 11.04.07 - 14:28:00).

| ===============================================

|

| date&time : 22.08.2008 - 14:28:20

| control file: /usr/sap/trans/tmp/DM4KK901243.RN2

| > #pid 1204300 on CDBAXD01 (rn2adm)

| > import

| > buffersync=yes

| > file='/usr/sap/trans/data/R901243.DM4'

| > continuation='/usr/sap/trans/data/R901243_#.DM4'

| > client=400

| > csi=yes

| > repeatimport=yes

| >

| > excluding 'R3TRDDDD','R3TRDOMA','R3TRDTEL','R3TRENQU','R3TRMACO','R3TRMCID','R3TRMCOB','R3TRSHLP','R3TRSQLT','R3TRTABL','R3TRTTYP |

| R3trans was called as follows: R3trans -u 26 -w /usr/sap/trans/tmp/DM4I901243.RN2 /usr/sap/trans/tmp/DM4KK901243.RN2

| active unconditional modes: 26

| Connected to DBMS = ORACLE --- dbs_ora_tnsname = 'RN2' --- SYSTEM = 'RN2'.

/ | 0 0

| COMMIT (0).

| trace at level 1 opened for a given file pointer

|

| ================== STEP 1 =====================

| date&time : 22.08.2008 - 14:28:25

| function : IMPORT

| data file : /usr/sap/trans/data/R901243.DM4

| Continuation : /usr/sap/trans/data/R901243_#.DM4

| buffersync : YES

| client : 400

| repeatimport : YES (corresponds to unconditional mode 1)

| repeatclimport : NO

| c.s.i. : YES

| l.s.m. : VECTOR

| charsetadapt : YES

| def. charset : WEUROPEAN

| commit : 100000

| table cache : 32000000

| EXCLUDING : 'R3TRVIEW','R3TRUENO','R3TRTTYP','R3TRTABL','R3TRSQLT','R3TRSHLP','R3TRMCOB','R3TRMCID','R3TRMACO','R3TRENQU','R |

|

| Unexpected record length 20035 at file position 0.

| This file seems not to contain transport data (or it was destroyed during file transfer?).

| incompatible versions of transport programs ...

| ===> HALT: This program has version 6.14, the file is not an R3trans data file. Please contact the SAP support.

| ROLLBACK (0).

| End of Transport (0016).

| date&time: 22.08.2008 - 14:28:25

| 4 errors occured.

| Main import

| End date and time : 20080822142825

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

| ######################################

-


TQ

Edited by: Srinivas reddy on Aug 25, 2008 11:30 AM

Former Member
0 Kudos

Hi Srinivas,

You can get the versions of tp and r3trans of your system from logfile of the tranport request.

Go to se01,select the released request and click on transport log.You will get the log further extend the log you will get the versions.

Regards

Ashok

Former Member
0 Kudos

Hi Srinivas,

This may be because the client has upgraded the tp and r3trans.the version difference is there between your company and client.

Regards

Ashok

Former Member
0 Kudos

Hi Ashok ! How to find tp and r3trans version in my system ? can u pl guide me? TQ

nelis
Active Contributor
0 Kudos

Sounds to me like you have a corrupt transport file. I would do a md5sum of the file first and then ask your client to verify it on his side. It's possible it got corrupted when he downloaded it ?

Nelis