cancel
Showing results for 
Search instead for 
Did you mean: 

tp finished with return code: 208

Former Member
0 Kudos

Hi,

Please chk the below statements

E:\usr\sap\trans\bin>tp connect ECD

sapparam: sapargv( argc, argv) has not been called.

sapparam(1c): No Profile used.

sapparam: SAPSYSTEMNAME neither in Profile nor in CommandlineThis is tp version 340.15.06 (release 640)

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,...)

Kindly let me know where exactly i am commiting mistake and with solution

GV

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi ,

It seems that you are giving this command from OS level.

This error comes generally because you are not giving profile name which is must for this command.So plz use tp -help to see what command you can use to test your tp connection.Generally this command is as

tp connect SID pf=transport profile name.

Thanks..

Mohit

Former Member
0 Kudos

HI

we go this error when type the tp command in sap erpehp5 6.0

C:\Users\aa1adm>tp connect AA1

tp=>sapparam(1c): No Profile used.

tp=>sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline

This is tp version 380.03.89 (release 720, unicode enabled)

E-TPSETTINGS could not be opened.

EXIT

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,...)

so how how can i find out the profile name ???

eargerly waiting for ur replay

regards

sharava

Former Member
0 Kudos

Hi Shravan,

Check this link

http://help.sap.com/saphelp_dimp50/helpdata/en/3d/ad5b9b4ebc11d182bf0000e829fbfe/content.htm

Usually the profile resides in /trans/bin dir for Unix.

Regards,

Samik

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi All,

I trace out the below info which I got form STMS.

This might give u a clear view.

11.10.09 17:33:47 TMSADM TMS_PS_READ_PROFILE_FROM_DISK READ_PROFILE_FAILED ECD 000

System ECD Command TMS_PM_READ_PROFILE

Client 000 Service tp Profile Service

User TMSADM Start Online

Date 11.10.2009 Function TMS_PS_READ_PROFILE_FROM_DISK

Time 17:33:47 Message READ_PROFILE_FAILED

File E:\usr\sap\trans\bin\TPPARAM could not be opened

for reading (No such file or directory)

Prashanth

Former Member
0 Kudos

ok got the point now.Since when you are getting this isse.

Go to RZ10 & check what is value set here.It seems that its local E:\usr\sap\trans.I think you have included system in transport domain .So change the DIR_TRANS value to that trans dir i.e. DIR_TRANS=
<host name of domain controller>\sapmnt\trans .I think you need a restart & after it should work fine.

Thanks..

Mohit

Former Member
0 Kudos

Hi All,

when I try with what u have suggested it doesent work still getting the same error

you can check whether I have given correct command

C:\Documents and Settings\ecdadm>tp connect ECD pf=TP_DOMAIN_ECD.PFL

sapparam: sapargv( argc, argv) has not been called.

sapparam(1c): No Profile used.

sapparam: SAPSYSTEMNAME neither in Profile nor in Commandline

This is tp version 340.15.06 (release 640)

E-TP_DOMAIN_ECD.PFL could not be opened.

EXIT

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

Error in TP_DOMAIN_ECD.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,...)

When I try the below command it shows the TP is working fine but when we obseve which in bold

E:\usr\sap\trans\bin>tp connect ECD pf=TP_DOMAIN_ECD.PFL

sapparam: sapargv( argc, argv) has not been called.

sapparam(1c): No Profile used.

sapparam: SAPSYSTEMNAME neither in Profile nor in CommandlineThis is tp version 340.15.06 (release 640)

Warning: Parameter DBHOST is no longer used.

Warning: Parameter DBNAME is no longer used.

Connection to Database of ECD was successful.

This is R3trans.exe version 6.09 (release 640 - 26.10.04 - 15:45:42).

R3trans.exe finished (0000).

tp finished with return code: 0

meaning:

Everything OK

If there are any environmentvariables to be set let me with the Name and Value.

Is there any thing i need to configure and when I test RSTPTEST it shows all in green Tick marks.

With Regards,

Prashanth.

Former Member
0 Kudos

Hi ,

Go to kernel directory & execute this command from taking command prompt from exe folder.This is general issue & i have done this several times.

Thanks..

Mohit

ashish_vikas
Active Contributor
0 Kudos

Ok, this should work irrespective of place where you are executing..

/usr/sap/SID/<instance>/SYS/exe/tp connect ECD pf=E:\usr\sap\trans\bin\TP_DOMAIN_ECD.PFL ..

and still it gives same error, we have some other issue.

@Mohit . As we are getting some return code 208 .. is'nt system is calling tp ?

Former Member
0 Kudos

Hi ,

Please try one thing.

Simply go to command prompt & simply type tp -help.If you are getting the help manu then its not problem of your tp.In case you are not getting it then its the issue of your tp connect.

please check for your tp first.

Thanks..

Mohit

ashish_vikas
Active Contributor
0 Kudos

HI Prashant,

As you are doing correctly from bin directory, it should take .pfl file as default as long you are doing it with sidadm user and it have proper environmental set for it.

Please try tp connect SID pf=transport profile name, it should work.

However it should also work without giving pf=transport profile.

If it works when you give pf=transport profile, please set environmental variable in your windows system and then verify.

ashish