on 2007 Jul 19 7:44 AM
hi
i have a question .how to do transports from os level.pls give me ans
thanks
Hi Raghu,
Logon with <SID>adm goto command promt.
Goto path /usr/sap/trans/bin/
Assume Your DEV to QAS
First add request to buffer.
tp addtobuffer DEVKXXXXX QAS pf=/usr/sap/trans/bin/tp_domain_<SID>.PFL
Now import Phase
tp import DEVKXXXXX QAS client=XXX pf=/usr/sap/trans/bin/tp_domain_<SID>.pfl
Check for the return codes.
Regards,
Ganesh
****Reward points if Helpful*****
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hi,
From OS level u go to command propt and run the TP command.
regards
ajai
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
-> user <sid>adm
-> import transport request into transport buffer:
> tp addtobuffer xxxxx.yyy <SID> pf=TP_DOMAIN_<SID>.PFL
-> import transport request:
> tp import xxxxx.yyy <SID> client=XXX pf=TP_DOMAIN_<SID>.PFL
that's roughly it...be sure to use the appropriate client and check documentation...quick help is availabe via:
> tp help
GreetZ, AH
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
70 | |
10 | |
10 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.