cancel
Showing results for 
Search instead for 
Did you mean: 

TP return code - Different between SE01 and AIX log file

former_member193294
Active Participant
0 Kudos

Hello all,

Since 2-3 days our transports (done manually on AIX level) on a test system, give a return code 8 in the log file on the unix server while when we check SE01 the transport log has a return code 0 and everything is imported successfully.

The script on unix is as follows:

tp addtobuffer $NAME ST2 pf=TP_DOMAIN_SM2.PFL

tp import $NAME client=999 ST2 pf=<Profile_name> > $LOG

I have searched in SAP Net and nothing found.

Any idea?

Rgds,

Loukas

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

tp addtobuffer $NAME ST2 pf=TP_DOMAIN_SM2.PFL

tp import $NAME client=999 ST2 pf=<Profile_name> > $LOG

Hi, the following is not valid: pf=<Profile_name>.

tp calls R3trans. R3trans was succesfull. tp complained about your "wrong" profile name.

Hope it helps.

Dawid

former_member193294
Active Participant
0 Kudos

Sorry it was a typo.

I run the 2 commands separetely not with our script:

-


sapbrp03:st2adm 36> tp addtobuffer SM2K941063 ST2 pf=TP_DOMAIN_SM2.PFL

This is tp version 340.16.37 (release 640)

Addtobuffer successful for SM2K941063

tp finished with return code: 0

meaning:

Everything OK

tp import SM2K941063 client=999 ST2 pf=TP_DOMAIN_SM2.PFL u1

This is tp version 340.16.37 (release 640)

This is R3trans version 6.13 (release 640 - 10.07.07 - 13:48:00).

R3trans finished (0000).

tp finished with return code: 8

meaning:

A tool used by tp produced errors

-


and here is the log file (the last lines of the whole log file):

4 ETW000 End of Transport (0000).

4 ETW000 date&time: 26.06.2008 - 13:09:20

1 ETP154 MAIN IMPORT

1 ETP110 end date and time : "20080626130920"

1 ETP111 exit code : "0"

1 ETP199 ######################################

JPReyes
Active Contributor
0 Kudos

whats the error message on the transport logs?...

Regards

Juan

former_member193294
Active Participant
0 Kudos

Nothing special and quite useless:

This is tp version 340.16.37 (release 640)

This is R3trans version 6.13 (release 640 - 10.07.07 - 13:48:00).

R3trans finished (0000).

tp finished with return code: 8

meaning:

A tool used by tp produced errors

JPReyes
Active Contributor
0 Kudos

weird... maybe get the latest TP and R3trans from SAP Marketplace and try it again.

Regards

Juan

former_member193294
Active Participant
0 Kudos

This is also the log from the transport request.<SID> where the difference in the error code is apparent:

1 ETP199X######################################

1 ETP156 GENERATION OF REPORTS AND DYNPROS

1 ETP101 transport order : "SM2K941036"

1 ETP102 system : "ST2"

1 ETP108 tp path : "tp"

1 ETP109 version and release : "340.16.37" "640"

1 ETP198

1 EPU141 Generation of programs and screens for transport request "SM2K941036"

4 EPU142 on application server "sapbrp03"

1 EPU143 Only generates programs with LOAD versions

1 EPU145 Start on "26.06.08" at "08:22:46"

1 EPU144 -


2 EPU146XGeneration of the transported programs

2 EPU144 -


3 EPU165 Program "ZSCO_INTERFACE_MERCUR" successfully generated

4 EPU153 Database COMMIT executed

2 EPU144 -


2 EPU147XGeneration of the users of the transported Includes

2 EPU144 -


2 EPU144 -


1 EPU149 Ended on "26.06.08" at "08:22:47"

1 EPU150 No. of programs /Min/Avg/Max (sec): "1" "1" "1" "1"

1 EPU144 -


4 EPU153 Database COMMIT executed

1 ETP156 GENERATION OF REPORTS AND DYNPROS

1 ETP110 end date and time : "20080626082247"

1 ETP111 exit code : "0"

1 ETP199 ######################################

JPReyes
Active Contributor
0 Kudos

Looks good to me... again maybe update TP and R3trans and try it again

Regards

Juan