EVDESCRIPTION Issue from BPC OLAP Cubes universe

Hi,
I created a universe from a BPC OLAP Cube.
it has several dimensions, dimension Profitcenter has 10 levels like level 1,level2,etc..
each level has its detail objects, one of the details object in each level is EVDESCRIPTION. Now i created a webi report, with object profitcenter_lev7 and its deatil object EVDESCRIPTION (LEV7), and the report now showing any data for teh deatil object . i run for sevaral objects and its deatil object  EVDESCRIPTION, still i dont see any data for it. but i cross checked with database and my BPC cubes, data is exisitng in there. then i realised, it is the issue with the deatils object with in the universe.
and i changed the select statement code for the detail object EVDESCRIPTION.
the exisitng code for the EVDESCRIPTION (LEV7) is  :
[ProfitCenter].[H1].[LEV7].[EVDESCRIPTION].[Value] then i changed to
<EXPRESSION>[ProfitCenter].CurrentMember.Properties("EVDESCRIPTION")</EXPRESSION> .
then i created a webi report for only Proficenter_lev7 and EVDESCRIPTION (LEV7) , then the report showed the code and its description perfect.
i chaned the same code for all the levels with same code, adn created a report with only level object and its evdescription, it is showing the perfect data. now the issue is when i run a report with 2 codes and its description, like
Profiftcenter 7,EVDESCRIPTION (LEV7),profitcenter 6,EVDESCRIPTION (LEV6) , then
i expect 4 colums in the report with code 7 and its description and 6 and its description.
but here the code 6's description i.e. EVDESCRIPTION (LEV6) is overwritting with lev 7's descrition.
I expect data below shows  
code 7      desc 7                                         code 6                    desc 6
USA      United states of america                 NY                  New York
USA      United states of america                 CA                  California
But i am getting :
code 7      desc 7                                         code 6                    desc 6
USA      New York                                        NY                  New York
USA      California                                         CA                  California
the EVDESCRIPTION (LEV6) valeus are overlapped to EVDESCRIPTION (LEV7).
i changed the EVDESCRIPTION object code in different ways like
<EXPRESSION>[ProfitCenter].CurrentMember.Properties("EVDESCRIPTION_LEV7")</EXPRESSION>   
or
<EXPRESSION>[ProfitCenter].CurrentMember.Properties("EVDESCRIPTION7")</EXPRESSION>
and many more ways, then the 1st problem comes which is no data retriving. the only way data is showing for the code is
<EXPRESSION>[ProfitCenter].CurrentMember.Properties("EVDESCRIPTION")</EXPRESSION>  but like i said when i run for 2 codes and descriptions, the lower level description data is overlapping to its highest level.
Thanks
Krishna

Hello
We have got passed this issue by creating it as a measure and using it in the query for the dimension.
We created the measure with the expression "[dim].currentmember.properties("EVDESCRIPTION")".
Works perfectly.
Hope this helps.
Regards
Perven

