Attribute Change run failure

Hi All,
First time when ACR is run, the job terminated and when I checked in Change run Monitor there were some other change run which has got terminated already under some user.
In Job log the error was "Error when deleting the data record /BIC/XZInfoobject"
We also get the message u2018Attributes of characteristic ZXXXX locked by the terminated run XXXXXXXu2019 when we activate master data.
We tried to re-execute the run in the change run monitor even then it got terminated and the error message was the same as above.
In order to release the lock we tried in SM12 but could not any locks and found a Function module RSDDS_AGGR_MOD_CLOSE to finish the last change run and we used the same to release the lock which worked fine.
We then used the program RSDDS_AGGREGATES_MAINTAIN to manually run the ACR giving the Info object name.
The job also finished successfully but still we find records of version u2018Mu2019 under the Infoobject P table. There are 11 records having M version with Insertion flag u2018Iu2019. These are the modified records after the load, which will be inserted upon activation.
Please let me know if there are any solutions to activate the modified records to P table because we are not finding the Infoobject in ACR queue even after manually changing master data or running loads.
Thanks,
Dinesh

Anything related to WD here ??
Please put your question in relevant forum for a speedy response.
Regards
Manas Dua

Similar Messages

  • Regarding Attribute Change Run failure.

    Dear All,
    We have a process chain which contains many meta chains.
    Now in each chain i mean meta chain there are attribute change runs
    We have desegregated the attribute change run. is tere any method to place a check for attribute change run locks because at the last i have another attribute change run which is failing every day because of the attribute change run is still happenign in some chain.
    how do i implement it?
    Thanks in advance
    Janardhan Kumar.

    Hi Janardhan,
    In master data process chain where you have added process of attribute change, just insert a program before this process:
    The program is: RSDDS_CHANGERUN_MONITOR
    This program will check for any another attr change run running at that time and if there's any other attr change run runnning locking the object which your next attr change run requires then this program will not allow your attr change run to run.
    Once all the locks all cleared for attr change run it will trigger the next node.
    This program has a do loop which keeps on checking until unless locks are cleared.
    Regards,
    Vij

  • Attribute Change Run and Editing BI data

    Hello Experts,
    I have two questions.(They are not related to each other).
    Can BI data(Infocube data) be edited?
      For eg GL account in R/3 is changed from 100 to 2100. I want to know how can this be handled in BI.
    Attribute Change Run in the process chain ends with error.
      "Master data characteristic ZACCTNUM activated in 6 seconds. Error while activating characteristic   ZACCTNUM ". There are no more information.
       The BWREMOTE user has the authorisation to Execute Change Run.
       What could be the possible reasons for this failure.
    Thanks in advance.
    Regards
    Meenakshi

    Hi Meenakshi,
    Regarding your questons:
    1. You can't edit the data directly in the cube. If you have incorrect data in the cube and the data is still in the PSA you can edit the incorrect data in the PSA and you can then delete the incorrect requests from the cube. You can then reload the correct data from the PSA. If its not an option to delete individual requests you could delete the incorrect data using the selective deletion option (if you can select on the incorrect data in the cube). You could then reload the correct data from PSA or source system.
    2. Please check the infoobject ZACCTNUM is active in RSD1. If it is there may be an inconsistency with the data in the infoobject ZACCTNUM, please check if the solution part of the SAP note 1033721 can help you in this case.
    Best Regards,
    Des.

  • Attribute Change Run process Locked for 0material..?

    While loading Data from PSA(0Material field) to InfoCube,AttributeChangeRun had failed. How can we solve the problem means how we can load data to InfoCube after attribute change run successful.
    Edited by: Mr D111 on May 12, 2010 2:41 PM

    Hi,
    What was the exact issue? As Attribute change run is a different step where as loading of data from PSA to cube is a different step...
    So there is no reason of failure for attribute change run in between....
    If ACR failed before to the loading of data to cube, then re-run the ACR from RSA1>Tools->aplly/monitor change run-->in the info objects list find the infoobject and execute....
    Unless you clear this ACR failure issue you can't load the data to the cube as it may be in locked mode....
    After this is successful, then u can load the data from PSA to cube.
    rgds,

  • Can we apply attribute change run for datatarget (Master data )

    hi,
    can we apply attribute change run for datatarget like masterdata where for example i am loading 0pm_order_attr to 0pm_order data target (master data). after successful loading of data, do i have to apply attribute change run for <i>info object</i> 0pm_order or apply attribute change run for 0pm_order in <i>info providers</i> because after successful loading of pm order data, i am trying to load transactional data and it is showing error "No SID value found for xxx record"
    pls advice how not to make the error repeat even after successful loading of master data.
    Thanks in advance, quick responce is greatly appreciated.

    Hi all,
    i am in production server and cannot activate the master data 0pm_order which is in info providers directly, is there any chance of activating it with any other option.
    coming to attribute change run, i understand that we can apply for master data objects which are there in info providers, am i correct?
    i ran attribute change run yesterday for the info object 0pm_order but even after doing that i tried to load transactional data but it was failure with the same error "No SID value found", why i am getting when i found master data loading successful and ran attribute change run for infoobject.

  • Attribute Change Run terminating - repeated several times - not locked

    I had a failure in my master data chain tonight.  The attribute change run that ran yesterday ran for 11k seconds and was cancelled (it says manually). When the chain ran tonight, the process failed again.  I checked the log and it says "UNCAUGHT_EXCEPTION"  and it created a short dump.  I tried repeating to see if it did anything and it gave me the same message. 
    I went into the change run monitor and reset the status and manually tried to run the change run again.  Same result "UNCAUGHT_EXCEPTION".
    I then checked table RSDDAGGRMODSTATE and there was no blank CNSID entries, but there was a blank "completed flag" entry.  I don't have change access to the table in prod so I cannot manually change it to X (meaning closed). I reset the status again in the chagne run monitor and the record with the blank "completed flag" disappeared.  I repeated the change run and it failed again and a new record with the "completed flag" being blank appeared in the RSDDAGGRMODSTATE table.
    I checked SM12 and there are no locks there.  I'm on 7.0 so I can't manually right click on 0CUSTOMER and activate the master data either.
    As a last resort I did run the function module RSDDS_AGGR_MOD_CLOSE but that short dumped too. 
    Any ideas?  Please?  This will fail my other chains that have 0CUSTOMER in the aggregates.  Thanks.

    HI,
    Firstly try this FM RSDDS_AGGREGATES_MAINTAIN
    if not possible
    Try doing it manually
    Uncaught exception may come due to many reasons
    IN RSA1 go to tools  and select attribute change run
    Check the blog it shows you how to manually do attribute change run step by Step (for BI7.0 also)
    /people/debjani.das/blog/2009/03/30/attribute-change-run-acr
    Regards,
    MADhu.
    Edited by: MadhuMarupudi on Aug 21, 2009 5:49 AM

  • Attribute Change run taking too long time to complete.

    Hi all,
    Attribute change run has been taking too long time to complete.It has to realign 50 odd aggreagates, some by delta , some by reconstruction. But inspite of all the aggregates it used to finish in quick time earlier. But since last 4-5 days it is taking indefinite time to finish.
    Can anyone please suggest what all reasons may be causing this? and what possibly can be the solution to the problem? It is becoming a big issue. So kindly help with ur advises.
    Promise to reward your answer liberally.
    Regards,
    Pradyut.

    Hi,
    Check with your functional owners in R/3 if there are mass changes/realignments or classification changes are going on regarding master data. e.g. reasigning materials to other material groups. This causes a major realignment in BW for all the aggregates. Otherwise check for parameterchanges / patches or missing db stats with your sap basis team.
    Kind regards, Patrick Rieken.

  • ERROR while running attribute change run.

    hi sap xperts,
    I got an error while running the attribute change run in a process chain.
    At first i got an error "The action is locked by a change run"
    SO I DID THE FOLLOWING STEPS.
    1.RUN ATTRIB CHANGE RUN MANUALLY  IT RUN SUCCESSFULLY,but the process chain is still red.
    Q1.Is there any way to link the manually run attrib chnage to process chain so that the process chain becomes Green?
    2.SM12 - realease the locks and right click the pc and repeat.It didn't work
    Q1.While removing the locks what should we remove,bcoz i removed all the locks?
    3.I again removed the lock and repeat the process but still i didn't work.Now its chowing "SQL ERROR OCCURED WHILE ACCESSING"
    So the Process chain got stuck,Can any body help me to run the attrib chnage run.
    If possible can anybody send the Process chain monitoring documents to my email id:
      <email ID removed>
    please.thanks in advance,i know how to say thanks in sdn.

    At any point in time only one attribute change run can run in the system. The other ACR's will fail due to locks. In your case, to set the process chain to green, try the following steps.
    Open the messages of a failed step by right clicking on it and selecting 'display messages'.
    In the opened popup click on the tab 'Chain'.
    In a parallel session goto transaction se16 for table rspcprocesslog and display the entries with the following selections:
    1. copy the variant from the popup to the variante of table rspcprocesslog
    2. copy the instance from the popup to the instance of table rspcprocesslog
    3. copy the start date from the popup to the batchdate of table rspcprocesslog
    Press F8 to display the entries of table rspcprocesslog.
    Now open another session and goto transaction se37. Enter RSPC_PROCESS_FINISH as the name of the function module and run the fm in test mode.
    Now copy the entries of table rspcprocesslog to the input parameters of the function module like described as follows:
    1. rspcprocesslog-log_id -> i_logid
    2. rspcprocesslog-type -> i_type
    3. rspcprocesslog-variante -> i_variant
    4. rspcprocesslog-instance -> i_instance
    5. enter 'G' for parameter i_state (sets the status to green).
    Now press F8 to run the fm.
    The above steps will help you continue with the rest of the process chain (thus avoiding manual runs) but the failed step might still remain red. Hope this helps.

  • Attribute change run problem - infoobject is not listed in the list

    Hi folks,
    When I load master data for 0customer, the infoobject 0customer doesnt come in the infoobject list for attribute change run. Also, when I try to activate master data manually it says 'Master Data already active'. and the reality is M version of Data is not active.
    Can you guide me.

    Try running the program RSDMD_CHECKPRG_ALL for this infoobject. You can select all the options when running this program.
    Try running this program multiple times, coz my experience showed that initial run may not always fix this issue.
    Good luck!

  • Hi i have 50 infoobjects as part of my aggregates and in that 10 infoobjects have received changes in masterdata.so in my process chain the Attribute change run in running for a long time.can i kill the job and repeat the same.

    Hi i have 50 infoobjects as part of my aggregates and in that 10 infoobjects have received changes in masterdata.so in my process chain the Attribute change run in running for a long time.can i kill the job and repeat the same.

    Hi,
    I believe this would be your Prod system, so don't just cancel it but look at the job log. If it is still processing then don't kill it and wait for the change run to complete but if you can see that nothing is happening and it is stuck for a long time then you can go ahead and cancel it.
    But please be sure, as these kind of jobs can create problems if you cancel them in the middle of a job.
    Regards,
    Arminder Singh

  • ABAP program to add in the process chain before the attribute change run

    Hi
    I need a ABAP program to add in the process chain before the attribute change run(process) to avoid the locks, can any one send me the program
    Regards,
    Satish

    I am not sure of any standard program .... but you can write your own... should be a small one..
    you can check if the table RSDMDENQ has entry for your InfoObject... if yes, then its locked.. if not.. its not locked

  • Issue: attributes change run triggers the rebuilt of 0IC_C03 aggregates

    Hello Guru,
    I am facing to a problem that I don't understand.
    Here is below the detail of the messages of a '3-infoobjects attributes change run' step of a Master Data process chain.
    22:06:14     Job started
    22:06:14     Step 001 started (program RSPROCESS, variant &0000000231235, user ID RFC_BW)
    22:06:16     Starting process type ATTRIBCHAN with 3 objects...
    22:06:16     Program RSBATCH_EXECUTE_PROZESS successfully scheduled as job BICHNG_D8FC4Q04UD7NGLDMZ0QUBLX4K with ID 22061600
    22:06:16     Editing of aggregate 100139; background job BICHNG_D8FC4Q04UD7NGLDMZ0QUBLX4K; start time 22:06:16/07.07.2010
    22:06:18     Program RSBATCH_EXECUTE_PROZESS successfully scheduled as job BICHNG_D8FC4Q04UD7NGLDMZ0QUBLX4K with ID 22061601
    22:06:18     Editing of aggregate 100143; background job BICHNG_D8FC4Q04UD7NGLDMZ0QUBLX4K; start time 22:06:18/07.07.2010
    23:02:29     Program RSBATCH_EXECUTE_PROZESS successfully scheduled as job BICHNG_D8FC4Q04UD7NGLDMZ0QUBLX4K with ID 23022900
    23:02:29     Editing of aggregate 100140; background job BICHNG_D8FC4Q04UD7NGLDMZ0QUBLX4K; start time 23:02:29/07.07.2010
    23:52:38     Starting process type MDHIERACT with 2 objects...
    23:52:39     Program RSBATCH_EXECUTE_PROZESS successfully scheduled as job BIACTI_D8FCR9Y1NWOP2T4F76FYE0HDG with ID 23523900
    23:52:39     Program RSBATCH_EXECUTE_PROZESS successfully scheduled as job BIACTI_D8FCR9Y1NWOP2T4F76FYE0HDG with ID 23523901
    23:53:10     Aggregate 100139: Repair indexes
    23:57:14     Aggregate 100140: Repair indexes
    00:17:23     Aggregate 100143: Repair indexes
    00:50:09     3 aggregates are condensed
    00:50:09     Starting process type CONDAGGR with 3 objects...
    00:50:10     Program RSBATCH_EXECUTE_PROZESS successfully scheduled as job BICOND_D8FD3GTNF0KF92R34346SW6PG with ID 00501000
    00:50:10     Editing of aggregate 100143; background job BICOND_D8FD3GTNF0KF92R34346SW6PG; start time 00:50:10/08.07.2010
    00:50:10     Program RSBATCH_EXECUTE_PROZESS successfully scheduled as job BICOND_D8FD3GTNF0KF92R34346SW6PG with ID 00501001
    00:50:10     Editing of aggregate 100140; background job BICOND_D8FD3GTNF0KF92R34346SW6PG; start time 00:50:10/08.07.2010
    00:50:16     Program RSBATCH_EXECUTE_PROZESS successfully scheduled as job BICOND_D8FD3GTNF0KF92R34346SW6PG with ID 00501600
    00:50:16     Editing of aggregate 100139; background job BICOND_D8FD3GTNF0KF92R34346SW6PG; start time 00:50:16/08.07.2010
    00:50:22     Hierarchy/attribute change successfully carried out
    00:50:23     Event RSPROCESS with parameter D59BE8XWZMHY0IFP2VLEFP671 successfully triggered
    00:50:23     Job finished
    As you can observe, the step takes almost 3 hours !!!!!!! After anlyses BICHNG_* concerns
    22:06:16 Job started
    22:06:16 Step 001 started (program RSBATCH_EXECUTE_PROZESS, variant &0000000891873, user ID RFC_BW)
    22:06:18 Aggregate 100139( 0IC_C03) is being adapted / rebuilt
    22:06:18 Statistic UID of the aggregate process: 'D8FC4Q9KSAMRDWQ1RDPPKMF3O' (RSDDSTATAGGR)
    22:06:27 Aggregate 100139: Read (1) from table /BI0/E0ICC03_ (max 500000 records)22:06:27 SQL: 07.07.2010 22:06:27 RFC_BW
    I don't understand what is the link between the '3-infoobjects attributes change run' (BBATCH, 0MAT_SALES, 0MAT_PLANT) and the rebuilt of 3 0IC_C03 (Material Stocks/Movements) aggregates (why does the 'attribute chan run' trigger the rebuit of aggregates???).
    The rebuilt of the 3 aggregates takes 1 416, 3 366, 3 009 secondes...
    Does anyone understand my problematic? If not I can give you more details.
    Thanks in advance for your help.
    Samuel

    1/ Exactly Fred
    Here is the definitions of the aggregate:
    100139:
    0PLANT
    0STOR_LOC
    0MAT_PLANT__0VAL_CLASS
    0STOCKCAT
    0STOCKTYPE
    BMODIFIC
    BMVTSTOCK
    0MATL_TYPE
    0CALxxx
    2/ For my information in the aggregate 100140 , does the presence of BBATCH (one of the 3 IO) trigger the rebuilt or is it only 0MAT_PLANT__0VAL_CLASS ?
    100140:
    0PLANT
    0STOR_LOC
    0MATERIAL
    0MAT_PLANT__0VAL_CLASS
    BBATCH
    0STOCKCAT
    0STOCKTYPE
    BMODIFIC
    BMVTSTOCK
    0MATL_TYPE
    0CALxxx
    3/ In the same process chain, I have another Attributes Change Run: 0MATERIAL. Several active aggregates using 0MATERIAL__0MATL_TYPE are built on a CO-PA cube.
    Why did the '0MATERIAL Attributes Change Run' rebuild no aggregate? (see below)
    22:06:04     Job started
    22:06:04     Step 001 started (program RSPROCESS, variant &0000000231238, user ID RFC_BW)
    22:06:06     Activation of master data for 0MATERIAL
    22:06:07     154 Data records deleted
    22:06:11     154 Data records deleted
    22:06:12     154 Data records updated
    22:06:13     154 Data records updated
    22:06:13     0 aggregates are condensed
    22:06:14     Hierarchy/attribute change successfully carried out
    22:06:14     Event RSPROCESS with parameter D59BEEE069HKRCRU0ZPYFUPB1 successfully triggered
    22:06:14     Job finished
    Samuel

  • Regarding attribute change runs in process chains

    Hi All,
    While creating process chain for master data objects. I am trying to incorporate attribute change run process type for an info object. But the system asks for the DTP of the attribute and when i choose the DTP then both DTP and then Attribute are being incorporated. This is not exactly a problem but i need to understand why it is happening as i am already using that DTP to load data. Will this affect the data in master data object?. Thanks in advance.
    regards
    satish

    Hi Bhagyarekha,
    The reason behind that error could be:
    An attempt is made to activate a characteristic whose compounding was replaced and whose navigation attributes were simultaneously deleted. The replacement of the compounding temporarily deletes the M view of the characteristic during internal activation. The process of deleting navigation attributes involves converting the attribute SID tables. However, the M-view of the characteristic, which has just been deleted, is needed for this conversion.
    Check this SAP Note:
    Note 684405 - Replacing the compounding and deleting navigation attr.
    Hope it helps.
    Veerendra.

  • Attribute Change Run taking very Long time.

    Hi Experts:
    We are daily loading Master data from one common process chain. There are 33 Infoobjects which are getting activated in Attribute Change Run Process. This process is taking almost 3 hours to run daily; due to this it is impacting our other data load process chains.
    Many times it happens that there is lock on cubes due to attribute change as attributes are getting aligned to same cube on which the roll up is running.
    There are local chains below the attribute change run, which are also important to run.
    Please help and suggest the workaround for the same.
    Cheers,
    Omkar

    33 info objects in one ACR(attribute change run) is not a good idea.
    Better to split the info objects and use multiple ACR.
    During your ACR if transaction data load was on then lock issues always occurs.
    Thats why we need to run master data loads first and later transaction data loads.
    Which info object change run was troubling, better to note the info objects which are causing and try to put them  in separate ACR and trigger it before start of your transaction data loads. so that it won't raise the same issue again.

  • Attribute Change Run in Process Chain failed with SQL 942 error

    Hi,
    Attribute change run in th eprocess chain failed with the message " SQL Error 942" and ran succesfully after repeating the step.Searched in Forums for similar error but the solutions were not apt.
    Any pointers would be of great help!!
    Thanks in advance,
    Bhagyarekha.

    Hi Bhagyarekha,
    The reason behind that error could be:
    An attempt is made to activate a characteristic whose compounding was replaced and whose navigation attributes were simultaneously deleted. The replacement of the compounding temporarily deletes the M view of the characteristic during internal activation. The process of deleting navigation attributes involves converting the attribute SID tables. However, the M-view of the characteristic, which has just been deleted, is needed for this conversion.
    Check this SAP Note:
    Note 684405 - Replacing the compounding and deleting navigation attr.
    Hope it helps.
    Veerendra.

