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

Hello Allen,

Please go to TMS ALERT viewer in STMS and then click on the error. Next a pop up wil come up. In the pop up there will be three icons on right hand side. Click on the middle one and look for the error there. You may paste the error here as well. This is pretty good way of finding out the actual caise of the error.

Anyways a Sunil pointed out the syntax IMPORT DEVK900298 P01 clientP01 U0 pf=/usr/sap/tra

is not correct.

Have you maintained the value CTC = 1 the TP profile parameters?

Regards.

Ruchit.

Answers (3)

Answers (3)

Former Member
0 Kudos

Thank everyone

Former Member
0 Kudos

Hi,

Check TP profile parameters.

/usr/sap/trans/bin/

Regards

Ben

Former Member
0 Kudos

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 Kudos

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 Kudos

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 Kudos

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 Kudos

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 Kudos

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 Kudos

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

Former Member
0 Kudos

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 Kudos

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 Kudos

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 Kudos

HI,

my traget client number is actual P01