Hello,
could you please help me how to import transport request using R3TRANS???
Given Note "1394038 - Syntax error in CL_I18N_BIDI after upgrade" has transport attached, but I do not know how to import..:
D:\usr\sap>r3trans k900030.y1u
This is r3trans version 6.14 (release 701 - 12.06.09 - 15:20:00).
unicode enabled version
2EETW000 error when reading the R3trans controlfile
2EETW000 syntax error at line 1, symbol "SCHILLINGB".
syntax error at line 1, symbol "SCHILLINGB".
expected: "CLEANUP", "CLIENTCOPY", "CLIENTEXPORT", "CLIENTREMOVE", "CONNECT", "C
ONVERT", "CONVERT_AND_RENAME", "COPYTOSHADOW", "CREATECOFILE", "EXPLAINTABCLASS"
, "EXPORT", "FASTIMPORT", "GETSPACEREQUIREMENTS", "IMPORT", "INITIALEXPORT", "LI
STONLY", "MVNTABS", "REMOVE", "SAFETYEXPORT", "TESTIMPORT", "TOTALEXPORT", "CHEC
K".
r3trans finished (0012).
SCHILLINGB is name of user which that transport belongs to. Every TR control file has same structure... what am I doing wrong?
HELP PLS.
Regards,
Martin
You have to use "tp" command/program in order to transport request on OS level.
Firstly you need to add request to buffer as follows:
tp addtobuffer <request> <sapsid> pf=<path_to_transport_profile> (usually trans_dir/bin/TP_DOMAIN_SID.PFL)
source: http://help.sap.com/saphelp_45b/helpdata/en/3d/ad5b744ebc11d182bf0000e829fbfe/content.htm
Then you need to perform import:
tp import <request> <sapsid> <client> <umode> pf=<path_to_transport_profile> (usually trans_dir/bin/TP_DOMAIN_SID.PFL)
check also:
http://help.sap.com/saphelp_nw04/helpdata/en/3d/ad5b814ebc11d182bf0000e829fbfe/content.htm
Thank you, problem solved.
Regards,
Martin
Hi Martin,
Having the same problem, I am struggeling with the OS commands now.
The first command, as mentioned above is executed well, but the second gives an error.
Can u give me the exact second command what was executed at that time.
Best regards,
Jacco Raymakers
Hi Jacco...
These are commands which did the trick:
D:\usr\sap>tp addtobuffer y1uk900030 sbw pf=D:\usr\sap\trans\bin\TP_DOMAIN_SBW.pfl
D:\usr\sap>tp import y1uk900030 sbw client=000 U06 pf=D:\usr\sap\trans\bin\TP_DOMAIN_SBW.pfl
You must use your own transport request,profile and SID instead of mine.
Hope this will help you.
Regards,
Martin