cancel
Showing results for 
Search instead for 
Did you mean: 

tp ended with error code 0247 - addtobuffer has problems with data- and/or

former_member205101
Participant
0 Kudos

Hello Experts,

If you give some idea, it will be greatly appreciated.

This transported issue started coming after power outage, sap system went hard shutdown.

Then we brought up the system. Before that , we do not have this transport issue.

our TMS landscape is

DEV QA-PRD

SED-SEQSEP

DEV is having the TMS domain controller.

FYI:

*At OS level, when we do scp command using root user, it is fine for any TR.

....................................

In STMS, while adding TR in SEQ(QA system), we are getting error like this.

Error:

Transport control program tp ended with error code 0247

Message no. XT200

Diagnosis

An error occurred when executing a tp command.

Command: ADDTOBUFFER SEDK906339 SEQ client010 pf=/us

Return code: 0247

Error text: addtobuffer has problems with data- and/or

Request: SEDK906339

System Response

The function terminates.

Procedure

Correct the error and execute the command again if necessary.

This is tp version 372.04.71 (release 700, unicode enabled)

Addtobuffer failed for SEDK906339.

Neither datafile nor cofile exist (cofile may also be corrupted).

standard output from tp and from tools called by tp:

tp returncode summary:

TOOLS: Highest return code of single steps was: 0

ERRORS: Highest tp internal error was: 0247

Accepted Solutions (1)

Accepted Solutions (1)

sunny_pahuja2
Active Contributor
0 Kudos

Hi,

I think there is problem with ftp between 2 systems. I suggest you to manually copy datafile and cofile in your quality system and then add request manually in quality queue and check whether it imports successfully or not. If it imports without any problem then problem is in ftp between 2 server. Then remove all keys from .ssh/known_hosts, it should work.

Thanks

Sunny

former_member205101
Participant
0 Kudos

As i said if copy manually using scp command at OS level, it is done.

we have done transport successfully between DEV and QA using manual method.

Thanks for your answer.

Please can you elaborate this statement "Then remove all keys from .ssh/known_hosts, it should work."

Thanks

Praba

Former Member
0 Kudos

can you try ftp instead of SCP and see if it works . Also change the permissions and owner to your QA Sidadm and see what happens?

Answers (3)

Answers (3)

former_member205101
Participant
0 Kudos

Thanks everyone

Lakshmipathi
Active Contributor
0 Kudos

Check Note 634620 - CC-TOPIC: Error in the client transport as of WAS 6.10

thanks

G. Lakshmipathi

Former Member
0 Kudos

Hello Prabha,

Assuming that the scp is being performed from DEV system (DEVSYS) try the external command (in DEVSYS) as:

/usr/sap/trans/cofiles/K906339.SED SEQADM@QASYS:/usr/sap/trans/cofiles/

Regards.

Ruchit

former_member205101
Participant
0 Kudos

when we do scp using sm69,

SEDADM@DEVSYS:/usr/sap/trans/cofiles/K906339.SED SEQADM@QASYS:/usr/sap/trans/cofiles/.

it throws the error like below,

Host key verification failed.

External program terminated with exit code 1

Thanks

Praba