Master data load gives dump with exception CX_RSR_X_MESSAGE

Hi all,
I scheduled master data load for 0MATERIAL in our BI 7.0 Quality server. The load ended in dump with the exception CX_RSR_X_MESSAGE. The data has loaded into PSA( 37257 from 37257 records) but the technical status is red and has not updated the master data object.
I have seen note 615389 which talks about number range but the check is successful. The data load was successful in development server. This error has occured only in Quality.
We are on SP 12 in BI 7.0.
We are moving to production soon, so this is an urgent issue. I would appreciate if anyone responds soon. Points will be rewarded.
with regards,
Ashish

Hi,
The log of the dump is given below.
Error analysis
An exception occurred which is explained in detail below.
The exception, which is assigned to class 'CX_RSR_X_MESSAGE', was not caught
and
therefore caused a runtime error.
The reason for the exception is:
No text available for this exception
Information on where terminated
Termination occurred in the ABAP program "SAPLRRMS" - in "RRMS_X_MESSAGE".
The main program was "SAPMSSY1 ".
In the source code you have the termination point in line 78
of the (Include) program "LRRMSU13".
Source Code Extract
Line
SourceCde
48
*... Nachricht an den Message-Handler schicken
49
50
*... S-Meldung wenn kein Handler initialisiert
51
DATA: l_type  TYPE smesg-msgty,
52
l_zeile TYPE rrx_mesg-zeile.
53
CALL FUNCTION 'MESSAGES_ACTIVE'
54
IMPORTING
55
zeile      = l_zeile
56
EXCEPTIONS
57
not_active = 1.
58
IF sy-subrc NE 0.
59
l_type = 'S'.
60
ELSE.
61
l_type = 'W'.
62
ENDIF.
63
64
CALL FUNCTION 'RRMS_MESSAGE_HANDLING'
65
EXPORTING
66
i_class  = 'BRAIN'
67
i_type   = l_type
68
i_number = '299'
69
i_msgv1  = i_program
70
i_msgv2  = i_text.
71
ELSE.
72
DATA: l_text  TYPE string,
73
l_repid TYPE syrepid.
74
75
l_repid = i_program.
76
l_text  = i_text.
77
>>>>>
RAISE EXCEPTION TYPE cx_rsr_x_message
79
EXPORTING text = l_text
80
program = l_repid.
81
ENDIF.
82
83
ENDFUNCTION.
I went to SM21 and went through the system log.  There was a log with the following text  ORA-20000: Insufficient privileges#ORA-06512: at
"SYS.DBMS_STATS", line 2150#ORA-06512: at "SYS.DBMS_STATS.
I found a note 963760 for this error. After the changes said in this note were done I reloaded the data and it worked fine. Data load for another data source which gave dump now worked.
I am not sure if the note did the trick. So i am keeping this post open in case someone finds another solution or can confirm the solution which worked for me.
Thanks Oliver and Oscar, for replying.
regards,
Ashish

