cancel
Showing results for 
Search instead for 
Did you mean: 

Release a request with tp command at os level

Former Member
0 Kudos

Hello,

I'm performing a upgrade, and have some errors, wich was solved by a manual implementation of a note.

The implementation requests a transport request.

Now i'm getting an error... at import_proper phase:

"R3TRPROGRADTBCHK was repaired in this system"

This program is in the request created, but i didn´t release it.

I think this is the cause of the error.

Like i'm getting a dump, when i run trx SE10, or almost any transaction, i have to this at os level with tp command.

I've already checked the transport request at os level with command:

tp GETOPENCORR SM3 pf=/usr/sap/trans/bin/TP_DOMAIN_SM3.PFL

Like so at least i know the request number!

Does anyone know how can i release a request with tp command?

Many thanks!

Accepted Solutions (0)

Answers (3)

Answers (3)

0 Kudos

thanks gagan the solution worked for me...

Former Member
0 Kudos

Hi ,

You can find the Trasport conatining this object from SAP it self.

1) SE03 ->: Search for Objects in Requests/Tasks -> select R3TR Program object and then give RADTBCHK in input filed

Enable the checkbox "Also Search for Subobjects (not for generic entry)" and also enable the status groups Modifiable and release

then execute .you will find all the TR's which conatins the above object

Or

2) got SE16 ->enter TLOCK table name and the excute .after that enter

OBJECT as PROG

HIKEY as RADTBCHK then execute.

Once you got the TR number ask the owner of that TR to release the Transport or else you can relese it directly from it's client.

Let me know if you have any issues.

Regards,

Srinivas Chapa.

Former Member
0 Kudos

From SAP you can also try

SE03-->Display Repaired Objects --> Here find the object R3TRPROGRADTBCHK and click on Repair Flag , click ok to reset the status.

Regards,

Former Member
0 Kudos

Hi Gagan,

Yes, that was a good start, but i get DUMP...

It have to be by command line at os level....

Former Member
0 Kudos

I am not sure ,

try tp EXPORT <TR> <options>>

Regards,

Former Member
0 Kudos

I've already try...

sbsmhb01:sm3adm 188> tp export SM3K900035 -s SM3 pf=/usr/sap/trans/bin/TP_DOMAIN_SM3.PFL

This is tp version 372.04.71 (release 701, unicode enabled)

Warning: Parameter DBLIBPATH is no longer used.

createinfo failed: no info about transport request found

or SM3K900035 is not a transport request.

If i found no way, i think i'll have to restore the system... and i don't want to do that!

Former Member
0 Kudos

Are you sure that is the transport request number ..First you need to export subrequest and then main request .

Before restoring the DB i would like to give try with table E070 column TRSTATUS value R

Regards,

Former Member
0 Kudos

First export/release the task , then export main transport request.

Thanks,

Subrata

Former Member
0 Kudos

Thanks ! it worked out well for me