If this is your first visit, be sure to
check out the FAQ by clicking the
link above. You may have to register
before you can post: click the register link above to proceed. To start viewing messages,
select the forum that you want to visit from the selection below.
Un ejemplo completo pero en Unix que es prácticamente igual
Realizar un transporte en línea de comandos y/o con modo incondicional (U126)
Descripcion y Orden de las CRs a Transportar: Pasar a <SID>: <SID>origen K900160 <SID>origenK900156
________________________
El directorio de transportes en <SID> es /usr/sap/trans_Portal, dentro del directorio data y cofiles pondremos los ficheros correspondientes dandoles los permisos correspondientes al igual que el propietario:
___________________________
Hay que realizar el transporte como <SID>adm:
# su - <SID>adm
Sun Microsystems Inc. SunOS 5.9 Generic May 2002
You have new mail.
____________________________
Añadimos la orden de transporte al buffer, pero antes hay que saber cual de las dos hay que pasar primero:
<SID>adm 1% tp ADDTOBUFFER <SID>K900211 <SID>destino pf=/usr/sap/trans_Portal/bin/TP_DOMAIN_<SID>.PFL
This is tp version 340.16.24 (release 640, unicode enabled)
Warning: Parameter DBHOST is no longer used.
Warning: Parameter DBLIBPATH is no longer used.
Warning: Parameter DBNAME is no longer used.
Warning: Parameter DBSWPATH is no longer used.
Addtobuffer successful for DP4K900160
tp finished with return code: 0
meaning:
Everything OK
__________________________
Realizamos el Import de la orden:
<SID>adm 2% tp IMPORT <SID>K900211 <SID>destino client002 pf=/usr/sap/trans_Portal/bin/TP_DOMAIN_<SID>.PFL
This is tp version 340.16.24 (release 640, unicode enabled)
Warning: Parameter DBHOST is no longer used.
Warning: Parameter DBLIBPATH is no longer used.
Warning: Parameter DBNAME is no longer used.
Warning: Parameter DBSWPATH is no longer used.
This is R3trans version 6.13 (release 640 - 21.10.05 - 15:04:00).
unicode enabled version
R3trans finished (0000).
Warning: Parameter DBHOST is no longer used.
Warning: Parameter DBLIBPATH is no longer used.
Warning: Parameter DBNAME is no longer used.
Warning: Parameter DBSWPATH is no longer used.
tp finished with return code: 0
meaning:
Everything OK
____________________________
En modo incondicional sería tp IMPORT <SID>origen K9002007 <SID>destino U126 client002 pf=/usr/sap/trans_Portal/bin/TP_DOMAIN_<SID>controlador deTransporte.PFL
Comentario