zoukankan      html  css  js  c++  java
  • BASISMonitoring in SAP Event Management

    Event Management Objects
    The following transactions are used to monitor SAP Event Management objects.
    • /SAPTRX/EH_LIST – Event Handler List
    The Event Handler List provides details about an Event Handler. It’s the equivalent of WE05 for Idocs.
      1. EH status
      2. Event Messages
      3. Error messages
      4. Parameters
      5. Tasks executed
      6. History
      7. Measurements, …
    • /SAPTRX/EE_MON - Expected Events Monitor
    Scheduled background job to continuously identify expected events that are past their expected date as set in the expected event extractor / expected event profile. If an event has exceeded the expected date, it’s status is updated to “Overdue” and any defined  expected event monitor activity will be executed e.g. Send an alert, email, …
    • /SAPTRX/EVM_STATUS - Event Message Processing Status List
    Lists system generated messages and data related errors for event messages
    • /SAPTRX/ER_MS_LIST - Event Message Processing Error List
    Lists problems during the event message process
    • /SAPTRX/LOCKED_PROC - Process Event Messages for Locked Event Handler
    • /SAPTRX/LOCKED_PSET - Process Locked Event Handler Sets
    • /SAPTRX/EMJOBS – Schedule background jobs for SAP EM
    Can check the overview of the related jobs using this transaction
    • /SAPTRX/ASAPLOG – Application log
    Use this transaction in the application System to view the details of errors during the creation of Application Object Types and Event Types
    • /SAPTRX/CONS_CHECK - Consistency Checks in Customizing
     
    qRFC Monitoring
    If you don’t use synchronous processing the SAP EM will make use of qRFC to communicate backwards and forwards with the Application System (AS)
    • SMQ1 – Outbound qRFC monitor
    The queue name here is determined in the BAdI on the AS that initiates the call to the SAP EM interface. See the documentation surrounding queuing in SAP EM.
    • SMQ2 – Inbound qRFC monitor

    General Monitoring
    The following are transactions that can also be used to help identify issues on the system.
    • SM58 - Transaction RFC monitor
    If you use tRFC to communicate with SAP EM from the AS the use this to process through any errors in this process
    • SM59 – RFC Definition
    Gain access to the RFC Trace file
    • SM37 – Job Monitor
    Check that the SAP EM jobs are correctly scheduled
    • SM21 – System Log
    • ST22 – Short Dumps
    • SM12 – Lock table
    • SM13 – Update errors
    • SM50, SM51, SM66 – Monitor Work processes on the system

    URL: http://erpgenie.com/index.php?option=com_content&task=blogcategory&id=75&Itemid=98 

  • 相关阅读:
    自动提示效果
    INF文件格式小结
    XP下IIS不能添加扩展名映射的BUG
    自动配置IE代理脚本
    基于多源数据画像的失败用例智能分析
    Hadoop中mapreduce作业日志是如何生成的
    从内存管理原理,窥探OS内存管理机制
    【伙伴故事】智慧厨电接入华为云+HarmonyOS,你的未来厨房长这样
    5步带你掌握工作流Activiti框架的使用
    华为云VSS漏洞扫描服务之开源组件漏洞检测能力
  • 原文地址:https://www.cnblogs.com/xiaomaohai/p/6157105.html
Copyright © 2011-2022 走看看