cancel
Showing results for 
Search instead for 
Did you mean: 

how to add request in the buffer

Former Member
0 Kudos

Hii All,

How to add request in the buffer in bulk.

i am using following command.

tp addtobuffer requestno <sid>

but after doing it is giving me the following error

C:\usr\sap\trans\bin>tp addtobuffer BWDK900161 BT1

^CThis is tp version 340.07 (release 640, unicode enabled)

E-TPSETTINGS could not be opened.

EXIT

ERROR: System : Parameter SAPEVTPATH not set. Batch jobs cannot be started.

Error in TPSETTINGS: transdir not set.

tp returncode summary:

TOOLS: Highest return code of single steps was: 0

ERRORS: Highest tp internal error was: 0208

tp finished with return code: 208

meaning:

error in transportprofil (param missing, unknown,...)

Pls help.

Regards,

Viren.

Accepted Solutions (1)

Accepted Solutions (1)

rolfc_weber
Contributor
0 Kudos

Hi,

I think you missed the specification of the transport profile to be used.

tp addtobuffer <requestno> <sid> pf=<path and name of transport profile>

(E.g.: pf=C:\usr\sap\trans\bin\TP_DOMAIN_???.PFL)

Regards

Rolf

Former Member
0 Kudos

Hi Rolf,

thax for your reply.

But still it is not working it shows following message.

C:\usr\sap\trans\bin>tp addtobuffer BWDK900051 BT1 pf=c\usr\sap\trans\bin\TP_DOM

AIN_BT1.PFL

This is tp version 340.07 (release 640, unicode enabled)

E-c\usr\sap\trans\bin\TP_DOMAIN_BT1.PFL could not be opened.

EXIT

ERROR: System : Parameter SAPEVTPATH not set. Batch jobs cannot be started.

Error in c\usr\sap\trans\bin\TP_DOMAIN_BT1.PFL: transdir not set.

tp returncode summary:

TOOLS: Highest return code of single steps was: 0

ERRORS: Highest tp internal error was: 0208

tp finished with return code: 208

meaning:

error in transportprofil (param missing, unknown,...)

Regards,

Viren.

Former Member
0 Kudos

Hi Rolf,

Thanx.

Actually i forgot ":" in path.

i should leave for the day it has 15 hrs.

Thanx any way.

Regards,

Viren.

0 Kudos

hi rolf,

If i want to add multiple request in buffer what should be the syntax.

tp addtobuffer HTPK915242 HTPK916293 HTP pf=/usr/sap/trans/bin/TP_DOMAIN_HTP.PFL

i am using this but this is giving error of wrong syntax

Answers (0)