YTM error: Unable to navigate requested expression: ToDate

I've created a new fact column: Transaction Amount YTM
the code: TODATE(Core."Fact - HR - Kostenverbijzondering"."Transaction Amount", Core."Date"."Month")
I did a consistency check en there were no errors.
When i want tot see the result in obiee: i get the following error:
Toestand: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 14026] Unable to navigate requested expression: ToDate(Transaction Amount:[DAggr(Fact - HR - Kostenverbijzondering.Transaction Amount by [ Dim - Date.Month, Dim - Date.Month Name, Dim - Date.Year, Dim - Date.Calendar Month] )], [Level Month]). Please fix the metadata consistency warnings. (HY000)
I don't know why it does not work.. can anyone help? tnx in advanced

Check the below post,
Time Dimensions and Logical dimension "..that not join to any fact source"
Thanks,
Vino

Similar Messages

  • NQSError: 10058 - Unable to Navigate Requested Expression Error in OBIEE

    We are getting the below error when we try to generate report using a dimension column and a fact column.
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 14026] Unable to navigate requested expression: FILTER(# of Responses:[DAggr(Fact - Leads & Interest .# of Responses by [ Dim - Contact.First Name, Dim - Contact.ROW_ID, Team & Opty Based Org.POSTN_WID, Team & Opty Based Org.Level 1 Employee Name, LN Leads & Interest.ROW_ID] SB Revenue Attributes Total,Sales Velocity Attributes Total)] USING Team & Opty Based Org.Level 1 Employee Name <> 'Test, USLMMarketing' and (LN Leads & Interest.Customer Supplied Email <> email@removed ' or LN Leads & Interest.Customer Supplied Email is null)). Please fix the metadata consistency warnings. (HY000)
    We are using the below logical formula for the measure column.
    FILTER(Core."Fact - Leads & Interest "."# Of Response Final" USING (Core."LN Leads & Interest"."Customer Supplied Email" <> email@removed ' OR Core."LN Leads & Interest"."Customer Supplied Email" IS NULL ) AND Core."Team & Opty Based Org"."Level 1 Employee Name" <> 'Test, USLMMarketing')
    We have this measure in a logical fact table.
    Please help me know why would this error occur.

    Sorry i missed while pasting the formula. Below is the logical column formula.
    FILTER(Core."Fact - Leads & Interest "."# Of Response Final" USING (Core."LN Leads & Interest"."Customer Supplied Email" <> '[email protected]' OR Core."LN Leads & Interest"."Customer Supplied Email" IS NULL ) AND Core."Team & Opty Based Org"."Level 1 Employee Name" <> 'Test, USLMMarketing')
    This measure is working properly with other dimension attributes in the subject area.

  • OBIEE error on Drill-down : Unable to navigate requested expression

    Hi Gurus,
    While trying out drill-down, am facing the folllowing error message - State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 14026] Unable to navigate requested expression: XXX Time.YYY Month. Please fix the metadata consistency warnings. (HY000)
    I searched for the solution and found that we need to define an aggregated measure of a dimension table. But I dont know how to do it as I have very less hands-on in OBI Admin Tool. Kindly help me by explaining in detail to solve this issue.
    Thanks in advance.

    Hi,
    To define an aggregated measure of a dimension table, complete the following steps:
    *1.Create a new fact logical table with the physical dimension table as source.*
    *2.Include all fields that should be aggregated as a measure of this new fact object.*
    *3.Add an aggregation rule to the column*
    *4.set the logical level of the other dimensions to the grand total level.*
    Below, a sum aggregation rule :
    for more info:
    i.e:
    put the measure indicated by the error message in a fact table object.
    To define an aggregated measure of a dimension table, complete the following steps:
    a) Create a new fact logical table with the physical dimension table as source.
    b) Include all fields that should be aggregated as a measure of this new fact object.
    http://gerardnico.com/wiki/dat/obiee/dimension_measure
    Thanks
    Deva
    Edited by: Devarasu on Sep 29, 2011 7:02 PM

  • Unable to navigate requested Expression.Please fix the metadata consistency

    Hello ,
    I have created one criteria but when I m running the request i m geeting this error, State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 14026] Unable to navigate requested expression: Dim - GL Account.Unit Code. Please fix the metadata consistency warnings. (HY000)
    now when i checked the RPD for this and run the consistency check everything went fine.No warning MSG, No Error, No Best Best Practice.
    now i checked the join condition in BMM for the dimension i m using in report and fact.
    it's like Fact F is directly Joined with Dim A & Dim B.
    now when i checked the Physical join it's like Fact F1 is joined with Dim Aand Dim C , Fact F2 is joined with Dim B and Dim C.
    so there is no direct fact table join between Dim A and Dim B.
    Fact F1 & Fact F2 goes as MTLS in BMM and creating Fact F, now when i got this error i went to Fact F in BMM and checked the LTS and level of granuality for DIM A and Dim B for Fact F1 and Fact F2 respectively. and it is also set as detail level. and in BMM LTS Fact F1 and Fact F2 is also join with inner join with Dim C. and Dim C's level of granuality is also set in Fact F1 and Fact F2 .
    the Columns that i m taking criteria are coimng from Fact F, Dim A, Dim B.
    can anyone suggest me what to do in this case????
    Thanking you..

    Hi Veer,
    If I get you correctly,
    In BMM
    Fact F = (physical F1 + F2)
    In Physical:
    F1 -> Dim A, Dim C ; F2 -> Dim B,Dim C
    So, in your BMM, please make sure that
    1. Logical source for physical F1 has 'Detail for Dim A, Dim C' and 'Total for Dim B'
    2. Logical source for physical F2 has 'Detail for Dim B , Dim C' and 'Total for Dim A'.
    I think this should resolve the issue.
    Hope this helps.
    Thank you,
    Dhar

  • Unable to navigate requested expression:

    Hi Everyone,
    I am getting the error message "Unable to navigate requested expression: " in my "Contracts" subject area when I try to select date fields from two different facts.
    My setup is as follows. I have 3 dimensions and 2 facts.
    Contract_Start_Date_D -----1-to-many ---> Contract_Costs_F <--many-to-1----Contract_Details_D
    and
    Employee_Start_Date_D ---1-to-many-----> Contract_Employee_F <---many-to-one---- Contract_Details_D
    Both of the date dimensions are aliases of a common DATE_D dimension.
    The Contract_Details_D table is common to both fact tables(no alias).
    I've created RPD Dimensions objects for all the "D" tables.
    The content tab of the LTSs of the facts are as follows:
    Contract_Costs_F:
    Employee_Start_Date_D --- Highest level
    Contract_Detail_D --- lowest level
    Contract_Strat_Date_D --- lowest level
    Contract_Employee_F:
    Employee_Start_Date_D --- lowest level
    Contract_Detail_D --- lowest level
    Contract_Strat_Date_D --- Highest level
    My RPD is consistent, and when ever I select only fields from dimensions which are directly related to a fact, my results come back fine. For example, if I just select contract start date and the contract details, then I am fine.
    But when ever I try to cross over the facts, i.e. I try to get a contract start date and an employee start date at the same time, I get the "Unable to navigate requested expression" error.
    Is it possible to see these two values in the same report? If so, how can I accomplish this?
    Thanks in advance!
    -Joe

    Hi all,
    I also have this error after adding the following filters to my request
    AND     Time."Year" = evaluate('zmer0002(%1)', date'@{DATE_PROMPT}')     
    AND     Time."Week No" = evaluate('zmer0001(%1)', date'@{DATE_PROMPT}')
    where "zmer002" and "zmer001" are stored procedures returning the year and the week number based on a date, respectively
    and "@{DATE_PROMPT}" is a presentation variable, from a dashboard prompt
    If the presentation variable is replaced by a constant (e.g. '2009-01-01') the error does not occur.
    Any ideas?
    Thanks,
    M

  • [nQSError: 14026] Unable to navigate requested expression

    Hi,
    My BMM diagram is like
    D1 --- Fact 1 -- D 2 -- D3 -- Fact 2 -- D4
    I am getting navigation error, When I selected the fields from Fact1 and D4.
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 14026] Unable to navigate requested expression:Fact1 .Flag. Please fix the metadata consistency warnings. (HY000)
    SQL Issued: SELECT Fact1. Flag" saw_0, D4. Code saw_1 FROM "Temp" ORDER BY saw_0, saw_1
    As there is no join between Fact 1 and D4. I have tried by setting Aggregation level of D4 to Total at Fact 1. But still I am getting same error.
    Any suggestions to fix this error?
    Thanks.

    Hi
    Have you resolved this issue? I am facing same issue can you let me know how did you resolve this issue
    Thanks & Regards
    Sameer

  • Error: Unable to fulfil request for 262144 bytes of memory space.

    Hi experts,
    When running a query and 30 minutes after that, I received an error message from BW:
    <b>Error Group
    RFC_ERROR_SYSTEM_FAILURE
    Message
    Unable to fulfil request for 262144 bytes of memory space.</b>
    Can someone help me with this?

    Hi Bob,
    Many thanks for your reply. I believe your observation is correct. I can run the report when I choose only one month instead of 17 months.
    However, do you think that something can be done on BW server to eliminate this problem? Is there not enough memory on BW server to fulfil this request?
    Thanks.

  • V Cast Apps Error Message "Unable to complete request" after updating software

    Purchased the Samsung Droid Charge last week. I really like the phone, but I'm running into an error message. 
    When I click on the V Cast Apps icon, I'm directed to install an update, otherwise I can't use the software. So I click to update, the download occurs just fine, the install happens fine, and I accept the terms and conditions. As the software begins to open, I receive the following message:  
    Error: Unable to complete request
    There are three boxes to choose from, Retry, Catalog home, and Exit. Retry and Catalog do not respond at all, so I can only exit. I've tried installing, uninstalling, reinstalling, clearing cache etc. I also made sure I have the most recent Android software which I believe I do, 
    Hardware Version: i510.06
    Firmware Version: 2.2.1
    Build number: SCHI510.EE4
    I've read the previous posts, but I'm not finding much in terms of answers. I recall seeing something about an updated APK but I don't know really what that is about. I would appreciate any assistance or tips you can offer. 
    Thanks in advance,
    Scott

    As I previously stated, yes, I did uninstall & reinstall. Actually a few times. 
    4G, with 18MB download speeds. Also tried on Wi-Fi. 

  • Unable to find requested Data Object

    Hi,
    I import a standar data object in my DOE... It is a simple getlist and getdetail.
    I import all correctly, but when i activate it appear this error:
    "Unable to find requested Data Object"
    What happend?
    Thanks in advance,
    Regards,

    I delete de data object and the bappi, i create the bappi with the wizard, and now work fine the data object...
    Regards,

  • Query - unable to fulfill request for 65536 bytes of memory space

    Hi all,
             When i executing query it is running for 20 mins and showing this below error. Please guide me on this.
    Error:
    - Unable to fulfill request for 65536 bytes of memory space
    - No more storage space available for extending an internal table
    Note:
            Report design based on cube and it have around 60 laks records, aggrated and compression already available for this cube.
    Thanks & Regards,
    R. Saravanan

    Hi raj,
    Are you trying to execute the report in BEx analyzer?
    if data is huge try to reduce the volume of data with the help of filters for ex run the report for particular material, date ,cost center etc.
    If you are using BEx analyzer and with MS office -2003 version then Ms excell has a limitation of 65536 rows, this might be causing the error.
    Looks like your report is having more than 65536 records (selections for which your report was run).
    if you want all the records to be displayed try to use WAD. or use the MS excel 2007 or greater versions(not sure if it can hold all your 60 lack records).
    Regards
    KP
    Edited by: prashanthk on Feb 1, 2011 3:09 PM

  • Unable to fulfil request for 3665920 bytes of memory space.

    Hi Experts,
    I am facing the error " Unable to fulfil request for 3665920 bytes of memory space." when I try to call adobe form document from portal.The profile parameter ztta/max_memreq_MB has value of Min - 5 and Max - 2048.
    Please let me know your valuable suggestions to resolve the issue.
    Thanks in advance.
    Regards,
    Arun.

    Hello,
    I am facing the same issue as well.  However, this profile param has a max value of 2048 right?  The current value in our system is 2047.  It means that this can not be extended anymore.  If that is the case, is there any other way?
    Thank you.
    Mark

  • ESS leave request - Unable to send request

    Hi ,
    We are trying to implement ESS(webdynpro based)BP with ECC 5 as the backend system...
    When we try to raise a leave request ,
    in case of anuual leave  - we get the error "unable to raise request"
    In case of casual leave we get 1.Unable to send request
    2.You are not one of the possible agents of task WS12300111 .
    Leave request is working from the ECC side.
    Please advice..
    Regards
    Bharathwaj

    Hi Bharathwaj,
    Please check this post.
    Leave request  from ESS
    Regards,
    Siva
    P.S: Award points if you find this useful.

  • SGEN: error: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.

    Hi,
    I appollogize if this post is off topic. I have problem wiht publish WebApp MVC.
    I have website (MVC) with one Web reference. Build and run in VS working. But when I tried to publish to disk I get error:
    SGEN: error: Unable to load one or more of the requested types. Retrieve the LoaderExceptions property for more information.
    I have VS2013 Profesional with all updates and Windows 8.1.
    If I remove web reference then publishing working. Where can be a problem? Thanks.

    @Marek Bober,
    Thanks for sharing the solution back to here.
    Best regards,
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Failed to Open FR report With Error code 500 - 'unable to process request'

    I am running a load test against PBCS service. The service is load-balanced with 2 managed servers : EPMServer0 and EPMServer1
    When I put the loads with 60 VUs -- all visiting FR reports, the service runs without error. But when the VU# increased to 90, it began to respond with Error code 500  - 'unable to process request'.
    I tried to correlate the FRLogging logs to the errors, and found during the time those error happens, there are logs like this:
    >>>>>>>>>>>>>>>>>>>>>>>>>>
    [2013-09-27T05:21:29.325+00:00] [EPMServer0] [WARNING] [00365] [oracle.EPMFR.core] [tid: [ACTIVE].ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: sysname50134114.PerfUser0439] [ecid: 004tpQ^VFHT7m3RLIYDCif0007a30002bD,0:2:1:1] [APP: FINANCIALREPORTING#11.1.2.0] [SRC_CLASS: com.hyperion.reporting.connection.UserConnection] [SRC_METHOD: openConnection] User authentication information is invalid. Unable to connect to datasource.[[
    com.hyperion.reporting.util.HyperionReportException: Error connecting to database connection Vision:Plan1: Failed to sync with user provisioning.com.hyperion.planning.HspRuntimeException
            at com.hyperion.reporting.connection.UserConnection.openConnection(Unknown Source)
            at com.hyperion.reporting.connection.UserConnection.openConnection(Unknown Source)
            at com.hyperion.reporting.connection.UserConnection.<init>(Unknown Source)
            at com.hyperion.reporting.connection.ConnectionManager.getConnection(Unknown Source)
            at com.hyperion.reporting.connection.ConnectionManager.getCube(Unknown Source)
            at com.hyperion.reporting.connection.ConnectionManager.getCube(Unknown Source)
            at com.hyperion.reporting.webviewer.WebDynamicReport.validateDatasources(Unknown Source)
        at jsp_servlet._modules._com._hyperion._reporting._web._reportviewer.__hrhtmlreport._jspService(__hrhtmlreport.java:1999)
            at weblogic.servlet.jsp.JspBase.service(JspBase.java:34)
            at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
            at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
            at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
            at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at com.hyperion.reporting.webviewer.HRSecurePagesFilter.needAuthentication(Unknown Source)
            at com.hyperion.reporting.webviewer.HRSecurePagesFilter.doFilter(Unknown Source)
            at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
            at com.hyperion.reporting.webviewer.FRClusterHelper.doFilter(Unknown Source)
    >>>>>>>>>>>>>>>>>>>>>>>>>
    It looks like the servlet failed to open the datasource connection while handling the FR requests. But there are several data sources. My questions are:
    1) Which datasource is corresponding to the issue? Is it EPMSystemRegistry?
    2) What is the recommended configuration for the connection pool max capacity setting? -- current setting for EPMSystemRegistry is 30
    3) Whether it could be a connection leak problem as only 90 concurrent end user is visiting and it failed to connect?
    Thanks,
    Ellick Lu
    Type
    JNDI Name
    Targets
    aif_datasource
    Generic
    jdbc/aif_datasource
    EPMServer
    calc_datasource
    Generic
    jdbc/calc_datasource
    EPMServer
    EPMSystemRegistry
    Generic
    jdbc/EPMSystemRegistry
    EPMServer
    odiMasterRepository
    Generic
    jdbc/odiMasterRepository
    EPMServer
    planning_datasource
    Generic
    jdbc/planning_datasource
    EPMServer
    raframework_datasource
    Generic
    jdbc/raframework_datasource
    EPMServer

    It is checking for Database connection in Workspace. Check Editing Database Connections
    Can those users login to Planning? Do they have correct security setup (I guess not)
    Regards
    Celvin
    http://www.orahyplabs.com

  • Bugs in BC CRM web service need to be fix (Server was unable to process request ERROR: A server error has occured)

    I'm using the following code to retrieve order list is working fine but it give me an error Server was unable to process request ERROR: A server error has occurred when I trying to retrieve order total paid with same code: and the output when retrieve order total paid is [object Object]
    var wsUrl = "https://mysite.worldsecuresystems.com/CatalystWebService/CatalystCRMWebservice.asmx?WSDL";
                          var RetrieveTotalPaidXML =
                          '<?xml version="1.0" encoding="utf-8"?>\
                          <soap12:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" \
    xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://www.w3.org/2003/05/soap-envelope">\
                          <soap12:Body>\
                          <Order_RetrieveTotalPaid xmlns="http://tempuri.org/CatalystDeveloperService/CatalystCRMWebservice">\
                          <username>user</username>\
                          <password>pass</password>\
                          <siteid>111222</siteid>\
                          <orderId>112345</orderId>\
                          </Order_RetrieveTotalPaid>\
                          </soap12:Body>\
                          </soap12:Envelope>';
                           $.ajax({
                            type: "POST",
                            url: wsUrl,
                            Host: "mysite.worldsecuresystems.com",
                            contentType: "application/soap+xml; charset=utf-8",
                            data: RetrieveTotalPaidXML,
                            dataType: "xml",
                            success: processSuccess,
                            error: function(){alert("Error: Something went wrong");}
                           function processSuccess(ResData) {
                           var RetrieveTotalPaidParse = $.parseXML(ResData);
                           var $xmlRetrieveTotalPaidParse = $(RetrieveTotalPaidParse);
                           var $Order_RetrieveTotalPaidResult = $xmlRetrieveTotalPaidParse.find('Order_RetrieveTotalPaidResult');
                                   $Order_RetrieveTotalPaidResult = $(this).find('Order_RetrieveTotalPaidResult').text();
                                   $('#RetrieveTotalPaidResult').text(Order_RetrieveTotalPaidResult);
    I think there a bug in BC CRM Web Service when trying to make a request for Order_RetrieveTotalPaid using soap need to be fix

    Perhaps it would be good to update the sample request as shown on the  Developer reference page for this method (and, actually ALL of the SOAP samples)
    The sample shows siteid (all lower case)

Maybe you are looking for

  • Can't resize list view in 10.9

    While using list view in the finder, I can't resize the various categories (name, size, type, etc). This is very annoying, as my "name" category is expanded so wide you can't see any of the others! For some reason, it's impossible to double click bet

  • S_ALR_87012178 - TCode (Program - RFDOPR10) Default Ageing Date ??

    Hi all ! Could anybody please tell me that, the Tcode - RFDOPR10 is doing ageing on which date like Posting date or Invoicing date.

  • Spry and Quicktime ActiveX Issue

    I adapted the Spry photo Gallery example to load Quicktimes movies from a list of links. Works great in Firefox/Safari... but in Internet Explorer it seems to knock the ActiveX control out. Any thoughts on this? Take a look... http://pymm.com/reel.ht

  • I want to install DEV and QAS on same Server

    Hello all, Can anybody tell the step by step procedure to install dev and qas on the same server, i have installed Dev with win 03 server and oracle as a DB. Now what to do? please provide some document or note to do this. I am waiting for ur reply,

  • C4C Integration with ECC (popup in ECC during connection)

    Hi, can someone please help me, to find the issue when sending e.g. customer master from ECC to C4C via HCI. In ECC I receive the following popup asking about username/password on HCI.... I activated certificate based authentication.... ¨ Thank you!