cancel
Showing results for 
Search instead for 
Did you mean: 

STMS config error in 4.0B

Former Member
0 Kudos

I am trying to conifgure STMS in sap 4.0B system where my DEV is domain controller , i was having DOMAIN.CFG only under \usr\sap\trans\bin

So, i copied TPPARAM.NT from kernel to \usr\sap\trans\bin and renamed as TPPARAM which has below entries,

-


transdir =
<TRANSHOST>\sapmnt\trans\

alllog = ALOG$(syear)$(yweek)

syslog = SLOG$(syear)$(yweek).$(system)

<SID>/dbname = DEV

<SID>/dbhost = cssl-020

<SID>/r3transpath = R3trans.exe

<SID>/sapevtpath = sapevt.exe

<SID>/system_pf =
<SAPGLOBALHOST>\sapmnt\<SID>\SYS\profile\default.pfl

<SID>/impdp_by_event = yes

<SID>/dbcodepage = AMERICAN_AMERICA.WE8DEC

<SID>/dbconfpath = F:\oracle\ora81\network\ADMIN

<SID>/dbtye = ora

-


when i go into \usr\sap\trans\bin and give command

TP connect DEV

it returns with error as below.

-


E:\usr\sap\trans\bin>TP connect DEV

This is TP version 252.08.36 (release 40B) for ORACLE database

System DEV is not defined in TPPARAM


<TRANSHOST>\sapmnt\trans\tmp\SLOG0723.DEV.LOC: No such file or directory

PANIC --> exiting

tp returncode summary:

TOOLS: Highest return code of single steps was: 0

ERRORS: Highest tp internal error was: 0212

tp finished with return code: 212

meaning:

could not access file as supposed

-


Becav of this i am unable to configure STMS

Can anybody guide me

Best Regards,

AjitR

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

I have resolved the problem after few additional entries.