1) command line:
from books online:
["command-path]msmdarch["] /a Server "OLAPDataPath" "DatabaseName"
"BackupFileName" ["LogFileName" ["TempDirectory"]]
example:
"\Program Files\Microsoft Analysis Services\Bin\msmdarch" /a myserver
"\Program Files\Microsoft Analysis Services\Data\" "FoodMart 2000"
"\My archives\server myserver\FoodMart 2000.cab"
2) If you're OLAP DB is MOLAP, you can query it even if the relational
datasource isn't up. If it's ROLAP or HOLAP, you cannot. Also, the CAB file
has to be restored on a server that has analysis services in order to
function.
Good luck.
- Phil
"Risahikesh Shringarpure" wrote:
Quote:
There are a few issues
1. I need to have a command line utility to save the cube
2. Should be able to query cube even if underlying datasources ( any
relational database from which data is retrieved ) is not available .
And whats confusing is the use of .cub files .
*** Sent via Developersdex http://www.developersdex.com *** |