cancel
Showing results for 
Search instead for 
Did you mean: 

Automation Process in Support Activities

sateesh437
Participant
0 Kudos

Hi All,

    

     I am new to Support Activities for PI 7.1. So, I wanna make all the reports and health checks through automation process.

     Is there a way to make automation these process. If yes, Can anyone help me out from this.

Thanks in Advance........!

Regards,

Sateesh.

Accepted Solutions (0)

Answers (5)

Answers (5)

pooja_tiwari3
Participant
0 Kudos

Hello,

You can go through the blog below regarding Automation of PI /PO monitoring

1. ABAP stack monitoring automation using ABAP report :

http://scn.sap.com/community/pi-and-soa-middleware/blog/2013/10/04/using-report-program-to-automate-...





(contain ABAP code)


2. Alert configuration :



Thanks,

Pooja

sateesh437
Participant
0 Kudos

Hi All,

     Thank you very much for your quick replies.

But i'll perform all these actions in my daily health check reports but daily I am checking these actions manually is there any way to perform these actions automatic way or any program to run these T-Codes.
Please help me in this...!

former_member184720
Active Contributor
0 Kudos

You can configure alerts to get notified in case of any system failures...Avoids manual monitoring.

Please check below document on how to configure this..

http://scn.sap.com/docs/DOC-3804

For queue's(smq1 and smq2) you can check below.

http://scn.sap.com/people/santhosh.kumarv/blog/2009/05/19/sap-xipi-alerts-for-queue-errors

iaki_vila
Active Contributor
0 Kudos

Hi Sattesh,

I recommend you to search in the SCN search where you can find several  blogs and documents about this theme. Check these:

7.1 - http://scn.sap.com/docs/DOC-44526

7.3 - http://scn.sap.com/docs/DOC-35805

Regards.

Former Member
0 Kudos

Hi thanks for this two Docs

Good Information.

Thanks & Regards,

Seshu.

Former Member
0 Kudos

Hi Sateesh,

Propose these below monitoring activities.It will help you to provide better solution and you will face less number of priority tickets.

ABAP stack:-

  • sxmb_moni:-check the number of failed message and do the needful.
  • smq1 and smq2:-check the queue to see whether any message is stuck in queue and blocking other messages.You acn also see whether any queue is in stop or holding status.Outbound and inbound strucked queues related errors.
  • sm37:-check whether all background job is working fine or not.
  • sm58:-SM58 to check any tRFC related errors
  • Configure alert in your system.

Java Stakck:-

  • Check Communication channel:- To see status of the channel.
  • Check Message monitoring :-Both database overview and database ,to know the status of the messages in adapter engine.
  • Once in a week,you can also check the status of PI through Performance monitoring.You can get the complete information abt time taken by message to get processed.Which interface took maximum time to get processed. 

You can also prepare one excel dashboard to records the status of the system such as number of failed message,processed message,action taken against failed message and so on.It will help you to record your details and also while auditing it will help auditor to understand what you have done.Basically,it will be a systematic process.

Regards,

Abhi

manigram
Active Participant
0 Kudos

Hi,

Main monitoring activity in PI is monitoring the message in sxi_monitor, smq2, smq1 and adapter engine in Java stack. To monitor this SAP providing dashboard option, with this dashboard you can configure all SAP system and monitor it without lo-gin to the system.

Second thing is automatically restart the failed message, for this you have to configure the restart job.

For report generation you can use performance monitoring option.

Regards,

Manigandan

sateesh437
Participant
0 Kudos

Hi Ramasamy,

                    Can you explain about Dashboard option and restart job as well.

Thanks for your reply....!