cancel
Showing results for 
Search instead for 
Did you mean: 

tp command for deleting old transport reqsts

Former Member
0 Kudos

could you please tell me the exact tp command for deleting the old transport request and its logs and buffers. I read many docs but not getting the exact one.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Can I delete the files under /usr/sap/trans/log..if not ,why should it not to be done.

Former Member
0 Kudos

Hello,

You can delete the files under /usr/sap/trans/log manually, of course. But after that, you can not verify the deleted logs from tr. STMS.

I'll recommend my previous method. It deletes consistently datacofilelog files, and the buffer entries.

Best Regards,

JC Llanes.

Former Member
0 Kudos

Hi Stephen,

Take a look at note 41732.

Basically, there are 3 steps:

1- Add (or verify) these parameters at your TP_DOMAIN_<SID>.PFL:

datalifetime=30

loglifetime=60

olddatalifetime=60

cofilelifetime=30

The values are in "days". Change it at your convenience.

2- run "tp check all pf=/<path>/TP_DOMAIN_<SID>.PFL"

This command just creates a list of files to delete at /usr/sap/trans/tmp/.

3- run "tp clearold all pf=/<path>/TP_DOMAIN_<SID>.PFL"

And this deletes all the files from the list.

Best Regards,

JC Llanes.