cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

help with Transport control program tp ended with error code 0203

Former Member
0 Likes
2,746

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.

View Entire Topic
Former Member
0 Likes

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

Former Member
0 Likes

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

Former Member
0 Likes

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.

Former Member
0 Likes

HI,

my traget client number is actual P01