BPC v5 and evcom

Hello all,
Hoping you can help.....
I have recently completed an implementation of a budgeting/forecasting solution in BPC v5 and have a couple of recurring issues.
As this is my first implementation using SAP BPC these may simply be down to inexperience.
1) EVcom - I am successfully using the evcom function to send comments to the database but when the linked cell contents is amended and data resent I do not get the last comment retreived. I realise that more that one record is created in the comments table in the database, how can I get the evcom to display the last record or somehow display all comment records for that intersection of dimensions?
"my first comment" - 1 comment sent fine
"my second comment" - 1 comment sent fine but on refresh I get
"my ...(2)" reflecting that there are two records for that intersection
2) Intermittent error message when expanding/refreshing an input schedule, "EVDRE encountered an error retrieving data from the webserver" - sometimes it works sometimes not
I realise this could be down to a whole host of reasons but was wondering is there is a top 5 common reasons for this error?
Many thanks
Phil

Hello Phil,
I do not have a concrete solution to your first problem, but I have experienced the EVCOM issue as well. I am not 100% sure that this is exact issue, but when users of our application append an exisiting comment (on a input schedule w/ EVDRE), then send and expand/refresh the workbook, the previously appended comment text is pasted back into the input cell.
When this happens in our application, the cell that actually holds the EVCOM formula shows the latest comment text, while the input cell still contains the previously appended comment. If I expand/refresh the workbook a second time, the correct comment is then posted into the input cell.
From what I have been able to test, it appears that when EVCOM is used in conjunction with EVDRE, the order of the procedures that are run by BPC when the workbook is expanded/refreshed is incorrect. Apparently, the appended comment text is sent to the comment tables (database) correctly, but when the workbook is subsequently expanded/refreshed, the system first, copies the current EVCOM formula value (from the cache) into the EVCOM input cell, then retrieves the EVDRE values, and finally, refreshes the EVCOM formula values from the database (with latest comment text). The problem is that once the procedure is finished, the "latest" version of the appended comment is not pasted into the EVCOM input cell.
To check to see if this is your exact issue, the next time you duplicate the problem, check the EVCOM formula itself, and see if it shows the "latest" comment text.
One workaround is to refresh the workbook twice. I have another workaround that I use, but it is somewhat more complicated and involves VBA. If you would like to hear about it, just let me know.
I have not had a chance to open a ticket with SAP support on this issue yet, but you may wish to do so.
As for the second problem, the EVDRE web-error can result from a number of things. Check to make sure your EVDRE formula and criteria are setup correctly. Also, whenever my users experience that error, the user's security rights are usually not setup correctly to view certain data being retreived by the EVDRE function.
Hope this helps clarify the issue,
Jared Thornton

