cancel
Showing results for 
Search instead for 
Did you mean: 

help with Transport control program tp ended with error code 0203

Former Member
0 Kudos

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.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Allen,

The command should look like this:

tp IMPORT DEVK900298 P01 client=001 pf=/usr/sap/trans/bin/TP_DOMAIN_P01

but why are you not using STMS in the target system to perform the import?

Gary

Answers (4)

Answers (4)

Former Member
0 Kudos

Thank everyone

Former Member
0 Kudos

how did you resolved this, what was the issue i am facing the same issue here.

mani

Former Member
0 Kudos

HI

XCPRD01:p01adm 1> tp IMPORT DEVK900298 P01 client=01 U0 pf=/usr/sap/trans

my PRD and DEV system client number is 01

now the system show:

Error in /usr/sap/trans :transdir not set .

WHY??

Former Member
0 Kudos

HI ...

thank you!

can here insert some picture ??

my PRD system P01 TMS transport domain name is DOMAIN_P01,is it right??

or it shoult be DOMAIN_DEV???

ALLEN

Former Member
0 Kudos

Hi Allen,

It looks like the client has been spoecified incorrectly (clientP01). What is the correct client number in the target system ?

Gary

Former Member
0 Kudos

HI,

the correct client number is P01

Former Member
0 Kudos

Thank you !

My DEV system TP profile parameters is :

#

TRANSDIR = /usr/sap/trans

#

DEV/CTC = 0

DEV/DBHOST = P550A

DEV/DBLIBPATH = /usr/sap/DEV/DVEBMGS01/exe

DEV/DBNAME = DEV

DEV/DBTYPE = ora

DEV/NBUFFORM = 1

DEV/TP_VERSION = 266

#

#----


#System from Transport Domain DOMAIN_P01

#----


#TMS:0002:DOMAIN_P01

#

P01/DUMMY = 1

P01/NBUFFORM = 1

P01/TP_VERSION = 266

P01/CTC = 1

My PRD system TP profile parameters is :

P01/CTC = 0

P01/DBHOST = XCPRD01

P01/DBLIBPATH = /usr/sap/P01/DVEBMGS01/exe

P01/DBNAME = P01

P01/DBTYPE = ora

P01/NBUFFORM = 1

P01/TP_VERSION = 266

#

#----


#System from Transport Domain DOMAIN_DEV

#----


#TMS:0009:DOMAIN_DEV

#

DEV/DUMMY = 1

DEV/NBUFFORM = 1

DEV/TP_VERSION = 266

DEV/CTC = 1