Question:
Is this possible? If so, how?
I need to get the entire contents of one cube uploaded into another (identical) cube on top of what's already in there.
Many thanks,
Emma
Answer:
* Generate Export DataSource on original Cube.
This will create a DataSource, Transfer Rules and an InfoSource for loading from the original Cube. The name of the Data- and InfoSource will be 8<Cube name>
* Create Update Rules between target Cube and the generated InfoSource for the original Cube
* Load the data with an InfoPackage created on the Generated InfoSource (don't forget to flag "Show Generated ODS Objects in RSA1 > InfoSources > Settings > Display Generated Objects")
Answer:
Great - thanks TFR
Emma