标准的RSMO事务代码能实现什么样的功能

简介:

In RSMO, We have to check the successful, running and failed objects.

When you select Successful one it shows how many records are there in the source system and how many records will be added to BW.

RSMO Transaction is same like Monitor Screen when you schedule any Info Package and monitor. 

Only difference is in the Left Panel you can see all the Jobs Completed, Active & Erroneous for the entire Day 

When you select running (Yellow color), that means it is still running. If the object is running for a long time then we have to check, why it is running from long time. Select and check for pervious data how much time that it takes. And analysis for the time taken.

When you select the failed (Red color), that means that the object is failed. First select that failed one, on the right side one more screen will come. 

Header, status and details. In header is shows the data target, type of update, infopackage, infosource, selections, request etc. In Status tab, it shows some error message, 

Click on error message in down, it shows some message regarding that particular failure. In Details tab we have to check the extraction is over or not and at what step the data is loaded etc.
 

RSMO is a transaction where you can find all the loads currently running in the system.

There are two ways for opening load monitor in BI7.

1) tcode RSMO

2) RSA1-> Administration tab -> Monitors -> Load Monitor

Once you enter the transaction, you can see the various loads information.

Select the tree button to set what all information you require for a load and in which order.

Select the filter button to set the range of date for which you want to see the loads 
eg: today 
yesterday and today 
in the past week etc....

You can find loads of three status types

1) successful(green)

2) currently running(yellow)

3) failed(red)

When you click any load on the right side a information for the particular load will appear.

On the header tab you can see the information related to the load like request number, data source system, infosource, data targets if any, type of load etc...

In the status tab you get to know the technical and total status of the load and if the load has failed you can see the error message button and application log button as well

In the details tab you will get the following information.

- R for Requests says whether the request is working in general ok or not 
- E for Extraction says whether data received and scheduled. How many records are sent for extraction and how many are received for extraction. 
- T for Transfer IDocs indicates how many data packages are there for extraction and how many records arrived in each data packages for extraction. 
- P for processing indicates transfer rules, update rules and update and processing have any errors or not. 
- P for Process Chain will indicate whether it worked ok or not if there is a process chain and load is successful or not.

If you have any subsequent steps like ods activation in the PC for that load, you will get the status of that step also here.

专注于企业信息化,最近对股票数据分析较为感兴趣,可免费分享股票个股主力资金实时变化趋势分析工具,股票交流QQ群:457394862
分类:  SAP BI

本文转自沧海-重庆博客园博客,原文链接:http://www.cnblogs.com/omygod/archive/2011/12/16/2290184.html,如需转载请自行联系原作者
目录
相关文章
|
JavaScript 前端开发 图形学
WebGL 技术详解
【10月更文挑战第7天】
666 132
html动态爱心代码【附源码】
html动态爱心代码【附源码】
516 0
|
Go 数据安全/隐私保护
Mutex正常模式与饥饿模式
在Go中,sync包提供了一种称为Mutex(互斥锁)的机制来实现对共享资源的并发访问控制。Mutex有两种模式:正常模式和饥饿模式。
485 0
|
SQL 网络协议 jenkins
一篇文章掌握彻底掌握 FTP 服务器的 ACTIVE 与 PASSIVE 工作模式
一篇文章掌握彻底掌握 FTP 服务器的 ACTIVE 与 PASSIVE 工作模式
|
存储 小程序 开发工具
aui
AUI Kits低代码集成工具是音视频终端SDK提供的基于AUI Kits框架,面向泛娱乐场景的互动直播能力,您可以根据业务需求复用AUI Kits低代码集成工具中的功能模块,快速搭建互动直播、电商直播等功能,降低研发成本和周期,提升业务效果。
307 1
|
机器学习/深度学习 Apache C++
MXNet简介
轻量级,便携式,灵活的分布式/移动深度学习,具有动态,突变感知的数据流 Dep 调度程序; 适用于Python,R,Julia,Scala,Go,Javascript等,详情请参考:https://mxnet.apache.org GitHub地址:https://github.com/apache/incubator-mxnet Apache MXNet(孵化)是一个深度学习框架,旨在提高效率和灵活性。
2599 0
|
存储 编解码 数据挖掘
VOD(Video on Demand)
VOD(Video on Demand)是指视频点播,是一种通过互联网或其他数字传输网络,在用户需求下,按照用户选择的节目或者内容,随时、任意、快速地进行点播的服务。通俗地说,就是用户可以随时随地通过网络观看自己选择的视频内容,而不需要等待节目的播出时间。
1160 1
|
存储 安全 数据处理
阿里云oss存储简介
阿里云oss(对象存储服务)是阿里云提供的一种面向海量数据存储的解决方案。它是一种经济高效且具有高可扩展性的云存储服务,可用于存储和传输大规模的非结构化数据。阿里云oss存储以其高可用性、灵活性和安全性而备受用户的欢迎。
|
存储 弹性计算 监控
阿里企业邮箱_阿里云邮箱_钉邮_企业邮箱收费标准
阿里企业邮箱_阿里云邮箱_钉邮_企业邮箱收费标准,阿里邮箱是阿里云自主研发的,基于飞天平台自主研发的云原生分布式邮箱系统,阿里邮箱提供免费版、标准版、尊享版和集团版,企业邮箱版本不同支持的账号数也不同,共享网盘容量和个人网盘容量均不同,阿里云百科来详细介绍下阿里云企业邮箱
578 0
|
Java
使用logback输出日志总结
使用logback输出日志总结
816 0
使用logback输出日志总结