Similar Messages

  • Error:UNCAUGHT_EXCEPTION while loading data with exception  CX_RSR_X_MESSAG

    Hi,
    Ours is a fresh installation..
    When i am loading for the first time till PSA it is successful..
    As HR data sources are 3.5 datasources, i am loading cube via infopackage..
    When i start the load to cube it is giving me dump with exception CX_RSR_X_MESSAG.
    i checked note  615389 which talks about "buffering of number range object BIM9999998".  the 0REQID is not buffered, but it does not throw any error msg in RSRV to correct the error..
    and one more note 1157796 which talks about patches with version BI 7.0.
    Now we are in BI 730 with heighest level 0005.
    Not sure how to solve this error
    Any ideas?

    S Simran wrote:
    Hi,
    >
    > Ours is a fresh installation..
    >
    > When i am loading for the first time till PSA it is successful..
    >
    > As HR data sources are 3.5 datasources, i am loading cube via infopackage..
    >
    > When i start the load to cube it is giving me dump with exception CX_RSR_X_MESSAG.
    >
    > i checked note  615389 which talks about "buffering of number range object BIM9999998".  the 0REQID is not buffered, but it does not throw any error msg in RSRV to correct the error..
    >
    > and one more note 1157796 which talks about patches with version BI 7.0.
    >
    > Now we are in BI 730 with heighest level 0005.
    >
    > Not sure how to solve this error
    >
    > Any ideas?
    What's your SP? Are you having any master data updates left unattended? Check the Master data objects, check the flows. Related SAP Notes : 914304 / Check 967202(SP10) and 998673(SP11), 1157796, 763203 and 615389
    Edited by: Arun Bala G on Feb 12, 2012 9:50 PM

  • Master Data Load - Number records not match

    I am loading the 0PLANT table.  In R3, it shows 966 records.   After running the InfoPackage, there are 966 records in the PSA, none in error.  But I get a message - Number of records  requested does not match number transferred (packet 1).
    This is a first use of a new source system to this BW.  All master data loads give me the same error.
    What is setup wrong?

    Hello RoberT,
    & How r u ?
    For the same 0PLANT we load data on daily basis. Not only for this but also for more Master Data Objects. For some of them we used to get this message but not as an Error. On pressing the Update Tree (Refresh) it will change the status.
    Anyway u got the records in the PSA so there is no problem with the data load. What signal u find in the Monitor ? Yellow or Red ? If yellow wait for some time, press Update Tree.
    Best Regards....
    Sankar Kumar
    +91 98403 47141

  • Problem with Master Data Load

    Dear Experts,
    If somebody can help me by the following case, please give me some solution. Iu2019m working in a project BI 7.0 were needed to delete master data for an InfoObject material. The way that I took for this was through tcode u201CS14u201D. After that, I have tried to load again the master data, but the process was broken and the load done to half data.
    This it is the error:
    Second attempt to write record 'YY99993' to /BIC/PYYYY00006 failed
    Message no. RSDMD218
    Diagnosis
    During the master data update, the master data tables are read to determine which records of the data package that was passed have to be inserted, updated, or modified. Some records are inserted in the master data table by a concurrently running request between reading the tables at the start of package processing and the actual record insertion at the end of package processing.
    The master data update tries to overwrite the records inserted by the concurrently running process, but the database record modification returns an unexpected error.
    Procedure
    u2022     Check if the values of the master data record with the key specified in this message are updated correctly.
    u2022     Run the RSRV master data test "Time Overlaps of Load Requests" and enter the current request to analyze which requests are running concurrently and may have affected the master data update process.
    u2022     Re-schedule the master data load process to avoid such situations in future.
    u2022     Read SAP note 668466 to get more information about master data update scheduling.
    Other hand, the SID table in the master data product is empty.
    Thanks for you well!
    Luis

    Dear Daya,
    Thank for your help, but I was applied your suggesting. I sent to OSS with the following details:
    We are on BI 7.0 (system ID DXX)
    While loading Master Data for infoobject XXXX00001 (main characteristic in our system u2013 like material) we are facing the following error:
    Yellow warning u201CSecond attempt to write record u20182.347.263u2019 to BIC/ XXXX00001 was successfulu201D
    We are loading the Master data from data source ZD_BW_XXXXXXX (from APO system) through the DTP ZD_BW_XXXXX / XXX130 -> XXXX00001
    The Master Data tables (S, P, X) are not updated properly.
    The following reparing actions have been taken so far:
    1.     Delete all related transactional and master data, by checking all relation (tcode SLG1 à RSDMD, MD_DEL)
    2.     Follow instructions from OSS 632931 (tcode RSRV)
    3.     Run report RSDMD_CHECKPRG_ALL from tcode SE38 (using both check and repair options).
    After deleting all data, the previous tests were ok, but once we load new master data, the same problem appears again, and the report RSDMD_CHECKPRG_ALL gives the following error.
    u201CCharacteristic XXXX00001: error fund during this test.u201D
    The RSRV check for u201CCompare sizes of P and X and/or Q and Y tables for characteristic XXXX00001u201D is shown below:
    Characteristic XXXX00001: Table /BIC/ PXXXX00001, /BIC/ XXXXX00001 are not consistent 351.196 derivation.
    It seems that our problem is described in OSS 1143433 (SP13), even if we already are in SP16.
    Could somebody please help us, and let us know how to solve the problem?
    Thank for all,
    Luis

  • Master Data loading in BPC 7.5 with prefix

    Hi Gurus,
    I need a help in master loading in BPC 7.5
    Currently we are loading GL account with prefix of A and controlling area(COA1)
    BI:0000600000
    BPC: ACOA10000600000
    I have maintained logic in the transformation file as below. Z001 represents the hierarchy Node.
    ID=IF(ID(1:4)=STR(Z001) then STR(A)+ID;STR(A)0CO_AREAID)
    Now client has came with new requirement as below
                               BI                   BPC
    GL Acc               0000600000     A_600000
    GL Node             Z00113            Z001_13
    GL Node             Z00213            Z002_13 
    For the above requirement i have maintained the logic in the transformation file as below. when running master data load package i got the error as
    Line 755 :Command failed ; end position is out of record index
    ID=IF(ID(1:4)=STR(Z001) then STR(Z001_)+ID(5:12);STR(A_)+ID(5:12))
    I need your help in modifying the logic in the transformation file for handling the above requirement.
    And also for handling two hierarchy Z001 and Z002.
    Thanks
    Mahesh

    Hi,
    Your command should like:
    ID=*IF(ID(1:4)=*STR(Z001) then *STR(Z001_)+ID(5:6);*STR(A_)+ID(5:10))
    Hope this helps.

  • Problem with the master data loads

    Hi Guys,
                 I am trying to load 0MATERIAL_ATTR in QA,but it is throwing error(Record 2 :0MATERIAL : Data record 2 ('000000000000000012 '): Version '000000000000000012 ' is not va ) and also similar error is coming when i load for 0VERSION(Record 1 :0VERSION : Data record 1 ('000E '): Version '000 ' is not valid ).
    but for the same master data object in development with the same R/3 data the loads are successful,only in QA it is giving the problem.

    Hi Abdul,
    Check if the data you are getting for the two fields in your data loading are correct. I think it has some illegal characters(I guess it has a trailing space). If possible try and correct it in the source system itself.
    If you are doing full load for the master data, everytime the system is going to pull these values in and throw error. One other way of avoiding it will be to maintain routines to eliminate these.
    The quickfix will be to correct it at the PSA level and load it again.
    Regards.

  • Master Data loading got failed: error "Update mode R is not supported by th

    Hello Experts,
    I use to load master data for 0Customer_Attr though daily process chain, it was running successfully.
    For last 2 days master data loading for 0Customer_Attr got failed and it gives following error message:
    "Update mode R is not supported by the extraction API"
    Can anyone tell me what is that error for? how to resolve this issue?
    Regards,
    Nirav

    Hi
    Update mode R error will come in the below case
    You are running a delta (for master data) which afils due to some error. to resolve that error, you make the load red and try to repeat the load.
    This time the load will fail with update mode R.
    As repeat delta is not supported.
    So, now, the only thing you can do is to reinit the delta(as told in above posts) and then you can proceed. The earlier problem has nothing to do with update mode R.
    example your fiorst delta failed with replication issue.
    only replicating and repeaing will not solve the update mode R.
    you will have to do both replication of the data source and re-int for the update mode R.
    One more thing I would like to add is.
    If the the delat which failed with error the first time(not update mode R), then
    you have to do init with data transfer
    if it failed without picking any records,
    then do init without data transfer.
    Hope this helps
    Regards
    Shilpa
    Edited by: Shilpa Vinayak on Oct 14, 2008 12:48 PM

  • Error in Setting lock for Master Data Load

    Hi Team,
    I encounter the following error while uploading the Masterdata
    "Lock NOT set for: Loading master data attributes
    Attributes of characteristic 0BPARTNER are locked by terminated change run 465451241"
    I Performed the following steps
    1) Checked if any active jobs (change run jobs) running in the system. But no jobs running.
    2) RSATTR->infoobject list-> no infoobject found
    3)Tried after sometime ,but load continue to fail
    Could anyone help to solve the problem
    thanks
    Bala

    Hi Bala,
    Check in SM12 if there are any locks exist with the change run number?
    First check if there are any Master data loads running related to it?
    Check in the Attribute change run screen if there are any change run steps are running?
    Once after checking the above if no locks exist and no master data is running then check the below steps
    1. Run RSA1 transaction
    2. Tools -> Apply Hierarchy/Attibutes Change(or direct transaction RSATTR)... menu option
    3. Click at "Monitor and Start terminated Change Runs" button (at the bottom of the screen)
    4. Click "Reset Status" button at Run ID 465451241
    NOTE: this is not recommended, to unlock the locks better to wait till the locks get relased.
    If still the error message persists then we can use a FM in se37 in serious cases which was not recommended by SAP...
    Use RSDDS_AGGR_MOD_CLOSE in se37 and execute--->there give ur failed change run no(465451241) beside I_CNSID and execute...
    It releases all the locks by that change run....and continue with your further work/jobs...
    Regards
    KP

  • About Master data loading

    How the Master data will be loaded from R/3  to BW?
    Just u give detailed answer and if possible navigation. and if any important points are related with it, just u tell me.

    Hi
    Go through these links..........
    http://help.sap.com/saphelp_nw04/helpdata/en/58/a4513ce4af0a40e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/c8/e92637c2cbf357e10000009b38f936/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/c4/b007720ae4c248b945bb16f24bba31/frameset.htm
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/help/sdn_nw04/sapdocu/netweaver/webas/630/helpdata/en/fa/9a2096e32f11d1a5370060087a79ea/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/80/1a634be07211d2acb80000e829fbfe/content.htm
    Re: Master data identification
    Master Data Loading Steps?
    Master Data Extraction
    hope it is helpful..................
    assign points...
    GTR

  • Error in Master data load because of ###

    Hello,
    I am getting an error in master data load.
    The problem is ####### symbols are encountered in few records.
    We have defined a formula to replace the ### with S in transfer structure.
    But still it does not replace the #### symbols and gives error.
    But when I insert the ####### symbols manually in PSA and try to load it is replaced with the formula definition and loads the data.
    Suggestions required urgently…
    Thanks in advance
    Ram

    Hello srikanth,
    Check the code below.
    I have used it in the update rule to replace the #### symbol with A.
    But when i check in debug mode it is not recognizing this symbol and sy-subrc ia always 4.
    GV_STRING = COMM_STRUCTURE-/BIC/XXX
    FIND '#' in R_STRING.
    IF SY-SUBRC = 0.
    REPLACE ALL OCCURRENCES OF '#' in R_STRING with 'A'.
    ENDIF.
    result value of the routine
      RESULT = R_STRING
    Thanks
    Ram

  • 0distr_chan initial master data load, text missing

    Hey: I am trying to do an initial master data load for 0distr_chan on text. The load is not successful. In the monitor detailed error message, it has red alert for transfer rules missing message, update missing message.
    0distr_chan attibute is OK.
    I am also having problems when loading 0salesorg on text. It fails also.
    Can anyone give me a clue?
    Thanks!

    Hi, thank you for your answer. I am new to this system. Please give me more guidance.
    To check on datasource on R3, I use transaction RSA6, underneath the SD-IO master data, I found 0DISTR_CHAN_TEXT with green text icon on the right. Is this a valid way to verify that datasource for 0DISTR_CHAN_TEXT has been activated OK on R3? I am not sure if there is any way for me to check if any transfer rules for the datasource has been activated OK on R3.
    thanks!

  • Master data Load for Substance Creation :  Using BAPI in LSMW  ?

    Hi ,
    Had any one did a Master data load for creating a Substance in SAP RM. If so please let me know the best possible option. I am beeing trying to figure out the option to load Substances and its IDENTIFIER / MATERIAL ASSINGMNET from my legacy system. But I am not geeting a clue to use LSMW. ( Direct or BatchInput )
    I am not seeing any BAPI for uploading it through the LSMW except the one BUS1077 ( method SAVEREPMUL ) and I guess this is used along with IDOC.
    Appreciate your help and suggestion.
    David

    Thanks John.
    I will try this option what you have suggested. Even I told by business team to look for CG33. But they were been telling me some format issue. Probably they would meant the same what you have said. But they were not aware of work around for this. your information is intresting.
    The other option given to me was to create a recording for each and every Tab like Substance header / Identifier / Material assignment etc. seperately. Technically I don't feel good to create in that way. Do you think that is alernate approach.?
    With Respect & Regards
    David

  • Master data load for 0COSTCENTER (Cost Center) failing

    Hi Experts
    I have a master data load for 0COSTCENTER (Cost Center). The Load has started failing from a couple of days at DTP.
    (R) Filter Out New Records with the Same Key
          (G) Starting Processing...
          (R) Dump: ABAP/4 processor: DBIF_RSQL_SQL_ERROR
    I am unable to understand the reason for this failure. I tried loading the data 1 costcenter at a time it is still failing so i doubt if its a internal table storage issue as suggested by the dump.
    Could you help me on this one please.
    Regards
    Akshay Chonkar

    Thanks All
    I have got the issue resolved
    The Error Stack for the DTP had accumulated so many entries that it was unable to process further.
    So i deleted the entries in Error Stack usin SE14. Then again executed my DTP.
    Everything is fine now thanks for your help.
    Regards
    Akshay Chonkar

  • Master Data Loading Error

    Hi,
    While loading the master data from R/3 below error message getting.
    Error Message:DUMP:ABAP/4  Processor:ASSIGN_TYPE_CONFLICT.
    Thanks,
    Jayapal.

    hi,
    Check..
    /thread/261418 [original link is broken]
    Data Load Short Dump (ABAP/4 processor: ASSIGN_TYPE_CONFLICT)
    Also, Check..
    OSS note 971584 - ASSIGN_TYPE_CONFLICT in the DTP program
    Regards
    Lavanya

  • Master data Load Failure

    Hi All,
    Could any body clearly explain the following options in the Info Package of master data Info Object with full update
    Update data
    1. PSA and then into Info Obejcts
    2  . Only PSA   ( Update Subsequently in data targets )
          Data source trasfers no duplicate records
         Igonore double data records
    While I am doing master data load with the 1 and 3 options I am getting same no of records updated in PSA but loadng is getting failured with the 1st option (Caller 01 02 .. 20 Messages ) .and request with 3rd option is success..
    Thanks in Advance...
    Regards,
    Nagamani

    Hi
    U r master data might have the Dublicate records
    select the PSA
    and select the option
    Ignore dublicate data records
    IF  you have the Deblicates
    EX
    CNO
    1010
    1020
    1010
    ITs not alowed the 1010 record
    Regards

