cancel
Showing results for 
Search instead for 
Did you mean: 

Sender not running

former_member268919
Participant
0 Kudos

Hi All,

We have SAP APO system of which the sender process is not running at OS level.

se.sap<SID>_DVEBMGS10 not running.

Can anyone let me know the procedure how to start process at OS and SAP level.

OS :- AIX SAP :- SAP APO

Regards, trev.

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member268919
Participant
0 Kudos

Hi All,

Thanks for help.

Regards,

Trev

former_member268919
Participant
0 Kudos
Hi:  Can anyone help me with my above query?  Regards, trev.
Former Member
0 Kudos

Hi,

Could you please check the steps from below thread:

http://scn.sap.com/thread/1313756

The sender process should automatically start from the START profile of the SAP instance.

Regards,

Srikishan

Former Member
0 Kudos

Hello,

Please get the syntax from the command rslgsend help with sidadm and start it manually.

Please make sure the following entries exist in your start profile for automatic restart along with sap instance.

#------------------------------------------------------------

# execute rslgsend

#------------------------------------------------------------

_SE =se.sap<SID>_DVEBMGS10

# create a link name for rslgsend

Execute_06 =local ln -s -f $(DIR_EXECUTABLE)/rslgsend

$(_SE)

# start the program, specifying the instance profile of the server

Start_Program_06   =local $(_SE) -F

pf=$(DIR_PROFILE)/<SID>_DVEBMGS10


Hope it helps.

Thanks,

Siva Kumar