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,739

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

Hi,

Check TP profile parameters.

/usr/sap/trans/bin/

Regards

Ben

Former Member
0 Likes

HI ben mark ,

we done as your require , :

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

Former Member
0 Likes

Hi Allen,

Your TP parameter shows that CTC=0 which means `All requests are imported in the specified client`

Please change it to CTC=1.

For further details on CTC please refer the below link,

http://help.sap.com/saphelp_46c/helpdata/en/3d/ad5b814ebc11d182bf0000e829fbfe/frameset.htm

regards,

Vinodh.

Former Member
0 Likes

HI Vinodh Kumar Na...

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 Likes

Hi Allen,

Now I got you

So you are trying to import a request in your production system (P01).

There is a difference between system ID and Client number. Here, P01 is your SID(system ID) and you have to check your client number of the production system( 500 or 300 like that)

You must be knowing your production system client number while logging in.

If my understanding is correct, you are trying to import a transport request in to your production system at OS level. Could you please reply back why are you not using the standard STMS way of importing TP - which is easy by all means.

regards,

Vinodh.

Former Member
0 Likes

HI Vinodh Kumar Na...

Thank you for you infomation!

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??

ALLEN

Former Member
0 Likes

Hi Allen,

Please don`t create a seperate thread for the same problem. Please note that all the forums are watched by moderators and they will take strict action if you violate any forum rules. Please go through the forum rule before you start using any forums.

Reg your client number, I am really surprised ,how can be your production client number be 001?!!!!!!!! 001 client is a test client and you can use this client as a template for other clients.

Please refer help.sap.com for further reading on this topic.

I am also sure that your system has not been properly configured with the TMS settings. Get a BASIS guy help and set the system properly.

regards,

Vinodh.

Former Member
0 Likes

there is a difference between system number and client number

Client number has to be three digit number, you can find number of client in tcode SCC4.

System number has to be two digit which is identified for login to the system, which you have to specified in SAPGUI frontend

.

>>my PRD and DEV system client number is 01

ALLEN