Failed change run in CHANGERUNMONI

Hi all,
How to change the status of a failed change run in CHANGERUNMONI, actually one of our change run failed so we are trying to restart it using CHANGERUNMONI, and trying to restart the status forcefully, but it's giving us short dump.
Please give some advice, its urgent.
Regards,
Partha

nformation on where terminated                                                       
   Termination occurred in the ABAP program "RSDDS_CHANGERUN_MONITOR" - in           
    "ROLLBACK_CHANGERUN".                                                            
   The main program was "RSDDS_CHANGERUN_MONITOR ".                                                                               
In the source code you have the termination point in line 152                     
   of the (Include) program "DS_CHANGERUN_MONITOR_F02".                              
   The termination is caused because exception "CX_SY_OPEN_SQL_DB" occurred in       
   procedure "ROLLBACK_CHANGERUN" "(METHOD)", but it was neither handled locally     
    nor declared                                                                     
   in the RAISING clause of its signature.                                                                               
The procedure is in program "RSDDS_CHANGERUN_MONITOR "; its source code begins    
    in line                                                                          
   126 of the (Include program "DS_CHANGERUN_MONITOR_F02 ".                          
The ABAP code is
Source Code Extract                                                                               
Line  SourceCde                                                                               
122     aggregatesdeactivate( l_th_node ).                                                   
  123                                                                               
124   ENDMETHOD.                                                                               
125                                                                               
126   method rollback_changerun.                                                               
  127     data: l_TS_STATE_CR TYPE  RSDDS_TS_STATE_CR,                                           
  128           l_s_state     type rsdds_s_state_cr,                                             
  129           l_t_chngprot  type standard table of rsddchngprot                                
  130                              with non-unique key TABLE_LINE,                               
  131           l_s_chngprot  type rsddchngprot.                                                 
  132                                                                               
133 *   check that the changerun is not running                                                
  134     CALL FUNCTION 'RSDDS_AGGR_MOD_STATE_GET'                                               
  135       IMPORTING E_TS_STATE_CR = l_TS_STATE_CR.                                             
  136     read table l_ts_state_cr into l_s_state                                                
  137          with table KEY CNSID = i_cnsid.                                                   
  138     check sy-subrc = 0                                                                     
  139       and l_s_state-running = rs_c_false.                                                  
  140                                                                               
141 *   copy selected characteristics and hierarchies                                          
  142 *   in protocol table                                                                      
  143     select * from rsddchngprot                                                             
  144              into table l_t_chngprot                                                       
  145              where cnsid = i_cnsid                                                         
  146                and ( chabasnm <> space                                                     
  147                    or hieid <> space ).                                                    
  148     l_s_chngprot-cnsid = 0.                                                                
  149     modify l_t_chngprot from l_s_chngprot                                                  
  150            TRANSPORTING cnsid                                                              
           TRANSPORTING cnsid
           where cnsid = i_cnsid.
    insert rsddchngprot from table l_t_chngprot.
    CALL FUNCTION 'RSDDS_AGGR_MOD_CLOSE'
      EXPORTING i_cnsid = i_cnsid.
    call function 'DB_COMMIT'.
  endmethod.
  METHOD getcr_objects.
    DATA: l_s_chabasnm_cr TYPE rsdds_s_chabasnm_cr,
          l_s_chabasnm    TYPE rsdds_s_range_chabasnm,
          l_s_hier_cr     TYPE rsdds_s_hier_cr,
          l_s_hieid       TYPE rsdds_s_range_hieid.
    READ TABLE p_ts_state_cr INTO e_s_state
               WITH TABLE KEY cnsid = i_cnsid.
    IF sy-subrc NE 0.
      MESSAGE x299(brain) WITH 'RSDDS_CHANGERUN_MONITOR' '_GET_CR_OBJECTS' .
    ENDIF.
    l_s_chabasnm-sign    = rs_c_range_sign-including.
    l_s_chabasnm-option  = rs_c_range_opt-equal.
    LOOP AT p_ts_chabasnm_cr INTO l_s_chabasnm_cr
            WHERE cnsid = i_cnsid.

Similar Messages

  • Issue with Attribute change run

    Hi All
    today one of my team memeber has killed attrribute change run, after that when we tried to use option maintain master data, a message were coming attrtibute has cancelled, please re run, even we were not able to load same infobjects, getting message, master data is locked, when it tried to see data in p table then i was getting few entries having delate and insert image( example for infoobject 0customer for customer number c100 two entries one with d flga other one with in flag.)
    First i went in t code se14, i put all tables name then cliecked on activate and adjust data.
    Even though problem persist,
    Also i was not getting any infobjects in lsit( from rsa1-> tools-> attr change run)
    Then i created one dummy process chain with process type attr change run and included only inoobject with which i was facing data load issue.
    Please advice on my step.
    Thanks,
    Prem

    Hi,
    Goto RSATTR Tcode -> Click on Tab Monitor and Start Terminated Change Run -> system will open a new screen -> here you can see the failed change run, please rerun this failed change run and then try to load data, after successful change run things will be normal.
    SAP Clearly suggest  NOT TO KILL OR CANCEL Change Run Job. If this don't solve you issue, you may need to look for some SAP Note.

  • Locked by terminated Change Run

    Hello BW Experts,
    Trying to load 1 million records master data. Attribute change run short dump due to lack of space. Then deleted the master data. Again running the load with less records ( 10k ). PSA --> Infobject load not starting due to the error
    "Attributes for characteristic ZCUSTNUM are locked by a terminated change run
    Message no. RSENQ063"
    I have done the below checks:
    1)     Cleared all the locks in sm12
    2)     No records to be updated in sm13
    3)     No other processes running in SM50
    4)     No short dumps in ST22
    Any faced problem like this before. What this problem means. Wondering if there is a table where the lock status is set. So that could be the reason why the locks are not visible in sm12, but still complains of having locks on characteric ZCUSTNUM>
    Any suggestions appreciated.
    Thanks,
    BWer
    Message was edited by: BWer
    Message was edited by: BWer

    Hi,
    You have to close the cancelled change run before starting data loads for master data infoObjects that were included in the failed change run. This is done by running the change run again for your infoObjects. You can do this by using transaction RSATTR, select the infoObjects and execute the change run. Once the change run is completed successfully, you should be able to do your data load with no problems.
    Also, you may want to check table RSDDAGGRMODSTATE to see if you have any change run job that are still open.

  • ICal failing to run applescripts: The 'Open' button does not change to 'Run', and the script file is opened but not executed on alert.

    iCal failing to run applescripts: The 'Open' button does not change to 'Run', and the script file is opened but not executed.

    Calendar (not called iCal anymore) does not include that capability any longer, apparently.  What you have to do now is go to Automator and create a Calendar Alert action.  You can add a Run AppleScript object to the action and paste in your script there, then when you save it, it will become available as a choice in the alert menu in Calendar.

  • 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.

  • Continuation of aborted change run failed in BW 3.5

    Hello experts,
    everytime when an attribute / hierarchy change run has been aborted (by means of unexpected runtime errors) I failed in starting it next time. Error RSENQ 2 ("Lock not set for: activation of hierarchy") occured in this case. I found a way to overcome this by manually setting flag CLOSEDFL = X in table RSDDAGGRMODSTATE.
    Now I found SAP note 903886 which forbids to do so by reason of potential inconsistencies.
    Does anybody know how to handle the specified situation in a right way?
    Thanks in advance for your help,
    Oliver

    Hello Shabar,
    I implicitly postulate that the reasons for the failure always have been detected before trying once more.
    For example, implementing a wrong SAP note (1006192) caused runtime errors. After resetting the note implementation the error disappeared.
    Sorry, this was not my question!
    The point is that change run failes as long as the flag has not been set in RSDDAGGRMODSTATE even if the reason for the failure has been fixed.
    Yours,
    Oliver

  • Change run program failing..

    Hello BW experts,
    I have checked that the change run program is again and again failed while loading master data.
    After executing the Change run program I check the related job in SM37. It get successfuly completed.
    But if I again check the Change run program , I can see the same master data infoobject again.
    I run this attribute change run program 5 times and everytime again and again I observe that the same Master data infoobject is present in the Attribute change run program . though the job is successfully completed in SM37.
    Due to this error we are also getting message ALEREMOTE locks and can not able to load master data .
    Any help please.
    Best regards,
    Amol.

    Amol
    Don't run the this program again and again, that's the reason why ALEREMOTE is getting Locked. Please check Transaction code SM51 also along with SM37 because jobs must be running at the back end in SM51. Make sure the jobs completely and stsrt the new job.
    Hope this helps
    Thanks
    Sat

  • Attr change run failed with exception

    hi all,
            My process chain failed at ACR( attr change run) with exception
    "UNCAUGHT EXCEPTION" ...I 've again scheduled that process but it again
    got failed.
      I am not able to undestand what is the problem?
      does anybody have any idea how to resolve this?

    hi arun,
                that was a short dump with the above exception .

  • Attribute Change run failed due to the User Lock

    Hi Friends,
    attribute change run has failed due to the user lock.
    can any one tell me how to process and what is the main cause behind on this.
    thanks in advance

    if master data is loading at same time while the attr/hier change run is occuring,it cause the change run to fail.
    Usually u get error message like..user ALEREMOTE has locked the MD tables..
    Wait for some time and then try attr change run manually by going to rsa1->tools->apply hier/attr change..
    if it still shows locked..try to see in rsmo if a MD load has got stuck..
    else..see in sm12 to find lock is on which tables..
    last resort..delete lock forcefully from sm12..
    first option is wait for some time and give a try again..
    cheers,
    Vishvesh

  • Attribute change Run Failed/Scheduled

    Hello All,
    For a process Chain Attribute Change Run has failed in BW 3.5,and I Repeated the Change Run in Chain only
    where Repeat option is ,now the problem is in RSA1 it is now that change run is scheduled
    and sm37 it is showing that Canceled.
    Now there is Other Process Chain in BI7.0  which picks data from  3.5
    Should I repeat the Master data Chain in BW 3.5 followed by in BI 7.0
    Or any other way is possible as in BI7 the chain has run successfully..
    Thanks,
    Kiran

    Hi Kiran.......
    BI 7.0 and BW 3.5............totally two seperate systems..............here BW 3.5 is just act as a source system of BI 7.0.............if change run fails in BW3.5...............it is not going to effect BI 7.0.............
    As ajeet already said............it will effect the SID s in 3.5.............because attribute change run activates the master data...........and SID get generated during the activation of master data.......
    Also it will effect the aggregates............because aggregates also get adjusted during change run.......if any of the aggregates contains the master data.........which are getting activated in the change run....
    Now u r saying........that in SM37 it is showing that the job got cancelled............So it will not locked the master data..............terminated change runs generally lock the master data............then we hav to repeat the chain run to release the lock.........and u hav already repeated the change run............so no issue........
    Hope this helps..........
    Regards,
    Debjani........

  • Attribute change run Failing in Process Chain

    Hi guys,
    Every day my process chains is failing due to Attribute change run and I am maually running attribute change run.
    And one more thing when the attr. change run is triggered automatically,then it is generating 2 change counters in RSATTR tcode instead of 1.
    One is successfully completes and one is still in schedule.After 2days days it is showing like completed change count id.
    Please help me.
    Regards,
    Tiragati.

    Hi,
    As you said Attribute change run step is failing every day.
    can you post the error message. is it failing because of Lock issue or some other issue.
    Mostly attribute change runs fails with lock issues. if its the same problem in your case. make sure that no master data objects runs at the time attribute change run runs.
    Try to put some delay in the process of the Attribute change run so that it will not get failed.
    Check if its the same ACR scheduled or diff objects?
    Regards
    KP

  • Attribute change run fails - "Error when deleting the data record /B05/X.."

    Hello,
    I get the error message "Error when deleting the data record /B05/X.." on doing the change run.
    I have already done RSRV on this objects and found no errors, but still the activation fails.
    please give your suggestions ASAP to fix the issue as it is on production system.
    Thanks.

    Attribute change run could fails due to 2 reasons-
    (1) attribute xchange run is already runnnig for any toher object(monitor lock) (check by thi prog-RSDDS_CHANGERUN_MONITOR)
    (2) data is loading deleting from the object on which attribut changerun is running.(go in a manage tab and check)
    check this two conditions and rerun the attribute changrun again from program - RSDDS_AGGREGATES_MAINTAIN and give the master data name in the selection.
    Hope it helps you.

  • Attribute change run process type failed with short dump

    Hi all,
    In the process chain Attribute change run process type failed with short dump. I checked the locks in SM12 but there are no locks associated. I checked in the attribute change run screen through RSA1 -> infoobject list but there are no infoobjects there. I think the ACR was completed successfully, still the process type in the PC was in red colour. What to do and let me know what happened here.
    Thanks,
    Jack

    1. This kind of scenario is extremely rare but it happens sometimes. It might be the case that 2 attribute change runs are running at the same time.
    2. Same IO is being used in Differnet PC and getting activated.
    I think if this frequently occurs you need to check at the time of locking all running jobs and see whether anywhere else or simultaneously 2 ACR are running.
    Please do close the thread if that answers your questions. Please help us keep the forums clean and open useful information only.
    For more information search on help.sap.com and you will get lots of material.
    Regards.
    Den

  • How to run change run in process chain when it fails

    HI All,
    How to run  attribute change run in process chain when it fails. Give me the procedure with clear description. Is there is any difference with 3.x versions in running this.
    Thanks,
    Pratap Reddy

    Hi Pratap.
    If BI Accelerator is not being implemented by ur company, in that case if change run fails u'll proceed by 'Repeat' process option as usual we do in 3.x.
    If BIA is exists, in this scenario u can not repeat as we do in 3.x. U have to drop the indexes on cubes effecting that change run and run the change runs. Once it is finished recreate BIA Indexes on cubes.
    Warm Regards,
    Ramki

  • Due to attribute change run(sid's is missing)...process chain is failed

    Hi All,
    Due to attribute change run (SID's is missing) process chain is failed.kindly suggest me how we can rectify for this issue.
    Thanks
    Ragav

    if master data is loading at same time while the attr/hier change run is occuring,it cause the change run to fail.
    Usually u get error message like..user ALEREMOTE has locked the MD tables..
    Wait for some time and then try attr change run manually by going to rsa1->tools->apply hier/attr change..
    if it still shows locked..try to see in rsmo if a MD load has got stuck..
    else..see in sm12 to find lock is on which tables..
    last resort..delete lock forcefully from sm12..
    first option is wait for some time and give a try again..
    cheers,
    Vishvesh

Maybe you are looking for

  • External Hard Drive (160GB) won't mount?!

    Hi focus, I am new in MAC OS and I had some difficult to MOUNT my External HARD Drive in MAC OS TIGER 10.4.10 (all updated). My MAC simply does not recognized my external HD, but recognize when I am using a Virtual machine (Fusion VMware) and running

  • Macbook capable of 720p/1080i video output along with 5.1 sound??

    I'm planning to buy a Macbook soon (the standard 2.0ghz Core 2 Duo one) but I wanted to ask some current owners a couple of questions first. All I'm going to use the Macbook for are basic tasks such as surfing the web and word processing. The only sy

  • How to use the kernel coredump

    My system generated a kernel coredump. I want to know the reason.

  • Populating selection screen

    Hi i have a requirement wherin i will select a value on the selection screen using F4 help and then based on the value selected some other fileds on the selection screen will get populated. For this i am using the below code but somewhere i am going

  • Infoarea in BI 7

    Hi experts... I'm new to BI 7...I have already worked on BI 3.5.......can anyone please tell me how to create an infoarea in BI7.0....thanxz in advance...suitable points would be rewarded for the best answer