cancel
Showing results for 
Search instead for 
Did you mean: 

Error in START profile!!!!

Former Member
0 Kudos

Hey SAP Gurus,

I have a problem with the START profile.

I seem to be getting the following error :-

SAPSYSTEMNAME WRE

INSTANCE_NAME DVEBMGS00

SAPSYSTEM 00

SAPGLOBALHOST erecci

_DB strdbs.cmd

W:Unknown parameter _DB , a check cannot be performed

Start_Program_02 immediate $(DIR_EXECUTABLE)\$(_DB) WRE

MS msgserver.exe

Start_Program_03 local $(DIR_EXECUTABLE)\$(_MS) pf=$(DIR_PROFILE)\WRE_DVEBMGS00_erecci

_DW disp+work.exe

Start_Program_04 local $(DIR_EXECUTABLE)\$(_DW) pf=$(DIR_PROFILE)\WRE_DVEBMGS00_erecci

_IGS igswd.exe

W:Unknown parameter _IGS , a check cannot be performed

Start_Program_06 local $(DIR_INSTANCE)\igs\bin\$(_IGS) -dir=$(DIR_INSTANCE)\igs -mode=all -sysname=WRE -sysno=00

Could any plZ comment on the problem.

Our system is SAP NetWeaver 2004 SR1.

Databse : Oracle 9.2.0.1

O.S. : Windows 2003 Server

Regards,

Ashish .A. Poojary

Accepted Solutions (0)

Answers (6)

Answers (6)

Former Member
0 Kudos

I missed out on putting the entry of instance profile in the start profile!!!

It's done !!!!

thanx for ur help!!!!

Former Member
0 Kudos

I tried Manikandan's script . Tat didn't work too.

I'v formatted the machine.

I'll be re-installing the system!!!

Regards,

Ashish .A. Poojary

Former Member
0 Kudos

Hello,

Please check/set (if they are not already there) following env params and give a go for importing profiles.

SAPSYSTEMNAME

SAPLOCALHOST

Hope this helps.

Manoj

Former Member
0 Kudos

Hi Ashish,

This issue may be due to the DIR_CT_RUN parameter not specified.Provide your kernel location to the DIR_CT_RUN parameter and retry

You can also replace your start profile with the below template to make it work

*****************************************************************************************

SAPSYSTEMNAME = <SID>

SAPGLOBALHOST = <hostname>

SAPSYSTEM = 01

INSTANCE_NAME = DVEBMGS<inst no>

DIR_CT_RUN = <kernel location>

DIR_EXECUTABLE = $(DIR_INSTANCE)\exe

DIR_PROFILE = $(DIR_INSTALL)\profile

PF = $(DIRPROFILE)\<SID>_DVEBMGS<inst no>_<hostname>

#----


  1. Copy SAP Executables

#----


Start_Program_00 = immediate $(DIR_CT_RUN)\sapcpe$(FT_EXE) pf=$(_PF)

#----


  1. Start ABAP database

#----


DB = $(DIRCT_RUN)\strdbs.cmd

Start_Program_01 = immediate $(_DB) <SID>

#----


  1. Start SAP messaging service

#----


MS = $(DIREXECUTABLE)\msg_server$(FT_EXE)

Start_Program_02 = local $(_MS) pf=$(_PF)

#----


  1. Start application server

#----


DW = $(DIREXECUTABLE)\disp+work$(FT_EXE)

Start_Program_03 = local $(_DW) pf=$(_PF)

#----


  1. Start internet graphics server

#----


IG = $(DIREXECUTABLE)\igswd$(FT_EXE)

Start_Program_04 = local $(_IG) -mode=profile pf=$(_PF)

************************************************************************************************************

Regards, Mani

Former Member
0 Kudos

Hey Jazz,

NO!! Not while starting the system!!!

I'v just installed the system and processding with the POST CONFIGURATION steps.

During the process of importing the START profile I get this Error.

Regards,

Ashish .A. Poojary

JPReyes
Active Contributor
0 Kudos

Is this when trying to import them in RZ10?...

If so ignore this, as long as youre able to display them in RZ10 and its running properly at startup you'll be fine.

Regards

Juan

Former Member
0 Kudos

what exactly are you trying to do? when do you get this error? while starting up sap system?