![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, Following are the possible changes in cube/dimension. Dimension: Addition/Deletion or updating of some of the rows (members/attributes) Cube : Addition/updating of some of the rows in the fact table. Roll-up formulea: Changes in these formulea. Member display name : Change in display name by changing the formatting function being used on the member display column. For each of these changes, need to find out the mode of processing and then create the DTS package accordingly. So instead of creating such a complex DTS package depnding on the type of change, I just want to use ProcessDefault on dimension (if any change) and cube. Could somebody elaborate on ProcessDefault more? i.e. how much reliable is that processing mode? Thanks in advance Gayatri. |
#3
| |||
| |||
|
|
Hi, Following are the possible changes in cube/dimension. Dimension: Addition/Deletion or updating of some of the rows (members/attributes) Cube : Addition/updating of some of the rows in the fact table. Roll-up formulea: Changes in these formulea. Member display name : Change in display name by changing the formatting function being used on the member display column. For each of these changes, need to find out the mode of processing and then create the DTS package accordingly. So instead of creating such a complex DTS package depnding on the type of change, I just want to use ProcessDefault on dimension (if any change) and cube. Could somebody elaborate on ProcessDefault more? i.e. how much reliable is that processing mode? Thanks in advance Gayatri. |
#4
| |||
| |||
|
|
ProcessDefault doesn't know about the changes in source data. It only knows the current state of the AS object. If you do ProcessDefault on an unprocessed dimension, it will do ProcessFull. If it was already processed, it will do ProcessUpdate. For partitions, ProcessDefault should map to ProcessFull. Etc. The server can't infer what changes may have happened to your data since the last processing operation and therefore you should be specific when it is necessary... Thanks, Akshai -- This posting is provided "AS IS" with no warranties, and confers no rights Please do not send email directly to this alias. This alias is for newsgroup purposes only. "gayu" <gayatri.kulkarni (AT) gmail (DOT) com> wrote in message news:1142251015.225975.164960 (AT) j33g2000cwa (DOT) googlegroups.com... Hi, Following are the possible changes in cube/dimension. Dimension: Addition/Deletion or updating of some of the rows (members/attributes) Cube : Addition/updating of some of the rows in the fact table. Roll-up formulea: Changes in these formulea. Member display name : Change in display name by changing the formatting function being used on the member display column. For each of these changes, need to find out the mode of processing and then create the DTS package accordingly. So instead of creating such a complex DTS package depnding on the type of change, I just want to use ProcessDefault on dimension (if any change) and cube. Could somebody elaborate on ProcessDefault more? i.e. how much reliable is that processing mode? Thanks in advance Gayatri. |
#5
| |||
| |||
|
#6
| |||
| |||
|
|
Thanks a lot for your guidance. Also, if the requirement is like, its possible that older measures data can be updated in the fact table then here the cube must be reprocessed in ProcessData mode? Regards, Gayatri. |
![]() |
| Thread Tools | |
| Display Modes | |
| |