Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Transport request : tp check buffer for already imported requests

Former Member
0 Kudos

Hi,

I want to put a transport request on my prod. There was no problem on the quality. But on the prod, i have the message :

"tp check buffer for already imported requests"

and nothing appends.

Do you have any idea how i can unlock this transport request ?

Tx in advance.

5 REPLIES 5

Former Member
0 Kudos

Hi,

This is basis job in STMS tcode.

Rhea.

Former Member

I know there are orders in STMS. But everytime i make an action on this transport request, it starts and it makes a loop.

For instance, to delete the transport request, the loop is on "tp user check OK"

I make "ps -ef | grep tp" on the serveur to kill all the loocked processes. I remove the "*.LOB" file in /usr/sap/trans/tmp. And always the same. It makes a loop.

I have no idea how to solve this issue.

Former Member
0 Kudos

Hi,

Use table E070. and display the Transport reqeust and double click on the request row.and in command prompt enter ' /h '. change status as unreleased.

Regards

Jana

0 Kudos

I had the same problem. Check the used space in your /usr/sap/trans filesystem....My /usr/sap/trans filesystem was full.

0 Kudos

Thanks Radovan, this solve my problem.