Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Re: Transport Error

Former Member
0 Kudos

Hi All,

I tried to include the request in the import queue. But am finding the error as

Error Description:

Transport Control Program tp ended with error code 0247.

Errors: Add to buffer has problems with data - and /or co file.

Please help me out.

regards,

vivek

4 REPLIES 4

Former Member
0 Kudos

Are you sure that the data and cofile were copied correctly ?

And are the permissons correct?

1. Log onto the respective ip address of the SAP server.

2. Ensure that the following directories exist on the server.

/usr/sap/trans/cofiles/

/usr/sap/trans/data/

/usr/sap/trans/bin/

These are standard SAP directories that contain the objects and programs of SAP. If your SAP

programs and objects are stored on a different directory, please note down and use the correct

directory names.

3. From the PC, activate FTP and set transfer type to Binary by typing the command bin

4. FTP the Command File to directory /usr/sap/trans/cofiles/

5. FTP the Data File to directory /usr/sap/trans/data/

6. Exit from FTP and login to the SAP server. Note that the user logging in must have System

Administration privileges.

7. Change to directory /usr/sap/trans/bin/

8. Issue the following commands to install the interface program

tp addtobuffer XXXK999999 <SID>

where XXX corresponds to the extension of the transport file and is the system-id of the source

SAP system. Note that all names and commands are case sensitive.

tp import XXXK999999 <SID> client=999

where 99999 is the Transport Request Number of SAP and 999 is the client-id on SAP.

Command file: K999999.XXX

Data file: R999999.XXX

Hope it helps.

Please award points if it is useful.

--Sreejesh

Former Member
0 Kudos

Hello Vivek,

Is there any recent client copy ?

Is this included in TMS ?

Regards,

Raju.

Former Member
0 Kudos

hi,

if you configured STMS properlly means.When you release a request in DEV system cofiles and data files will be moved into QA,PRD systems.

STMS not configured means you need to login to DEV system OS level and copy cofiles/data files into QA,PRD systems.

Then goto SAP level STMS t-code .In menu goto OVERVIEW->IMPORTS(f5)->select in which system you want to import then you will enter into the import queue.

Here you need to add Cofiles.In menu Extras->Other request->ADD.

Here you need to add your request.

i hope it will help you.

kiran kumar .v

Former Member
0 Kudos

Hello Vivek,

The naming of data files and co files is case sensitive. Please make sure you are using capital letters in the name of data file and co file.

Check the file names for both datafie and cofile in /usr/trans/data and /usr/trans/cofile directores.

Data file names should start with a "R" and not "r" and co-file name with a "K" and not "k". Also ensure remains letters are capital ones.

I think this issue may be because of incorrect naming. Please corrrect it and let us know.

Another thing ensure that <sid>adm has read write access for both data as well co file.

Please award points if issue got solved.

Regards.

Ruchit