cancel
Showing results for 
Search instead for 
Did you mean: 

Reg:Process se.sap<SID>_<xx> is not running

Former Member
0 Kudos

Hi Experts,

We are facing an issue with process,se.sap<SID>_<XX> in one of our production servers

When ever the server gets restarted,the process doest gets restarted.

Kindly help us start the process,se.sap<SID>_<XX>

Thanks in advance

Rgds

Venu

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

the has been resolved after resolving the port conflict

ashish_vikas
Active Contributor
0 Kudos

hey !

I am not sure if you have not solved this but this is the process you have to use :

Rename SYSLOGJ to SYSLOGJ.old as shown below :

a) cd /usr/sap/<SID>/SYS/global

b) mv SLOGJ SLOGJ.old

Then start the service with the following commands :-

a) cd /usr/sap/<SID>/DVEBMGS<nr>/work/

b) rm se.sap<SID>_DVEBMGS<nr>

c) Create a soft link:

ln -s -f /sapmnt/<SID>/exe/rslgsend se.sap<SID>_DVEBMGS<nr>

d) Start the se.sap<SID>_DVEBMGS<nr> process :

se.sap<SID>_DVEBMGS<nr> pf=/sapmnt/<SID>/profile/<SID>_DVEBMGS<nr>_<hostname> -F &

Let me know if this des not work ..

Ashish

Former Member
0 Kudos

Hello,

Is the solution applicable as well if you have problems starting the co.sap process?

Yes, there is an error in stderr3 --unable to read half a record. This occured during a failover test last month.

Thanks

ashish_vikas
Active Contributor
0 Kudos

Hello,

Yeah, this is valid for both se & co process.. just make changes between co ans se. ..

ashish

Former Member
0 Kudos

there must be a stderr file in usr/sap/SID/DVEBMSG??/work directory

probably stderr3

*The error message will be stored in that file ,also command to start it will be there *

command is like se.sap???? -F pf =

try starting it again with the command

Search for SAP notes depending on the error message

Former Member
0 Kudos

Have a look at your startsap_<XX>.log file.

What does it say about starting se.sap<SID>_<XX> ?

Any error messages?