Refresh/Copy of SAP BPC/HANA Environment

Hi experts,
We are running SAP BPC on HANA with BW as our EDW. We would like to refresh our Regression environment with Production. However, i understand that with HANA technology the refresh may not be as simple as just a copy exercise.
Could you please advise on what are the steps or procedures that we need to take note of when undertaking such an exercise?
Thank you.
Kind regards,
TL

Hi TL,
What kind of refresh you are talking about: is it BPC Backup & Restore or system backup and restore?
If it's BPC tool then you shouldn't see any difference from similar procedure on another DB.
If it's HANA backup and restore then it's a completely different thing depending if your HANA box is co-habituated or not.
Please clarify.
Regards,
Gersh

Similar Messages

  • One To Many Copy in SAP BPC

    Hi All,
    I have a requirement that I need to copy data from one month to multiple different months and also from one category (actuals) to forecast and outlook.
    Both, Source Time and Source Category should be through selected prompt and user should have flexibility to select it.
    This is really urgent for me, people please help me solve this issue and suggest most suitable solution for the problem.
          Like   (0) Edit Delete  Reply

    Hi Vadim,
    This is the DM Package script I am using. 
    PROMPT
    (DIMENSIONMEMBER,%DIMENSIONMEMBER%,"Select a dimension","Select Source Members","%TIME_DIM%")
    PROMPT
    (SELECTINPUT,%DEST%,,Select Destination Members,"%TIME_DIM%")
    TASK
    (/CPMB/DEFAULT_FORMULAS_LOGIC,SUSER,%USER%)
    TASK
    (/CPMB/DEFAULT_FORMULAS_LOGIC,SAPPSET,%APPSET%) 
    TASK
    (/CPMB/DEFAULT_FORMULAS_LOGIC,SAPP,%APP%)
    TASK
    (/CPMB/DEFAULT_FORMULAS_LOGIC,SELECTION,%DIMENSIONMEMBER%) 
    TASK
    (/CPMB/DEFAULT_FORMULAS_LOGIC,SELECTION,$DEST$) 
    TASK
    (/CPMB/DEFAULT_FORMULAS_LOGIC,LOGICFILENAME,PAYROLL_EXISTING_NEW.LGF)
    This is the Logic Script:
    *SELECT(%Y%, "[YEAR]",TIME,"[ID]=%TIME_SET%")
    *XDIM_MEMBERSET CATEGORY= Actual
    *WHEN TIME
    *IS *
    *FOR %D%=$DEST$
    *REC(EXPRESSION=%VALUE%,TIME=%D%,CATEGORY=Forecast)
    *NEXT
    *ENDWHEN
    I am finding the errors in selecting the time from line *FOR %D%=$DEST$, though the package run is successful.
    Please make changes and let me know where am I making mistake.
    Thanks,
    Mayank

  • Installation of  SAP BPC 10.1 Unified on top of HANA in Amazon Cloud

    Hi Experts,
    I need to install SAP BPC 10.1 Uified on top of HANA in amazon Cloud. Could you please give me Complete guidelines for pre and post steps.What are HANA ONE supported OS flat-form in could.please help me for this
    Thanks
    J Jana

    Hi Andy,
    Thank you for your support.
    Note : My SAP system is AWS free server of AS ABAP 7.4 SP5 incl. BW on SAP HANA SP7,it will get BPC 10.1 unified version by default or not.if it will get how i will access.
    We have done chapter 2 and 3 every thing in installation guide, but EPM add-on didn't installed.
    IN SICF that services i didn't find out.is there any other post steps for getting this services.so please help me.
    Thanks
    J Jana

  • Enabling Journals in a Model in SAP BPC 10.0 MS

    Hi,
    Where does one enable journals functionality in SAP BPC 10.0 MS?
    Here's the background:
    I created a new Environment from EnvironmentShell
    Worked on dimensions, member sheets etc. in the Consolidation Model
    In the SAP Web Administration, Consolidation Monitor, I get the error Initialization Failed when clicking on the Journal item in the TreeView on the left. Clicking on the See Details, I get the error JOURNAL_NOT_ENABLED.
    In the Planning and Consolidation Administration Client, I get a similar error when clicking on Define Journal Validation Rules or Define Journal Translation Rules. (Journal in not enabled in Consolidation)
    I then thought I would be clever and modified the column 'Journal' in the table dbo.tblApp by putting a '1' there.
    Refreshing the Planning and Consolidation Administration Client, I see that for the Consolidation Model, the Journals are specified as 'in use'. However, returning to the SAP Web Administration and clicking on the Journal option, the error I now get is 'Invalid object name dbo.jrnAddedItems', probably because my backdoor hack circumvented some code.
    Where does one enable journals in a Model on the MS 10.0 platform? For the life of me, I can't find it. This despite much searching. Clearly I am missing something obvious.
    Kind Regards
    Nick

    Hi Arnold,
    Thanks. Yip, that's it. (I knew I was missing something remarkably obvious - it's just that I could not find it for some strange reason.)
    Again, many thanks.
    Kind Regards
    Nick

  • MDX Statement error in sap bpc 10.1 admin when opening a report

    I have restored a previously created environment that was built on the sap bpc 10.1 platform and am receiving the following errors when accessing my reports and clicking refresh.  I also received an error when restoring the environment that says "Error occurred in expanding member formula".  I don't believe these would be related but I am unable to access the member formulas in the model.  I am however able to access all dimensions, etc.  I am not able to create any new reports though.  Any ideas on a solution.

    Hi Kudzai,
    The error you're getting in BPC 10.1 is because the environments were migrated from BPC 10.0 or older version using transaction UJBR and it was not migrated to 10.1 after the restore.
    SAP Note 2052538 provides resolution for this. Please follow the instructions of Upgrade Guide for BPC NW 10.1:
    Execute migration program UJT_MIGRATE_100_TO_101 to migrate 10.0 data to 10.1 if the restored environment was backed up from a BPC NW 10.0 system
    Execute migration program UJT_MIGRATE_75_TO_101 to migrate 7.5 data to 10.1 if the restored environment was backed up from a BPC NW 7.5 system
    Thanks
    Rajesh

  • VBA problem with SAP BPC report

    Hello
    I have an EVDRE() SAP BPC report where one of the member id selection is derived using a VBA script. The problem I'm having is when I click on expand and refresh icon, the member id changes to #Value and the expansion and refresh fails as #Value is not a member id.
    I would really appreciate any help on understanding why on expansion my VBA selected member id is replaced with #Value and how I can fix this if that is possible.
    Many thanks
    Hina

    Thank you for your help with this problem which is now resolved.
    Just to clarify we are on SAP BPC version 5.1
    How it was resolved....
    We had to use BEFORE_EXPAND as advised and also fix the calculation reference and finally also use AFTER_REFRESH.
    We used VBA code to remember the dropdown lists option
    and
    copy the calculated member id into the pagekey dimension cell.
    The AFTER_REFRESH restored the dropdown list option selected.
    Not sure if the code is helpful but this is what we used....
    Dim intRegionChoice As Integer
    Dim intSegmentChoice As Integer
    Dim intCountryChoice As Integer
    Function BEFORE_EXPAND(Argument As String)
    'Range(MCC_NodeToUse).Formula = Range(MCC_NodeToUse)
    'Sheets("MCC").Select
    'Sheets("MCC").Calculate
    intRegionChoice = Range("AnswerRegion").Value
    intSegmentChoice = Range("AnswerSegment").Value
    intCountryChoice = Range("AnswerCountry").Value
    Range("PickUpUserSelection").Value = Range("MCC_NodeToUse").Value
    End Function
    Function AFTER_REFRESH(Argument As String)
    'MsgBox "After something"
    Range("AnswerRegion").Value = intRegionChoice
    Range("AnswerSegment").Value = intSegmentChoice
    Range("AnswerCountry").Value = intCountryChoice
    End Function
    Thank you for all your help.
    Hina

  • SAP BPC installation - Errors during setup in the create database step

    Hi! I have a real big problem installing SAP BPC. It's a Microsoft multi-server installation.
    I've got two servers: 1) the database server with the SQL Database and Analysis Server 2) the application server with all the rest.
    I log on and I installed everything on the servers with a specific domain user: this user is administrator on both servers and even on SQL Server.
    My problem occours when I execute the "SAP BPC setup" on the application server: during the "create database" step I receive two errors:
    first error pop-up:
    Error ([SQL-DMO]This cache contains no result sets, or the current result set contains no rows.)
    second error pop-up:
    System.Data.SqlClient.SqlException: Cannot open database "ApShell" requested by the login. The login failed. Login failed for user MyDomain\MyUser
    After the SAP BPC setup:
    - in the SQL Database Engine the ApShell database was created
    - nothing for ApShell was created in Analysis Sever
    - in the Even Viewer of the database server I've got this error: Login failed for user 'MyDomain\MyUser'.
    It's very strange because if from the application server, using "SQL Server Management Studio" (always with 'MyDomain\MyUser'), I connect to the database server: I can login, create and delete databases on the SQL Database Engine and even on Analysis Server without any sort of problem.
    To complete my status, I can say you Analysis Sever is on the default port. I use SQL Server 2005 and I even tryed to reinstall it and SAP BPC but nothing change. 
    At this point I checked these two topics on this forum:
    Mulit-Server Install - Installation fails while creating AppServer Database
    Problem during BPC installation
    1) At first I tryied this solution:
    Into multiserver installation guide is specified that actually in case of multiserver environment you have to copy apshell.db9 file from installation kit into db server. Into a drive from where SQL server is able to read when you are doing restore with Management Studio.
    During the installation you have to go into advance options and to specified the path (local path from db server where you did the copy of apshell.db9).
    but nothing change: the "SAP BPC setup" problem I have still persists.
    2) Then I tryed this workaround:
    If so, you can try a "restore appset" from server manager. Rename the Apshell.db9 file (or copy it) and name it Apshell.bak
    During server manager restore, point only to the Apshell.bak file. Server Manager will tell you that webfolders and filedb files are missing, but it found the webfolders and filedb (again, only if the original bpc installation successfully created those folders)- and then it will try to restore Apshell.
    That may work in spite of whatever problem is keeping the installation program from performing the same tasks.
    but the "restore database" fails > I've got the error written in red: OLAP database - fail
    What can I do to solve the problem? If it is necessary, I can reinstall SQL Server and SAP BPC but I need to know the way to solve the setup error.
    Thanx very much in advance for your kindness if you can help me.

    Thanx very much to everyone for the kind support. Unfortunatly, my problem persists.
    - SQL server is EE.
    - I installed SQL server (including SSAS) using MyDomain\MyUser.
    - MyDomain\MyUser is windows administrator on both servers.
    - MyDomain\MyUser is SQL Server and SSAS administrator.
    - SSAS service is running under the same service account than the SQL Service. 
    - All my MSSQL services runs as Local System.
    - I'm installing SAP BPC using MyDomain\MyUser.
    - I also checked the SSAS service account specific rights to the SSAS data folders.
    SAP BPC installation still fails exactly as above (popup errors during SAP BPC setup, no ApShell etc. etc).
    In the database server, windows event viewer errors after the unsuccessful installation are:
    1) SOURCE: MSSQLSERVER
    Failure Audit: Login failed for user MyDomain\MyUser
    2) SOURCE: MSSQLSERVER
    BackupDiskFile::OpenMedia: Backup device 'MyPath' failed to open. Operating system error 5(Access is denied.).
    As regard as point 1: The Failure Audit error into the event viewer happens only during SAP BPC installation. Otherwise it is always Success Audit.
    Also, as I told you, if from the application server I connect with SQL Server console to SSAS, located on the database server, using MyDomain\MyUser: I can create delete SSAS dbs without any sort of problem.
    For point 2:
    I tried 4 differents SAP BPC installations as follows:
    - to go into advance options and to specified the path (local path from db server where I did the copy of apshell.db9).
    - to go into advance options and to specified the path (local path from application server where is the copy of apshell.db9).
    - to go into advance options and to specified the path (network path of a share folder with apshell.db9 and permissions to everyone)
    - to don't go into advance options and to don't specify the path.
    but every time nothing change: the "SAP BPC setup" problem I have during my initial post still persists. In the same way I written at the beginning of the topic.
    I don't know how to solve it.
    Edited by: Francesco Andolfi on Jan 5, 2011 6:37 PM

  • SAP BPC 7.5 NW SP15 - Dimension member descriptions are missing

    Hi Expert,
    We are using SAP BPC 7.5 NW SP 15, we use admin and client in spanish language see image attached
    All users see through BPC CLIENT for Excel in spanish mode both ID and descriptions but when we added new user it can´t, just it can see ID member. We refresh Dim Cache member from client side but nothing happens.
    We reprocess All dimensions through BPC Admin Client in spanish mode and doesn´t have any efect in dimension description?
    is there any issue with this?
    please give an advice to follow,
    Thanks for your answer.
    regards.

    Hi Roberto,
    thanks for your anwser
    We checked though BW and saw it that long descriptions were set in Spanish language key which is the same language as BPC for Excel was openend.
    As solution we checked at UJA3_USER_LANGU table, we notice that users in which descriptions are missing were registered in English language, therefore we deleted this user and its language and then was recreated those users through BPC ADMIN client.
    Thank you,
    Giovanni

  • SAP BPC 7 APPSet Restore SQL 2005

    Hi Everyone,
    I have SAP BPC 7 setup in a multi-server environment, and it's working well. I created a dev environment, installed SAP in the same fashion, and now when I try to restore an app set through server manager in dev, it keeps putting the SQL DB on C instead of where it should go on I:\ .
    The original app set was using this same drive configuration, and that backup/restore works fine -
    I've gotten this to work before, but I can't seem to get the restore to go somewhere else this time...
    Any thoughts appreciated -
    Edward

    Hi,
    More testing today so let's share
    There is 3 registry key in SQL Server 2005 :
    HKLM\SOFTWARE\Microsoft\Microsoft SQL Server\<Instance Name>\MSSQLServer\DefaultData
    HKLM\SOFTWARE\Microsoft\Microsoft SQL Server\<Instance Name>\MSSQLServer\DefaultLog
    HKLM\SOFTWARE\Microsoft\Microsoft SQL Server\<Instance Name>\Setup\SQLDataRoot
    Key #1 and key #2 are the one you configure in SQL server Manager and they correspond to the *.MDF directory and *.LDF directory.
    Key #3 is the one you configure during SQL Server installation.
    SAP Server manager will use key #3 when you restore an appset and also during the installation process of the ApShell.
    Key #1 and Key #2 are used by BPC setup to create the AppServer database.
    So to conclude : Even if you change Key #3 value in order to change the directory where you want to create your DB files, you will not be able to put *.MDF files on a different folder (directory) thant *.LDF files. Which means that after each AppSet restoration you will have to manually move at least the *.LDF or *.MDF file. I think this can be scripted with a T-SQL command... But you will have to do it.
    On a side note, i tried to delete Key #3 (was hoping that it will use key #1 and #2) => This is not working. The AppSet restore will fail (in fact this is SQL Server who will throw an error).
    Will ask my customer to open a case on SAP support, maybe it could be "fixed" one day.

  • SAP BPC 7.0NW (project in Ramp-Up)

    Hi,
    We are doing 2 Ramp-Ups currently on the BPC for Netweaver version, and I have a question relating to script logic.
    Knowing the Microsoft version very well, we are quite experienced with using logic for budgeting or forecasting purposes. I have read that ABAP/BADI's are the alternative for SQL Logic or could be. In fact, I am looking for the alternative statements of the SQL logic, but then Netweaver-compatible.
    - Is there information available on how to write BPC-logic based on ABAP/BADI's?
    - Will all of the SQL logic available in the Microsoft version become fully available in the NW version (now very limited availability)?
    Thx
    Bjorn Van Damme

    Hi Bjorn,
    The alternative to SQL based script logic in SAP BPC NetWeaver would be MDX based functions. There are 2 methods that you can utilize.
    1. MDX based functions
    2. ABAP based functions/ BADI's
    SQL Logic in NetWeaver environment doesn't work. You may try utlizing microsoft based MDX in NetWeaver environment. Well, it is up to you if you are able to utilize BADI's too prefereable method in terms of NewWeaver environment. You may have to get the information from SAP regarding what standard functions are available in writing script logic using ABAP/BADI's.
    Regards,
    Sreekanth.

  • Xcelsius 2008 on top of SAP BPC

    Hi Experts,
    I am trying to use Xcelsius 2008 on top of SAP BPC.
    I want following functionality in my dashboard:
    1. There is a drop down in the dashboard for Year-Month selection.
    2. Based on that selection, the BPC query to be refreshed for the selected month and my dashboard will show data for the selected month. While integrating with WebI using LiveOffice, we used to do this by binding the prompt to a cell in excel and selecting on demand refresh option. Can we do the similar thing while integrating with BPC ?
    3. Can we create multiple BPC reports in the same excel file to build the excel model for my dashboard ?
    Can these requirements be achieved by using Xcelsius on top of BPC using EPMConnector.xlx ?
    Many thanks,
    PASG

    Hi Sanjay,
    You need to use different operation types of the EPM Connector for this.
    Have a look at this how to guide:
    http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/8034121d-8419-2e10-229a-99ec678b64c5
    http://wiki.sdn.sap.com/wiki/display/BPX/Enterprise+Performance+Management+%28EPM%29+How-to+Guides
    HTH,
    John

  • Error when creating a business activity in SAP BPC 10.1

    Hi Experts,
    I am failing to save a new business activity in SAP BPC 10.1 when setting up a new business process flow. I can validate the the activity successfully, however when I try to save the activity i receive the following message " Saving the workspace failed because of a missing root folder; contact your system administrator"
    Please can anyone help me with why I am receiving this message?
    Thanks so much

    Hi Kudzai,
    The error you're getting in BPC 10.1 is because the environments were migrated from BPC 10.0 or older version using transaction UJBR and it was not migrated to 10.1 after the restore.
    SAP Note 2052538 provides resolution for this. Please follow the instructions of Upgrade Guide for BPC NW 10.1:
    Execute migration program UJT_MIGRATE_100_TO_101 to migrate 10.0 data to 10.1 if the restored environment was backed up from a BPC NW 10.0 system
    Execute migration program UJT_MIGRATE_75_TO_101 to migrate 7.5 data to 10.1 if the restored environment was backed up from a BPC NW 7.5 system
    Thanks
    Rajesh

  • System Refresh Process of SAP Web AS 6.20 in BW env

    We are in the process to refresh our BQA system from the offline backup copy of BPR(Production server). We did it number of times in 4.6 R/3 server successfully in past. We used the oracle backup/restore method for refresh process in R/3. The same oracle backup/restore method we used for BW refresh. But this method is not able to change the schema name in tablespace (in BQA system, tablespace are like PSAPBQAFACT and in BP1 , it is PSAPBP1FACT). Seems to me this is not the right method to refresh SAP Web AS 6.20 and above systems.
    Could anyone pls suggest the right documents or if someone has the procedure for refresh process of SAP Web AS 6.20, pls confirm.

    Hi Reiner! Thanks for your reply!
    - I want to create a secure connection between the .NET client and the SAP Web AS 6.20 Web Service, and HTTPS would be great. Is there any documentation regarding this issue?
    - No, I don't want to provide the result of a Web Service as a Web Service. Maybe I was quite unclear... :/ What I meant was:
    I want my Web Service to return a table (the result comes in the structure of a table). How do I define the Out-parameter in transaction se37 to accomplish this? Right now the best solution I got was to construct an array of strings (like the ZZVALUES int array in the example) where each position of the array, is a string that has the various fields of the table i want to return concatenated.
    I'm able to retrieve the array in Visual Studio .NET 2003 client, and separate the fields (to fill a table again with them). If I could just return the table from SAP and receive it in .NET would be much more simpler.
    Thanks again.

  • How we will pull the data from Sap-Bi to sap-Bpc

    Dear Experts,
    Thanks for watching this thread.The whole data is available in SAP-BI.
    My system environment is SAP-BPC MS7.5.
    Now i want to load the data from Sap-Bi to Sap-Bpc ms.For that we need any Interfaces.
    How we will pull the data from SAP-BI to BPC-MS for Master data and Transaction Data.
    could  you please provide me step by step guide.
    Please guide me what should i do.
    Regards,
    Srinivasan.
    Edited by: srinivasan.singari on Jul 22, 2011 8:20 AM

    Tough Ask..
    Because i have done dashboarding thru scritping (Dyanamic fashion tough) ..It is very good ..But when, coming to the one you asked i have the idea how it works but cannot really tell you wich would be better.
    Each Route has its own limitations.That really depends on what exaclty your client is looking after..
    So if you new to xcelsius and eager to learn ..I suggest you to give a go at all those..May be you can let me know wich is the best one..
    1. QAWS,
    2. Bex Query --> Crystal Reports --> Live office --> DashBoard.
    3. Bex Query --> WebI --> Live Office --> Dashboard..
    4. Webservices consuming BI Query,
    5. Xcelsius SAP Netwever Connector.
    But i suggest as of now use Xcelsius SAP netweaver Connnection...

  • Cannot maintain dimension members in SAP BPC

    Hello, Masters in BPC
    I have just create mention and want to input data, I used maintain dimension members CUSTOMER in SAP BPC but It seem not effect although I press Process dimension already and I open excel and paste data also saved them already. When I open other dimension and reopen CUSTOMER but nothing is shown.
    Please give me a advice to resolve the problem.
    Thanks you so much.
    Best Regards
    Chinh

    Dear Raju,
    Yes, I did it some times but nothing is happen,
    I maintain dimension members, I did it as below:
    - Choose maintain dimension members
    - copy data from excel file and paste into the dimension
    - click process dimension
    Show a dialog
    - Uncheck Take system offine
    This task is successful.
    but I go to dimension ACCOUNT in order to insert data,
    I came back maintain dimension members : CUSTOMER but I see no data is displayed.
    It is the same for ACCOUNT when I want to see data on that dimension
    when I try one more time , I click save to server, The Error message show that : Dump Error
    I reinstall BPC client and its patch but nothing to change
    How can I do???
    Thanks

Maybe you are looking for

  • Macbook Pro Can't Run CRAP

    Hey guys!  Long time acount-less lurker, first time poster.   Go easy on me if I come off as long-winded or nubile, I made an account to post only because I know you guys are a strong, knowledgeable community! Here are my specs before I get into my p

  • Inquiry status

    my customer want inquiry report withthe different status of sales, how can we give, is there any standard setting can somebody explain me how can we give the same Edited by: varada rajan on Feb 5, 2008 12:42 PM

  • Oracle DB 10.1.0.4 Oracle Developer Suite 10.1.2.0.2

    After installing the Oracle Developer Suite 10.1.2.0.2 on my local PC I am no longer able to connect to our enterprise db using SQLPlus 10.2.0.1.0. While connecting I get the following error: ORA-12154: TNS:could not resolve the connect identifier sp

  • Recursive BOM

    Dear Gurus How to calcualte Standard cost of a material (CK40N) through Recursive BOM What are the steps to be followed and what are the precautions to be taken Regards Bala

  • While doing outbound shipment committment error

    while doing outbound shipment vi01 (outbound shilment cost we get error Account Assignment to comittment item not supported with this gl account . we have configured it in fmderiver also but still getting this error REgards Geeta