MDX Error

Hi Experts,
Cud u pls say about mentioned error in the BW3.5.The query is pasted that created the error.
Any useful answer will be rewarded with suitable points.
Query:
WITH MEMBER [0D_SOLD_TO].[CA] AS 'SUM(FILTER ({[0D_SOLD_TO].Members} , ([0D_SOLD_TO].[20D_COUNTRY] = "CA" AND [0D_SOLD_TO].[20D_INDUSTRY] = "2222" )))' MEMBER [0D_SOLD_TO].[DE] AS 'SUM(FILTER ({[0D_SOLD_TO].Members} , ([0D_SOLD_TO].[20D_COUNTRY] = "DE" AND [0D_SOLD_TO].[20D_INDUSTRY] = "2222" )))' MEMBER [0D_SOLD_TO].[FR] AS 'SUM(FILTER ({[0D_SOLD_TO].Members} , ([0D_SOLD_TO].[20D_COUNTRY] = "FR" AND [0D_SOLD_TO].[20D_INDUSTRY] = "2222" )))' MEMBER [0D_SOLD_TO].[GB] AS 'SUM(FILTER ({[0D_SOLD_TO].Members} , ([0D_SOLD_TO].[20D_COUNTRY] = "GB" AND [0D_SOLD_TO].[20D_INDUSTRY] = "2222" )))' MEMBER [0D_MATERIAL].[198] AS 'SUM(FILTER ({[0D_MATERIAL].Members} , ([0D_MATERIAL].[20D_MTLGROUP] = "198")))' MEMBER [0D_CO_CODE].[US] AS 'SUM(FILTER ({[0D_CO_CODE].Members} , ([0D_CO_CODE].[20D_COUNTRY] = "US")))' SELECT {[0D_SALE_EMP].[00001205], [0D_SALE_EMP].[00001264], [0D_SALE_EMP].[00001703], [0D_SALE_EMP].[00001706]} PROPERTIES MEMBER_NAME,MEMBER_CAPTION ON COLUMNS, {[0D_SOLD_TO].[CA], [0D_SOLD_TO].[DE], [0D_SOLD_TO].[FR], [0D_SOLD_TO].[GB]} PROPERTIES MEMBER_NAME,MEMBER_CAPTION ON ROWS, {[Measures].[0D_COST], [Measures].[0D_INV_QTY], [Measures].[0D_NETVLINV], [Measures].[0D_TAXAMOUN]} PROPERTIES MEMBER_NAME,MEMBER_CAPTION ON PAGES, {([0D_MATERIAL].[198], [0D_CO_CODE].[US])} ON 3 FROM [$0D_DECU] WHERE ([0D_DIS_CHAN].[All], [0D_DIV].[All], [0D_PROD_HIE].[All], [0D_SALE_ORG].[All], [0D_VERSION].[All], [0D_VTYPE].[All], [0CALDAY].[All], [0CALMONTH].[All], [0CALQUARTER].[All], [0CALYEAR].[All], [0DOC_CURRCY].[All], [0SALES_UNIT].[All])
Error:
06-13 19:53:15 ERROR SAPDataQuery ADM Exception occured: BAPI_MDDATASET_GET_CELL_DATA com.sap.mw.jco.JCO.Exception:&INCLUDE INCL_INSTALLATION_ERROR
06-13 19:53:15 ERROR SAPDataQuery com.hyperion.ap.bapi.function.BAPIFunctionException: [0] BAPI_MDDATASET_GET_CELL_DATA com.sap.mw.jco.JCO.Exception:&INCLUDE INCL_INSTALLATION_ERROR
at com.hyperion.ap.bapi.function.BAPIFunctionBase.execute(BAPIFunctionBase.java:37)
at com.hyperion.ap.bapi.BAPICubeView.fetchDataCells(BAPICubeView.java:242)
at com.hyperion.ap.bapi.BAPICubeView.fetchDataCells(BAPICubeView.java:171)
at com.hyperion.ap.bapi.BAPIDriver.HssQryFetchDataCells(BAPIDriver.java:313)
at com.hyperion.ap.adm.HssConnSessionWrapper.HssQryFetchDataCells(HssConnSessionWrapper.java:3649)
at com.hyperion.ap.adm.HssQryCubeViewData.fetchDataCells(HssQryCubeViewData.java:53)
at com.hyperion.ap.adm.HssQryCubeView.fetchDataCells(HssQryCubeView.java:397)
at com.hyperion.reporting.haradm.SAPDataQuery.processAdmQueries(Unknown Source)
at com.hyperion.reporting.haradm.SAPDataQuery.execute(Unknown Source)
at com.hyperion.reporting.results.ExecGrid.executeGridObject(Unknown Source)
Thanks!
Rohan

