cancel
Showing results for 
Search instead for 
Did you mean: 

Transport control program tp ended with error code 0211

Former Member
0 Kudos

Dear Experts,

I have a problem in doing the import after the client export was successfully done.

I am actaully tring to do a client import/export from the PRD server to DEV server.

On PRD the client is 900 and on the DEV the client is 240.

I have manually copied the transport requests created into the

/usr/sap/trans/cofiles and /usr/sap/trans/data folders to the same on the DEV server.

After coping them,

I have tried to add these transport requests to the DEV server queue, i get the following error message

Transport control program tp ended with error code 0211

Message no. XT200

Diagnosis

An error occurred when executing a tp command.

Command: ADDTOBUFFER RT2KT00014 RT1 pf=/usr/sap/trans/bin/T

Return code: 0211

Error text: no info about transport request found

Request: RT2KT00014

System Response

The function terminates.

Procedure

Correct the error and execute the command again if necessary.

After this I have tried to add the transports to the buffer at the OS level using the command

./tp pf=TPPARAM addtobuffer "RT2KT00014" RT1 U18 by going to the folder

/usr/sap/trans/bin

But it says that the tp is not found.

I have also checked the permissions for the TRANS folder, it has full access i.e 777

This is where i am struck, and the client has to be imported asap as the requirement for the SUPPORT TEAM is very urgent.

We are on AIX, Oracle 10G and ECC6

Thanks and regards

Harry

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member185954
Active Contributor
0 Kudos

Hello Harry,

Glad that your problem is resolved. One note though , the reason why your earlier command didn't work was, you provided :

./tp

So instead of

./tp pf=TPPARAM addtobuffer "RT2KT00014" RT1 U18

You have to provide:

tp pf=TPPARAM addtobuffer "RT2KT00014" RT1 U18

Regards,

Siddhesh

Former Member
0 Kudos

Dear Siddesh and Experts,

Bad news is that after i changed the file permissions for the cofile and data file, and then added it to the import queue of the DEV server, the status was showing me in RED (the request cannot be imported) but still i have imported it into the DEV, after a long process it says that the correct data file was not selected and might have been corrupted.

Also when i try to run scc7 it says that no data file is imported for this activity to RUN.

Now i am unable to understand what will be my next plan...

Please suggest and help me out...

Points will be awarded for sure...

Thanks in advance

Regards

Harry

ImtiazKaredia
Active Contributor
0 Kudos

Hi,

Check this thread

It has procedure for client export import

Avoid points if helpful.

Thanks

Former Member
0 Kudos

Dear Imtiaz,

Thanks for your quick fire reply...

The link helped me but it could not resolve my issue..

Infact i found it my self that the transport requests had to be given full FILE PERMISSIONS at the OS level

I logged in as ROOT

and changed directory to /usr/sap/trans/cofile and gave the command

chmod 777 RT00014.RT2 and

chmod 777 RX00014.RT2

and then went to STMS>SYSTEMS>Import View>Extras>Other requests--> Add ..

Here i added the request nos and then it added up in the queue and then i started the import.

Anyway thank you very for your reply..

Awareded points to you.

Thanks and regards

Harry...