cancel
Showing results for 
Search instead for 
Did you mean: 

Need window script to do mass transport for Prod system

Former Member
0 Kudos

Hi All,

As per the golive requirment , i need to import 750+ TR into our BW production server in sequence.

We need assitance to create script in window server. our requirment is all this 750+ TR need to import in sequence in our BW Prod system.

If any TR get cancelled with return code 8 or above next TR import should stop and email should send to me.

For example

tp import TR<NUMBER> SID U01268 Client=100 pf=\\sapmnt\trans\bin\TP_DOMAIN_SID.PFL

tp import TR<NUMBER> SID U01268 Client=100 pf=\\sapmnt\trans\bin\TP_DOMAIN_SID.PFL

tp import TR<NUMBER> SID U01268 Client=100 pf=\\sapmnt\trans\bin\TP_DOMAIN_SID.PFL

If 2nd TR get cancelled with return code 8 then 3 TR should not move until 2 TR get corrected.

Thanks in advance.

Thanks

Deepak

Accepted Solutions (0)

Answers (2)

Answers (2)

JPReyes
Active Contributor
0 Kudos

Best way to do this would be to create a script to add the 750 transport to the import queue (using the tp addtobuffer command) and then once in STMS you can do a mass transport (provided that the transports have been added to the buffer in strict sequence), if an error occurs the mass import will stop.

Regards, Juan

Former Member
0 Kudos

Hi,

See the below link.. there is a script for mass transport request..

http://www.sapfans.com/forums/viewtopic.php?f=12&t=110575

You can try if you are experienced with it.

<removed_by_moderator>, Asking for points is not allowed

Regards

Bhuban

Message was edited by: Juan Reyes