Storing Multiple Essbase Backups

Hello,
We currently run a nightly backup using the MaxL script below. Due to a change in business practices, we now need to save mulitple days worth of backups instead of writing over the previous night's backup, as we do in this script. Does anyone know of a way to include today's date in the name of the file? Right now we have it named as Plan1BkupLv0.txt but I would like it to read "Date"Plan1BkupLv0.txt, where "Date" represents the date the backup is run. Any assistance is greatly appreciated!
/* *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~* */
/* * Start log file output. * */
/* *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~* */
spool on to 'G:\Hyperion\Automation\Backups\TelePlan\Plan1\Plan1bkStartlog.txt';
/* *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~* */
/* * Log on to application. * */
/* *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~* */
login ;
/* *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~* */
/* * Ensure Application and database               * */
/* *     is loaded before archive.               * */
/* *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~* */
alter application 'TelePlan' load database 'Plan1';
/* *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~* */
/* * Export all data in "Column" format. * */
/* *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~* */
/*export database 'TelePlan'.'Plan1' Input data to data_file                */
/*     'G:\Hyperion\Automation\Backups\TelePlan\Plan1\Plan1BkupInp.txt';     */
export database 'TelePlan'.'Plan1' level0 data to data_file
     'G:\Hyperion\Automation\Backups\TelePlan\Plan1\Plan1BkupLv0.txt';
/* *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~* */
/* * Place database in archive mode * */
/* *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~* */
alter database TelePlan.Plan1 begin archive to file 'G:\Hyperion\Automation\Backups\TelePlan\Plan1\files2backup.txt';
/*Commented out the validate routine*/
/*alter database TelePlan.Plan1 validate using error_file 'G:\Hyperion\Automation\Backups\TelePlan\Plan1\validate.txt';*/
/* *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~* */
/* * Terminate the Log file output. * */
/* *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~* */
spool off;
logout;

Hi GlennS,
Thank you so much for the response. I am not versed in MaxL or batch scripts so the easier, the better for me. I am just trying to adjust scripts that consultants wrote during our Hyperion implementation. Below is what I now have for the batch script after adding your suggested changes and is not creating the mulitple files. Would you have a suggestion as to what I have done wrong and how to fix it? Thanks again!
@ECHO ON
REM --------------------------------------------------------------------
REM * *
REM * File Name: bkupbatch.bat     *
REM * Created By: Srinivas Uppalapati          *
REM * Created Date: July 12, 2008 *
REM * *
REM * Launches Hyperion MaxL and exports the data               *
REM * *
REM --------------------------------------------------------------------
REM
REM ---------------------------------------------------------------------*
REM      SET SCRIPT VARIABLES FOR ESSBASE AND BACKUP DIRECTORIES          *
REM ---------------------------------------------------------------------*
SET ESSBACKUPSCRIPTDIR=G:\Hyperion\Automation\Backups\BackupScriptsPlan1
SET ESSBASEAPPHOME=G:\Hyperion\AnalyticServices\app
SET ESSBACKUPDIR=G:\Hyperion\Automation\Backups
REM *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
REM *                                             *
REM *          Deletes existing log file                    *
REM *                                             *
REM *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
del %ESSBACKUPDIR%\TelePlan\Plan1\Plan1bklog.txt
REM *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
REM *                                             *                                   
REM *          Executes the backup Maxl script                    *
REM *                                             *                                                            
REM *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
essmsh.exe %ESSBACKUPSCRIPTDIR%\Plan1BkupStart.msh
REM ---------------------------------------------------------------------*
REM      COPY ALL CRITICAL ESSBASE FILES TO THE DATE DIRECTORY          *
REM ---------------------------------------------------------------------*
copy %ESSBASEAPPHOME%\TelePlan\Plan1\*.otl %ESSBACKUPDIR%\TelePlan\Plan1
copy %ESSBASEAPPHOME%\TelePlan\Plan1\*.csc %ESSBACKUPDIR%\TelePlan\Plan1
copy %ESSBASEAPPHOME%\TelePlan\Plan1\*.rul %ESSBACKUPDIR%\TelePlan\Plan1
copy %ESSBASEAPPHOME%\TelePlan\Plan1\*.rep %ESSBACKUPDIR%\TelePlan\Plan1
copy %ESSBASEAPPHOME%\TelePlan\Plan1\*.alt %ESSBACKUPDIR%\TelePlan\Plan1
copy %ESSBASEAPPHOME%\TelePlan\Plan1\*.zip %ESSBACKUPDIR%\TelePlan\Plan1
copy %ESSBASEAPPHOME%\TelePlan\Plan1\*.dbb %ESSBACKUPDIR%\TelePlan\Plan1
copy %ESSBASEAPPHOME%\TelePlan\Plan1\*.txt %ESSBACKUPDIR%\TelePlan\Plan1
REM *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
REM *                                             *                                   
REM *          Executes the backup Maxl script                    *
REM *                                             *                                                            
REM *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
essmsh.exe %ESSBACKUPSCRIPTDIR%\Plan1BkupEnd.msh
REM *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
REM *                                             *                                   
REM *          Stores Old Backup Copies                *
REM *                                             *                                                            
REM *~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~*
del %ESSBACKUPDIR%\TelePlan\Plan1\5_Plan1BkupLv0.txt
rename %ESSBACKUPDIR%\TelePlan\Plan1\4_Plan1BkupLv0.txt %ESSBACKUPDIR%\TelePlan\Plan1\5_Plan1BkupLv0.txt
rename %ESSBACKUPDIR%\TelePlan\Plan1\3_Plan1BkupLv0.txt %ESSBACKUPDIR%\TelePlan\Plan1\4_Plan1BkupLv0.txt
rename %ESSBACKUPDIR%\TelePlan\Plan1\2_Plan1BkupLv0.txt %ESSBACKUPDIR%\TelePlan\Plan1\3_Plan1BkupLv0.txt
rename %ESSBACKUPDIR%\TelePlan\Plan1\1_Plan1BkupLv0.txt %ESSBACKUPDIR%\TelePlan\Plan1\2_Plan1BkupLv0.txt