Similar Messages

  • BPC backup and restore Q&A...

    Dear all:
    See below, and please share your knowledge!
    Situation
    We are in the phase of modifying existing structure. We would like to back up what's in the Production server, and restore onto Development Box and develop and test our modification there using the latest data we have.
    Data
    We have a production server, which SQL service and BPC service are running on separate physical server (as I was told), and a development box, which SQL and BPC are running together in one box.
    A_PRODUCTION is the App Set in the Production Server
    A_DEV is the App Set in the Development Box.
    Below are what I have done and failed:
    1. 
    a. I used "Server Manager" to back up A_PRODUCTION.
    b. I then copied and pasted the backup folder (in which has Web, File, SQL etc sub folders) to the Development Box.
    c. I used "Server Manager" to restore by selecting the backup folder. The Server Manager was able to allocate all the backup files and SQL db.
    d. My Web and File folders are OKed during restore, but my SQL restore failed with an error message.
    2.
    a. We tried to open SQL Server Management Studio, and manually restore the A_PRODUCTION SQL backup (*.BAK) to A_DEV of Development box.
    b. We received the error message, System.Data.SqlClient.SqlError: RESTORE detected an error on page (0:0) in database "A_PRODUCTION" as read from the backup set. (Microsoft.SqlServer.Smo).
    c. We went to option and checked "Overwrite existing database" and still failed to restore.
    3.
    a. I logged on to Development Box's BPC Web Admin, and tried to create an App Set that has the same name A_PRODUCTION as my live database in the Production Server.
    b. The App Set creation failed at OLAP service with an error message saying something about "SalesPerson" column was not found or something.
    c. I noticed that a database named A_PRODUCTION is created Development Box.
    d. I tried method 1 and 2 again to A_PRODUCTION of the Development Box and failed.
    Question
    What is wrong with my approach?
    I have referenced the document https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/20a26f50-4252-2a10-8c97-a2c7058cd804, and am confused why we have to backup the master database.
    Secondly, in the document, quoted "Restore Microsoft SQL Server 2005 Database(s): Restore the most recent database backup for APPSERVER, and each of the application set databases.
    (ApShell/ApShellExtra)", what is the difference between "the most recent database backup for APPSERVER", and "each of the application set databases"?
    At last, in the document, quoted "You must use an u2018Open File Agentu2019 to backup Data files that may be in use by the web server.", what does it mean by using an Open File Agent? Is it a type of agent in SQL backup service, or an agent in general that is able to back up open files?
    Thank you!

    Kranthi and Akim:
    Thanks for the reply...
    Kranthi: With BPC Admin ID, I did go back to *BPC Administration\Manage Security* and re-saved the configuration, and I did see the table update in *Database Engine\AppServer\tblAppSetAccess*. I could then grant my Windows ID rights to "everything", but was only able to access BPC Administration.
    Akim: Can you be more specific about delete/recreate orphaned users? Did you mean deleting/creating via SQL Analysis Services AppServer\tblAppSetAccess, or via BPC Administration\Manage Security? In addition, when you mentioned "reset permissions from the application itself", did you mean to modify Task, Member Access Profile, Team, and User, and re-save them again with the same settings?
    I am sorry that this thread has become longer than expected. Here are some updates:
    1. I have two Application Sets which my Windows ID can access: AppShell (default) and App_Dev
    2. I tried to create a new Application Set "App_Dev1" by copying from App_Dev (unchecked database,biz process flows, content library, and live reports). Then I logged in as BPC Admin and added my Windows ID to the System Admin Team, which was modified to have full access to everything. Again the same problem occured -- I could access App_Dev1's BPC Administration area but could not access BPC Excel; same error messages popped out.
    3. I tried to create a new  Application Set "AppShell1" by copying from AppShell (same unchecked everything). Then I logged in as BPC Admin and added my Windows ID to the System Admin Team, which was modified to be able to access everything. Same result as #2
    4. I tried to add myself to the System Admin Team of original AppShell, and I could open BPC Excel.
    My experiments so far concluded the followings:
    --No problem with App_Dev and AppShell in the Development Box
    --I could grant myself access to everything in any new Application Set, but only was able to access BPC Administration
    --BPC Admin ID and my Network Administrator (Domain Admin)'s Windows ID has no problem opening BPC Excel in any Application Set.
    What concerns me now is that even a copy from AppShell is not working as expected... My Network Administrator said it is not an easy process to reinstall BPC Development Server, but I think that's perhaps the only way to fix everything, if the root causes remain mysterious.
    If you have any insightful tip, please share with me as I have spent over a week and cannot progress further... Thank you!!!!
    Brian

  • SAP BPC 7.5 SP3 and Citrix Entering Data through BPC Client and Citrix

    Hello BPC experts,
    my client is using SAP BPC 7.5 SP3 in combination with Citrix. We are having problems now, while entering data through the BPC Client (installed on BPC Server) and the BPC Client (running on Citrix).
    When we enter data through the BPC Client (Server) and expand the sheet, we can only see the data that we entered through the BPC client (Server). When entering data through the BPC Client (Citrix), we can see only the data we enter through the BPC Client (Citrix).
    The database, however, saves both entries correctly. For test purposes we created a test report which shows both entries correctly in the BPC Client on the server and on Citrix.
    Does anyone have an idea what can be wrong with our system? We tried to create an EvDRE log File for this BPC version as well, but failed. Maybe one of you already did that and can help me with this.
    Thanks in advance!

    You can greatly improve your chance of receiving a helpful answer to your question if you state the version (MS or NW) of BPC which you are using.
    Also notice the sticky [note|Please do not post BPC, SSM or FI/CO questions here!; at the top of this forum whereby we announced new dedicated forums for BPC which are the proper place to post your questions regarding BPC in the future to be able to reach the right audience for your question.
    Thanks and best regards,
    [Jeffrey Holdeman|http://wiki.sdn.sap.com/wiki/display/profile/Jeffrey+Holdeman]
    SAP Labs, LLC
    BusinessObjects Division
    Americas Applications Regional Implementation Group (RIG)

  • Difference between BPC 5 and 7 ms

    Hello all,
    I have found documents about the bpc 7ms but however im looking for whats the difference between bpc 5 and bpc 7ms systems, new features and so on. Do anyone have information about this. Please Share =)
    Cheers
    Jojo

    hI,
    Right now BPC 5.1 is going on in the market, and BPC 7.0 NW version is in rampup.
    BPC 5.1 is the Microsoft version which uses the microsoft tools (Excel,powerpoint,etc) and the backend is SQL server, while BPC7.0 will be having both Microsoft version and Netweaver version.Here Microsoft version will be same as for BPC 5.1 with some advancements,while for NW version the backend will be BI.
    Between BPC 7.0NW and BPC 5.1
    What is In
    Integration with NetWeaver BI
    Increased dimensionality
    New Validations engine
    Integration with BI Accelerator
    Improved dynamic templates
    Lifecycle Management (transports)
    Statistics framework for monitoring
    64-bit ABAP A/S support
    Database neutrality
    Debugging capabilities (ABAP only)
    What is Out
    BPFs
    Books
    Drill-Through
    Dynamic Hierarchy Editor
    Insight
    SQL-Logic in Script Logic
    Some EV functions
    Ability to rename a member, delete a member being used, reduce the length of a property
    Custom Menus
    Thanks,
    Anila

  • BPC NW and Ms clients in the same environment

    Hi,
    A simple question... is it possible to install clients for BPC NW and MS in the same computer?
    Thanx
    Velázquez

    Hi,
    If you install both the clients on the same machine, there will be some DLL conflicts and conflicts in the local folder for BPC. So, you will face a lot of problems in working on them. I had tried once and faced lot of issues.
    Hope this helps.

  • Difference in Webi Report from BPC Multiprovider and BW Multiprovider

    Hello Gurus,
    I'm new in Webi but I have knowledg in SAP BI 7.0.
    The problem is as follows:
    BPC generates in BW some structures for its applications like Infocubes and Multiproviders.
    I create an Universe from BPC Multiprovider. When I creted the Webi Document, I can not see the hierarchies or parenths associated to the dimension in the bpc application (Multiprovider y BW). To solve this I create a BEx Query to associate the hierarchy in the characteristc an create an universe from the BEx Query. The problem of this is that I have to create a BEx Query and universe for every single parenth in the bpc dimension.
    Other test that I did was create a Z multiprovider from the BPC Infocube an build an Universe from it. When I create the Webi Documento now appears all hierarchy.
    Is something like a difference between the multiprovider that generates BPC and the multiprovider created natively in BW.
    Are there some corrections to fix the multiprovideres generated by BPC?

    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/d0b0ae66-071d-2c10-5dab-89349a9dc40d?QuickLink=index&overridelayout=true
    BPC Multiprovider
    BPC multiprovider
    http://sapbpctutorials.blogspot.com/2011/04/reporting-plan-and-actual-values-in-bpc.html
    http://www.insiderlearningnetwork.com/molly/blog/cat/Crystal%20Reports

  • SAP BPC PERFORMANCE AND DESIGN SUBJECT

    Hello experts, i ahve an issue about the design of an application in SAP BUSINESSOBJECTS bpc7 for nw7, since there are three applications those have tobe within a same appset,and they use almost the  same dimensions, there are two options:
    1.-to unify the 3 applications separately in a same appset, which implies 3 cubes in bi7 backend, and they will ask data from each other
    2.-to unify the 3 applications in a same appset, and within the same application, which implies one cube in bi7 backend, and all the information will be inside this cube
    Which implications has each of this options in performance, anda complexity of implementation, which would be better?
    Best regards

    Hi,
    I would suggest you post the question into the EPM / BPC area as this forum is about the BI part of BusinessObjects
    ingo

  • BPC: SOA and setting connection time outs in BPC

    Hi All,
    can any one explain SOA architecture of BCP and how it improves performance?
    My understanding of SOA arcitecture is it breaks down large application into small modules called services.
    Here what are the services it is refering to?
    And in SOA arcitecture, is the client connected to server only when it requests for a service and connection terminates after the service is provided?
    If that is the case, what is the need for setting connection time outs to improve BPC performance.
    Any Help is Greatly appreciated.
    kranthi kumar

    SOA = services oriented architecture
    is a method for systems development and integration where functionality is grouped around business processes and packaged as interoperable services. SOA also describes IT infrastructure which allows different applications to exchange data with one another as they participate in business processes. The aim is a loose coupling of services with operating systems, programming languages and other technologies which underlie applications.[1] SOA separates functions into distinct units, or services[2], which are made accessible over a network in order that they can be combined and reused in the production of business applications.[3] These services communicate with each other by passing data from one service to another, or by coordinating an activity between two or more services. SOA concepts are often seen as built upon, and evolving from older concepts of distributed computing[3][2] and modular programming.
    So SOA is not implemented for performances reason and it is more for integration.
    Regards
    Sorin Radulescu

  • BPC Properties and Use

    I'm currently at a client and the situation they have is that for the ENTITY dimension, they have various numerical fees .  There are close to 10-15 fees and thus I've created 10-15 Properties for each fee.  The fee's will be standard across all categories and time, hence no need to store it as an account as that would be would require maintenance as I assume I would have to copy it across Time and Categories, whereas through properties, once its added there is no need to change it.    
    The goal is through Script logic to use the Property/Fee attributed to the Entity and perform calculations.  In BPC is it possible to write Script Logic that could call the property and then perform a calculation?  I assume I would have to create each of the fees as properties and make them "InAPP" in order to perform calcs?
    Thanks,
    Pras

    I may not be following your question so pardon if I don't actually fully answer.  When you maintain a dimension member sheet, with members and properties in the microsoft version, you may leave more data in the sheet than is stored in the dimnesion.  But only the PROPERTIES that are defined in the Manitain dimension properties will be stored in the application, with the exception of FORMULAH# entries.  In addition, in the SQL table there are other properties that are stored as part of the processing that may referenced using EVPRO, such as LEVEL. 
    Some of the unlisted properties are part of the code for the product and will be part of the table in the background, but ONLY the properties that generally are added may be used by logic or the cube based on the INAPP setting.
    Hope this helps.

  • BPC (Outlooksoft) and SAP Solution Manager

    Has anyone seen the SAP Solution Manager used to rollout and/or upgrade Outlooksoft (now called BPC - Business Planning and Consolidation)?
    I am trying to assess the usefulness of this tool in an implementation where the only SAP module the company has is Outlooksoft (BPC), so all thoughts are appreciated.
    Best regards,
    Greg

    Question was never answered but I'm closing it due to SDN's number of open question per user limitation.

  • BPC(OutlookSoft) and IFRS

    Hi all,
    I'd need to know if there's any template that could help an implementation team to develop the consolidation processes to comply with IFRS. I know there are several BPC (OutlookSoft) implementations in Europe that comply with IFRS reporting standards.
    Is there anyone who can share this information, perhaps from the European consulting team, about some templates (guidelines, reports, etc) ?
    Thanks!
    Diego.

    Hi,
    Our company has been around for several years now and we come from an OutlookSoft background. We have been implementing IFRS applications on OutlookSoft and we have our own standard. Check on cfobelux.com and drop me a mail (use the contact page)
    Best regards
    Bjorn Van Damme

  • How to reduce the run time of ABAP code (BADI) when it is reading huge data from BPC Cube and thus writing  back huge data to the cube.

    Hi All ,
    In Case of reading huge amount of record from BPC Cube  from BADI code , performing calculations and writing back huge amount of data into the cube , It takes lot of time . If there is any suggestion to read the data  from Cube  or writing data into the cube using some Parallel Processing  methods , Then Please suggest .
    Regards,
    SHUBHAM

    Hi Gersh ,
    If we have a specific server say 10.10.10.10 (abc.co.in) on which we are working, Then under RZ12 we make the following entry  as :
    LOGON GROUP          INSTANCE
    parallel_generators        abc.co.in_10         ( Lets assume : The instance number is 10 )
    Now in SM59 under ABAP Connections , I am giving the following technical settings:
    TARGET HOST          abc.co.in
    IP address                  10.10.10.10
    Instance number          10
    Now if we have a scenario of load balancing servers with following server details (with all servers on different instance numbers ) :
    10.10.10.11   
    10.10.10.13
    10.1010.10
    10.10.10.15
    In this case how can we make the RZ12 settings and SM59 settings such that we don't have to hardcode any IP Address.
    If the request is redirected to 10.10.10.11 and not to 10.10.10.10 , in that case how will the settings be.
    I have raised this question on the below thread :
    How to configure RZ12  and SM59 ABAP connection settings when we have work with Load Balancing servers rather than a specific server .
    Regards,
    SHUBHAM

  • SolMan ChaRM for NW BPC 10 and BOBJ?

    I am looking to find whether BOBJ and NW BPC 10 can be integrated into SolMan ChaRM. Do you have any experience/documentation?
    Thank you!

    Hi loanna
    have u checked these documents
    http://scn.sap.com/docs/DOC-28446
    http://scn.sap.com/people/robin.haettich/blog/2011/08/19/sap-change-and-transport-system-for-sap-business-planning-and-consolidation-version-for-microsoft-platform
    http://scn.sap.com/people/dolores.correa/blog/2009/06/05/cts-configuration-in-solution-manager-70-ehp1
    http://scn.sap.com/people/dolores.correa/blog/2008/07/26/first-steps-to-work-with-change-request-management-scenario
    My Blogs
    http://scn.sap.com/docs/DOC-44166
    http://scn.sap.com/docs/DOC-46528
    once  you have configured your Change and Transport System which is a base for ChaRM you can configure it further with project creation and activation with logical components
    let me know if u have more queries
    regards
    Prakhar

  • BPC NW and Related BW Configuration

    Hi All,
    We are currently in development stages of BPC NW.  I have a question regarding the BPC  and BW server configuration and load balancing.
    Our BW user base is about 200.
    When we implement BPC we are targeting to roll it out to a initial group of 100 BPC users. Per our understanding all place calls to the existing BW application/database servers to get their reports.
    Are there any sizing documents/guidelines that talk about the tuning that is required to the existing BW servers to accomodate BPC users as well?
    Thanks,
    Shai

    Hi Shai-
    Please see attached docuement that describes the sizing requirements for SAP BusinessObjects Planning and Consolidation version for Netweaver installation.
    Regards,
    Sheldon

  • BPC: LookUpCube and double hierachies

    Hy,
    I've got a problem using a formula containing a lookupcube in a dimension with 2 hierarchies.
    This is the situation:
    - first I had only a hierarchy with an account, PREFISSO_J_COAN, using this formula
    *function FC_PREFISSO_J_COAN
    LOOKUPCUBE("HR","([CONTI_DI_ANALISI].[H1].[PREFISSO_J],[DIPENDENTI_HR].[TOT_DIP],[MEASURES].[PERIODIC],"Tempo.currentmember.Uniquename","PDV.currentmember.Uniquename","CENTRI_ATT.currentmember.Uniquename","CATEGORIE.currentmember.Uniquename")")
    *endfunction
    - in a second step I added a second hierarchy and the formula became
    *Function HIR1(%Arg%)
    iif(conti_di_analisi.H2.CurrentMember is [conti_di_analisi].[H2].[All conti_di_analisi.H2] ,%Arg%,Null)
    *endfunction
    *function FC_PREFISSO_J_COAN
    HIR1(LOOKUPCUBE("HR","([CONTI_DI_ANALISI].[H1].[PREFISSO_J],[DIPENDENTI_HR].[TOT_DIP],[MEASURES].[PERIODIC],"Tempo.currentmember.Uniquename","PDV.currentmember.Uniquename","CENTRI_ATT.currentmember.Uniquename","CATEGORIE.currentmember.Uniquename")"))
    *endfunction
    - then I had to add this account in the second hierarchy, so I create a second fourmula  working on the second hierachy
    ID                                  PARENTH1               PARENTH2   ACCTYPE    FORMULAH1                                                   FORMULAH2
    PREFISSO_J_COAN    PREFISSO_J_TOT    Personale     EXP              FC_PREFISSO_J_COAN, SOLVE_ORDER=5 FC_PREFISSO_J_COAN_H2, SOLVE_ORDER=5
    *Function HIR2(%Arg%)
    iif(conti_di_analisi.H1.CurrentMember is [conti_di_analisi].[H1].[All conti_di_analisi.H1] ,%Arg%,Null)
    *endfunction
    *function FC_PREFISSO_J_COAN_H2
    HIR2(LOOKUPCUBE("HR","([CONTI_DI_ANALISI].[H1].[PREFISSO_J],[DIPENDENTI_HR].[TOT_DIP],[MEASURES].[PERIODIC],"Tempo.currentmember.Uniquename","PDV.currentmember.Uniquename","CENTRI_ATT.currentmember.Uniquename","CATEGORIE.currentmember.Uniquename")"))
    *endfunction
    and this is the problem:
    The account works correctly in both the hierarchies, but the parent in the second one doesn't: it does not include the value of this child while the parent in the first one does....
    Anybody can suggest me any ideas????
    Thanks
    Letizia

    Hi Letizia,
    What BPC version & database are you running?
    I'm not familiar with the LOOKUPCUBE syntax (nor Italian) so at a quick glance I don't understand all of your calculation requirements for the base accounts. I can see you're looking up something in an HR cube.
    My approach would be to calculate the PREFISSO_J_COAN account in script logic (either SQL or MDX), so that the values are posted to the fact table.
    Then it's easier to confirm whether the aggregations to the parents H1 and H2 are working correctly or incorrectly.
    If you choose to use the member formulas, as a first step, have you confirmed that if you remove the member formula (temporarily) and save a value to the base account, does it properly aggregate across the 2 dimensions? (I'm sure it will.)
    I encountered problems about a year ago on BPC 5.0 / SQL 2005 with member formulas (much simpler than your formula) in account dimension, when there are more than 1 hierarchy in that dimension. It was very difficult to reproduce, and by the time it was confirmed as a software defect I'd long since found a different way to calculate the account.
    Regards,
    Tim

Maybe you are looking for

  • Oracle VM Server - install error - Graphical mode

    Hi all! I hope, you can help me the following problem. I try to install an Oracle VM server to a FS server. First, I tried the newest version - OVM S 2.2.1 In the begining Everything is allright. But after I have to choose the keyboard, the next scre

  • Problem with attachment saving to db

    Hi, I've encountered the following problem when writing a small app. to receive e-mails and subsequently storing them in a database.   private  void handlePart(Part part) throws IOException, MessagingException {          String disposition = part.get

  • ERP 2005 ESS Leave Request

    Hi, We are planning to use the new Leave request module. We want to bring in 9 new fields in to the Leave module. We found the way of adding customised fields in to the Webdynpro screens. But i want to add dropdown list or provide a search button to

  • Restriction on length of the name given to a radio button in selection scr

    Hi, Is there any length restriction for the name given to a radio button in SELECTION SCREEN? I need to display a 35 char name for a radio button.

  • Accessing SAP HANA table via Lumira

    Hi folks, I just tried to access a table in HANA via SAP Lumira. Unfortunately I´m just able to access Analytic Views and Calc Views with SYSTEM user per default. Which rights are necessary to grant to the user to get access. It worked with PA on ano