cancel
Showing results for 
Search instead for 
Did you mean: 

RSXMB_RESTART_MESSAGES in PI 7.31 (Java Single Stack)

0 Kudos

Hi there,

We are migrating all our scenarios from PI 7.1 (dual stack) to PI 7.31 (Java Stack).

We have several reports implemented in the ABAP side of our dual stack PI for restarting messages, in those we use the report RSXMB_RESTART_MESSAGES for this purpose.

Now we have to migrate this reports ... implement their functionality via EJBs in the Java Stack PI.

Can´t find no information regarding Java standard functions for this ....

I need the equivalent of RSXMB_RESTART_MESSAGES in the Java stack.

¿Does anyone now how to do this via Java?

Thanks in advance.

Ivan.

Accepted Solutions (0)

Answers (3)

Answers (3)

AbinashNanda
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hello Alberto,

You can use the /pimon to define the restart jobs. Monitoring->Background Job Processing Monitor: Process Jobs. You can define job type as restart.

You have also lot of options in the Rules Tab.

Regards,

Abinash

rajasekhar_reddy14
Active Contributor
0 Kudos

Definetly there will be an alternative , no need to develop any modules

search in help documentation and raise OSS notes.

http://help.sap.com/saphelp_nw73ehp1/helpdata/en/7b/94553b4d53273de10000000a114084/frameset.htm

once you find a solution write a blog

nabendu_sen
Active Contributor
0 Kudos

Hi Alberto,

Don't think you can achieve the functionality of 'RSXMB_RESTART_MESSAGES' by writing any EJB module. If you also write the module, how you will call that? Also you can not schedule the EJB modules unlike 'RSXMB_RESTART_MESSAGES'.