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

Similar Messages

  • 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

  • BPC 10NW: Connectivity issues with environment copied from IFRS KIT

    Hi BPC Gurus,
    We are on SAP BPC 10NW SP04.
    We had installed IFRS Kit. We then copied IFRS Kit (without transactions) to another environment (TBSC_DEMO). We have then
    modified members of all the dimensions and successfully processed it.
    We are trying to log on to Consolidation Model in BPC-Excel to create Transformations etc ... however, we are getting error "the number of bytes available is inconsistant with the HTTP content - lenght header.  There may have been a network error or the client may be sending invalid requests'. However, it gets connected to 'ownership' and 'rate' models without any issues.
    Also, if we try to create an Input Form and/or Report from BPC-Admin, and drag any dimension in Row / Column it throws an error - 'unhandled exception has occured'.
    NOTE: It was given to understand from one of the SAP consultant that IFRS kit has some 'KNOWN issues' about 'authorizations and/or security features. could you please let us know the resolution at the earliest?
    ALSO, If by any chance we are able to conenct to BPC-Excel, it shows only one dimension (ACCOUNT). Please see the attached screen shot for more details.
    Are we missing any settings?
    Please assist.
    Regards,
    Rashmi

    Hi BPC Gurus,
    We are on SAP BPC 10NW SP04.
    We had installed IFRS Kit. We then copied IFRS Kit (without transactions) to another environment (TBSC_DEMO). We have then
    modified members of all the dimensions and successfully processed it.
    We are trying to log on to Consolidation Model in BPC-Excel to create Transformations etc ... however, we are getting error "the number of bytes available is inconsistant with the HTTP content - lenght header.  There may have been a network error or the client may be sending invalid requests'. However, it gets connected to 'ownership' and 'rate' models without any issues.
    Also, if we try to create an Input Form and/or Report from BPC-Admin, and drag any dimension in Row / Column it throws an error - 'unhandled exception has occured'.
    NOTE: It was given to understand from one of the SAP consultant that IFRS kit has some 'KNOWN issues' about 'authorizations and/or security features. could you please let us know the resolution at the earliest?
    ALSO, If by any chance we are able to conenct to BPC-Excel, it shows only one dimension (ACCOUNT). Please see the attached screen shot for more details.
    Are we missing any settings?
    Please assist.
    Regards,
    Rashmi

  • How to change OLAP connection when going from dev to testing

    Hi!
    We created some BEX reports, a Dashboard and a some Webi reports using OLAP connections.
    We created the OLAP connections with the IDT (Information Design Tool), and then publish them.
    In the OLAP connections we used my user because we didn't have a specific user for connections.
    Now they're going to create a user for the connections.
    My questions is:
    1. where do we change the OLAP connection? do we do it in the IDT and re-publish them or in the CMC --> OLAP Connections tab ??
    2. are both ways correct?
    Thanks in advance!
    Florencia

    Hi,
    yes, both ways are correct!
    Regards
    -Seb.

  • MS SQL Server Analysis Services (SSAS) OLAP Connection - Dimension descriptions

    Hello,
    We are trying to create some reports on BO 4.0 on top of BPC 10 MS information.
    In order to overcome some issues related to standard connector between BO and BPC (XMLA Planning and consolidation 10 for Microsoft platform), we created a new connection based on discussion MS SQL Server Analysis Services (SSAS) OLAP Connection - Business Intelligence (BusinessObjects) - SCN Wiki
    However we have a major issue with this approach. We cannot see on BO dimension member descriptions.
    Is there anything that we missed?
    Could you help?
    Regards,
    Vitor Ramalho

    Bill,
    So, what you need is a model like SQL Server failover cluster instances. (before sql server 2012)
    In SQL Server 2012, AlwaysOn replaces SQL Server failover cluster, and it has been seperated to
    AlwaysOn Failover Cluster Instances (SQL Server) and
    AlwaysOn Availability Groups (SQL Server).
    Since your requirement is not in database level, I think the best option is to use AlwaysOn Failover Cluster Instances (SQL Server).
    As part of the SQL Server AlwaysOn offering, AlwaysOn Failover Cluster Instances leverages Windows Server Failover Clustering (WSFC) functionality to provide local high availability through redundancy at the server-instance level—a
    failover cluster instance (FCI). An FCI is a single instance of SQL Server that is installed across Windows Server Failover Clustering (WSFC) nodes and, possibly, across multiple subnets. On the network, an FCI appears to be an instance of SQL
    Server running on a single computer, but the FCI provides failover from one WSFC node to another if the current node becomes unavailable.
    It is similar to SQL Server failover cluster in SQL 2008 R2 and before.
    Please refer to these references:
    Failover Clustering in Analysis Services
    Installing a SQL Server 2008 R2 Failover Cluster
    Iric Wen
    TechNet Community Support

  • Using OLAP Connection for SAP BW based on authentication type Prompt

    We try to use an OLAP Connection based on authentication type Prompt. This should cause a dialog to popup where the user can enter credentials for SAP BW. This works fine for Analysis for OLAP, but not in Web Intelligence and Design Studio.
    In design studio the following message appears:
    failed to connect to "BA1CLNT100"
    Configuration of destination
    customized_guid:FnTHdVPWmQ4AMLQAAD4XL4cAAFBWmWVp is incomplete:
    Parameter user id missing: neither user nor user alias nor sso ticket nor certificate is specified.
    Does anyone know if this feature is supported and what causes this error?

    Hi,
    Can you check the option "Disallow insecure incoming RFC connections" from CMC >> SAP Authentication and see if it helps.
    -Ambarish-

  • Ranking on an olap connection

    Hello guys,
    I'm using DS 1.3 OVER BI 4.1 SP3.
    My model was universe-based until now.
    Inside query specifications on universe, I was able to set TOP 10.
    Now, I've advanced into OLAP over HANA, and I can't find a solution to TOP 10 (not even a dynamic ranking) on my Datasource.
    Any simple solution for setting a constant ranking on a datasource which is HANA-OLAP-connection?
    (And if we're at it, is there a solution for a dynamic ranking also? (plan for the future:))
    Thank you,
    Or.

    Hi Tammy,
    Thanks for the reference, but It's not the right solution for me because I'm using graphical Calculation View.
    From your link I somehow got into this link:
    SAP HANA: Implementing RANK using Graphical calculation View
    If I had "RANK" column it'll be simple actually as a Variable inside HANA,
    but I have to say that this guide for creating a "rank" column is way-too complicated to replace the good-old TOP N inside SQL or other tools.
    Do you know of any simpler way inside HANA, maybe in newer versions, of creating a RANK?
    Thank you,
    Or

  • Unable to create Business Foundation Layer in XI4 IDT using OLAP connection

    Hi,
    I have created a BICS connection against an SAP BW cube and want to use this connection in order to build a Business Layer in XI4 Information Design Tool. When I try to map this connection to the business layer, it errors out "Error occurred during connection selection - Connection is not supported".
    I'm currently using BO XI4 SP1 and SAP BI NW Eh1 SP6.
    Can anyone throw some light on how to create a Business Layer/Universe against an SAP BW cube?
    Also, can we query ECC systems using the new semantic layer in XI4 from WebI?
    Thanks in advance.
    Abhi

    Hi,
    I'm getting the same error. Did you already solve the problem?
    Kind regards,
    Eric
    Edit:
    Hi,
    i found this in another thread:
    [Information Design Tool and SAP BICS|Information Design Tool and SAP BICS;
    Seems like SAP doesn't want to enable Universes on OLAP-Connections?!
    Regards,
    Eric
    Edited by: Eric REDLIN on Jun 24, 2011 4:49 PM

  • *Error executing SSIS Package from BPC 5.1*

    All -
    I'm trying to execute a perfectly working SSIS package from BPC 5.1. When I execute the package it instantly completes executing (Failure) with nothin written to the Log file.
    After doing further analysis, we have found the root cause to be "Sequence Containers" in SSIS Packages. We can execute the same package if we remove the sequence container.
    When we try to edit the SSIS package via BPC, containing the Sequence Containers", we receive the following error:
    [QuerytoServer] An error occurred while getting a package information. System.InvalidCastException: Unable to cast object of type 'Microsoft.SqlServer.Dts.Runtime.Sequence' to type 'Microsoft.SqlServer.Dts.Runtime.TaskHost' at Osoft.Services.Application.DataMgr.PackageExecute.DTSX.GetPackageInfor()
    When we try to edit SSIS packages via BPC, containing NO Sequence Containers", everything is wonderful.
    Does anyone have any suggestions, besides removing all of the Sequence Containers and moving the tasks to the base SSIS package level?
    I trully appreciate any help you guys can provide.

    Hi Lars,
    Could you be more specific the step you did?
    1. It works fine in Visual Studio,
    2. It is not working with Excel Front-end. Call the package from Excel.
    3. It worked few days ago, ==> Do you mean it was working with #2 step?
    I think this might be caused by authentication,
    1. could you check your athentication you have for #1 and #2?
    2. Did you introduce BPC DM to call the package? BPC DM uses impersonated ID even you use ID which has restrictive to use system resource, there will be no problem for the authentication.
    3. As you see the log, it points FLOW task and OLEDB SOURCE, check your connection string in OLEDB SOURCE also.
    Hope this helps,
    Regards,
    YH Seo

  • Essbase OLAP Connection using BOBJ 4.1 SP3

    Hello,
    I am trying to create a OLAP connection to  Essbase 11. X. I have followed the steps mentioned in KB Note 1758332.
    I am still getting the below error.I am not what is missing,
    Error: 'The Essbase Client middleware is not installed.'
    Thanks,

    Hello Siva/Farzana,
    I am getting same error "Error: 'The Essbase Client middleware is not installed.'" while connecting from IDT to
    Essbase 11. X.
    I Downloaded "Oracle EPM System 11.1.2.1" client  and unzip that package and installed Essbase/Essbase Client.
    and configured environment variables as specified in the "Recommendations for configuring Essbase middleware" KB
    Let me know I done hear anything wrong.
    note : OS is windows 7 and Essbase/Essbase Client able to connect to the Essbase server.( its on Unix machine)
    thanks in advance,
    Ravi

  • 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

  • OLAP connection icon missing in CMC homepage

    Dear All,
    A problem i am facing recently, may be any f you can help.
    OLAP connection icon is missing from CMC home page. No CONNECTION ICON in drop down box.
    As a result , secured connections can not be retrieved.
    and universe are not opening, and reports are not refreshing as well.
    I am using BI 4.0
    Can any one help?
    Kind Regards,
    Sohaib Khan

    Point the CMS to another empty schema (new Db). Login to CMC and check whether the
    OLAP connection icons are visible.
    There is a possibilty that the CMS Db might have got some corrupt entries.
    Was there any kind of SP / Patch upgrade activity performed for BO. Or else an upgrade activity in the CMS Db level?
    Perform a RDT scan to know the inconsistencies. Refer the below:
    How to browse CMS repository - Business Intelligence (BusinessObjects) - SCN Wiki
    How to use Repository Diagnostic Tool - Business Intelligence (BusinessObjects) - SCN Wiki

  • OLAP Connection failed - SAP BW to SAP BO 4.1

    Hi everyone,
    i want to connect our SAP BW system via BICS to SAP BO. Unfortunately it doesn t work and i don t know how to fix this.
    I created and tested in IDT an OLAP Connection - everything is fine,everything works. Then i published it to the BO server and when i test it there i get the following message:
    "Failed to get connections for connection [server.adress] using session locale [English]. Connect to SAP gateway failed Connection parameters: TYPE=A DEST=custom_Session-7:server.adress:user:EN:SAPBW7.0:CREDENTIALS ASHOST=server.adress SYSNR=00 PCS=1 LOCATION CPIC (TCP/IP) on local host with Unicode ERROR partner 'server.adress:3300' not reached TIME Tue Jan 13 RELEASE 720 COMPONENT NI (Network interface) Version 40 RC - 10 MODULE nixxi.cpp LINE 3286 Detail NipConnect2: server.adress:3300 SYSTEM CALL connect ERRNO 10060 ERRNO TEXT WSAETIMEDOUT: Connection timed out COUNTER 8.
    Can anyone help here and give me a hint. I don t know where to start looking.
    Thanks alot in advance for your help
    Cheers
    Christopher

    Hi Victor,
    to your points:
    Can you ping the BW server from the BO server?
         what do you mean with "ping". i don t know how to do this in BO and i couldn t find this via google
    In case of windows on the BO Server: Did you install SAP GUI and can you access BW?
         Yes SAP GUI is installed and i can access BW. I created there Multiproviders and queries which      i wanted to connect to bo. So from this side      everything is fine.
    Are you trying with an application server or message server? (For a test try with app server and/or IP Address)
         i m trying with app server (with its ip Address)
    Thank for your help
    Cheers
    Christopher

  • OLAP connections; which table?

    Hi
    For security reasons, we need to monitor the technical settings of the OLAP connection (like name, Server information, authentication user).
    Is this information stored CMS_INFOOBJECTS7, or in another table?
    Which columns do we need to query?
    Is there another way to monitor?
    Please advice,
    Sem
    db2 => select TABLE_NAME from sysibm.tables where TABLE_SCHEMA='CMSDB' order by TABLE_NAME
    TABLE_NAME
    CMS_ALIASES7
    CMS_IDNUMBERS7
    CMS_INFOOBJECTS7
    CMS_LOCKS7
    CMS_RELATIONS7
    CMS_SESSIONS7
    CMS_TESTBLOBTABLE
    CMS_VERSIONINFO
      8 record(s) selected.
    db2 => describe table CMSDB.CMS_INFOOBJECTS7
                                    Data type                     Column
    Column name                     schema    Data type name      Length     Scale Nulls
    OBJECTID                        SYSIBM    INTEGER                      4     0 No
    PARENTID                        SYSIBM    INTEGER                      4     0 No
    TYPEID                          SYSIBM    INTEGER                      4     0 No
    OWNERID                         SYSIBM    INTEGER                      4     0 No
    VERSION                         SYSIBM    INTEGER                      4     0 No
    LASTMODIFYTIME                  SYSIBM    VARCHAR                     32     0 No
    SCHEDULESTATUS                  SYSIBM    INTEGER                      4     0 Yes
    NEXTRUNTIME                     SYSIBM    VARCHAR                     32     0 Yes
    CRC                             SYSIBM    VARCHAR                     30     0 No
    PROPERTIES                      SYSIBM    BLOB                2147483647     0 No
    SI_GUID                         SYSIBM    VARCHAR                     56     0 Yes
    SI_CUID                         SYSIBM    VARCHAR                     56     0 Yes
    SI_RUID                         SYSIBM    VARCHAR                     56     0 Yes
    SI_INSTANCE_OBJECT              SYSIBM    INTEGER                      4     0 Yes
    SI_PLUGIN_OBJECT                SYSIBM    INTEGER                      4     0 Yes
    SI_TABLE                        SYSIBM    INTEGER                      4     0 Yes
    SI_HIDDEN_OBJECT                SYSIBM    INTEGER                      4     0 Yes
    SI_RECURRING                    SYSIBM    INTEGER                      4     0 Yes
    SI_RUNNABLE_OBJECT              SYSIBM    INTEGER                      4     0 Yes
    SI_PSS_SERVICE_ID               SYSIBM    INTEGER                      4     0 Yes
    SI_CRYPTOGRAPHIC_KEY            SYSIBM    INTEGER                      4     0 Yes
    SI_NAMEDUSER                    SYSIBM    INTEGER                      4     0 Yes
    SI_KEYWORD                      SYSIBM    VARCHAR                    255     0 Yes
    SI_KEYWORD_TR                   SYSIBM    INTEGER                      4     0 Yes
    MOBILE_READY                    SYSIBM    VARCHAR                     34     0 Yes
    MOBILE_READY_TR                 SYSIBM    INTEGER                      4     0 Yes
    LOV_KEY                         SYSIBM    VARCHAR                     18     0 Yes
    SI_TENANT_ID                    SYSIBM    INTEGER                      4     0 Yes
    OBJNAME                         SYSIBM    VARCHAR                    255     0 Yes
    OBJNAME_TR                      SYSIBM    INTEGER                      4     0 Yes
      30 record(s) selected.

    Hi,
    Hope you can find help from a detail explanation and examples on Query Builder by Mani on BusinessObjects Query builder – What's New in BI 4.0 on http://scn.sap.com/community/bi-platform/blog/2013/07/26/businessobjects-query-builder-whats-new-in-bi-40
    Hope this helps,
    Jin-Chong

  • FIM - Data is not getting extracted from BPC

    Hello,
    I have created FIM job to load data from BPC NW to PCM. The FIM job is getting executed successfully. But there is no data loaded into PCM. I can see data in BPC.
    I have checked data services job log. It also shows successful completion. But there is no record in the target table of extraction dataflow.
    Can anyone please help in finding the issue and resolving.
    FIM version is 10.
    Thank a lot in advance!
    Regards,
    Rajesh

    Hi,
    An error log is found at BPC side corresponding to the FIM job execution. Log is given below.
    Can anyone help me to understand the issue here and how to resolve?
    C Tue Feb 17 16:13:47 2015
    C  *** ERROR =>   execute() of C_0792, internal error : no result set
    [dbsdbsql.cpp 1579]
    C  {root-id=001B21585E281EE4ADD4D9C1E11853C4}_{conn-id=001B21585E281EE4ADD4D9C1E11873C4}_1
    C  *** ERROR => EXECUTE C_0792 on connection 0, rc=-9300
    [dbslsdb.cpp  9682]
    C  SQLCODE    : -9300
    C  SQLERRTEXT : Internal error : no result set
    C  sc_p=7f0b4afe8150,no=792,idc_p=(nil),con=0,act=1,slen=171084,smax=171264,#vars=0,stmt=7f06a0ddd3b0,table=
    C  MDX SELECT
    C    NON EMPTY {
    many lines with actual BPC data
    C  NTH1].&[TRGT_20_22_PPMD] } } ON 0
    C  FROM [eSight02_CORPORATE] CELL PROPERTIES VALUE  ;
    B  ***LOG BY2=> sql error -9300 performing OPC [dbds         437]
    B  ***LOG BY0=> Internal error : no result set [dbds         437]
    Thanks and Regards,
    Rajesh

Maybe you are looking for

  • Nokia 5310, bad USB cable and no data connection v...

    1. The USB cable shipped with my phone does not fit into the phone. What can I do? 2. Connecting via bluetooth I can not transfer contacts or organizer info. I get this message "Data transfer not possible. Check data connection." What do I do to fix

  • Need to copy the current order-by clause of a report.

    Situation: - I have a report with a default sort setting, and sortable column headers. - User navigates to page with this report. - Report page renders in default sort setting. - User changes sort (clicks on one of the column headers). I now want to

  • ITunes 5 library damaged on startup

    I've had this happen three times now, the first when I installed iTunes 5. It would go through the "processing library" or whatever it does with the progress bar, and then tell me that my library is corrupted. I brought it up, and my library was fine

  • OUTBOUND IDOCS PROCESSING ON ALE INTERFACE

    Hi experts...     I am working on ALE IDOCS I have a requirement where i have to convert my outgoing idocs into flat files on my local system 1) How do i create a file port and specify the location(directory) 2) How do i assign this file port to the

  • Download jpeg and pdf files on my iPhone 6

    Why can't I download jpeg and pdf files on my iPhone 6?