我比较幸运,两个问题都一起碰到了,还好下面两个方案帮到了我,拿出来和大家分享:

先说Activate的时候持续黄灯:

Activation of M Records from DataStore Object Terminated

Q:

I am trying to activate the records in my ODS and getting the error above. I have been able to successfully load and activate many request, but now am having trouble with the activation. The record count hasn't increased, and I have looked at the setting in RSODSO_SETTINGS.

In the Monitor, if I look at the Status tab, it is green and show updated successfully. However, if I look at the Details Tab, this is where I see the error. Prior to the activation error, I see a couple red entries that read - "Process 000065 returned with errors". Then, "Process BCTL_D4F7R7KEUZ78FXJ3MO1RXM4Q4 could not be terminated. Terminate manually".

When I look at the contents on the ODS, it shows the same number in the New Data as the request I can't get to activate.

I've also tried correcting the error in RSRV-->Elementary Test-->ODS Objects-->Check the Status of the Generated Program of a Data Store Object and have had no luck.

Any direction would be greatly appreciated.

Keith J

——————————————————————————————————————————————

A:

Hi Keith Johnson & sheela

Thank you for youe response, I have solved the problem by deleting that particular request entry from the tables using se16

RSICCONT ,RSMONICDP & RSODSACTREQ .

Regards

S.Alamelou

源文档 <http://forums.sdn.sap.com/thread.jspa?threadID=1110498>

下面是DTP的黄灯:

Applies To

SAP BI 7.0

Summary

Sometimes there arises a situation, wherein you need to change the status of a request that is getting loaded via a DTP. This article describes the solution for this scenario.

Author's Bio

Rahul Bhandare is currently working in Patni Computer Systems Ltd as a SAP BW Consultant since last two years. He is mainly involved in Development & Production Support maintenance related work to SAP BI.

Scenario

Consider following situations

1.     DTP load for DSO is running more than its due time i.e. (taking more time to load data) and hence stays in yellow state for a long time and you want to stop the load to the DSO by changing the status of the loading request from yellow to red manually, but you deleted the ongoing background job for the DTP load.

2.     A master data load through DTP failed as the background job for DTP failed with a short dump and you want to start a new DTP load but you cannot as there is a message saying “The old request is still running”. You cannot change the status for the old request to red or green as there is message “QM-action not allowed for master data”. You cannot delete the old request due to the message “Request cannot be locked for delete”.

Solution

When old request in Scenario 1 & 2 is in yellow status and you are not able to change / delete the request, it’s actually in a pseudo status. This request sits in table RSBKREQUEST with processing type as 5 in data elements USTATE, TSTATE and this 5 is actually "Active" status which is obviously wrong.One of the possible solutions is to ask a basis person to change the status to 3 in both USTATE and TSTATE and then it allows reloading the data. Once the data is successfully loaded, you can delete the previous bad request even though it is still in yellow. Once the request is deleted, the request status gets updated as "4" in table RSBKREQUEST.

There is one more alternative solution, wherein you can manually change the status of the old request to red or green by using the function module RSBM_GUI_CHANGE_USTATE.

Following are the steps to change the QM Status of a yellow request to red/green by using RSBM_GUI_CHANGE_USTATE

1. Select Request Id from target.

2. Go to SE37 and execute the function module RSBM_GUI_CHANGE_USTATE.

3. Enter Request Id here and execute it.

4. Then change the status of the request to either red/green.

5. Request will have the status you selected in step 4 and delete the request if turned to red.

Related Content

For more information, visit the http://www.sdn.sap.com/irj/sdn/nw-bi

.

Disclaimer and Liability Notice

This document may discuss sample coding or other information that does not include SAP official interfaces and therefore is not supported by SAP. Changes made based on this information are not supported and can be overwritten during an upgrade.

SAP will not be held liable for any damages caused by using or misusing the information, code or methods suggested in this document, and anyone using these methods does so at his/her own risk.

SAP offers no guarantees and assumes no responsibility or liability of any type with respect to the content of this technical article or code sample, including any liability resulting from incompatibility between the content within this document and the materials and services offered by SAP. You agree that you will not hold, or seek to hold, SAP responsible or liable with respect to the content of this document.