Vam, 
The syntax seem different from ESSBASE. 
I think you are trying something like this, one thing that stand out.
IS in Essbase looks like this: IS(object1, object2) but in SSAS is: Object1 IS object2
So 
CASE WHEN [Time].CURRENTMEMBER IS [Time].CURRENTMEMBER.PARENT.FIRSTCHILD.NEXTMEMBER THEN 
IF([Time].CurrentMember.Parent IS [Time].&[2008], [Measures].[Payment] / 29, 
IF([Time].CurrentMember.Parent IS [Time].&[2009], [Measures].[Payment] / 30,
END
CASE syntax
IS syntax
Hope this helps.
Reeves
Denver, CO

Similar Messages

  • BPC 7.5NW SP08: "unknown MDX error" message for simple dimension formula

    Hi everyone!!
    We are facing many different issues concerning dimension formulas and
    script logic. Maybe it's something related to SP08. For instance,
    consider the following:
    - there is a dimension named P_Account, with members Price, SalesCost,
    and others
    - there is a dimension named P_Product, which consists of a hierarchy,
    for instance: Prod1 with two children, Prod1A and Prod1B
    We want to set the following dimension formula in P_Product for Prod1 member:
    IIF([P_Account].CURRENTMEMBER.PROPERTIES("ID") = "Price", Null, 1)
    that is, we wanted to try to be able to avoid summing Price, returning
    Null for (Price, Prod1). Later we would try to replace "1" with the
    appropriate formula to sum children of Prod1 for all other members of
    P_Account. The result is an odd error: "MDX statement error: unknown MDX
    error" (or something similar, since I get the error message in portuguese).
    We have spent almost two days studying alternatives in SDN Forum, blogs,
    google, etc, trying to find a reason for the error but couldn't find it.
    Could anyone help on this one?
    Thanks!
    Luigi

    Hi everyone!
    After contacting SAP, we were asked to try to reproduce the error in APSHELL. I did the following:
    1) created another application set, copying APSHELL, named it TESTAPPSET;
    2) added two members to dimension P_ACCT (ID, ACCTYPE, SCALING, RATETYPE):
       (PRICE, INC, Y, END)
       (SALESCOST, INC, Y, END)
    3) saved to server and processed P_ACCT dimension successfuly
    4) added a UD dimension copied from P_Activity, named P_Product
    5) deleted all members of P_Product, processed the dimension sucessfuly
    6) added FORMULA property to P_Product, with size 200
    7) added three members to P_Product (ID, PARENTH1)
       (Prod1, "")
       (Prod1A, Prod1)
       (Prod1B, Prod1)
    8) saved to server and processed the dimension successfuly
    9) edited P_Product members and added the following as FORMULA for Prod1:
    IIF([P_ACCT].CURRENTMEMBER.PROPERTIES("ID") = "PRICE", Null, 1)
    Result was sucess!!
    10) edit P_Product again and removed the formula, saved to server and processed dimension successfuly;
    11) created an Application named SALES, type Financial Report, copied from PLANNING with dimensions
    12) edit dimensions, removed P_Activity and added P_Product to the list
    13) went back to step (9) and tried to add the formula again, saved to server and processed P_Product dimension. Result was success again!!
    So I imagined the issue might be caused by the user I was log in with. I went back to our application set, logged in as BPC_SYSADMIN and tried to set the formula again and it didn't work. User was not the problem.
    Since I had tried all the above creating everything with all UPPERCASE, I decided to try the following Formula
    IIF([P_ACCOUNT].CURRENTMEMBER.PROPERTIES("ID") = "Price", Null, 1)
    that is, P_ACCOUNT instead of P_Account. Result: success in processing dimension!!! And the formula worked as expected when I opened an Input Schedule to test it.
    When I check my dimension list in BPC Admin it says P_Account (mixed case), instead of P_ACCOUNT (all uppercase) since it was the way we created it.
    So, I spent 1hour to do the whole test, but it worked. I sent two questions/requests for correction or improvement to SAP:
    I) which case should be used in formulas? given I see P_Account in Dimension list, how should I know that I should write formulas with P_ACCOUNT, all uppercase?
    II) could BPC provide more descriptive error messages when processing dimensions and validating script logic? a simple error message such as "unidentified command or reference at P_Account" or anything similar would have saved us 4,5 days of work! it's a lot!
    Thank you guys for your support!!

  • MDX Error for SAP Variables

    Hi All,
    We have used QAAWS for creating a dashboard in Xcelsius using Trigger cell for a selection variable in BI Query.When a different selection is maded for that variable getting the below error (In this case i have selected US for the variable)
    A database error occured. The database error text is: The MDX query SELECT { [Measures].[4FYOXRUNHMI2F3N8G0Q6GNC0I] } ON COLUMNS , NON EMPTY [0SALESORG].[LEVEL01].MEMBERS DIMENSION PROPERTIES [0SALESORG].[40SALESORG] ON ROWS FROM [ZGC0_M001/TEST_2] SAP VARIABLES [TEST_BO] INCLUDING US failed to execute with the error Unknown error. (WIS 10901)
    checked in MDXTEST giving  the query
    SELECT { [Measures].[4FYOXRUNHMI2F3N8G0Q6GNC0I] } ON COLUMNS , NON EMPTY [0SALESORG].[LEVEL01].MEMBERS DIMENSION PROPERTIES [0SALESORG].[40SALESORG] ON ROWS FROM [ZGC0_M001/TEST_2] SAP VARIABLES [TEST_BO] INCLUDING US
    It thrown an error saying the above query is invalid.
    Later i tried with the below query
    SELECT { [Measures].[4FYOXRUNHMI2F3N8G0Q6GNC0I] } ON COLUMNS , NON EMPTY [0SALESORG].[LEVEL01].MEMBERS DIMENSION PROPERTIES [0SALESORG].[40SALESORG] ON ROWS FROM [ZGC0_M001/TEST_2] SAP VARIABLES [TEST_BO] INCLUDING [0SALESORG].[US]
    Now it perfectly worked fine.
    Can any one let me know why a wrong MDX query is getting generated and how to rectify it?
    Regards,
    Pra

    Hi Ingo,
    Sorry for the late reply....
    Yes i am sending the Key values as the input for the variables.
    If you observe the 2 MDX Statements(the last line especially) .....i guess [SalesOrg] needs to get appended in the MDX Statement  for the Key values  that i input and as it is not happening it is throwing an error saying MDX error.
    Regards,
    Pra

  • Getting MDX Error.

    Hello Experts.
    I have created a query on GL. and made it externally visible to send the data into PCM. Now when i check in PCM Data bridge it is giving an error. its giving me and mdx error which says "Invalid MDX command with )". I have checked in MDX test in BW it is giving the same error.
    SELECT {[Measures].[4MOXVHUAY8XIP927RDRX7KKK2]} ON COLUMNS,
    NON EMPTY CrossJoin
    Descendants ([0GL_ACCOUNT].[All]),
    CrossJoin
    {[ZFISCPER4].[All]},
    {[ZRESBCENT].[All]}
    DIMENSION PROPERTIES MEMBER_NAME
    ON ROWS
    From [ZIC_GLPC1/ZREP_CUBE_MGL_DMAT]  
    Kindly help

    Hi,
    May help you:----
    Error While working with 2 hierarchy
    http://help.sap.com/saphelp_nw70/helpdata/en/ba/12533d6dd60610e10000000a114084/content.htm
    /people/reuben.cox/blog/2009/10/16/extracting-voyager-mdx-queries
    REgards,
    Suman

  • Voyager MDX Error

    Hello,
    We have just set up a server with BOE and SBOP Strategy Management. We've successfully registered the ODBO files and created a Voyager connection to SSM. (We know that because we can see the list of dimension names in the Infoview.
    However, if we click on anything, we are getting this MDX error:
    java.lang.RuntimeException: Failed to execute MDX query. Reason: returned server error (Returned E_FAIL (0x80004005) )
    Have you run into this error and could you suggest how to correct it?
    Thanks,
    Bob

    Voyager also supports "Business Objects Extended Analytics" as an OLAP provider. Unfortunately I have very limited experience of this and have not heard the term "SSM" be used in relation to this.
    Three letter mnemonics are used to represent SAP systems. Is SSM an SAP system?
    Regards

  • Create new object (measure) with IIF function on BW Olap universe:mdx error

    hello
    i have a universe based on a BEX query
    i want to create a new object (a measure) with the IIF(,,) function
    i created the following select:
    <EXPRESSION>IIF(@Select(Currency Type\CurrencyTypeCode)="10",@Select(Key Figures\RevenueGlobalCurrency),@Select(Key Figures\RevenueLocalCurrency))</EXPRESSION>
    defined as number
    where
    CurrencyTypeCode is a dimension (character format)
    RevenueGlobalCurrency and RevenueLocalCurrency are measure (number format)
    i always have a parse which is OK but
    when i want to  use the object on a webi report i always have an MDX error : ...invalid MDX with .... (WIS 10901)
    and advise ?
    Thanks

    Hi Didier,
    Thanks a lot for your help.
    Now it works : i do not understand why
    i explain:
    the correct syntaxe of my new measure is :
    <EXPRESSION>([Measures].[4FVLHG7OAJMNY9WC06X6JLOZQ], [0CURTYPE].[10])</EXPRESSION>
    it does not works with my "L01 currency type" BO dimension
    ([0CURTYPE].[LEVEL01])
    when i had :
    -my universe is based on a BW BEX query
    -my universe has been automaticaly generated with the assistant
    -the Currency Type Class was define as below:
           - 1 BO dimension object : L01 Currency Type =>
    [0CURTYPE].[LEVEL01]
           - 3 BO detail objects : L01 Currency Type techName =>
    [0CURTYPE].[LEVEL01].[TECH_NAME]
                                              L01 Currency Type Key =>
    [0CURTYPE].[LEVEL01].[[20CURTYPE]].[Value]
                                             L01 Currency Type Long Name =>
    [0CURTYPE].[LEVEL01].[[40CURTYPE]].[Value]
    i always had a wrong mdx syntax error on the webi report
    i updated the class with the follow
         - 1 BO dimension object : L01 Currency Type =>
    [0CURTYPE].[LEVEL01] (idem)
           - 3 BO detail objects : L01 Currency Type techName =>
    [0CURTYPE].[LEVEL01].[TECH_NAME]  (idem)
                                              L01 Currency Type Key =>
    [0CURTYPE].[LEVEL01].[NAME] (updated)
                                             L01 Currency Type Long Name =>
    [0CURTYPE].[LEVEL01].[DESCRIPTION] (updated)
    then it was working
    Then i tried to reproduce from scratch and now it also works with the previous version of the class.
    I do not understand anything
    Is there something like a cache file of the MDX query (in RSRT, cache mode is set to inactive for the bex query) ?
    ps: this is the same if a use webi under infoview (java) or webi rich client...
    Edited by: Frederic Nez on Jan 19, 2010 6:35 PM
    (edit : there is mistake in the post : objects are always between [] even if it is not dispay => change objects to code mode)

  • OLAP Universe and Invalid MDX error

    Hi all,
    I'm new to OLAP/BW universes and I've run into some strange issues. I've generated a universe based on a Bex query and I'm getting invalid mdx errors when drilling on a couple of the hierarchies. There has been no customisation of the universe so I'm not sure how invalid mdx can be generated??? I've placed Product and Profit center hierarchies and a single Key Figure onto a report and when I drill down on the hierarchies I get the error. It only seems to happen when I have more than one hierarchy on the report. A single hierarchy with Key Figures does not cause an error.
    Business Objects Edge 3.1 SP2
    SAP Int Kit SP2
    OS: Linux
    BW 701 Level 6
    Executing the mdx in MDXTEST gives the error "Invalid MDX command with {...}"
    Webi log entry below.
    Any advice would be much appreciated.
    Cheers
    Keith
    kc3cdbtbdacs.cpp:3962:static ConnectionServer::Status tbCnxSrvrRecordSet::doCSExecute(ibo_ptr<IConnectionServer::JobResultSet>&, std::auto_ptr<ConnectionServer::ResultSet>&): TraceLog message 147
    2010/05/04 05:34:26.997|>=|E|X|17343|1596992400| |||||||||||||||Uncaught Exception in SilentScope: C3_dacs:CSJob::Execute(*Res): 6.598
    kc3cdbtbdacs.cpp:317:BOResult DoReportCSError(const ConnectionServer::Error&, int, const char*): TraceLog message 148
    2010/05/04 05:34:26.997|>>|E| |17343|1596992400| |||||||||||||||**ERROR:C3_dacs:CS::Error :  (DBD(1),ID:769) "The MDX query SELECT  { [Measures].[DCF59QUC57XIIT50PJKVFYR8K] }  ON COLUMNS , NON EMPTY CROSSJOIN( CROSSJOIN(  { [0PROD_HIER                    PRDHA].[10001                           0PRODH1] } , INTERSECT( INTERSECT( { Descendants(  { [0PROFIT_CTR                   1000YBPH].[000000000000000000000000100010000HIER_NODE] } , [0PROFIT_CTR                   1000YBPH].[LEVEL02]) } , { Descendants( [0PROFIT_CTR                   1000YBPH].[LEVEL01].MEMBERS, [0PROFIT_CTR                   1000YBPH].[LEVEL02], LEAVES) }  ) , { Descendants( {  }, [0PROFIT_CTR                   1000YBPH].[LEVEL02]) }  )  ), [0CUSTOMER].[LEVEL01].MEMBERS ) DIMENSION PROPERTIES MEMBER_CAPTION ON ROWS FROM [COPA_C01/COPA_C01_Q002] SAP VARIABLES [!V000001] INCLUDING [0FISCPER].[V62010010] failed to execute with the error Invalid MDX command with {...}"
    Edited by: Keith Liauw on May 5, 2010 2:18 AM

    Issue has been resolved by applying the following notes
    "1399684 - MDX: Flattening returns incorrectly formatted data"
    "1440912 - WebI reports incorrect after BW 7.1.5 upgrade: Cannot drill below Level 5 of Hierarchy."

  • Webi @Prompt create MDX error

    We are running a Web Intelligence report on an Universebased on a SAP BI7.0 query , when i use prompt filter result, it return MDX error. If i swich back to constant value , no errro occur. Please help...

    This is the error message,
    A database error occured. The database error text is: The MDX query SELECT  { [Measures].[D3FGYPFVIEMBV1Z91MAAZTTSA] }  ON COLUMNS , NON EMPTY CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( [0CALMONTH].[LEVEL01].MEMBERS,  { [0VENDOR__0COUNTRY].[Aruba] }  ), [0PLANT].[LEVEL01].MEMBERS ), [0MATERIAL__0MATL_GROUP].[LEVEL01].MEMBERS ), [0MATERIAL                     MC0].[LEVEL01].MEMBERS ) ON ROWS FROM [0PUR_C01/QR_0PUR_C01_TOPN] SAP VARIABLES [!V000004] INCLUDING [0ITM_CAT].[0] [!V000002] INCLUDING [0CALMONTH].[200204] : [0CALMONTH].[200912] [!V000003] INCLUDING [0PLANT].[0101] [VAR_TOPN] INCLUDING 10 failed to execute with the error Value Aruba for characteristic 0VENDOR__0COUNTRY unknown. (WIS 10901)
    The universe is connect to BW query and this BW query have filter within. When parameter prompt, i need to select filter containt at BW query and webi filter.
    [0VENDOR__0COUNTRY].[Aruba] is the prompt webi filter
    i have test webi prompt by connect to BW infocube, its works.

  • MDX Error in Reporting Services/Sharepoint

    Hi,
    I'm using SQL Server 2008 R2 SP1 CU5.
    I have a reporting that executes a DataSet with a MDX query. That report was executing very well before (in SQL Server 2008 R2 SP1), but after we updated SQL to SP1 Cumulative 5, the report returns an error. 
    The strange thing is, if we execute the MDX query in Analysis Service, and after that execute the report in sharepoint 2010, it works fine, but about 10 minutes after the reporting returns error again, until we execute again the query in AS.
    The error returned isn't clear, just say "Operation Cancelled", this same message is returned by the Analysis Services Log (Profiler).
    Some idea?
    PS.: Sorry my english.
    Se esta sugestão for útil, por favor, classifique-a como útil. Se ela lhe ajudar a resolver o problema, por favor, marque-a como Resposta.

    Hi Fdev,
    According to your description, you encounter the issue after apply SQL Server 2008 R2 SP1 CU5, right?
    Based on the limited information, we cannot give you the exact reason that cause this issue. In order to narrow down this issue, you can apply the latest Service Pack and Cumulative Update as GregGalloway said. Besides, you can troubleshoot this issue by
    using the Windows Event logs and msmdsrv.log.
    You can access Windows Event logs via "Administrative Tools" --> "Event Viewer".  SSAS error messages will appear in the application log.
    The msmdsrv.log file for the SSAS instance that can be found in \log folder of the instance. (C:\Program Files\Microsoft SQL Server\MSAS10.MSSQLSERVER\OLAP\Log)
    Here is a blog about data collection for troubleshooting Analysis Services issues, please see:
    Data collection for troubleshooting Analysis Services issues
    Regards,
    Charlie Liao
    TechNet Community Support

  • MDX Error in WebI while running Bex Query

    Dear Experts,
    In my System BO XI R3.1 Enterprise and Integration kit For SAP has installed.
    While creating query with Efashion and MS Acess files query is running fine.
    But in case of BI queries(InfoCube or BEx Query) it is giving "Select Dimension 1 CrossJoin Dimension2...."Error(10901).
    Test Connection of BI (The server is responding)is working fine.
    How to solve the issue?
    Thanks in Advance
    Venkat P

    Hi Venkat,
    Obviously there is something wrong with your query.
    What happens if you parse the MDX using the BW transaction MDXTEST  - does it work ok?
    You need to try and identify at what point the query is failing, i.e. is it caused at the BW layer or is it a problem at the XI3.1 application layer...?
    I hope this is a very helpful answer to you.
    Kind regards,
    John

  • Getting and MDX Error while refreshing a WEBI Report

    Hi,
    I have a problem in developing/refreshing my Webi Info view report.
    I have my report like this.
    It has 15 dimensions and 3 measures.
    Purpose of the report is to display the purchase order details for a particular state/or all in a Country for a particular year.
    In this scenario my database has two Calendar Years: 2011 and 2012.
    And states (in US) as New York, Rhone Island etc..
    Here comes the typical issue.
    I have developed the report and when i m trying to refresh the report giving 2011 as Year and New York as State for prompts and generating the report.
    Now i m getting the error of MDX query; Below is the error message:
    "Database error: The MDX query SELECT  {  (Measures).[35LYTRYAVWK4BUTF5WL7PC9AR] }  ON COLUMNS , NON EMPTY UNORDER( FILTER( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN( CROSSJOIN(  {  (0PLANT__0REGION).[US NY] } ,  {  (ZIPO_ID__ZCALYEAR).[2011] }  ),  (0PLANT).[LEVEL01].MEMBERS ),  (ZIPO_ID).[LEVEL01].MEMBERS ),  (0PUR_GROUP).[LEVEL01].MEMBERS ),  (ZIVENDOR).[LEVEL01].MEMBERS ),  {  (ZIPO_ID__ZIPRICING).[TIME & MATERIAL] }  ),  {  (ZIPO_ID__ZISEGMNT).[ELECTRIC],  (ZIPO_ID__ZISEGMNT).[GAS & ELECTRIC],  (ZIPO_ID__ZISEGMNT).[GAS] }  ), EXCEPT(  {  (ZIPO_ID__ZICLASS).[LEVEL01].MEMBERS } , {  {  (ZIPO_ID__ZICLASS).[STOCK] }  } ) ),  (0CONTRSTART).[LEVEL01].MEMBERS ),  (0CONTREND).[LEVEL01].MEMBERS ),  (ZIPO_ID__0ENTRY_DATE).[LEVEL01].MEMBERS ),  (ZIPO_ID__ZIPOAPDAT).[LEVEL01].MEMBERS ),   (Measures).[35LYTRYAVWK4BUTF5WL7PC9AR] > 100000) )  DIMENSION PROPERTIES MEMBER_NAME, MEMBER_CAPTION,  (0CONTREND).[20CONTREND],  (0CONTRSTART).[20CONTRSTART],  (ZIPO_ID).[2ZIPO_ID],  (ZIPO_ID__ZIPRICING).[1ZIPO_ID__ZIPRICING],  (ZIPO_ID__ZIPRICING).[2ZIPO_ID__ZIPRICING],  (ZIVENDOR).[20NAME],  (ZIVENDOR).[2ZIVENDOR] ON ROWS FROM  (ZSC_MPDTD/ZSC_MPDTD_QU0099)  failed to execute with the error Please enter a valid value for characteristic 0PLANT__0REGION.. (IES 10901) (WIS 10901)"
    This error is coming only when i m selecting 2011 and New York as prompt values.
    When i m selecting any other value combinations, i dont get any error.
    I m not sure why this error is coming.
    Actually to say there is no data for the combination 2011 and New York. So ideally it has to display "No Data to Retrieve".
    But this is not the case with these conditions.
    Please suggset.
    Thanks,
    Prasad.

    check the statement in transactions MDXTEST,
    check [US NY] in 0REGION as the stament is using (0PLANT__0REGION).[US NY]

  • MDX Error: timeout during allocate / CPIC-CALL: 'ThSAPCMRCV' (NW 7.0)

    Hello everyone,
    while trying to execute an MDX Statement on NW 7s SAP BI i ran into the "timeout during allocate / CPIC-CALL: 'ThSAPCMRCV'" error.
    I searched these forums for a solution an found SAP Note 1032461.
    The Problem is: it only applys to older versions of the NetWeaver. NW 7 seems to have a new RFC library.
    Is there another solution for this problem in NW 7?

    I found the solution.
    The note was right, but i used the wrong .dll.

  • Mdx error : Query (11, 9) Two sets specified in the function have different dimensionality.

    Hi all
    i am getting the fallowing error for the below mdx , what may be the issue?
    Query (11, 9) Two sets specified in the function have different dimensionality.
    WITH SET LastSample AS TAIL(NONEMPTY([Date].[Hierarchy].members *[Time].[Hierarchy].members,[Measures].[Overall LU SR]))
    MEMBER [KPI Name] AS "Overall LU SR"
    MEMBER [KPI Value] As KPIValue("Overall LU SR")
    MEMBER [KPI Status] AS KPIStatus("Overall LU SR")
    MEMBER ObjectName as "Overall LU SR"
    MEMBER [Critical Threshold] as  [KPI Thresholds].[Threshold1].&[Overall LU SR].member_value
    MEMBER [Major Threshold] AS  [KPI Thresholds].[Threshold2].&[Overall LU SR].member_value
    MEMBER [Minor Threshold] AS 0
    MEMBER latestDate as [Date].[Hierarchy].membervalue, format_string = 'mm/dd/YYYY'
    MEMBER latestTime as [Time].[Hierarchy].member_caption
    SELECT  {latestDate,latestTime,ObjectName, [KPI Name], [KPI Value],[KPI Status],[Measures].[Critical Threshold],[Measures].[Major Threshold],[Measures].[Minor Threshold]} ON COLUMNS
    ,nonempty(LastSample) ON ROWS
    FROM [DRA]
    Surendra Thota

    hi all
    i got the solution . i have add measures dimension to the name  ie ,[Measures].[KPI Name],
    WITH SET LastSample AS TAIL(NONEMPTY([Date].[Hierarchy].members *[Time].[Hierarchy].members,[Measures].[Overall LU SR]))
    MEMBER [KPI Name] AS "Overall LU"
    MEMBER [KPI Value] As KPIValue("Overall LU SR")
    MEMBER [KPI Status] AS KPIStatus("Overall LU SR")
    MEMBER ObjectName as "Overall LU SR"
    MEMBER [Critical Threshold] as  [KPI Thresholds].[Threshold1].&[Overall LU SR].member_value
    MEMBER [Major Threshold] AS  [KPI Thresholds].[Threshold2].&[Overall LU SR].member_value
    MEMBER [Minor Threshold] AS 0
    MEMBER latestDate as [Date].[Hierarchy].membervalue, format_string = 'mm/dd/YYYY'
    MEMBER latestTime as [Time].[Hierarchy].member_caption
    SELECT  {latestDate,latestTime,ObjectName,[Measures].[KPI Name], [KPI Value],[KPI Status],[Measures].[Critical Threshold],[Measures].[Major Threshold],[Measures].[Minor Threshold]} ON COLUMNS
    ,nonempty(LastSample) ON ROWS
    FROM [DRA]
    Surendra Thota

  • Cannot connect to BW query and MDX error

    i have few issue encountered on webi connected to SAP BI 7 and BW 3.x
    SAPBI7
    1)while select the cube/multiprovider on universe connection, i cannot see all the query availbale at BW, only show some query. but i can see all cube/multiprovider. whey?
    2)i hit database error when generate webi report from BI7.0 the error msg is "A database error occured the database text is : The MDX Querry SELECT {.....". it working fine when connect to BW 3.x.
    SAPBW 3.x
    1) i cannot see query from univese connection when connect BW 3.x, only can see cube/multiprovider. i using java connect
    SAP Java Connector 2.1.8 , SAP edge 3.1
    Please help .. thanks

    Hi,
    1)while select the cube/multiprovider on universe connection, i cannot see all the query availbale at BW, only show some query. but i can see all cube/multiprovider. whey?
    >> BW queries need to be released for external access in the Query Designer
    2)i hit database error when generate webi report from BI7.0 the error msg is "A database error occured the database text is : The MDX Querry SELECT {.....". it working fine when connect to BW 3.x.
    >>> Does the actual query that you were using work in transaction RSRT.
    SAPBW 3.x
    1) i cannot see query from univese connection when connect BW 3.x, only can see cube/multiprovider. i using java connect
    SAP Java Connector 2.1.8 , SAP edge 3.1
    >>> see above on item #1.
    Ingo

  • MDX error (WIS 10901)

    Hi, i have this enviroment :
    -SAP BW 7.01 (with SAP giu client)
    -SAP business objects XI R3.1
    -SAP Integration Kit 3.1
    -Windows server 2008 64bit (application server)
    -SAP JCo 3.05
    In Designer I have created a Universe based on BW Infocube and when I open my infoview and execute a document with that universe, I have this error:
    MDX with error boot error syntactic analyzer: timeout during allocate / cpic-call: ThSAPCRMCV'. (WIS 10901)
    This appear only when I use more than one dimension.
    I tried to change the librfc32.dll in SysWow64 with last release but I have an error with rfcsvr32 command to register the dll.
    In my environment variables have:
    PATH:<dir JCO>; c:\Windows\SysWOW64 (for librfc32.dll)
    CLASSPATH:<dirJCo>\sapjco3.jar
    Please help me
    Thanks in advanced

    Thanks a lot,
    I have installed  SAP JCo 3.5 because in service.sap.com/connectors is specified that with Windows Server 2008 correct release is the 3.0.5...
    If you think that I must try with the 2.1.9 I try it.
    The problem is that we are consultant and we have access to machine where is installed BO and we access to  SAP BW only through SAP GUI , so we  haven't access to /usr/sap/<SID>/sys/exe and we are not able to use SM59!!!! Is indispensable??
    Thank you so much!

Maybe you are looking for

  • Performance syntax loop at  and read table

    in the routine , for reading one line in a internal table  , the syntaxe   loop at  xxx where   and read tabl exxx   with key     XXXX has a great difference on performance or not?

  • How do i transfer mp3 files from macbook to iphone

    I have some mp3 files on my MacBook and want to also have the files on my iPad and iPhone. The cloud didn't accomplish this.  Does the iPad and iPhone support mp3 files?

  • Non-english characters in file names show as question marks

    It's probably iocharset=utf8 question, but it's not only cd-rom - native partitions with "defaults" options behave no better. What is the correct solution? Current locale is en_US.UTF-8, which should be OK.

  • Search by folder name? Monitor folders for changes?

    Im a long time PC user that LOVED how Picasa automatically indexed any locations that I told it to keep track of. I just got Aperture - but so far I am utterly disappointed in the search function. When I used to import all of my photos the folder tha

  • IFS Queue Items Not Being Processed After Restarting BPEL PM

    This issues mentioned in the CS custom workflow development guide, but the solution mentioned(restarting BPEL PM) does not work. If I have to restart the process manager, and I have restarted it several times due to outofmemory errors, the queue just