cancel
Showing results for 
Search instead for 
Did you mean: 

manually moving transport at os level in windows

former_member230979
Participant
0 Kudos

Dear all,

We have BI dev qua and prd systems in the landscape.Recently rfc communication is broken between the systems. Our environment is on windows and sybase database. I want to move transport request manually from os level using tp command. Is it possible to move manually using tp at os level if yes how please guide sap is installed on D drive in windows.

Best regards,

venkat.

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

This message was moderated.

Former Member
0 Kudos

Hello Sudheer,

is this issue resolved.

Please can you provide your inputs and close the thread for reference.

Regards

Anand

Former Member
0 Kudos

Hello Venkat,

The commands above mentioned will only work when cofile,data file of transport are added manually to cofile directory and datafile to Data directory of PRD.

ex:-DEV-----> /usr/sap/trans/cofile---->copy file K900000.SID(cofile)

and paste it in PRD------>/usr/sap/trans/cofile

similarly DEV-----> /usr/sap/trans/data---->copy file R900000.SID(datafile)

and paste it in PRD------>/usr/sap/trans/data

After that your manual commands will work.

Regards

Anand

former_member230979
Participant
0 Kudos

i am using these commands in linux will the same commands will work in windows environment also

tp addtobuffer sidk9000000 sid pf=TP_DOMAIN_SID.PFL

tp import sidk90000 sid client =xxx pf=TP_DOMAIN_SID.PFL if not what commands will i use please guide me

Former Member
0 Kudos

Hi Sudheer,

Yes, same commands will work in Windows also

1) First add all transports in the buffer with below command:

tp addtobuffer <transport number> <SID>  pf=/usr/sap/trans/bin/<transport profile>

2) Then use below tp command to import all requests:

tp import <transport number> <SID> CLIENT=<client number> pf=/usr/sap/trans/bin/<transport profile>

Thanks