SAP BW维护项目中的常见问题 沧海

摘要:
Belowaresomeoftheerrorsinasupportprojectwhichwillbeagreathelpfornewlearners:1)RFCconnectionlost.A)WecancheckoutintheSM59t-codeRFCDestination+R/3connectionCRDclient(ourr/3client)doubleclick..testconnec

Below are some of the errors in a support project which will be a great help for new learners:

1) RFC connection lost.
A) We can check out in the SM59 t-code
RFC Destination
+ R/3 connection
CRD client (our r/3 client)
double click..test connection in menu

2) Invalid characters while loading.
A) Change them in the PSA & load them.

3) ALEREMOTE user is locked.
1) Ask your Basis team to release the user. It is mostly ALEREMOTE.
2) Password Changed
3) Number of incorrect attempts to login into ALEREMOTE.
4) USE SM12 t-code to find out are there any locks.

4) Lower case letters not allowed.
A) Uncheck the lower case letters check box under "general" tab in the info object.

5) While loading the data I am getting messeage that 'Record the field mentioned in the errror message is not mapped to any infoboject in the transfer rule'.
A)

6) Object locked.
A) It might be locked by some other process or a user. Also check for authorizations

7) "Non-updated Idocs found in Source System".
A) Check whether any TRFC s strucked in source system. You can check it in SM58. If no TRFC s are there then better trigger the load again i.e., change the status to red, delete the bad request and run the load. Check whether the load is Delta or Full. If it is full just go ahead with the above step.

If it is Delta check wheteher it is source system or BW. If it is source system go for repeat delta. If it is BW then you need to reset Data Mart status.

8) While loading master data, one of the datapackage has a red light error message: Master data/text of characteristic ZCUSTSAL already deleted.
A)

9) Extraction job aborted in r3
A) It might have got cancelled due to running for more than the expected time, or may be cancelled by R/3 users if it is hampering the performance.

10) Request couldn't be activated because there is another request in the psa with a smaller sid
A)

11) Repeat of last delta not possible.
A) Repeat of last delta is not a option, but a mandate, in case the delta run failed. In such a case, we cant run the simple delta again. The system is going to run a repeat of last delta, so as to collect the failed delta's data again as well as any data collect till now right from failure.

For repeat of last delta to be run, we should have the previous delta failed. Lets assume, in your case, I am not sure, if the delta got falied or deleted. If this is a deletion, then we need to catch hold of the request and make the status to red. This is going to tell the system that the delta failed(although it ran successfully, but you are forcing this message to the system). Now, if you run the delta info package, it will fetch the data related to 22nd plus all the changes from there on till today.

An essential point here, you should not have run any deltas after 22nd till now. Then only repeat of last delta is going to work. Otherwise only option is to run a repair full request with data selections, if we know selection parameters.

12) Datasource not replicated
A) Replicate the datasource from R/3 through source system in the AWB & assign it to the infosource and activate it again.

13) Datasource/transfer structure not active.
A) Use the function module RS_TRANSTRU_ACTIVATE_ALL to activate it

14) ODS activation error.
A) ODS activation errors can occur mainly due to following reasons-
1.Invalid characters (# like characters)
2.Invalid data values for units/currencies etc
3.Invalid values for data types of char & key figures.
4.Error in generating SID values for some data.

免责声明:文章转载自《SAP BW维护项目中的常见问题 沧海》仅用于学习参考。如对内容有疑问,请及时联系本站处理。

上篇6.15cell函数总结下篇

宿迁高防,2C2G15M,22元/月;香港BGP,2C5G5M,25元/月 雨云优惠码:MjYwNzM=

相关文章

梅森公式

$P=frac{1}{Delta}sumlimits_{k=1}^np_kDelta_k$ $P$:传递函数 $n$:前向通路总数          前向通路:从输入到输出,每个节点只经过一次。 $Delta$:流图特征式,$1-sum L_a + sum L_bL_c - sum L_dL_eL_f + ldots$                 $s...

swipe.js 轻松实现手机端滑动效果

插件下载地址 官网:http://www.swipejs.comgithub:https://github.com/bradbirdsall/Swipe 插件特色 swipe.js是一个比较有名的触摸滑动插件,它能够处理内容滑动,支持自定义选项,你可以让它自动滚动,控制滚动间隔,返回回调函数等。经常可见使用在移动开发中 使用方法 HTML代码如下: <...

数学基础系列(二)----偏导数、方向导数、梯度、微积分

一、偏导数 对于一元函数y=f(x)只存在y随x的变化,但是二元函数z=f(x,y)存在z随x变化的变化率,随y变化的变化率,随x﹑y同时变化的变化率。如下图所示 1、偏导数定义 设函数$z=f(x,y)$在点(x0,y0)的某个邻域内有定义,定y=y0,一元函数$f(x_{0},y_{0})$在点x=x0处可导,即极限$limlimits_{Delta...

jquery 鼠标滚轮事件 插件 Mousewheel

jquery插件默认是不支持鼠标中轮滚轮事件的,现在我们可以用于添加跨浏览器的鼠标滚轮支持可以使用jquery的Mousewheel插件。 使用mousewheel事件有以下两种方式: 使用mousewheel和unmousewheel事件函数; 使用经典的bind和unbind函数。 JavaScript Code复制内容到剪贴板 $('div.m...

ADADELTA: AN ADAPTIVE LEARNING RATE METHOD

目录 引 主要内容 算法 ADADELTA 代码 引 这篇论文比较短,先看了这篇,本来应该先把ADAGRAD看了的。普通的基于梯度下降的方法,普遍依赖于步长,起始点的选择,所以,受ADAGRAD的启发,作者提出了一种ADADELTA的方法。 [Delta x_t = -frac{mathrm{RMS}[Delta x]_{t-1}}{math...

哈尔滨工业大学计算机学院-自然语言处理-课程总结

1. 前言 自然语言处理是关毅老师的研究生课程。 本博客仅对噪声信道模型、n元文法(N-gram语言模型)、维特比算法详细介绍。 其他的重点知识还包括概率上文无关文法(PCFG)、HMM形式化定义、词网格分词等等,比较简单,不做赘述。 2. 噪声信道模型 2.1 噪声信道模型原理 噪声信道模型的示意图如下所示: 该模型的目标是通过有噪声的输出信号试...