DTP加载/ODS激活时持续黄灯的解决办法相关推荐

  1. 中标麒麟操作系统,yum安装软件时提示:“已加载插件:langpacks,无须任何处理“的解决办法

    中标麒麟操作系统,yum安装软件时提示:"已加载插件:langpacks,无须任何处理"的解决办法 通常都是由于yum仓库未包含你所要安装的那款软件造成. 解决办法: 输入如下命令 ...

  2. Django 无法加载静态文件(js,css,image)解决办法

    Django 无法加载静态文件(js,css,image)解决办法 按照这个配置成功: https://jingyan.baidu.com/article/8cdccae92ffc16315413cd ...

  3. DllMain加载其他DLL造成的死锁问题及其解决办法

    DllMain加载其他DLL造成的死锁问题及其解决办法 使用VS 2008新建一个MFC ActiveX工程,因为在工程里要用到GDI+.我习惯把初始化GDI+库的代码放在应用程序类的InitInst ...

  4. ie加载项存在残留是什么_Win7系统遇到IE加载项故障的原因及两种解决办法

    在我们使用的系统中,都是有自带的IE浏览器,当然在我们使用的Win7系统中也不例外,可是在使用浏览器的过程中,也会出现各种各样的情况,在出现问题的时候就要看你怎样进行解决了.而最近就有用户反映,在IE ...

  5. 小米净水器更换滤芯步骤和水龙头亮黄灯的解决办法

    [开篇序言] 众所周知,无论何种品牌的净水器,滤芯都是有一定使用寿命的,而不是一次性安装可永久使用,如果遇到无需换滤芯这类宣布,请远离,不靠谱.换滤芯,小米净水器也不例外,小米净水器从外到内,分别为P ...

  6. 加载JavaScript文件时nginx报::ERR_CONTENT_LENGTH_MISMATCH错误解决

    背景 最近安装mongodb出现了一些权限问题,改了一通权限后,虽然是装上了数据库,但是起nginx的时候,本地调试网页加载JavaScript文件时微信调试器报错 ::ERR_CONTENT_LEN ...

  7. PyQt5加载png图片无法显示出透明度的解决办法

    参考链接 pyqt5设置按钮透明度 PyQt5 加载 png 图片无法显示出透明度 博文小记 一.问题描述 我在使用 QLabel 控件,用 QPixmap 加载 png 图片时,发现原先有透明度的图 ...

  8. 【uniapp】sigmob广告加载失败:-5005、500422没有imei的解决办法(原创可用)

    问题 最近打算将开发的uniapp应用对接uni-ad广告中去,在对接sigmob的时候出现了以下问题:①错误码==-5005==,查询了以下官方文档,发现是说我频繁调用,可是并没有,我是在真机上测试 ...

  9. openlayers加载百度地图作为底图坐标偏移的解决办法

    openlayers加载天地图作为底图,在网上找了公开的服务资源,要做到百度地图与天地图之间切换,同样也从网上找到百度地图的服务资源但是在地图上坐标总是有偏差,最初的代码是这样的: var proje ...

最新文章

  1. EasyPHP-2.0b1+ Mantis-1.1.0安装及技巧
  2. Silverlight4实现三维企业网站
  3. spring-注入对象list
  4. python爬虫可以爬哪些山_从python爬虫,到更爱这个世界
  5. docker 运行 php nginx_docker搭建nginx+mysql+php
  6. 顺序容器及其常用函数
  7. java更改用户邮箱_git修改user.name 和user.email
  8. MongoDB 插入、更新、删除
  9. 2019 年,C# 还值得学习吗?
  10. js 操作java对象_[Java教程]js 对象操作 对象原型操作 把一个对象A赋值给另一个对象B 并且对象B 修改 不会影响 A对象...
  11. Exp4恶意软件分析 20154326杨茜
  12. 以太坊的POS共识机制(一)友善的小精灵 Casper
  13. Oracle数据库的下载与安装教程详解
  14. 如何改变报表在页面显示的大小和位置?
  15. Binder机制原理简述
  16. java毕业设计蜗牛兼职网mybatis+源码+调试部署+系统+数据库+lw
  17. 世界上第一套电子表格软件 —— VisiCalc
  18. MoveKit:一款功能强大的Cobalt Strike横向渗透套件
  19. macOS开启高性能模式
  20. tableau-时分秒计算

热门文章

  1. 【jzoj4598】【准备食物】【字典树】
  2. phpredis中文手册《redis中文手册》php版
  3. MD5加密——原理介绍
  4. 如何确定一个期刊是不是EI?
  5. matlab中eval的用法
  6. MIUI 10——启用与关闭开发者模式/开发者选项
  7. 【Baidu Apollo】3 定位
  8. 大华摄像头视频接入(一)
  9. 径向基函数拟合(RBF Fitting)
  10. PHP开发微信支付小微商户V3版本 图片上传、生成签名、平台证书获取、平台证书编号、敏感信息加密