Maybe you are looking for

  • Is it possible to have 2adapters for 1 busines System &remaing objs r same?

    hi all, It's urgent Whether it is possible to have 2 adapters for 1 business System which is having all the Design objects SAME (MM ,IM) in receiving side or sending side We have the requirement that the same data should be sent to two FTP server ?wi

  • STD SCRIPT

    HI,       How can i modify a SAP program RVADINI01 and SAP Script RVINVOICE01 to Produce declared invoice on posting billing document in SD. I did modification . But i do not how use NACE and how can check modified out put . what is the tcode to chec

  • WINDOWS LOGO

    When I installed iTunes, it showed that it could not install the software for my CD/DVD drive because it didnt pass windows logo testing so it will not download this software. iTunes works fine but i still want to have importing and burning discs fea

  • Cannot install Solaris Studio 12.4

    Can anyone decipher this install error ? I'm running plain Solaris 11.2 x64, (no support patches) (srv) 15# pkg install solarisstudio-124 Certificate '/var/pkg/ssl/232681b5edba547cba4386887ce574153f6c6530' for publisher 'solarisstudio', needed to acc

  • AC3 decoding with Audigy 2 ZS - for DivX mov

    I have Creative Audigy 2 ZS sound card installed. When I try to watch a DivX movie with AC3 sound, I am not getting Dolby output, ie 5. output, only 2. output. I am using Media Player Lite. I even configured Media Player Lite for 5. ouptut, but no re