cancel
Showing results for 
Search instead for 
Did you mean: 

TP Command not found

Former Member
0 Kudos

Hi,

I'm trying to run the TP command at OS level to import a transport request.

I've check that the Cofiles and data are in their respective directory.

I went to the usr/sap/trans/sap directory to run the tp command. And its giving an error say that the command tp is not found.

Do I need to setup any classpath in order for it to point to the tp command?

Thanks

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi Jason,

Just follow below command:

tp addtobuffer SIDK9xxxxx SID pf=TP_DOMAIN_SID.PFL

You should run the same from /usr/sap/trans/bin directory

Regards

Nick Loy

Former Member
0 Kudos

error during TP Addtobuffer

former_member185031
Active Contributor
0 Kudos

use this

tp addtobuffer IDEK919532 IDE pf=TP_DOMAIN_IDE.PFL

at /usr/sap/trans/bin directory

Regards,

Subhash

former_member204746
Active Contributor
0 Kudos

your kernel directory is not in your Unix PATH. simply add it:

for csh:

setenv PATH /sapmnt/SID/exe:$PATH

for sh:

set PATH=/sapmnt/SID/exe:$PATH ; export PATH

Former Member
0 Kudos

Hi,

Jason you should run that from your kernel directory.

/usr/sap/SID/SYS/exe/run

Regards

Nick Loy

Former Member
0 Kudos

Thanks for all the advice.

WIll try it out.

Former Member
0 Kudos

Hi,

I tried the TP command under the /usr/sap/<SID>/SYS/exe/run directory. I got the following error when i try to perform tp addtobuffer <transport number> DEV <PLF>.PLF

The error is "process ended by signal 5"

Any help will be greatly appreciated

Former Member
0 Kudos

Hi,

You can run tp command from the /usr/sap/SID/SYS/exe dir or you can set env as

SHLIB_PATH=/sapmnt/SID/exe..

Mahesh