Similar Messages

  • Online Essbase backup

    Hi All,
    Can anyone tell me the how do i do the online essbase backup.
    IF yes how and can i take backup of database while calculations are executing....
    Regards,
    Mink

    Yes, I've had similar environments. On larger cubes you don't often get savings because the "changed files" equals the "entire database" every day, at least for environments where time is dense. Robocopy is good, I've used it almost everywhere (although they are unrelated, that's why I tried RoboTask in the first place).
    The staging area I use is only 3 copies of each database, but that's arbitrary (the batch job supports grandfather/father/son schemes of up to 9 levels, plus any number of "type" qualifiers -- like daily, weekly, special, deep archive, etc...). With restoration just a double-click (and about 15 minutes) away at any point for any "stored" backup. So we also have no need to go to tape unless it's a true D/R.
    I don't even have to change anything for new production apps, it's part of the shell script that runs the data load as a single command call (the shell also sends email when finished -- if the script has the meta-tags for it), and creates a daily log of begin/end entries for each process.
    The real key is using a standard framework -- which is like skinning cats so there's no point in saying one is ideal or better than another. On the detail level however, being able to fit a new piece into the framework can definitely be done better or worse. :)
    To me, the real proof came in our last D/R test (I know, I talk about it often enough) -- but what I didn't say was that *I* didn't even do the recovery. The Junior admin did it with about 3 months of experience in essbase. I was officially dead on the site and only took notes. That tells a lot about system recoverability.

  • Storing multiple DV files across CDs or DVDs via QTime

    Folks,
    A couple of weeks ago, I attempted to get an answer to questions I had about storing multiple DV files across multiple DVDs or CDs using Quicktime. I failed to truly get a straight forward answer in non-techno English so having now acquired more info, here - for the non-geeks - is what I've learned in regular human non-geek English:
    DVD Rs and CD Rs are pretty much the same thing. You have to check to make sure the drive you have on your computer CAN indeed "write" to these disks. You do that by pulling down the "About this Mac..." in the menu with the Apple icon.
    Someone in the Comp Forum on Craigslist posted a terrific list of all the permutations of these types of storage disks with the minor differences between each (ex., DVD-RW vs. DVD+RW - some older machines cannot read one of these and I don't remember which). I can't find link to that post but you can try a search on CL or post there asking that the info be REposted. They're pretty nice there.
    I haven't pursued determining whether Quicktime will store the multiple DV files across multiple disks but there is no need to since iMovie will do it. Each "clip" in iMovie is the equivlanet to a DV file so you can just drag each clip onto the icon of your DVD or CD. You'll be prompted for a name, et al.
    My 1.5 hours of DV footage required 3.5 DVDs to store.
    Each DV file is exactly that - a discrete file of video data similar to one specific MS Word file so - there is no need for any sort of program to sequentially store the files on multiple disks or bring them over FROM multiple disks. You the human do that just like when you store multiple documents on a bunch of disks.
    File formats were also confusing to me and not really clearly explained here in regular-speak. The DV cam format that you can shoot in is video uncompressed. DV (file will be called "filename.dv" when it is in DV format) is compressed and there are a whole bunch of different compressed file formats. The MPEG term thrown around refers to the way a particular file of video data is compressed - the "compression scheme" used - i.e., there's MPEG 2, MPEG 4, etc. I don't remember what the acronym MPEG means but it's easy to find that out.
    I hope the above is helpful to others like myself (and I already know I'm not alone via my research over the past 2 weeks) who have had a difficult time getting straight answers in understandable language regarding all of this.
    I also got solutions to my PDA problem w/Tiger which I posted on the Apple Discussion site here. Getting a solution and answers there was more painful than getting this particular DVD/CD video stuff straightened out but both experiences suggest to me ...are you listening Apple... that the old school of tech writers and HI designers at Apple need to be "reinstalled".

    Yes. If the data you choose to burn will take up more than one disk, spanning is automatically chosen and the interface tells you how many disks you'll need. You have the option to "Avoid splitting files when spanning". A good precautionary option if you're worried about an important file not reading back off a disk it has to cross over to. You end up with as many normal disks as it takes. There's no need to read them back in any particular order as long as you don't let it split files.

  • What is exactly stored in the Backup ITunes files for the IPhone?

    I am thinking about allowing iphone connectivity via Active-sync in our Exchange 2007 environment. I am familar with the intergration and management of Active-sync with the Iphone however, I do have concerns with the backup feature on the ITunes software. I know it backs up the iphone but what does it exactly backup? I am mainly concerned with corporate emails/informatoin that are synched from my email servers and then cached locally on the iphone itself. Does it store any of this information, emails or corporate directory within this backup file? I want to ensure that this information is not stored on users local machine if they exit or leave the company. Your input would be appreciated.
    Thanks.

    No, email is not stored in the backups and is downloaded once you click the mail icon.
    When restoring from backups, mail always shows no unread messages for 15 minutes or until you click the mail icon. The inbox will appear blank for a short time as there is no cache from the restore and messages headers begin to download automatically.
    I cannot say for sure as I have not dissected the backup files, but it is highly unlikely backups store this data as it will quickly become out of sync with the mail servers and thus rather useless. The behavior I noted when restoring from a backups above seems confirm this.

  • Multiple Essbase Instance

    hi,
    I need to create new Hyperion Instance but I don't have enough server resources
    Is it possbile to install 2 Oracle DB and 2 essbase in one server
    did anyone configure this kind of setup, multiple instance in one server
    cheers

    hi,
    Yes I agreed on that aspect to put one instance per server for better server utilization
    Is there any notes that discuss the best architecture for Hyperion, hope you can provide one
    It will help me present to our management the pros and cons of putting multiple instance in 1 server
    But it is possbile to put multiple Essbase and Oracle instance in one server right? In case they will not use the instance at the same time
    We intend to put Test and Training Instance in one server, but Training instance will up during Training session only
    hope to get good recommendation from you
    thanks in advance

  • Essbase Backup Automation

    Hi all
    I want to automate the backup for essbase. What is the best possible way to do so, as far as i red a thread Re: Essbase Backup
    which tells the automation through maxel script is possible i want to know the efficient and effective methods used around.
    Your valuable suggestions and comments are much needed .
    Regards
    Ace,

    Thank You John,
    I want A suggestion if data size is increasing significantly like upto 50 GB or plus what is recommended as the best practice for backup automation.
    Currently i am doing export with the help of MaxL script scheduled through Windows Scheduling, Well as export it the most time consuming meth in all of the possible ways what is the best the can be adapted.
    A bundle of Thanks for your help and support.
    Regards
    Ace,

  • Pointing single FDM application to multiple Essbase databases

    Is it possible to point a single FDM application to multiple Essbase applications and databases? I have heard it is possible to (re-)add the Essbase adapter multiple times to the same FDM application, to then point to different Essbase applications databases.
    Does this work successfully and are there any potential problems with having duplicate adapters registered?

    To add weight to our proposal of splitting the FDM applications, is there any documentation/KB/bugs/forum posts on the issues with duplicated adapters and using drill back? Is there definitely an issue with FDM here? It is not something I have yet experienced and it sounds more of a possibility than a definite issue? If you can, please let me know if there are any further references you can provide on this so I can inform the client on the best route forward. Many thanks in advance.

  • Upgraded: New Mac, Setting up iPhoto Library From Multiple Old Backups

    Over the years (Jaguar to Snow Leopard), I've had multiple Macs in different locations (work, home) to which I've loaded photos from cameras into multiple iPhoto libraries. As these Macs have died (G4s, G5s), or I've been forced to upgrade, I've made a backup on CDs and DVDs of the iPhoto libraries (different versions of iPhoto over the years).
    Now I've got a brand new Macbook Pro and I want to put all these photos into one library on one disk. I don't care much about preserving photos edited in iPhoto (I use Photoshop for serious editing), nor do I have particular album or roll data from these old libraries that matters. I just want to get all the original photos into one library so I can search and access them all in one place.
    I have always found the way iPhoto organizes the photos on disk a bit confusing, especailly when it comes to backing up and accessing the files at the Finder level. And now it seems things have gotten even more dumbed away from the user in "package" w/ the latest iPhoto.
    I would like to just have my photos in a folder, not a "package," but I would like to be able to search and organize photos and load them to my iPod Touch. (Maybe isn't the best application for me?) I'd also like my iPhoto folder to be on an external HD.
    This is one of those grueling tasks I've been putting off for years. So many disks, so many libraries, how to get them all into one. I want to get it right once and for all, so I'll have all my photos on in one place and hopefully in a Finder-level folder that will be easy to back up and easy to port to my next Mac down the road in the future.
    Can anyone offer any advice on the best way to proceed? Anyone else been through something like this?
    Thanks in advance,
    Babz

    This is actually more simple than it seems as you
    just want to get all the original photos into one library so I can search and access them all in one place.
    So, create a Library: Hold down the option (or alt) key key and launch iPhoto. From the resulting menu select 'Create Library' and import the contents of the originals from the other Libraries: (File -> Import, Drag to the iPhoto Window, Drag to the iPhoto icon on the Dock)
    That's all your originals in a single Library.
    I have always found the way iPhoto organizes the photos on disk a bit confusing, especailly when it comes to backing up and accessing the files at the Finder level.
    It's actually quite straightforward, but the key is +you don't access the files at a Finder level+.
    And now it seems things have gotten even more dumbed away from the user in "package" w/ the latest iPhoto.
    Remember: iPhoto is a Database. Like any database, you need to manipulate the data via the db and not a back door.
    Since iPhoto 7 (iLife 08) the old iPhoto Library Folder is now a Package File. This is simply a folder that looks like a file in the Finder. The change was made to the format of the iPhoto library because many users were inadvertently corrupting their library by browsing through it with other software or making changes in it themselves. That's why +you don't access the files at a Finder level+.
    Want to see inside: Go to your Pictures Folder and find the iPhoto Library there. Right (or Control-) Click on the icon and select 'Show Package Contents'. A finder window will open with the Library exposed.
    Standard Warning: Don't change anything in the iPhoto Library Folder via the Finder or any other application. iPhoto depends on the structure as well as the contents of this folder. Moving things, renaming things or otherwise making changes will prevent iPhoto from working and could even cause you to damage or lose your photos.
    How the library is organised: There are various files, which are the Library itself and some ancillary files. Then you have three core folders
    Originals are the photos as they were downloaded from your camera or scanner.
    (ii) Modified contains edited pics, shots that you have cropped, rotated or changed in any way.
    (iii) Data holds the thumbnails the the app needs to show you the photos in the iPhoto Window.
    But none of that matters, as you never access the files via the Finder.
    *To back up an iPhoto Library* make a copy of the Library on another disk. You can automate this process with Time Machine or many other back up apps like Chronosync or DejaVu. There are many, many other options. Search on MacUpdate.
    I would like to just have my photos in a folder, not a "package,"
    *How to do it:*
    Simply go to iPhoto Menu -> Preferences -> Advanced and uncheck 'Copy Files to the iPhoto Library on Import'.
    *What Happens:*
    Now iPhoto will not copy the files, but rather simply reference them on your HD. To do this it will create an alias in the Originals Folder that points to your file. It will still create a thumbnail and, if you modify the pics, a Modified version within the iPhoto Library Folder.
    *Some things to consider:*
    1. Importing and deleting pics are more complex procedures. You have to to put the files where they will be stored before importing them. When you delete them you'll need to remove the files from the HD yourself.
    2. You cannot move or rename the files on your system or iPhoto will lose track of them on systems prior to 10.5 and iPhoto 08. Even with the later versions issues can still arise if you move the referenced files to new volumes or between volumes.
    3. Most importantly, migrating to a new disk or computer can be much more complex.
    4. Because iPhoto has no tools for managing Referenced Files, if, for some reason, the path to the photos changes then you could find yourself resolving aliases for +each photo in the Library+ one by one.
    My own opinion:
    I've yet to see a good reason to run iPhoto in referenced mode unless you're using two photo organiser
    If disk space is an issue, you can run an entire iPhoto Library from an external disk:
    1. Quit iPhoto
    2. Copy the iPhoto Library from your Pictures Folder to the External Disk.
    3. Hold down the option (or alt) key while launching iPhoto. From the resulting menu select 'Choose Library' and navigate to the new location. From that point on this will be the default location of your library.
    4. Test the library and when you're sure all is well, trash the one on your internal HD to free up space.
    If you're concerned about accessing the files, There are many, many ways to access your files in iPhoto:
    *For Users of 10.5 and later*
    You can use any Open / Attach / Browse dialogue. On the left there's a Media heading, your pics can be accessed there. Command-Click for selecting multiple pics.
    Uploaded with plasq's Skitch!
    You can access the Library from the New Message Window in Mail:
    Uploaded with plasq's Skitch!
    *For users of 10.4 and later* ...
    Many internet sites such as Flickr and SmugMug have plug-ins for accessing the iPhoto Library. If the site you want to use doesn’t then some, one or any of these will also work:
    To upload to a site that does not have an iPhoto Export Plug-in the recommended way is to Select the Pic in the iPhoto Window and go File -> Export and export the pic to the desktop, then upload from there. After the upload you can trash the pic on the desktop. It's only a copy and your original is safe in iPhoto.
    This is also true for emailing with Web-based services. However, if you're using Gmail you can use iPhoto2GMail
    If you use Apple's Mail, Entourage, AOL or Eudora you can email from within iPhoto.
    If you use a Cocoa-based Browser such as Safari, you can drag the pics from the iPhoto Window to the Attach window in the browser.
    *If you want to access the files with iPhoto not running*:
    For users of 10.6 and later:
    You can download a free Services component from MacOSXAutomation which will give you access to the iPhoto Library from your Services Menu. Using the Services Preference Pane you can even create a keyboard shortcut for it.
    For Users of 10.4 and later:
    Create a Media Browser using Automator (takes about 10 seconds) or use this free utility Karelia iMedia Browser
    Other options include:
    1. *Drag and Drop*: Drag a photo from the iPhoto Window to the desktop, there iPhoto will make a full-sized copy of the pic.
    2. *File -> Export*: Select the files in the iPhoto Window and go File -> Export. The dialogue will give you various options, including altering the format, naming the files and changing the size. Again, producing a copy.
    3. *Show File*: Right- (or Control-) Click on a pic and in the resulting dialogue choose 'Show File'. A Finder window will pop open with the file already selected.
    *To use iPhoto with Photoshop*
    You can set Photoshop (or any image editor) as an external editor in iPhoto. (Preferences -> General -> Edit Photo: Choose from the Drop Down Menu.) This way, when you double click a pic to edit in iPhoto it will open automatically in Photoshop or your Image Editor, and when you save it it's sent back to iPhoto automatically. This is the only way that edits made in another application will be displayed in iPhoto.
    Note that iPhoto sends a copy+ of the file to Photoshop, so when you save be sure to use the Save command, not Save As... If you use Save As then you're creating a new file and iPhoto has no way of knowing about this new file. iPhoto is preserving your original anyway.
    There's a lot of material there. By all means come back for clarification if you need it. But I strongly urge you to think very carefully before running a Referenced Library.
    Regards
    TD

  • Manage multiple users backups

    Hi, I try to explain my situation and all my troubles with Time Capsules.
    Here @ work we have around 20 apple computers all running latest OSX 10.8.2 and I use 3 different 2TB Time Capsule to store and balance users backups.
    During last 3 years some user is gone, some new arrived so Time Capsules are still storing unused and unuseful backups.
    Moreover we changed computer and users would like to start brand new backup.
    Is there a way to manage different users backup? I really need to delete some old Backups.backupdb folder.
    If I try to access the time machine from my MBP I just can see of course my folder.
    Is there out there some administrative tool to manage what stored in my Time Capsules?
    I expected from Apple to have more controls on "Utility AirPort" application, but the only thing I can do on my TC disk in to initialize it... we cannot just initialize a disc every time we need to mange it.
    Any solution?

    There are plenty of third party software..
    CCC, superduper and chronosync.. being the most often quoted.. I use TM to a non apple NAS and occaionally free superduper to make a disk image.
    Apple made the TC very difficult to use as you seem to want to use it.. in that, you cannot properly partition it. You can create disk images.. see
    http://pondini.org/TM/Time_Capsule.html
    Q3 he goes through setting up disk images.
    If you create a disk image for each Mac, then it makes it fairly easy to delete and recreate an image when you need to. Although you are now going to use the space somewhat less efficiently in that disk images will be of fixed size. I think this is not really as big an issue as it might seem as TM handles multiple computers connecting to the TC very poorly.
    I am rather more a hands on person.. I would pull the hard disk out of the TC and parition it properly on a Mac.. and put it back in the TC.. this voids the warranty of course. Which is what makes the TC so useless.. it is a sealed device.. there is no other NAS which seals you out of the hard drive to fix, format, replace, repair.
    You can hang multiple hard disks onto a TC via USB.. that will work for wireless but is extremely slow for ethernet.. and certainly USB disks are not without issues.. and latest Mac OS has been making a mess of reliable connection to them..
    Otherwise a Synology or QNAP NAS.. Setup different user login for each user.. then use TM or one of the alternatives.

  • Dynamically connect to multiple Essbase cubes from 1 adapter

    Hi Guys,
    i have 14 Essbase cubes (containing the same dimensions).
    What i like to accomplish is that based on the selected location in the POV an essbase cube is selected..
    I've updated the connect action with:
    If RES.pstrLoc = "SampleGreece" Then
                        objHW.Connection.PstrDatabase = "TstGRE"
                   ElseIf RES.pstrLoc = "SampleSpain" Then
                        objHW.Connection.PstrDatabase = "TstSPA"
                   Else
                        objHW.Connection.PstrDatabase = API.DataWindow.DBTools.fGlobalOptionGet(API.IntBlockMgr.IntegrationMgr.PstrSysKey & "DBName").Value
                   End If
    And this works fine for the first location..
    However, when i change the pov to another location the 'browse for target value' still points to the first one. After re-logon it works fine for the new location.
    It looks like its stored in some kind of cache memory so i'm looking for a method to clear this cache or to reconnect while changing the POV.
    It's FDM and Essbase 11.1.1.3
    Thanks in advance,
    Marc

    Tony,
    thanks for your reply...
    I thought about that as well but the 14 cubes (countries) are allowed to add level 0 members so in the mapping table i need to point to the correct Essbase cube as well..
    I wasn't able to find any script that is triggered while updating the mapping (by clicking browse for target value)..
    So adjusting the connect does solve my problem partially since there's some kind of cache that i need to refresh..
    Do you know if this is possible?
    Otherwise i have to go for the multiple adapter solution.
    Kind regards,

  • Multiple Phone Backups

    I've spent some time on google and browsing through these forums.
    I have over 30 Iphone 5's currently attached to our exchange through active sync.
    We don't allow our users to use iCloud due to FOI act & living in Canada.
    My question is; Is there no program, or application that will allow me to backup multiple phones to a PC?
    If a user's iphone dies, I'd love to take that phone, plug it into my PC, back it up, and send it out for repair.
    When I get the phone back, upgrade it, and then restore it.
    Any help would be much appreciated.
    Thanks.

    Hi there,
    It sounds like your best option may be to use iTunes to back up your devices. This offers several advantages, the main one for you (from the sound of it), being encrypted backups that are stored locally. I would recommend taking a look at the article below for more information about iTunes Backups.
    iTunes: About iOS backups
    http://support.apple.com/kb/HT4946
    -Griff W.

  • Multiple TM backups in a mac pro (if not CCC as TM)?

    apologies for the multiple posts today. i am trying to finalize a new setup here and i just realized i may be thinking about this incorrectly.
    i have a drive in bay 1 that is my OS drive with data and i have a drive in bay 3 that has my large-ish databases.
    can i do a TIME MACHINE backup of the drive in bay 1 to the drive in bay 2 and also do a TIME MACHINE backup of the drive in bay 3 to the drive in bay 4 or do i only get one TM per machine?
    if so, is there a /name/ for the kind of clone i would use on the database drive using Carbon Copy Cloner so that there was effectively a Time Machine type of backup on the destination drive? i mean, is there something close that would work or perhaps i run out of space very fast if i use this kind of setup and this is the great benefit of time machine?
    i mean, if i had to pick one i would use TM for my boot OS and my data and do an identity clone of the database drive but if something went wrong with the database drive it would be a problem.
    so maybe i can bump up the size of my OS drive and just store my databases on this same drive??

    Multiple graphics cards will make the displays act as one large desktop, but when an application is set to full screen mode, it usually will just use one display. If the application is run in window mode, you should be able to move and enlarge (by dragging the lower-right corner) the window to use all displays, but there will be a window border (and menu bar on one display). You could zoom the display slightly to move the border off-screen. There is a setting in Zoom Options of "Universal Access" system preference to stop the zoomed image from moving unless the pointer reaches an edge.

  • Multiple iPhone backups in Time Machine

    I have my wife's iPhone and she was charging it on our Mac via cable. Our iTunes is instructed not to sync automatically. We have two phones in iTunes. Child comes along and somehow resets or wipes phone: not sure which one.
    My question is, if I were to enter into Time Machine is it possible to discern which backup is for which phone? The phone is not synced often and I'm guessing the last one was in September, if she even synced at all during that month .
    I'm on os x10.8 which was a recent upgrade. Our previous version residing on Time Machine is SL. I have been told to be careful on the restore just in case we need to resort to other (cough) measures in order to (cough) the data.
    Thanx

    pcp0827 wrote:
    Is there a way to delete multiple backups in TIme Machine and not have to delete old files one by one by slow one by one?
    Yes, sort of.  You can delete indiividual backups, or all backups of selected items,via Time Machine.  See #12 in Time Machine - Frequently Asked Questions.  You can only select one backup at a time, but they're deleted in a separate process, so you can select another before the first one completes.  When you exit from Time Machine, you may see one or more progress bars for the individual deletions.  (As noted there, never delete anything from your backups via the Finder.)
    But you really shouldn't have to do that.  Time Machine will delete your oldest backups automatically, when it needs room for new ones.

  • Is there any way to get camera roll pics from Jan-Apr of this year that are stored in a backup of an iPhone on iCloud without overwriting the current iPhone data (and pics)?

    OK, here's a fun challenge for everyone out there. My wife got an iPhone 5 for Christmas (2012) last year, and we purchased the iCloud backup to go with the new phone. She was backing up her iPhone as usual (when plugged in and connected to Wifi), including the camera roll (we didn't figure out how to use the Photostream feature until AFTER we had to reset her phone as described below).
    So...in April 2013, she had to reset her phone--wipe out everything on it--and start over again. At that time, we discovered the photostream feature, and have been backing up pics from her iPhone to my PC (and a portable hard drive) since April. But, we do NOT have our pics from Jan-Apr 2013, and are both kind of freaking out that we lost 3 months of our kids lives (including both birthdays). I believe they are stored on iCloud (as part of a back up image from her iPhone stored on iCloud). I would like to get those pictures, but the only way I've seen from user threads to get those pictures is to RE-load a backup image on her iPhone, then take the camera roll pics and put all the pictures on a shared photostream so that I can then get them on my PC and save them off. But, to do that, my wife would have to put her phone back 8 months, which as anyone could understand is not something to be done lightly (it is her work phone also).
    So, long story short, we have some pics on iCloud that I need to get to---how do we get back those pictures? Can someone from Apple pull down the backup image to get to the pics, then put them on our iCloud photostream?
    Thanks so much for your help, and Happy New Year!
    Dave

    sure pretty simple.  make a backup of your current settings
    http://support.apple.com/kb/HT1766?viewlocale=en_US
    then restore device from old backup you need pics off of
    then import pics to computer
    http://support.apple.com/kb/HT4083
    you may need to save pics to camera roll first
    then restore the new backup and sync pics back to phone via itunes
    Peace, Clyde

  • Essbase Backup

    Is this the correct forum to post Essbase questions?
    We are using Begin Archive and End Archive (EssCmd) to run file system backups on Essbase applications and databases. We've run into a problem ending the archive. We think it is a conflict with a user running a process. We are looking at embedding it in Java with the API and error trapping. Is there a method that works using only Maxl or EssCmd scripts?

    Hi,
    We are using the following steps for back up for around 35 databases in version 7.1
    1.     Login to server.
    2.     Logout All users using LOGOUTALLUSERS command
    3.     Disable Login for each individual Appname in sequential order- using DISABLELOGIN command for all 35 db
    4.     Selecting individual appname and dbname.
    5.     Export data for selected app and db
    6.     Unload Application
    7.     Enable Login for that selected Database.
    But we are facing problem like even though all the users are logged out and by the time it selects a particular app and db and exports, if any other user request access to some other app name or database, Essbase allows the complete read/write access for the same. Due to which we get dbname.esm file getting locked out and corrupted.
    To avoid the users to have any write mode capability, can we use BEGINARCHIVE and ENDARCHIVE commands?
    What I have thought will be the changed steps after we add these 2 commands-
    1. Login to AZ18NT169 server.
    2. Disable Login for each individual Appname in sequential order- using DISABLELOGIN command.
    3. Logout All users using LOGOUTALLUSERS command.
    4. Beginarchive for each db
    5. Selecting individual appname and dbname
    6. Exporting data for that selected app name and dbname.
    7. Unload Application (Stops the specified application)
    8. EndArchive for each db
    9. Enable Login for that selected Database.
    Please let me know if I can achieve my goal of making sure that db is completely in read only mode after we log out all users and if any users request access it will be only read only?
    Appreciate your help in advance.
    Thanks,
    Richa

Maybe you are looking for

  • Ipod not recognised by anything! Help!!!

    I am running Windows XP and have a iPod click wheel. iTunes (6.0.5.20) will now not recognise it; and neither will the updater. I have reset my ipod, but still no joy. When I try the updater, a pop up box called Autoplay comes up and it looks like it

  • TO AN ADMINISTRATOR OF PHOTOSHOP ELEMENTS - GET ME OUTA HERE!!

       There is something wrong with my Adobe and/or Adobe Forum sign up.  I cannot stop receiving emails from the Photoshop Elements Forum.  I have repeatedly clicked "stop emails" under notifications to no avail.  I am sure that I am on the Photoshop E

  • What kind of audio file does IDVD create?

    I accidentally forgot to set the correct scratch disk in system settings on a project for a client. The files went to the incorrect disk and folder. How would I go about correcting this without it being a long drawn out process on messing up my files

  • Can't get an internet connection in XP

    I have set up the airport extreme (n) by connecting to the WLAN on my exixting wireless router. (I intially disbaled the wireless in the router)I can only connect to the internet when in XP (bootcamp) to my wireless router not airport extreme. It con

  • How do I hide the background color?

    I am having trouble with backgrounds, I think.  When I move a clip to the work area all I get is a solid red color I believe it to be the background color) with the sound still there.  What am I doing wrong?