cancel
Showing results for 
Search instead for 
Did you mean: 

which option use with tp addtobuffer to add some request with same name ?

Former Member
0 Kudos

Hi everybody,

Could anyone tell me how can I add a same transport request to buffer using tp addtobuffer.

I need to rebuild the production import queue.

I have done by script, but when an identical request is found, it is not add to the queue.

I have tried to add it manually the message : transport request XXXK already in import queue.

Thank you.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Jean

As you want to rebuild the PROD import queue , best option would be rename the file at the OS Level ( under /usr/sap/trans/buffer/<SID>.

This file contains the TR list which you see when you are in STMS-->Import Queue

After that you should not have any issue in adding via tp addtobuffer.

Thanks

Former Member
0 Kudos

Hi Rishi,

In fact I have spliitted the import queue file.

Thank you.

Answers (2)

Answers (2)

former_member185239
Active Contributor
0 Kudos

Hi Jean,

checked the SLOG in usr/sap/trans/log directory. Also Refresh the buffer queue.

With Regards

Ashutosh Chaturvedi

willi_eimler
Contributor
0 Kudos

Hi Jean-Yves,

first delete the buffer.

Unix:

sidadm> cd /usr/sap/trans/buffers

sidadm> mv <SID> <SID>.old

sidadm> touch <SID>

then add the transports again to the import buffer:

sidadm> tp addtobuffer <transport> <SID> CLIENT=<client> pf=/usr/sap/trans/bin/TP_DOMAIN_XXX.PFL

Best regards

Willi Eimler