Essbase backup steps

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.
Thanks in advance for your suggestions!
Regards,
Richa

Yes Krish.
Exactly that is what I thought and hence I have suggested this approach now-
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.
Here i am first disabling login and then logging out all users from all app and db. after that before selecting individual db for export, will do beginArchive (making it read ony), then selecting Dbname, Exporting data, Unloadingapp, EndArchive and then re-enabling login.
This will be repeated for all databases. Please suggest if BeginArchive and EndArchive for each db will cause any issue?
Regards,
Richa

Similar Messages

  • I have problem with syncing in itunes and it stared since i installed new version of itunes.it stuck in backup step for houres.what shud i do?

    I have problem with syncing in itunes and it stared since i installed new version of itunes.it stuck in backup step for houres.what shud i do?

    So, in iTunes, when you look at the shuffle's content (in the sidebar) and click on the playlist under the shuffle, over to the right, the songs are in your desired order, correct?  Where do you look, or what do you do, that indicates the playlists are in alphabetical order?  Are you saying that when you play the songs while using the shuffle, they play in alphabetical order?
    If so, when you listen to the songs on the shuffle, are you using the playlist, or are you using the All Songs list? If you are in the default All Songs list, with the shuffle's power switch set to play-in-order (the middle position), the songs play alphabetically, I believe. 
    The 3rd gen shuffle uses VoiceOver.  If you are in the All Songs list, you need to use VoiceOver to switch to the playlist (see manual linked below for details).  When you are in the playlist (with the shuffle's power switch set to play-in-order), then the songs should play in playlist order.
    There are more details in the manual for the 3rd gen shuffle, which is online here
    http://manuals.info.apple.com/en_US/iPod_shuffle_3rdGen_UG.pdf
    See page 22 for the section about setting up and using VoiceOver.  The part about switching playlists starts on page 23 (Using the Playlist Menu).

  • 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.

  • 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,

  • 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

  • Urgent: New database with restored tape backup - step by step

    Hi
    Oracle: 9.2.0.6
    OS: AIX 5
    There is an old full cold database backup on the TAPE drive which includes spfile and control files etc.
    I have been asked to restore this database to a new server (AIX 5). I am a new dba with less hands on restore/recovery from tape drives using rman.
    Can someone let me know
    1. what do I need to know before I can start anything
    2. how to restore backup from tape (spfile, control file, data files etc)
    3. steps to create a database instance with backup restore and start it
    4. How do I know password of sys/system users
    Thankyou so much for help.
    Vishal

    Maybe you could read the manual?

  • 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

  • Automate Application & Essbase Backup

    Hi Gurus
    We have done lots of things on different topics in this forum but one thing which i feel lack is Backup & Recovery Procedures. How can we automate Application & Db Backup for Data forms. Anyone have implemented it or have some clue then pls let it share on this forum.
    Thanks in advance
    SNK

    For the planning application then I would take a backup of the schema/db, this can be automated and done by your dba.
    For essbase then different backup options are outlined in :- http://download.oracle.com/docs/cd/E17236_01/epm.1112/epm_backup_recovery/launch.html
    It all depends on your backup method to how it would be automated.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Encrypted Essbase Backup

    HI
    Currently we are taking backup of essbase into .dat or .txt file...but both file can be changed. As a result, it will loose the security of the backup. Kindly let me know how can i get secure backup from essbase?
    Thanks

    Text files are not encrypted, regardless of extension, or even no extension.
    Glenn pointed out that the binary files that are Essbase's data on disk are already encrypted.
    If this is a BSO database, you could use DATAEXPORT's bin format to give you a measure of encryption, or at least the inability to read an export file in a text editor and see numbers.
    Have you looked at real encryption tools? A quick search on the web turns up this Pretty Good Privacy page:
    http://www.cryptography.org/getpgp.htm
    I am no cryptologist, to put it mildly, so I think the above is just a starting point.
    Surely your IT department does this on a regular basis with other data types -- perhaps they would be a resource to turn to?
    Regards,
    Cameron Lackpour

  • Automation of Essbase backup

    Hi Guys,
    My query is about the backup and restore feature with transaction logging and replay where the backup are taken automatically and the recent changes before the crash are recovered through transaction logging and replay. Can anybody tell me how to initiate that automatic backup process ? Whether it can be done through the console or does it need a command in maxl or esscmd. And the how to initiate the transaction logging and replay.
    Thanks in advance

    Hi There,
    Just ADD below commands to your Config file....and also create Replay Folder to store the transactions.
    TRANSACTIONLOGDATALOADARCHIVE Application database SERVER_CLIENT
    TRANSACTIONLOGLOCATION Application database D:\Replay NATIVE ENABLE
    You can serach for thses commands in technical reference for more information.
    Cheers,

  • Can't get past the backup step

    I'd so love to upgrade to Tiger. I can't archive and install because I have too much data on my hard drive. I want to erase, install and reinstall my User folders. I need to know my best option at this point.
    At first I backed up using Retrospect when I realized the Panther version won't work on Tiger.
    Now I'm trying to backup /Users manually to an external firewire drive using the Apple instructions on the Tiger preparation and installation page. The copying gets to old documents created in MS Word whereupon the finder tells me there's a problem with the file name and aborts the copying. The file names contain / in dates. Is there a way to batch process the file names to make them compatible?
    Or should I use a different backup or installation approach?
    Thanks for any advice.

    I solved the backup problem. The key was the firmware and formatting of the external hard drive-- I'm not sure which. Since my drive is one of the group affected by the so-called Panther firewire bug and since it was formatted for another operating system, I both updated the firmware and reformatted, which resolved the backup problems.

  • Database backup steps

    Hello:
    I am a DBA begineer, and would like to know how to backup a database and restores. Is there single script can do this ?
    Thanks.
    Dima

    dassanayake wrote:
    Hello:
    I am a DBA begineer, and would like to know how to backup a database and restores. Is there single script can do this ?
    Thanks.
    DimaIf you are just starting, you must read these two following guides before attempting to start doing any backup orrecovery ,
    http://download.oracle.com/docs/cd/B19306_01/backup.102/b14192/toc.htm
    http://download.oracle.com/docs/cd/B19306_01/backup.102/b14191/toc.htm
    HTH
    Aman....

  • Essbase Backups

    I am writing a script to back up all the available apps. For the Begin archive, endarchive and export command, I need to mention the names of App/DB in the maxl script. Is there a way I can dynamically write the script for all the available applications instead of hardcoding their names in the script?
    Thank you!

    Write the maxl script in a kornshell or bat file, then tokenize the items that you will pass from the driver script
    login $1 $2 on $3;
    alter system load application '$4';
    export database '$4'.'$5' level0 data in columns
    to data_file "'$4.Lev0backup";
    logout;
    and name it 'backup.msh' for instance.
    Then from the driver script for each different app/db you would invoke the maxl shell passing the 'backup.msh' file and the parameters.
    essmsh backup.msh <Userid> <Password> <Server> <Appname> <dbname>
    Message was edited by:
    RobertR

  • Upgrading iPhone 4 firmware yields error -5000 during initial backup step

    I am trying to upgrade my iPhone 4 firmware from v4.3.5 to v5.0.1 as offered by iTunes (v10.5.2.11 running on Windows 7).
    When I do so, I first get a notification, that iTunes is first backing up all phone data in order to be able to restore it to the phone after the upgrade. After a few minutes I then get an alert popup, that the backup failed with error -5000 and the warning, that if I choose to continue, I will loose all data from my iPhone. At this point of course I always choose to abort (I repeated the process 3 times now, each time with the same result).
    What is this "error -5000" and how can I fix or avoid it?  BTW: the computers HD has >75 GB left, so it can't be a space issue...
    Michael
    PS.: I thought I bought me an apple product to exactly avoid this kind of hassle and cryptic error messages...

    I did as instructed (with mixed feeling I may add), but - alas - with the ame result, i.e. also with MSSE real time protection disabled I am getting the same "error -5000". I even rebooted (and then checked the setting again) to make sure it was really disabled before trying again.
    Other options or suggestions?
    Michael

  • ITunes stops wrking @ backup step // odd shortcut missing??

    I'm trying 2 sync my iphone w/my itunes & it won't go past the backing up stage. iTunes just stops working & windows tells me there's a problem w/it?? Completely uninstalled & reinstalled iTunes twice & am still having the same problem ;(
    There is also a message that popped up after the 2nd reinstallation: "The file or folder 'xeuizek.scr' that this shortcut refers to cannot be found."
    What is going on & can anybody please tell me how I can fix this to have my iphone work properly w/iTunes again???? THANK YOU!!

    I can't locate that file anywhere & it's not coming up anymore??
    When iTunes crashed windows tells me that: A problem caused the program to stop working correctly. Windows will close the program & notify me if a solution is available. And right after a message @ the bottom of the screen says: to help protect my computer, Data Execution Prevetion (DEP) has closed the program???
    I went to get my computer checked & the technician said that it's probably a corrupt file & i just need 2 get rid of those files & it should work fine. But even without all my music iTunes is still not working properly??
    What can I do???

Maybe you are looking for

  • With iOS 5, can I use my iPad or MacBook Pro to watch Hulu on Apple TV?

    I want to be able to watch Netflix and Hulu on my TV, and while Ragu is the only device I can find with that capability (besides the XBox 360 for over twice the cost), I want to know if there is a workaround on the Apple TV using AirPlay. I love the

  • Where is the reference to 9.1? I have 10.2 everywhere yet still calling 9.1

    I have migrated a website from 2003 to 2005. Everytime I try to run the reports I get the following. I have tried everything from deploying the appropriate package (10.2) to the server to making sure there were add assembly references in the web.conf

  • ***NEED HELP. ERROR CODE -1450***

    iTunes wont save any of the songs i import!!! i have made a back up disk of the music library and when i restore all the songs a screen pops up with n error code-1450. what can i do to fix the problem???? i alreary downloaded the new version of iTune

  • Integration Broker Issue

    Hello Gurus, We are having strage issue with Integration Broker. When we include proxy server settings in Integration Broker properties file we are unable to ping certain nodes but when we remove Proxy server details we are able to ping nodes. We are

  • IPhoto 09no thumbnails in exported photos

    I just upgraded to iPhoto 09, and find that exported photos no longer have the thumbnail in their EXIF data.  Help?!