on ‎2007 Apr 19 9:16 AM
when i import queue and transport queue from dev to prd ,error show:
Transport control program tp ended with error code 0203
Message no. XT200
Diagnosis
An error occurred when executing a tp command.
Command: IMPORT DEVK900298 P01 clientP01 U0 pf=/usr/sap/tra
Return code: 0203
Error text: wrong syntax in tp call
Request: DEVK900298
System Response
The function terminates.
Procedure
Correct the error and execute the command again if necessary.
Request clarification before answering.
Error text: wrong syntax in tp call
Command: IMPORT DEVK900298 P01 clientP01 U0 pf=/usr/sap/tra
Return code: 0203
correct command:
tp IMPORT DEVK900298 P01 client=<client number> U0 pf=<profile>
cheers,
-Sunil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
HI Sunil Bujade ,
we done as your require ,the system show the infomation:
XCPRD01:p01adm 1> tp IMPORT DEVK900298 P01 client=P01 U0 pf=/usr/sap/trans
ERROR: client 'P01' out of range, client range is 0 - 999
tp returncode summary:
TOOLS: Highest return code of single steps was: 0
ERRORS: Highest tp internal error was: 0203
tp finished with return code: 203
meaning:
wrong syntax in tp call
Hi Allen,
The error code clearly says that the client number is wrongly mentioned.
Make sure to which client that you are transporting the request and give the correct client number as below,
tp IMPORT DEVK900298 P01 client=*** U0 pf=/usr/sap/trans
(I have mentioned client=*** , here you need to put your traget client number.)
Hope this will solve your problem.
regards,
Vinodh.
| User | Count |
|---|---|
| 15 | |
| 9 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.