cancel
Showing results for 
Search instead for 
Did you mean: 

Transports

Former Member
0 Kudos

Hi All,

Is it possible to add multiple transport requests to buffer at the same time using tp addtobuffer command and import from OS level ?

If its possible can some one please tell me how to do it.

Regards,

Sandhya

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi!

Here is it in detail:

- make a file which contains requests numbers to be transported (like SID...), lets call it rqeuests.txt (only one request per line)

- go to your saptranshost to folder /usr/sap/trans/bin

- type for /f %t in (<path>/requests.txt) do tp addtobuffer %t SID pf=TP_DOMAIN_SID.PFL

- go to server where is the system you are going to transport requests

- type for /f %t in (<path>/requests.txt) do tp import%t client=client_nr. SID pf=/path_to_tp_profile

This should work.

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks Jani,

I will try this.

Regards,

Sandhya

manu_susankar
Active Contributor
0 Kudos

Hi sandya naidu,

Yes, we can do that, chek the below help ful link.

http://help.sap.com/saphelp_nw04/helpdata/en/3d/ad5c2a4ebc11d182bf0000e829fbfe/frameset.htm

Regards,

Manu.