Automatic or scripted backup of appset (application set)

Hi experts,
I'm currently using BPC 7.5 MS and I try to schedule an automatic backup in the same way I can manually backup an appset with server manager.
Unfortunately, I don't find any script or method allowing to doing this task.
Is there a way to script the backup task?
Regards,
Guillaume

Hello Guillaume,
There is no built-in BPC script/task to backup AppSets the way Server Manager does.
However, you can create an SSIS package to perform a similar backup. All you need to do is:
- backup SQL Server database
- backup SSAS database
- backup AppSet folder in FileDB
- backup AppSet folder in Webfolders
You can Zip folders as well. Beneficially, you can use SQL Server backup compression. And to make it work similar to Server Manager backup, you can stop "OutlookSoft SendGovernor Service" prior to backups and start it after completion.
Hope that helps,
Akim
P.S. on another hand, you might want to have a separate SQL Server database backup with transaction logs to improve recoverability. So, I'd just go with separate backups for SQL Server DBs, SSAS DBs and folders.
Edited by: Akim Zubarchuk on Feb 16, 2012 10:06 AM

Similar Messages

  • Schedule automatic backup on ApEx application

    Hi all,
    Does anyone knows how to automatically schedule and backup an ApEx application into a SQL File, saving it into server file system.
    Regards Pedro.

    John, i solved the previous error with a new definition for the CLASSPATH, but when i execute the command: "java oracle.apex.APEXExport" i get the following error:
    Exception in thread "main" java.lang.UnsupportedClassVersionError: oracle/apex/APEXExport (Unsupported major.minor version 49.0)
    My versions are:
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit
    SDK 1.6.0 update 13 (64-bit)
    Application Express 3.2.0.00.27
    Application Server 10.1.2.3.0
    This error might be related with the versions?
    Regards Pedro.

  • How to create a Backup of a BPC Application Set?

    Hello,
    I have been browsing the forum for a short while now but didn't find the answer that I needed, I work for a BPC Consutlancy and would like to know how an Application Set can be BACKED UP in the NetWeaver using the Data Warehousing Workbench in NetWeaver BI 7.0
    I have searched the online SAP Help and that does not seem to cover this area, although there was a recall to Server Manager but I don't think you can do BackUp's using the Server Manager.
    I came  across a post last night that mentioned a third party tool by RIG that is used for Migration but there is also a tool available to create Backups of AppSets.
    I have a requirement to set up a BACKUP and TRANSPORT STRATEGY, and would like to know that aside from using SAP TRANSPORTS does the facility exist directly using SAP NW Data Warehousing Workbench to BACKUP an Application set?
    I would appreciate the advice.
    Thanks
    Saqib.

    Hi,
    The way I do a backup of an AppSet is as follows:
    1) Log on to the server
    2) Open the Server Manager (program)
    3) Via AppSet (see top of the window of SAP Server Manager) > click on: Backup AppSet
    4) Indicate which AppSet you want to backup + the location of the backup file you want it in
    5) Wait for the backup to take place
    Cheers!

  • Use System Proxy Settings - when this is selected in FF v3.6.6, does it adhere to the same local IE proxy setting? We use a pac file configured in "Use automatic configuration script."

    Does anyone know what Firefox looks at locally on the PC when the "Use System Proxy Settings" setting is selected? It appears to be the default setting, recently changed from "No Proxy" of versions past...
    Our company uses a pac file specified in IE under "Use automatic configuration script" - with this new default, does it adhere to the same setting in:
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Internet Settings]

    I may be wrong but I think that the "Use System Proxy Settings" makes sense only on Linux and generally speaking "other OSes". As far as I know there is no generic proxy settings in Windows operating system.
    The one I know is in the registry part of Internet Explorer.
    So in my understanding in Windows, Use System Proxy Settings = No Proxy

  • Workflow does not work from Script Menu or as Application

    Hi,
    I create a really simple script to adjust podcast volume...
    1. Get Specified iTunes Items (Recently added podcast – my smart folders of recently downloaded items)
    2. Filter Songs in iTunes (Volume Adjustment is 0: so the workflow will not touch podcasts already adjusted.)
    3. Set Options of iTunes Songs (Volume Adjustment: 80)
    The workflow works find when running from Automator. But when I save it as script plug-in or application and try to run it, nothing happens. Please help. Thanks.
    P.S. I tried to create folder action script that adjust the volume automatically when a podcast is downloaded (get selected items -> set options in iTunes songs). At first it works. Now it doesn't.

    It starts by pausing iTunes, executes a applescript where there are say commands, pauses for 3 seconds, gets info from ical, filters out todays events, speaks these events out loud, fetches a weather report via web(xml), speaks out loud, pauses a couple of seconds, gets current itunes song, resumes playing of this song and the workflow is finished.
    It quits right before it is about to announce todays events. Doesnt matter if there are events for today or not. If I start the application manually however, everything seems fine.
    The Applescript used to launch the program:
    tell application "TodaysiCal"
    run
    end tell
    Any suggestions now ?

  • Working with Test/Production environment as application sets

    Hi to all,
    does anyone here works with a Test/Production environment system?
    We've got a single system (2 machines, one for the DB server, one for BPC), and we were thinking on making 2 application sets: Production and Test. While most of the things is easy to migrate from one system to the other one (since almost all of them are files), what worries me a bit are dimensions and some configurations of the application, security, and so on...
    Has anyone experience about it? Would you suggest it?
    Thanks
    Daniele

    Hi Daniele,
    As rightly suggested, duplicating an appset can be easily done on 2 different physical systems. In the source, you run the server manager and take the backup of your appset. Then copy the back up folder from source to the destination through the network. Again use server manager to restore the appset from the backup folder. With this process, everything will be migrated and you dont have to worry about anything.
    The point of worry is, lets say you have moved everything to the PROD and then you continue doing development in DEV and then you want to move these changes also. Now, again taking backup and restoring will not be the right option because by now, there might be some PROD data available. and if you restore again, then all that data will be lost. So, after the first restore, whatever you are doing in DEV, keep a note of all that. So, that the same thing can be replicated in the PROD system.
    Hope this helps.

  • Automate SQL full backup

    Dear Experts,
    In our company we have a SAP 4.7 installed on MS SQL server 2000, Daily we need to stay untill all the users complete their work and fire the db13 backup and SQl query disk backup, for this i have scheduled a job in the SQL server enterprise manager and put a script where in i have to change the script everyday.
    if you can provide me a script where in it changes the date & time of the file name every day automatically
    The script i use is as follows:
    use master
    exec sp_addumpdevice 'disk','PRDF270807_1909','<path>\PRDF270807_1909'
    backup DATABASE PRD to PRDF270807_1909
    Kindly help me in this regards,
    Thnx in advance
    Kishore.

    Hi,
    i use this script to make a backup to a different device every week, you can easily modify this to a daily change. You can add a network share as target as well.
    I have this script scheduled as a SQL Agent Job and it works like a charm.
    Regards
      Clas
    declare @week varchar(3)
    declare @devl varchar(20)
    declare @devp varchar(400)
    declare @dev varchar(20)
    select @week = datepart(ww,getdate())
    set @devl = 'vsdata_week_' + @week + '.db'
    set @devp = 'c:\tools\VSWMI\Backup\vsdata_week_' + @week + '.db'
    if not exists (select name from sys.backup_devices where name = @devl)
            exec sp_addumpdevice 'DISK',@devl,@devp
    declare crs cursor for
            select name from sys.backup_devices
            where name like 'vsdata%' and
                  name <> @devl
    open crs
    fetch next from crs into @dev
    while (@@fetch_status = 0) begin
         exec sp_dropdevice @dev
         fetch next from crs into @dev
    end
    close crs
    deallocate crs
    BACKUP DATABASE [VSData] TO @devl WITH NOFORMAT, NOINIT, 
    NAME = N'VSData-Full Database Backup', SKIP, NOREWIND, NOUNLOAD, 
    STATS = 10, CHECKSUM, CONTINUE_AFTER_ERROR

  • I have a pop up which I can't get rid of which states: "There is no application set to open the URL ximadpzl://save_ximad_token----/"

    I can't get rid of a message which keeps popping up which says:
    There is no application set to open the URL ximadpzl://save_ximad_token/(etc)
    I have no idea to what they are referring and I can find no application which satisfy this requirement. How do I get rid of this message? It won't go away. I have tried turning off the computer, closing Safari, etc.

    All of these suggestions (delete caches, restart, terminal commands, etc) do nothing to actually LOCATE the problem. They are just standard purging processes, and they have all failed to achieve resolution.  And it is NOT Little Snitch either (tried turning that off and nothing changed).  All these forums on this matter have been speculative and useless.
    Ladies and Gents... I have found and isolated the ACTUAL PROBLEM.  It is a Safari Extension that is doing it... specifically "VideoCatcher 5.3.8" which for me was installed with MovieSherlock.  The extension adds the ability to download YouTube movies directly from Safari (by showing a small download button next to any embedded movie). When I remove that extension, all the annoying pop-ups go away.
    MovieSherlock is not the only utility that does this however. There are several YouTube downloaders out there that ALL install an extension that detects YouTube videos on the page. I bet my hat that many (if not all) of you who are experiencing this pop-up issue... have installed one of those downloader utilities.
    So, the solution is simple: disable that extension. If you need to download a YouTube video from a page, either temporarily enable that extension again as needed, or leave the Safari integration disabled and launch the actual utility itself and enter the URL into it for your download.
    I would expect that MovieSherlock and the other YouTube downloading utilities will need to update their extensions (soon?) to deal with Yosemite's new browser script management.
    PROBLEM SOLVED.

  • Application not appearing in Application set

    Hi Team,
    I am trying to execute legal consolidation using particular application set but my legal application alone not appearing initailly when I caopy from other Appset it got appeared.
    I checked in connection summary following message it is displaying
    Internal OLAP server = SAP-CPMVM
        Internal Web server  = SAP-CPMVM
        Internal Report server = SAP-CPMVM
        External OLAP server = SAP-CPMVM
        External Web server  = SAP-CPMVM
        External Report server  = SAP-CPMVM
        BPU OLAP server =
        BPU Web server  =
        External BPU Web server  =
         FINANCE - Financial Application
         LRATE - Legal Rate App
         OWNERSHIP - Legal Ownership
         RATE - Currency Rates
    In the above my legal application "LegalApp" is missing under External BPU webserver.
    How to resolve above issue.

    Hi Naveen,
    It will be most probably because of Security not defined for this new application in the "Member Access profile". Please check.
    Thanks & Regards
    Arun Kumar S

  • Unable to access application set in admin console after upgrade to 7.0 M

    Hi Experts
    I am unable to access the Application Set through BPC Administration after upgrading our development server to version 7.0 SP3. I followed the instructions as per the Upgrade guide, and there was no issues during the installation. But when trying to access the application set i receive the following error message on step 9  ( 9/10) of during the connection.
    Error message: Subquery returned more than 1 value. This is not
    permitted when the subquery follows =, !=, <, <= , >, >= or when the
    subquery is used as an expression.
    I have done all of the steps outlined as per SAP Note 1242962, but i still receive the error message. I tried to do a SQL Profiler trace, but i have been unable to find the query which returns more than one record.
    Any help is appreciated
    Kind Regards
    Daniel

    Interesting that you ask about upgrade vs uninstall/reinstall.
    We were running BPC 5.1
    We have also re-installed the Admin client to be the new version.
    We have been working with an outside consulting firm to manage our system upgrade/install.
    Our dev and qa environments were uninstalled then reinstalled.
    When we went to production, our system was intially upgraded.  I do not know why this route was chosen when that was not what was completed on dev/qa.  On our production 'upgrade', we are still working through issues. We then uninstalled iis, sqlserver reporting services, both .net 1.1 and 2.0, and the BPC application. Then reinstall everything and we were getting the same errors. 
    Our error was at Progress 10/10 Create Database Schema and check Application server collation.
    Error Message: Object Reference not set to an instance of an object.
    We are able to access the appShell and test copies of the appShell, we were not able to access any custom appSets which were created prior to the upgrade, nor are we able to access any appSets that were created as a copy of the custom appSet after the upgrade.
    When logged with SAP, we were directed toward note Note 1331040 - Cannot log into 7M Admin console after restore from version5 noting that we needed to do the following changes:
    Note that you will need to change the following:
    INSERT INTO tblDefaults VALUES ('_GLOBAL','Prev_AppSet_Version','','','7.0.112')
    INSERT INTO tblDefaults VALUES ('_GLOBAL','Curr_AppSet_Version','','','7.0.112')
    to
    INSERT INTO tblDefaults VALUES ('_GLOBAL','Prev_AppSet_Version','','','7.0.113')
    INSERT INTO tblDefaults VALUES ('_GLOBAL','Curr_AppSet_Version','','','7.0.113')
    The reason is because '7.0.113' means 7 MS SP04 while '7.0.112' means SP03.
    There are 8 steps in this note, for us, only the first 2 were needed. I have asked SAP to create new note/update existing accordingly.
    With the table entry, we were able to successfully access our app set.
    Hope our experiences can help you out.
    Thanks,
    Becky Zick

  • Application Set Status

    Some tasks in the BPC Admin Console can change the application set status from available to not available, what kind of tasks are generating an application set status change? Is there somewhere an overview of this?
    Thanks in Advance!

    HI
    Normally application set would go to not available status when you process dimensions and you can avoid it be unchecking the button not to take system offline while you process.
    The other time system goes offline would be when you do full process of the application and dimensions and then it would automatically be available i guess.
    Thanks and Regards
    Harish B K

  • Application set management in BPC

    Hi Experts,
                      I am looking for information about application set management. Please share information about how to create application and application set.
    Thanks.

    Hi,
    The first step is copying appshell to a new appset. Once you create a new application set, you will have 2 applications already available in it. You can either copy them to create new applications or you can create them from scratch. Please refer to the below links from help.sap for more details:
    http://help.sap.com/saphelp_bpc75_nw/helpdata/en/74/194f58325d4d9399cc41acb04f4cd6/content.htm
    http://help.sap.com/saphelp_bpc75_nw/helpdata/en/6c/0d215236ee47b2a40ee62e881f5807/content.htm
    http://help.sap.com/saphelp_bpc75_nw/helpdata/en/e4/6b496ad1684c97be55325082b5e93d/content.htm
    http://help.sap.com/saphelp_bpc75_nw/helpdata/en/65/84d6596224477d80cc8a4392e4c114/content.htm
    http://help.sap.com/saphelp_bpc75_nw/helpdata/en/01/a7e059f56847eea751fb0fd28f07f3/content.htm
    http://help.sap.com/saphelp_bpc75_nw/helpdata/en/97/a99d939fb14bdab9d1ac7f2b43525e/content.htm
    Hope this helps.

  • Shortdump when creating new Application set

    Hi All,
    We have a newly installed BPC system (BPC 7.0, SP 02).
    We are facing issues when creating new Application Set. Although on the .Net server it shows that the creation of appset was successful, in SM37 Copy AppSet job is terminated with Shortdump "Raise_Exception, X_Message". 
    I can see the new appset in RSA1, however not all dimensions and applications are copied from Apshell.
    I've seen SAP Note: 1420399, which says that this type of issue happens when the user does not have sufficient access. But we are facing same issue with admin user who has full access.
    Any pointers in resolving this issue would be highly appreciated.
    Thanks in advance.
    Regards,
    Meera

    Please verify you have followed the following steps from the installation guide.
    These steps are required for proper functioning of the Business Planning and Consolidation software:
    1. Set the /CPMB/ namespace to changeable:
    a) Go to transaction SE06 and choose System Change Option.
    b) Make sure that the BPC Addon is set to Restricted Modifiability.
    c) Set the /CPMB/ namespace to Modifiable.
    2. Set the /B28/ namespace to changeable:
    a) Go to transaction SE06 and choose System Change Option.
    b) Make sure that the BPC Addon is set to Restricted Modifiability.
    c) Set the /B28/ namespace to Modifiable.
    Thanks and best regards,
    [Jeffrey Holdeman|http://wiki.sdn.sap.com/wiki/display/profile/Jeffrey+Holdeman]
    SAP BusinessObjects
    Enterprise Performance Management
    Regional Implementation Group

  • Parent application setting

    How do you automate the setting of the parent application setting for a servlet when it is being deployed to 10gas 10.1.2.0.2?
    I know we can edit the server.xml file after deployment, but we need an automated solution to this problem.
    Thanks
    Toby

    Deepak,
    Are there any options for Oc4jDcmServletAPI to set the parent property? looking at our build files we use the Oc4jDcmServletAPI instead of admin.jar as we need to remotely deploy this code.
    Thanks
    Toby

  • Automatic Offline Full Backup Plan: CQ5 Installed As a Service

    I have designed an Automatic Offline Full Backup Plan for CQ5 Installed As a Service. I welcome your comments.
    Do you have any better way (scripts)?
    Offline Full Backup Scripts for Author
    :: offlineAuthorBackUp_CQ5AsService.bat
    :: Stop CQ5 service
    chdir /D %~dp0
    net stop cq5
    ::copy all files and folders to the destination
    mkdir h:\cq5backup\offline\author\backup
    ::robocopy only copies the updated files, so it is very quickly
    c:
    robocopy /MIR c:\cq5\author h:\cq5backup\offline\author\backup
    :: Start CQ5 service
    net start cq5
    ::Zip the backup with 7z.exe
    h:
    cd h:\cq5backup\offline\author
    7z a -y -tzip offlineAuthorBackup_%date:~4,2%%date:~7,2%.zip h:\cq5backup\offline\author\backup

    There is one big advantage of a clone.  You can immediately reboot
    to it and continue working and deal with the regular boot drive faiure,
    what ever it may be, later.  Especially since all your data and such
    is on another drive.  If you use your computer for work and time
    critical projects, this is a major plus!
    In the case of a hard drive failure/replacement, copying the clone
    to the drive is the fastest way to get the system and all your settings
    back.
    Time Machine and incremental backups have a place as well.  It is best
    suited for "incremental" problems.  Examples are installing an upgrade to
    software that doesn't work or just don't plain like.  With Time Machine it
    is easy to just restore back to the point before the install.
    Something else I do is backup current project files to USB memory sticks.
    If you are using your computer for business, you can never have too many
    backups.  Coralllary 456 of Murphy's Law is the "number of backups that
    you need will be one more than what you have!"

Maybe you are looking for

  • Search doesn't find the words water or plants!  What can I do to fix this?

    OK, you're not going to believe this.  Search cannot find any events with the words water or plants in them!  Here's the background.  I had multiple calendar entries for "Water Plants".  I deleted one, then deleted the other.  I then entered a new ev

  • Record audio from a dvd

    How can I record a snippet of sound from a dvd playing in the computer?

  • GridBag in a GridBag

    Hi there, having a spot of trouble with layouts. I'm very new to Swing, but I've done a bit of poking around and it seems the easiest way to set things exactly where I want them is in a GridBagLayout. I have a slight problem though, I have one column

  • 5800 email client confuses me - or is it buggy?

    Have just started using Nokia email client (latest update) for push Gmail email and find the settings confusing. Two problems; 1) 'When to sync' is set to 07.30-22.00. Despite this, it checks email every four hours during the night (waking me up). 2)

  • Call Java Class in Workflow Process

    is it possible to call a java class in the workflow process?