cancel
Showing results for 
Search instead for 
Did you mean: 

Change Run

Former Member
0 Kudos

Hi All,

I have a question, how I determine when a change run is completed ... is it RSATTR ? Is there another way or t.code ?

Please advise

Nathan

Accepted Solutions (1)

Accepted Solutions (1)

former_member345199
Active Contributor
0 Kudos

Hi,

You can try going to the monitor for Attribute change run from RSA1 >> tools >> apply change run or from Transaction RSATTR which will schedule/display attribute change run. Here you can have an option called change run monitor (Monitor icon). This wil show the status of change run including which all info objects are affected, and if its hitting the aggregates of any cubes. There are scenarios where the attribute change run failed with message that it was hitting/affecting aggregates of some infocubes. In case we had to switch off aggregates and trigger the change run again and then swtich on the aggregates after the change run is over. this may not be the exact issue you are facing.

Also you can try Tcode CHANGERUNMONI/program RSDDS_CHANGERUN_MONITOR to view this data.

176606 - Apply Hierarchy/Attribute change ... long runtime

175309 - Hierarchy/attribute - change run improved

Also try SM37.

SLG1 - Application log and SM21 - System log can also be helpful.

Most of the times we have problem with the Attribute Change Run(ACR) running because ACR and the Roll Up's for Aggregates cannot run in parallel.

And sometimes ACR goes on running for a long time in such case we need to check which Aggregate the ACR is currently changing and need to deactivate that aggregate.

But before deactivating an aggregate you need to check the data present in that and the usage of the aggregate.

thanks,

JituK

Answers (4)

Answers (4)

Former Member
0 Kudos

Hi

To monitor the change run you can open the changerun monitor using any of the below methods

1) Open RSA1-> Administration tab-> monitors-> Change run

2) Open RSA1-> Menu Option Tools-> Apply Hierarchy/Attribute Change run -> Monitor and start terminated chage run(you can find this at the bottom of the screen)

3) Goto se38-> RSDDS_CHANGERUN_MONITOR

Here you can see the status of the chenge run whether completed, terminated or active.

Also you can go to sm37

give job name "BI_PROCESS_ATTRIBCHAN", which is the change run job.

you can see whether any job is active cancelled or finished.

Hope this helps

Regards

Shilpa

Former Member
0 Kudos

Hi ,

you can monitor changerun through RSA1>>Adminstration >>>

Changerun monitor ...

If you are in 3.5 then you can check first the changes in

RSDDS_Changerun_MONITOR ..after all the rollup,rebuit turns to zero .. you can monitor the activation from the job which is created for changerun in sm37 ..

and if you are BI7.0 then ..

job like BI_PROCESS_ATTRIBCHAN will get created which will create further backgroung jobs in sm37 like

first BICHNG..then BIAGGR.then BIACTI.* and BICOND*..

in BI7.0 for changerun the chid job get created in background.

Hope this helps you ..

Regards,

Shikha

Former Member
0 Kudos

hi

Also you can go in transaction code CHANGERUNMONI to check the status.

Regards

Swati

Former Member
0 Kudos

The above is one way.

Alternatively, you can go to se 38, run the program RSDDS_CHANGERUN_MONITOR and check the status.

Thanks....

Shambhu

Former Member
0 Kudos

Hi Friend,

You can check in SM37 Job Logs.

Give the Job name as BI_PROCESS_ATTRIBCHAN and Execute.

The job status will tell you the Attribute Change Run Status.

Regards

Hemant Khemani

Edited by: Hemant Khemani on Sep 18, 2008 9:05 AM