Synchronize the outlines between partitioned databases. Use this in the event that one outline has undergone changes to dimensions, members, or member properties, and you wish to propagate those changes to the partitioned database.
Outline synchronization is not currently enabled for partitions that involve aggregate storage databases.
refresh outline on replicated partition sampeast.east to samppart.company apply all;
Refreshes the target outline (for Samppart.company database) with any and all changes made to the source outline (Sampeast.east).
refresh outline on replicated partition Sampeast.east to Samppart.company apply on dimension update, apply on member rename, apply on member_property account_type;
Refreshes the target outline (for Samppart.company database) with changes made to the source outline (Sampeast.east), reflecting the following update to a dimension: a member tagged Accounts was renamed.
You can synchronize the outlines between partitioned databases using refresh outline.
...to... | Use the current source outline to refresh the remote target outline. |
...from... | Refresh the current target outline using the remote source outline. |
purge outline change file | Clear any source outline changes that have already been applied to the target outline or have been rejected. Source outline changes that have not been applied or rejected are not deleted from the outline change file. |
apply all | Refresh all aspects of the target outline, including dimension changes, member changes, and member property changes made to the source outline. This is the recommended method for refreshing outlines, because if you choose to omit some changes, those changes cannot be applied later. |
apply nothing | Do not apply source outline changes to any aspects of the target outline. The target outline will be considered synchronized to the source, and the timestamp will be updated, although source changes were not actually applied to the target. |
apply on dimension... |
Refresh the target outline with all or some dimension changes made to the source outline.
apply on dimension add, move .
|
apply on member... | Refresh the target outline with all or some physical member changes made to
the source outline. Requires apply on dimension update.
apply on dimension update, apply on member add, move .
|
apply on member_property... | Refresh the target outline with all or some member property changes made to the source
outline. Requires apply on dimension update.
apply on dimension update, apply on member_property calc_formula .
|
©2004 Hyperion Solutions Corporation. All Rights Reserved. http://www.hyperion.com |