Similar Messages

  • Drill-through from 1 OLAP Cube to another.

    Hi.Is it possible to drill-through from 1 OLAP Cube to another OLAP cube for AWM?Thanks!

    Where are you in the process ?
    If you don't have build the metadata for OLAP, do it first.
    Here a beautiful example :
    http://www.oracle.com/technology/obe/olap_biee/index.html
    Once you can query your OLAP cube, create all the join in the physical layer for your ROLAP source.
    Drag and drop the ROLAP fact measures on the measure of the OLAP cube
    and add the ROLAP column dimension table to your OLAP dimension table.
    At this point, you can then create the new ROLAP level in your dimension.
    Just add the new ROLAP dimension column in the presentation layer and you're done.
    The trick is that normally you don't have the same dimension column in your MOLAP and ROLAP environment.
    In this way, OBIEE will choose the good dimensional schema (ROLAP or MOLAP).
    Cheers
    Nico
    Edited by: gerardnico on Jul 29, 2009 3:25 PM Modify the trick with dimension column

  • Issue with Building OLAP Cubes in Project Server 2010

    Hi
    There is some issue with while building OLAP cubes. 
    I have created OLAP cube then successfully cube has builded. When i add resource level custom field which has lookup tables values in ASSIGNMENT CUBE  then getting cube failure meesage.
    I deleted and recreated custom field and lookup table but no luck
    Below error message from manage queue jobs
    General
    CBS message processor failed:
    CBSOlapProcessingFailure (17004) - Failed to process the Analysis Services database <DB NAME> on the 10.3.66.12 server. Error: OLE DB error: OLE DB or ODBC error: 
    Warning: Null value is eliminated by an aggregate or other SET operation.; 01003. Errors in the OLAP storage engine: An error occurred while processing 
    the 'Assignment Timephased' partition of the 'Assignment Timephased' measure group for the 'Assignment Timephased' cube from the <DB NAME> database. 
    Internal error: The operation terminated unsuccessfully. Server:  Details: id='17004' name='CBSOlapProcessingFailure' uid='f2dea43a-eeea-4704-9996-dc0e074cf5c8'
     QueueMessageBody='Setting UID=afb5c521-2669-4242-b9f4-116f892e70f5 
    ASServerName=10.3.66.12 ASDBName=<DB NAME> ASExtraNetAddress= RangeChoice=0 PastNum=1 PastUnit=0 NextNum=1 NextUnit=0 FromDate=02/27/2015 02:10:15 
    ToDate=02/27/2015 02:10:15 HighPriority=True' Error='Failed to process the Analysis Services <DB NAME> on the 10.3.66.12 server. Error:
     OLE DB error: OLE DB or ODBC error: Warning: Null value is eliminated by an aggregate or other SET operation.; 01003. Errors in the OLAP storage engine: An error 
    occurred while processing the 'Assignment Timephased' partition of the 'Assignment Timephased' measure group for the 'Assignment Timephased' cube from the 
    <DB NAME> database. Internal  
    Queue:
    GeneralQueueJobFailed (26000) - CBSRequest.CBSQueueMessage. Details: id='26000' name='GeneralQueueJobFailed' uid='b7162f77-9fb5-49d2-8ff5-8dd63cc1d1d3' 
    JobUID='76837d02-d0c6-4bf8-9628-8cec4d3addd8' ComputerName='WebServer2010' GroupType='CBSRequest' MessageType='CBSQueueMessage' MessageId='2' Stage=''.
     Help me to resolve the issue
    Regards
    Santosh

    Is the SQL Server and Analysis Server are running on different servers and not on default ports? 
    If yes, then check if the same alias’s name added in Project Server is added on the Analysis Server.
    Cheers! Happy troubleshooting !!! Dinesh S. Rai - MSFT Enterprise Project Management Please click Mark As Answer; if a post solves your problem or Vote As Helpful if a post has been useful to you. This can be beneficial to other community members reading
    the thread.

  • EVDESCRIPTION from BPC OLAP Connection

    Hello All
    We have an OLAP connection to IDT in BI4 for BPC MS 7.5
    We had a problem getting the EVDESCRIPTION variable to show when creating WEBI reports so we created a measure for the account Dimension, which works a treat.
    <EXPRESSION>[Account].CURRENTMEMBER.PROPERTIES("EVDESCRIPTION")<EXPRESSION>
    Although when we try to use the measure for a Hierachy dimension like our Legalentity dim which has three Hierarchies(H1,H2,H3) we get no results from the query in WEBI.
    We did change the Syntax to read as follows
    <EXPRESSION>[LegalEntity].[H1].CURRENTMEMBER.PROPERTIES("EVDESCRIPTION")<EXPRESSION>
    Although we get the desired results when running the query in SSAS we get a 0 when we use the measure in WEBI.
    Hope some experts have an idea of what we can do the change our code or what we are doing wrong?
    Thanks
    Kind Regards
    Perven

    Hello
    We have got passed this issue by creating it as a measure and using it in the query for the dimension.
    We created the measure with the expression "[dim].currentmember.properties("EVDESCRIPTION")".
    Works perfectly.
    Hope this helps.
    Regards
    Perven

  • Unable to create dataset against OLAP Cube from different server

    Hi guys,
    If I load Microsoft SQL Report Builder on the BI Server, I am able to create a dataset against the OLAP Cube I created on the BI Server, however if I try to run the Report Builder from a different server I get the following error:
    "Unable to connect to data source 'MyOLAPCube'.
    A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond 172.20.112.82:2382
    A connection cannot be made to redirector.  Ensure that 'SQL Browser' service is running."
    I have had no issues starting the SQL Browser service, however if I try to run it in console mode, I get the following error:
    'SQLBrowser: Warning: failed starting OLAP redirection services with error 1.'
    I have checked online and seen a few similar issues online however I haven't been able to resolve my issue with their resolution.
    Any help is appreciated.
    Many thanks
    Richard

    Yeah there is a firewall running on both servers, however I had opened port 2383 and was still unable to make a connection.  It is using a named instance on the server (servername/instancename) and it is configured to use port 0, so I therefore assume
    it should be using port 2383 by default?  Or as it's a named instance, is the default port 2382? Maybe it would be better to configure it to use a specific port and open the port on the firewall?
    Hi Rfla,
    As you can see on the link below
    http://technet.microsoft.com/en-us/library/ms174937(v=sql.110).aspx
    Named instances use dynamic port assignments. As the discovery service for Analysis Services, SQL Server Browser service listens on TCP port 2382 and redirects the connection request to the port currently used by Analysis Services.
    So you can open the port 2382 for Named Analysis Services Instance remote connect.
    Regards,
    Charlie Liao
    TechNet Community Support

  • Universe Designer vs BEx query - Can't see the query in the OLAP Cubes list

    Hello Experts,
    We are facing a rather strange issue:
    While creating a connection to an existing BEx query - which wasn't being used by BO before - we aren't able to see that one query in a long list of available multiproviders/queries on the universe side.
    We already checked the option on BEx analyser to authorize external access to the query, with ODBO.
    The connection type we're using is the same for all the other universes built on top of BEx queries: SAP BW Client. Again, we already have a bunch of universes built using this method, but we can't seem to find the BEx query in the OLAP Cubes list.
    Does anyone have a lead on what may be causing this issue?
    Our environment is:
    - SAP BOE XI R3.1 SP2
    - SAP BW 3.5
    - BEx Analyser
    - Integration Kit
    Best Regards,
    Francisco

    Hi,
    i don't know, you'd have to search the BW-BEX component for notes.
    I noticed it with a revision of SAP GUI Front End tools 720 SP7 i think
    I applied the latest corrections (SP08 or 09) and that tickbox worked ok again.
    You might notice - as i did - that when you go back to check the bex query - that property becomes 'magically' unselected/
    Regards.
    H

  • Project Server 2013 - OLAP Cube Build Issues

    Hi,
    I have a Project Server 2013 environment with SQL Server 2012 SP1. My cube built successfully and Report Authors group (including me) were accessing the templates and Data Connections from BI centre successfully.
    I re-built the cube and suddenly we all cannot access templates or data connection as it says 'Access denied'!
    Went to server hosting Analysis Services and checked the role ProjectServerViewOlapDataRole and didn't see any of the check box ticked for database permissions like it was when I initially built the cube and added Report Authors group and account
    that is used by Secure Store app. Membership has both account and group.
    Has anyone come across this issue?
    Thank you,
    SJ

    SJ,
    The access of the BI Center, templates and data connections are handled by SharePoint permissions and are usually inherited from PWA.
    The ProjectServerViewOlapDataRole simply provides the ability to view the data from the OLAP database. It sounds like the issue isn't with the OLAP but rather with PWA itself. An OLAP error would have only precluded you from retrieving data.
    Did someone modify the BI Center site permissions recently such as breaking inheritance?
    Treb Gatte, Project MVP |
    @tgatte | http://AboutMSProject.com

  • Issue when uploading Sales data from DSO to Cube.

    Dear All,
    I have an issue when I am uploading Sales data from DSO to Cube.  I am using BI 7.0 and I have uploaded all sales document level data to my DSO.  Then I use a transformation rule to calculate the Sales Value when I am doing DTP to cube.  Cube has customer wise aggregation data.
    In DSO I have NetPrice(KF) and Delivered_QTY(KF).  I do a simple multiplication routine in the transformation from DSO to Cube.
    RESULT =   SOURCE_FIELDS-NET_PRICE * SOURCE_FIELDS-DLV_QTY .
    At the moment I use Active Table(With out Archive) on the DSO to get the data since this is my first load.
    Issue is that the figure (Sales Value) in the cube is incorrect. I am getting a very large values which is impossible.
    Can someone please help me.
    Shanka

    Hi,
    are you sure that cube has customer wise aggregated data..since it will always aggregate the values of the key figures for the same set of characters...
    did you checked the values for the key figures as well and if even they are inflated or is the problem with this key figure only.
    During the data load the records may aggregates first for the same values of characters and then multiplication will be happening....if that is the case then you may have to multiply the values before storing it in the data package and then let it aggregate....can be achived through start routine...
    but first verify if other key figures are also having the same issue.
    Thanks
    Ajeet

  • Issue loading data from PSA to Cube

    Hi Gurus:
    I have a strange issue.  My DELTA load to ODS from R/3 come thru fine.  However, the load fails while moving
    from ODS to the cube.  The error is in 'Fiscal Year/Period'.  It is a straight 1:1 map in update rules.  If I bring the
    data just to PSA there is no error.  But when the data moves from PSA to cube, one record in each of the 2
    packages the valiue of Fiscal Year/Period changes from "012/2009" to "015/2009".
    Any idea why this might be happeing and suggestions on How can I move this data to cube?
    Thanks in advance and a very happy New Year!
    Best.....PBSW

    Are you using or copying Busines Content in your start routines?
    In the SD data extractors, the Fiscal Year/Period was provided WITHOUT a Fiscal Variant.
    In the Start Routine, the Fiscal Variant was hard coded to "K4" (I think).
    If you are using the code and a Fiscal Calendar other than the Hard coded one, you might get this type of error.
    If so, consider setting the Fiscal Variant as a constant in the update rules.
    Good Luck,
    John Hawk

  • How to Create a OLAP Cube in DEV using SSAS from Raw file system backup from Production?

    How to Create a OLAP Cube in DEV using SSAS from Raw file system backup from Production? I dont have a .abf file available. Two paritions in production are missing data. We were able to get back file system backup which contains the files for these two paritions.
    How do I create a cube in Dev using this file system backup.
    we are on SQL Server 2008R2.
    Thanks,

    How to Create a OLAP Cube in DEV using SSAS from Raw file system backup from Production? I dont have a .abf file available. Two paritions in production are missing data. We were able to get back file system backup which contains the files for these two paritions.
    How do I create a cube in Dev using this file system backup.
    we are on SQL Server 2008R2.
    Thanks,

  • No Authorization to OLAP Cubes during the creation of universe connection

    Hello friends we are not able to see the OLAP Cubes during the creation of universe connection using the Quality system and Application server "sapbmw01" client 100, system # 00. But we are able to set up the connection in our development system.  
    I will highly appreciate if you can let me know if we need some special role to access the OLAP Cubes during the creation of universe connection using the Q system.
    Surprisingly we are using SAP_BW_ALL in Quality system still we are not able to access the infocubes. is there some thing missing in CMS IN BO to make that work.
    Thanks
    Soniya

    Hi Jyothy,
    Refer the below link on how to create universe on Analytic View/Calculation View using relation connection in IDT
    http://www.sapanalyticsguru.com/index.php/sap-bobi/31-universe-creation-on-hana-view-using-information-design-tool

  • Oracle 10g olap cube connectivity issue using Crystal Reports 2008

    Hi
    Kindly help me out with a solution. I have created a cube in oracle 10gR2 database using Oracle Analytic Workspace Manager. I am trying to connect to this cube using Crystal report Olap datasorces. But I am only getting 4 options to connect to Hyperion Essbase, HOLOS Cube, Microsoft OLEDB, Microsoft OLAP Analysis Services 8.0 and 9.0.  I am not getting any option for connection to Oracle OLAP. How do I do that or if it does not support kindly let me know.
    Thanks in advance
    Troyee

    Hi Troyee,
    I have discussed the issue with OLAP engineer and he told me that connectivity to OLAP cube is not supported.
    and please next time address OLAP questions to the following category:
    Expert Forums » Business Objects » Other Business Objects Products
    (see the relevant category description)
    Vitaly Izmaylov
    Crystal Reports Design forum moderator

  • OLAP cube not visible in the list during universe creation

    Hi
    I am trying to create universe on a BI query which is build on a multiprovider. During universe creation step 4 i need to choose the OLAP cubes, but unfortunately i didn't see the multiproivder in the list. If i see that multiprovider i can expand the tree and can find my query in it. But i don't know why the multiprovider is not in the OLAP cubes?
    by the way mutliprovider is  Z multiprovider which i created, not a standard one.
    Do i need to change any settings for the multiprovider just like what we do for query (Allow external access)
    Thanks

    Yeah I did that, but during the universe creation first we need to choose the multiprovider and when we expand the multiprovider we can see all the queries in it. Here in my case i am not able to see the multiprovider in order to select query in the next step.
    I have checked the external access in the query advanced options also.
    Thanks

  • EVDRE Access Issue Post Upgrade from BPC 5.1 SP3 to BPC 7.0 SP6

    Greetings,
    Recently upgraded from BPC 5.1SP3 to BPC 7.0 SP6.  Experiencing some strange behavior regarding the ability to send data to BPC from an EVDRE.  Both users are part of the same secuity team, thus have the same security in both versions.  However, one is able to send data to BPC 7.0 SP6 for a specific input template while the other recieves a message "There is no data to refresh."    This message is not encountered in BPC 5.1 SP3.
    The strange thing is that the user who receives the "there is no data to refresh" is able to rebuild the input template ad hoc and send data to BPC
    I have reviewed security, cleared the cache on the user's machine.  I had the user with this issue log onto the app server; she encountered the same behavior regarding this template.  Also tested a seperate input template in another application, this issue did not occurr.
    Any ideas would be greatly appreciated.
    Regards,
    Greg Lakin

    Hi, n
       From your description it looks like the problem si more related to that specific user. Please try to reprocess the security for that user. Then go on file server and go into <appset>/<application>/<private publication>/<user name> and delete appinfo.zip.
       Other idea can be related to the excel cache, but I don;t know why is not working for this specific user. You can try to save it in a new template as Patrick indicated.
    You can try also clear local application information from admin client or try from other machine using the same client.
    Hope this can hekp you,
    Mihaela

  • Data load from BPC into BI 7 cubes for Bex reporting

    Hi,
    Can we pull BPC planning data into the BI cubes so that Bex reports can be created for combined data from BPC cubes and BI cubes?
    Also can we create Bex reports on BPC cubes just like we create for BI reporting cubes?
    Let me also give an example of the scenario we face.
    We have actuals data in a BI 7 basic cube(Actuals cube). Planning is done in BPC, so I understand  that the planned data gets automatically stored in a BPC cube in BI7 system. I want to load the data from this BPC cube to BI Actuals cube and create a combined Bex report to show actuals and plan data.
    Please let me know.
    Thanks,
    Archana

    AS of now, if you report data in the BPC7NW cubes through BEx, you may not get the same result as you get from BPC reports. The reason being BEx won't do the same calculations (for example sign reversals) that BPC client would do. In addition, you won't be able to report the results of the dimension member formulas when you report through BEx. If you have to get data out from BPC cubes to other cubes, you can go through SQE (shared query engine) and that way, yyour results will match with what you get in BPC reports. Once you get data out through SQE into other cubes, you can use BEx to report if you wish.
    More functionality will be available in near future to accomplish BEx reporting for BPC data.
    Regards
    Pravin

Maybe you are looking for