Maybe you are looking for

  • Time Machine - MacBook Pro works, MacBook doesn't

    Last night, in the middle of a Time Machine backup to our 500 GB Time Capsule, my wife's MacBook said the backup failed. Today, I tried a manual backup by saying "Back up now" in the menu bar, and the thing hung at "Preparing". So I restarted the Mac

  • Flash Audio Jukebox in a template

    I recently purchased the D.W. Flash Audio Audio with JukeBox extension, it works great & is easy to install & use. But I came across something that hopefully can be answered. I inserted the Audio player along with JukeBox with 3 songs onto a template

  • Multiple selection in JTree. Some Help!

    hi again! i have a doubt. how can i avoid to select two nodes, if they haven't got the same parent?i want not to select the second item if it has not got the same parent than the first selected one. is there anyone who can help me? thanks in advance.

  • Responsibilities in SAP Advisory team

    Hello All, What are the roles and responsibilities of MM Functional consultant in SAP Advisory team? I have a good knowledge about MM Functional consultant roles and responsibilities in SAP Team but i am confused about "SAP Advisory Team". Please exp

  • I'm editing a dvd which is in vob format.

    I'm using Windows 8.1 and media player doesn't have the codec for vob although Premiere Elements support it.  How do I get the codec I need?  All downloads I've looked at are blocked and have a virus!!