Obiee actual forecasted problem

i am having caliber subject area in obiee, where the dimensions n members are
time:year,quarter,month
scenario:actual, forecasted
measure:retail,EOP,..etc
Now i want the required result like if i select a particular month in the prompt(like march)it should show the retail data for Actual: Jan to March and the rest of the months for forecasted retail data(from April to December). on the same dashboard page and the summation of actual + forecasted data fr a particular year..... how to do this in obiee?..plss leeme know..so tht i would be appreciated! reply asap....
regards,
shob
Edited by: [email protected] on Jun 1, 2010 3:01 AM
Edited by: [email protected] on Jun 1, 2010 3:03 AM

actually in my case i have actual as well as forecasted within under dimension scenario. i cant create seprate reports for actual and forecasted.they come by default under one report...
but the main problem is if i sort data as per your advice .i.e. month<=@{pres_var}) then it is not sorting data in a correct way......
for ex. if i choose month as "May" in th prompt it shud show all the data for jan, feb, mar, apr uptil " maÿ"......
can sum1 plz help on above thing.......
using month<=@{prev_var} is not helping as the months will be sorted in alphabatically order
for ex if i give month dec in prompt and filter on monts as month<{pres_var} then ith will display results for months which are alpahabatically smaller than "d" in dec.....ie Apr, and Aug
Edited by: [email protected] on Jun 1, 2010 3:52 AM

Similar Messages

  • Input query with dynamic actual & forecast values by month per year

    Hello,
    I am working on a Input ready query for a forecasting application which shows both actuals and forecast numbers and the user will revise the forecast numbers by month
    Requirement: I want to build a Input query for monthly forecasting for the current year. It will be dynamic rolling of months with actuals & forecast data.
    E.g. My report has 12 months for the current year
    and if run the report in May, the months before May has to show the actuals and the months after May has to show the old forecast data so that the user will revise the numbers again in each month and save the data to the real time cube.
    Jan.Feb.Mar.Apr.May.Jun.Jul.Aug.Sept.Nov.Dec
    Act Act  Act Act Act  Old frcst for the remaining months
      user will revise forecast for these months
    So, i am able to create Input query with all restricted key figures( plan kf has change mode set to change, actual kf are not set change) and calculate key figures and all the logic is done on dynamically moving/rolling the data based on the input month of the year.
    But the problem is that i am using cal kf to dynamically roll months, i was not able to set the change option for the cal kf.
    So, how can i make sure that the dynamically changed plan months will open for entering forecast and the actuals months not to change?
    Do you guys have any better solutions in implementing it?
    I really appreciate it your input....:)
    Thanks,
    Srini

    Hi,
    Please look at the following DOC which may be useful to you and if so please grant me point.
    Regards,
    SUbha'
    Input-Ready Query
    Use
    You use input-ready queries to create applications for manual planning. These can range from simple data entry scenarios to complex planning applications.
    Integration
    You define a query that you want to use for manual planning in the BEx Query Designer (see Defining New Queries).
    In the Web Application Designer or the BEx Analyzer, you can combine the input-ready queries with other queries and planning functions to create complex planning applications.
    Prerequisites
    You can define an input-ready query on any of the following InfoProviders:
    &#9679;     Aggregation levels (see Aggregation Levels)
    &#9679;     MultiProviders that include at least one simple aggregation level
    The aggregation levels are created in the planning modeler; MultiProviders are defined in the modeling functional area of the Data Warehousing Workbench.
    Features
    Definition of an Input-Ready Query
    Once you have defined a query on an InfoProvider, you see the Planning tab page under the Properties of structural components (for example, in key figures or restricted key figures). The options provided there allow you to determine which structural components of an input-ready query are to be input ready at runtime and which are not. With structural components that are not input ready, you can also determine whether these components are viewed as reference data or are just protected against manual entry.
    For the structural components, you also have the following options:
    Input readiness of structural components of a query
    Option
    Description
    Not input ready (reference data)
    If they are being used as reference data, the structural components are not protected by data locks to ensure exclusive access for one user because this data serves as a reference for many users.
    This is the default setting.
    Not input ready (no reference data)
    If you want to protect structural components against manual entries but allow changes by planning functions, you can use locks to protect this data for one particular user. In this way you can ensure that the planning function works with the displayed data only and not with data that has been changed by other users.
    Input ready
    You can also determine whether an input ready query is to be started in change mode or in display mode. You find this property in the Query Properties on the Planning tab page. If there is at least one input-ready query component, the query (as long as it has not been determined otherwise) is started in display mode.
    In BI applications that use input ready queries as data providers, you can enter data manually at runtime. For more information, see Performing Manual Planning and Creation of Planning Applications.
    Example
    You want to create an input-ready query for manual planning for a plan-actual comparison of revenues for a set of products. You want the plan data in a real-time-enabled InfoCube and the actual data in a standard InfoCube.
           1.      Create a MultiProvider that includes the InfoCubes for the plan and actual data.
           2.      Define an aggregation level on the MultiProvider which contains the characteristic Product and the key figure Revenue.
           3.      On the aggregation level, create two restricted key figures Plan Revenue and Actual Revenue. For restriction, choose the characteristic 0INFOPROV and restrict it to the plan or actual InfoCube.
           4.      Add the restricted key figures to the key figure structure. Insert Product into the rows. For Plan Revenue, choose Input Ready for the input-readiness option. For Actual Revenue, choose the option Not Input Ready (Reference Data).
           5.      In the query properties, set the indicator that determines whether the queries are started in display or change mode as required.
    Example of an input-ready query
    Product
    Plan Revenue
    Actual Revenue
    P01
    20
    P02
    30
    If you want to keep actual and plan data in a real-time enabled InfoCube, you do not require a MultiProvider for the task described above. Create an aggregation level on the InfoCube and define the input-ready query for the aggregation level. In the example above, a version characteristic acts as the InfoProvider. Create restricted key figures with the plan or actual version and proceed as in the previous example.

  • OBIEE 11g - serious problem when rotating columns into "table prompt" area

    Hi, I'm hitting an OBIEE 11g issue that's causing huge problems on reports. Essentially, the problem is this - if I dump all the columns of a query to a table, everything looks fine. But if I rotate one of the columns into the "table prompts" area, OBIEE is actually resubmitting a WRONG query. The query format changes from:
    WITH
    SAWITH0 AS (select sum(T38965.ORIGINAL_BUDGET) as c1,
    T12637.ORG_ID_DESC as c2
    from
    GL_ANALYTICS.DIM_ACCOUNT T12582,
    GL_ANALYTICS.DIM_ORG T12637,
    GL_ANALYTICS.DIM_ACCOUNTING_PERIOD T12597,
    GL_ANALYTICS.FACT_LEDGER T38965 / FACT_LEDGER_ytd */*
    where  ( T12582.ACCOUNT_KEY = T38965.ACCOUNT_KEY and T12582.STATEMENT_TYPE_CODE = 'Income Statement' and T12597.ACCOUNTING_PERIOD = 11 and T12597.FISCAL_YEAR = T38965.FISCAL_YEAR and T12597.FISCAL_YEAR = 2012 and T12637.ORG_KEY = T38965.ORG_KEY and T38965.FISCAL_YEAR = 2012 and (T12637.DEPARTMENT_CODE_DESC in ('D0200 - Arts Administration', 'D0206 - Film Studies')) and T12597.ACCOUNTING_PERIOD >= T38965.ACCOUNTING_PERIOD )
    group by T12637.ORG_ID_DESC)
    select D1.c1 as c1, D1.c2 as c2, D1.c3 as c3 from ( select distinct 0 as c1,
    D1.c2 as c2,
    D1.c1 as c3
    from
    SAWITH0 D1
    order by c2 ) D1 where rownum <= 65001
    and changes to:
    WITH
    SAWITH0 AS (select distinct T12637.ORG_ID_DESC as c1
    from
    GL_ANALYTICS.DIM_ACCOUNT T12582,
    GL_ANALYTICS.DIM_ORG T12637,
    GL_ANALYTICS.DIM_ACCOUNTING_PERIOD T12597,
    GL_ANALYTICS.FACT_LEDGER T38927 / FACT_LEDGER_period */*
    where  ( T12582.ACCOUNT_KEY = T38927.ACCOUNT_KEY and T12597.ACCOUNTING_PERIOD = T38927.ACCOUNTING_PERIOD and T12597.FISCAL_YEAR = T38927.FISCAL_YEAR and T12582.STATEMENT_TYPE_CODE = 'Income Statement' and T12597.ACCOUNTING_PERIOD = 11 and T12597.FISCAL_YEAR = 2012 and T12637.ORG_KEY = T38927.ORG_KEY and T38927.ACCOUNTING_PERIOD = 11 and T38927.FISCAL_YEAR = 2012 and (T12637.DEPARTMENT_CODE_DESC in ('D0200 - Arts Administration', 'D0206 - Film Studies')) ) ),
    SAWITH1 AS (select sum(T38965.ORIGINAL_BUDGET) as c1,
    T12637.ORG_ID_DESC as c2
    from
    GL_ANALYTICS.DIM_ACCOUNT T12582,
    GL_ANALYTICS.DIM_ORG T12637,
    GL_ANALYTICS.DIM_ACCOUNTING_PERIOD T12597,
    GL_ANALYTICS.FACT_LEDGER T38965 / FACT_LEDGER_ytd */*
    where  ( T12582.ACCOUNT_KEY = T38965.ACCOUNT_KEY and T12582.STATEMENT_TYPE_CODE = 'Income Statement' and T12597.ACCOUNTING_PERIOD = 11 and T12597.FISCAL_YEAR = T38965.FISCAL_YEAR and T12597.FISCAL_YEAR = 2012 and T12637.ORG_KEY = T38965.ORG_KEY and T38965.FISCAL_YEAR = 2012 and (T12637.DEPARTMENT_CODE_DESC in ('D0200 - Arts Administration', 'D0206 - Film Studies')) and T12597.ACCOUNTING_PERIOD >= T38965.ACCOUNTING_PERIOD )
    group by T12637.ORG_ID_DESC),
    SAWITH2 AS ((select distinct 0 as c1,
    D1.c1 as c2,
    cast(NULL as  DOUBLE PRECISION  ) as c3
    from
    SAWITH0 D1
    union all
    select distinct 1 as c1,
    D1.c2 as c2,
    D1.c1 as c3
    from
    SAWITH1 D1))
    select D1.c1 as c1, D1.c2 as c2, D1.c3 as c3 from ( select D1.c1 as c1,
    D1.c2 as c2,
    D1.c3 as c3
    from
    SAWITH2 D1
    order by c1, c2 ) D1 where rownum <= 65001
    I completely do not understand what is going on here. The second query has a ton of problems. First off, it's doing some type of UNION operation - no idea why it's doing that. And the real problem is that it's unioning results from a different fact table, FACT_LEDGER_period instead of FACT_LEDGER_ytd, which is completely screwing up our results.
    Long and short, I simply don't understand at all why the query should change just from rotating a column up into the table prompt area.
    Any ideas?
    Thanks,
    Scott

    Hi Scott,
    I see the query to be valid with each CTE doing the following Jobs.....
    1. I understand that this particular query is being generated to get the unique "ORG_ID_DESC " to fill up the table prompts.
    SAWITH0 AS (select distinct T12637.ORG_ID_DESC as c1
    from
    GL_ANALYTICS.DIM_ACCOUNT T12582,
    GL_ANALYTICS.DIM_ORG T12637,
    GL_ANALYTICS.DIM_ACCOUNTING_PERIOD T12597,
    GL_ANALYTICS.FACT_LEDGER T38927 / FACT_LEDGER_period /
    where ( T12582.ACCOUNT_KEY = T38927.ACCOUNT_KEY and T12597.ACCOUNTING_PERIOD = T38927.ACCOUNTING_PERIOD and T12597.FISCAL_YEAR = T38927.FISCAL_YEAR and T12582.STATEMENT_TYPE_CODE = 'Income Statement' and T12597.ACCOUNTING_PERIOD = 11 and T12597.FISCAL_YEAR = 2012 and T12637.ORG_KEY = T38927.ORG_KEY and T38927.ACCOUNTING_PERIOD = 11 and T38927.FISCAL_YEAR = 2012 and (T12637.DEPARTMENT_CODE_DESC in ('D0200 - Arts Administration', 'D0206 - Film Studies')) ) )
    2. This particular query is to get each prompt value and its corresponding data
    SAWITH1 AS (select sum(T38965.ORIGINAL_BUDGET) as c1,
    T12637.ORG_ID_DESC as c2
    from
    GL_ANALYTICS.DIM_ACCOUNT T12582,
    GL_ANALYTICS.DIM_ORG T12637,
    GL_ANALYTICS.DIM_ACCOUNTING_PERIOD T12597,
    GL_ANALYTICS.FACT_LEDGER T38965 / FACT_LEDGER_ytd /
    where ( T12582.ACCOUNT_KEY = T38965.ACCOUNT_KEY and T12582.STATEMENT_TYPE_CODE = 'Income Statement' and T12597.ACCOUNTING_PERIOD = 11 and T12597.FISCAL_YEAR = T38965.FISCAL_YEAR and T12597.FISCAL_YEAR = 2012 and T12637.ORG_KEY = T38965.ORG_KEY and T38965.FISCAL_YEAR = 2012 and (T12637.DEPARTMENT_CODE_DESC in ('D0200 - Arts Administration', 'D0206 - Film Studies')) and T12597.ACCOUNTING_PERIOD >= T38965.ACCOUNTING_PERIOD )
    group by T12637.ORG_ID_DESC)
    3. This particular query, I understand is to get the following data (Sample data) relating the prompts and their corresponding data
    column (c1) ;column (c2 ie ORG_ID_DESC); column(C3 ie sum(T38965.ORIGINAL_BUDGET))
    0;               ORG_ID_DESC1; NULL
    1;               ORG_ID_DESC1;10
    0;               ORG_ID_DESC2;NULL
    1;               ORG_ID_DESC2;40
    0;               ORG_ID_DESC3;NULL
    1;               ORG_ID_DESC3;29.8
    SAWITH2 AS ((select distinct 0 as c1,
    D1.c1 as c2,
    cast(NULL as DOUBLE PRECISION ) as c3
    from
    SAWITH0 D1
    union all
    select distinct 1 as c1,
    D1.c2 as c2,
    D1.c1 as c3
    from
    SAWITH1 D1))
    4. The last select statement does nothing but selecting the needed data which later gets arranged in the format as needed by the OBIPS
    select D1.c1 as c1, D1.c2 as c2, D1.c3 as c3 from ( select D1.c1 as c1,
    D1.c2 as c2,
    D1.c3 as c3
    from
    SAWITH2 D1
    order by c1, c2 ) D1 where rownum <= 65001
    Now, on the table being chosen for picking up "ORG_ID_DESC" might be pretty much depending on the best source available as you know. If you would like BI Server to pick up any particular source, probably you could try the "LTS Priority Group" way.
    Hope I was clear and it helps.
    Thank you,
    Dhar

  • OBIEE 11G Count problem

    Hi Gurus,
    I want to convert to below condition to obiee.
    Database Condition like below:
    ZEROIFNULL(CAST((CAST(COUNT(CASE WHEN END_output<=.033 and END_output>='-.117' THEN END_output END) AS FLOAT)/
    CAST(NULLIFZERO (COUNT(In_PUT)) AS FLOAT)) AS DECIMAL(10,1)))*100 AS Real_Time
    In Database output is = 48
    I have converted to OBIEE like below.
    IFNULL( CAST ( COUNT(CASE WHEN "- Order Fact"."END_output" <= .033 and "- Order Fact"."END_output" >='-.117' THEN "- Order Fact"."END_output" END) AS FLOAT ), 0) / CAST(IFNULL (COUNT("- Sales Fact"."In_PUT"),0) AS FLOAT ) *100.0
    In OBIEE output is = 45
    Note: I am getting two or three count difference in OBIEE.
    I guess the problems is Decimal, how to apply decimal in obiee like (DECIMAL(10,1)))..
    Please help on this.
    Note: I have tired several methods like below but no luck still am facing problem.
    (COUNT(CASE WHEN (END_output*1.00)<=.033 and (END_output*1.00)>='-.117' THEN (END_output*1.00) END)/
    COUNT(In_PUT))*100.0
    Please help me on this ...
    Thanks

    Hi Actually,
    we have the same issue but not with case statement, the value changes bec of missing decimals, so try to put the data format to show decimals and run in a table view to see the missing decimals so u find the exact and with the associate dimension.
    Just have a work around on it.

  • OBIEE 10g installation problem on Windows Vista

    Hi,
    I tried to install OBIEE 10.1.3.4.2 on Windows Vista, but the installation got hanged with the following error: I am very new to OBIEE and could not make out the error... could anyone please help me out ?? Thanks in advance!!
    ------install file error-----------------
    (13 Jun, 2012 11:55:53 AM), Install.product.install, com.installshield.wizard.platform.win32.win32service.WindowsServiceControlAction, wrn, ServiceException: (error code = -120003; message = "Access is denied.
    (5)"; severity = 0)
    STACK_TRACE: 15
    ServiceException: (error code = -120003; message = "Access is denied.
    (5)"; severity = 0)
         at com.installshield.wizard.platform.win32.Win32ServiceImpl.controlNTService(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.installshield.wizard.service.LocalImplementorProxy.invoke(LocalImplementorProxy.java:52)
         at com.installshield.wizard.service.AbstractService.invokeImpl(AbstractService.java:51)
         at com.installshield.wizard.platform.win32.GenericWin32Service.controlNTService(GenericWin32Service.java:93)
         at com.installshield.wizard.platform.win32.win32service.WindowsServiceControlAction.execute(WindowsServiceControlAction.java:67)
         at com.installshield.wizard.StandardWizardListener.execute(StandardWizardListener.java:123)
         at com.installshield.wizard.StandardWizardListener.currentBeanChanged(StandardWizardListener.java:106)
         at com.installshield.wizard.Wizard$RunThread.run(Wizard.java:1564)
    (13 Jun, 2012 11:55:53 AM), Install.product.install, com.installshield.wizardx.conditions.PlatformWizardBeanCondition, dbg.platform, target platform: name="Windows Vista" version="6.0" arch="x86"
    (13 Jun, 2012 11:55:53 AM), Install.product.install, com.installshield.wizardx.conditions.PlatformWizardBeanCondition, dbg.platform, condition platform: name="Windows .*" version="." arch="."
    (13 Jun, 2012 11:55:53 AM), Install.product.install, com.installshield.wizard.platform.win32.win32service.WindowsServiceExistsWizardBeanCondition, err, ServiceException: (error code = -1200012; message = "Access is denied.
    (5)"; severity = 0)
    STACK_TRACE: 23
    ServiceException: (error code = -1200012; message = "Access is denied.
    (5)"; severity = 0)
         at com.installshield.wizard.platform.win32.Win32ServiceImpl.serviceExists(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.installshield.wizard.service.LocalImplementorProxy.invoke(LocalImplementorProxy.java:52)
         at com.installshield.wizard.service.AbstractService.invokeImpl(AbstractService.java:51)
         at com.installshield.wizard.platform.win32.GenericWin32Service.serviceExists(GenericWin32Service.java:178)
         at com.installshield.wizard.platform.win32.win32service.WindowsServiceExistsWizardBeanCondition.evaluateTrueCondition(WindowsServiceExistsWizardBeanCondition.java:86)
         at com.installshield.wizard.WizardBeanCondition.isMet(WizardBeanCondition.java:149)
         at com.installshield.util.ConditionSet.evaluteANDExpression(ConditionSet.java:98)
         at com.installshield.util.ConditionSet.isMet(ConditionSet.java:88)
         at com.installshield.wizard.WizardBean.conditionsMet(WizardBean.java:312)
         at com.installshield.wizard.ConditionalWizardTreeIterator.accept(ConditionalWizardTreeIterator.java:45)
         at com.installshield.wizard.StandardWizardTreeIterator.accept(StandardWizardTreeIterator.java:174)
         at com.installshield.wizard.StandardWizardTreeIterator.getNext(StandardWizardTreeIterator.java:73)
         at com.installshield.wizard.ActiveWizardTreeIterator.getNext(ActiveWizardTreeIterator.java:36)
         at com.installshield.wizard.ConditionalWizardTreeIterator.getNext(ConditionalWizardTreeIterator.java:40)
         at com.installshield.wizard.MultiWizardTreeIterator.getNext(MultiWizardTreeIterator.java:68)
         at com.installshield.wizard.Wizard$RunThread.run(Wizard.java:1571)
    (13 Jun, 2012 11:55:53 AM), Install.product.install, com.installshield.wizard.platform.win32.win32service.WindowsServiceExistsWizardBeanCondition, err, ServiceException: (error code = -1200012; message = "Access is denied.
    (5)"; severity = 0)
    STACK_TRACE: 23
    ServiceException: (error code = -1200012; message = "Access is denied.
    (5)"; severity = 0)
         at com.installshield.wizard.platform.win32.Win32ServiceImpl.serviceExists(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.installshield.wizard.service.LocalImplementorProxy.invoke(LocalImplementorProxy.java:52)
         at com.installshield.wizard.service.AbstractService.invokeImpl(AbstractService.java:51)
         at com.installshield.wizard.platform.win32.GenericWin32Service.serviceExists(GenericWin32Service.java:178)
         at com.installshield.wizard.platform.win32.win32service.WindowsServiceExistsWizardBeanCondition.evaluateTrueCondition(WindowsServiceExistsWizardBeanCondition.java:86)
         at com.installshield.wizard.WizardBeanCondition.isMet(WizardBeanCondition.java:149)
         at com.installshield.util.ConditionSet.evaluteANDExpression(ConditionSet.java:98)
         at com.installshield.util.ConditionSet.isMet(ConditionSet.java:88)
         at com.installshield.wizard.WizardBean.conditionsMet(WizardBean.java:312)
         at com.installshield.wizard.ConditionalWizardTreeIterator.accept(ConditionalWizardTreeIterator.java:45)
         at com.installshield.wizard.StandardWizardTreeIterator.accept(StandardWizardTreeIterator.java:174)
         at com.installshield.wizard.StandardWizardTreeIterator.getNext(StandardWizardTreeIterator.java:73)
         at com.installshield.wizard.ActiveWizardTreeIterator.getNext(ActiveWizardTreeIterator.java:36)
         at com.installshield.wizard.ConditionalWizardTreeIterator.getNext(ConditionalWizardTreeIterator.java:40)
         at com.installshield.wizard.MultiWizardTreeIterator.getNext(MultiWizardTreeIterator.java:68)
         at com.installshield.wizard.Wizard$RunThread.run(Wizard.java:1571)
    (13 Jun, 2012 11:55:53 AM), Install.product.install, com.installshield.wizard.platform.win32.win32service.WindowsServiceExistsWizardBeanCondition, err, ServiceException: (error code = -1200012; message = "Access is denied.
    (5)"; severity = 0)
    STACK_TRACE: 23
    ServiceException: (error code = -1200012; message = "Access is denied.
    (5)"; severity = 0)
         at com.installshield.wizard.platform.win32.Win32ServiceImpl.serviceExists(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.installshield.wizard.service.LocalImplementorProxy.invoke(LocalImplementorProxy.java:52)
         at com.installshield.wizard.service.AbstractService.invokeImpl(AbstractService.java:51)
         at com.installshield.wizard.platform.win32.GenericWin32Service.serviceExists(GenericWin32Service.java:178)
         at com.installshield.wizard.platform.win32.win32service.WindowsServiceExistsWizardBeanCondition.evaluateTrueCondition(WindowsServiceExistsWizardBeanCondition.java:86)
         at com.installshield.wizard.WizardBeanCondition.isMet(WizardBeanCondition.java:149)
         at com.installshield.util.ConditionSet.evaluteANDExpression(ConditionSet.java:98)
         at com.installshield.util.ConditionSet.isMet(ConditionSet.java:88)
         at com.installshield.wizard.WizardBean.conditionsMet(WizardBean.java:312)
         at com.installshield.wizard.ConditionalWizardTreeIterator.accept(ConditionalWizardTreeIterator.java:45)
         at com.installshield.wizard.StandardWizardTreeIterator.accept(StandardWizardTreeIterator.java:174)
         at com.installshield.wizard.StandardWizardTreeIterator.getNext(StandardWizardTreeIterator.java:73)
         at com.installshield.wizard.ActiveWizardTreeIterator.getNext(ActiveWizardTreeIterator.java:36)
         at com.installshield.wizard.ConditionalWizardTreeIterator.getNext(ConditionalWizardTreeIterator.java:40)
         at com.installshield.wizard.MultiWizardTreeIterator.getNext(MultiWizardTreeIterator.java:68)
         at com.installshield.wizard.Wizard$RunThread.run(Wizard.java:1571)
    (13 Jun, 2012 11:55:53 AM), Install.product.install, com.installshield.wizard.platform.win32.win32service.WindowsServiceExistsWizardBeanCondition, err, ServiceException: (error code = -1200012; message = "Access is denied.
    (5)"; severity = 0)
    STACK_TRACE: 23
    ServiceException: (error code = -1200012; message = "Access is denied.
    (5)"; severity = 0)
         at com.installshield.wizard.platform.win32.Win32ServiceImpl.serviceExists(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.installshield.wizard.service.LocalImplementorProxy.invoke(LocalImplementorProxy.java:52)
         at com.installshield.wizard.service.AbstractService.invokeImpl(AbstractService.java:51)
         at com.installshield.wizard.platform.win32.GenericWin32Service.serviceExists(GenericWin32Service.java:178)
         at com.installshield.wizard.platform.win32.win32service.WindowsServiceExistsWizardBeanCondition.evaluateTrueCondition(WindowsServiceExistsWizardBeanCondition.java:86)
         at com.installshield.wizard.WizardBeanCondition.isMet(WizardBeanCondition.java:149)
         at com.installshield.util.ConditionSet.evaluteANDExpression(ConditionSet.java:98)
         at com.installshield.util.ConditionSet.isMet(ConditionSet.java:88)
         at com.installshield.wizard.WizardBean.conditionsMet(WizardBean.java:312)
         at com.installshield.wizard.ConditionalWizardTreeIterator.accept(ConditionalWizardTreeIterator.java:45)
         at com.installshield.wizard.StandardWizardTreeIterator.accept(StandardWizardTreeIterator.java:174)
         at com.installshield.wizard.StandardWizardTreeIterator.getNext(StandardWizardTreeIterator.java:73)
         at com.installshield.wizard.ActiveWizardTreeIterator.getNext(ActiveWizardTreeIterator.java:36)
         at com.installshield.wizard.ConditionalWizardTreeIterator.getNext(ConditionalWizardTreeIterator.java:40)
         at com.installshield.wizard.MultiWizardTreeIterator.getNext(MultiWizardTreeIterator.java:68)
         at com.installshield.wizard.Wizard$RunThread.run(Wizard.java:1571)
    (13 Jun, 2012 11:55:53 AM), Install.product.install, com.installshield.wizard.platform.win32.win32service.WindowsServiceExistsWizardBeanCondition, err, ServiceException: (error code = -1200012; message = "Access is denied.
    (5)"; severity = 0)
    STACK_TRACE: 23
    ServiceException: (error code = -1200012; message = "Access is denied.
    (5)"; severity = 0)
         at com.installshield.wizard.platform.win32.Win32ServiceImpl.serviceExists(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
         at java.lang.reflect.Method.invoke(Unknown Source)
         at com.installshield.wizard.service.LocalImplementorProxy.invoke(LocalImplementorProxy.java:52)
         at com.installshield.wizard.service.AbstractService.invokeImpl(AbstractService.java:51)
         at com.installshield.wizard.platform.win32.GenericWin32Service.serviceExists(GenericWin32Service.java:178)
         at com.installshield.wizard.platform.win32.win32service.WindowsServiceExistsWizardBeanCondition.evaluateTrueCondition(WindowsServiceExistsWizardBeanCondition.java:86)
         at com.installshield.wizard.WizardBeanCondition.isMet(WizardBeanCondition.java:149)
         at com.installshield.util.ConditionSet.evaluteANDExpression(ConditionSet.java:98)
         at com.installshield.util.ConditionSet.isMet(ConditionSet.java:88)
         at com.installshield.wizard.WizardBean.conditionsMet(WizardBean.java:312)
         at com.installshield.wizard.ConditionalWizardTreeIterator.accept(ConditionalWizardTreeIterator.java:45)
         at com.installshield.wizard.StandardWizardTreeIterator.accept(StandardWizardTreeIterator.java:174)
         at com.installshield.wizard.StandardWizardTreeIterator.getNext(StandardWizardTreeIterator.java:73)
         at com.installshield.wizard.ActiveWizardTreeIterator.getNext(ActiveWizardTreeIterator.java:36)
         at com.installshield.wizard.ConditionalWizardTreeIterator.getNext(ConditionalWizardTreeIterator.java:40)
         at com.installshield.wizard.MultiWizardTreeIterator.getNext(MultiWizardTreeIterator.java:68)
         at com.installshield.wizard.Wizard$RunThread.run(Wizard.java:1571)
    (13 Jun, 2012 11:55:53 AM), Install.product.install, com.installshield.wizardx.conditions.PlatformWizardBeanCondition, dbg.platform, target platform: name="Windows Vista" version="6.0" arch="x86"
    (13 Jun, 2012 11:55:53 AM), Install.product.install, com.installshield.wizardx.conditions.PlatformWizardBeanCondition, dbg.platform, condition platform: name="Windows .*" version="." arch="."
    (13 Jun, 2012 11:55:53 AM), Install.product.install, com.installshield.wizardx.conditions.PlatformWizardBeanCondition, dbg.platform, target platform: name="Windows Vista" version="6.0" arch="x86"
    (13 Jun, 2012 11:55:53 AM), Install.product.install, com.installshield.wizardx.conditions.PlatformWizardBeanCondition, dbg.platform, condition platform: name="Windows NT\|Windows 2000" version="5\.0" arch="."
    (13 Jun, 2012 11:55:53 AM), Install.product.install, com.installshield.wizardx.conditions.PlatformWizardBeanCondition, dbg.platform, target platform: name="Windows Vista" version="6.0" arch="x86"
    (13 Jun, 2012 11:55:53 AM), Install.product.install, com.installshield.wizardx.conditions.PlatformWizardBeanCondition, dbg.platform, condition platform: name="\(Windows NT\|Windows 2000\)\|\(Windows X.\)" version="5\.1" arch="."
    (13 Jun, 2012 11:55:53 AM), Install.product.install, com.installshield.wizardx.conditions.PlatformWizardBeanCondition, dbg.platform, target platform: name="Windows Vista" version="6.0" arch="x86"
    (13 Jun, 2012 11:55:53 AM), Install.product.install, com.installshield.wizardx.conditions.PlatformWizardBeanCondition, dbg.platform, condition platform: name="Windows .*" version="5\.2" arch="."
    (13 Jun, 2012 11:55:53 AM), Install.product.install, com.installshield.wizardx.conditions.PlatformWizardBeanCondition, dbg.platform, target platform: name="Windows Vista" version="6.0" arch="x86"
    (13 Jun, 2012 11:55:53 AM), Install.product.install, com.installshield.wizardx.conditions.PlatformWizardBeanCondition, dbg.platform, condition platform: name="Windows .*" version="6\.0" arch="."
    (13 Jun, 2012 11:56:45 AM), Install.product.install, com.siebel.analytics.install.ExecWizardActionCustom, err, com.installshield.util.ProcessExecException: Cannot run program "\VC80\vcredist_x86.exe": CreateProcess error=3, The system cannot find the path specified
    STACK_TRACE: 7
    com.installshield.util.ProcessExecException: Cannot run program "\VC80\vcredist_x86.exe": CreateProcess error=3, The system cannot find the path specified
         at com.installshield.util.ProcessExec.executeProcess(ProcessExec.java:180)
         at com.installshield.wizardx.actions.ExecWizardAction.executeProcess(ExecWizardAction.java:412)
         at com.installshield.wizardx.actions.ExecWizardAction.run(ExecWizardAction.java:457)
         at com.siebel.analytics.install.ExecWizardActionCustom.run(ExecWizardActionCustom.java:79)
         at java.lang.Thread.run(Unknown Source)
    (13 Jun, 2012 11:57:36 AM), Install.product.install, com.installshield.wizardx.conditions.PlatformWizardBeanCondition, dbg.platform, target platform: name="Windows Vista" version="6.0" arch="x86"
    (13 Jun, 2012 11:57:36 AM), Install.product.install, com.installshield.wizardx.conditions.PlatformWizardBeanCondition, dbg.platform, condition platform: name="Windows .*" version="." arch="."
    (13 Jun, 2012 11:57:48 AM), Install.product.install, com.installshield.product.actions.UninstallerJVMResolution, dbg.jvm, attempting to use the current JVM
    (13 Jun, 2012 11:57:48 AM), Install.product.install, com.installshield.product.actions.UninstallerJVMResolution, dbg.jvm, searching for a JVM
    (13 Jun, 2012 11:57:49 AM), Install.product.install, com.installshield.wizard.platform.win32.Win32JVMServiceImpl, dbg.jvm, executing launcher to resolve JVM
    (13 Jun, 2012 11:57:50 AM), Install.product.install, com.installshield.wizard.service.jvm.PureJavaJVMServiceImpl$JVMFinder, err, java.io.IOException: Cannot run program "C:\Users\MOUMIT~1\AppData\Local\Temp\ismp001\LauncherMain.exe": CreateProcess error=740, The requested operation requires elevation
    STACK_TRACE: 13
    java.io.IOException: Cannot run program "C:\Users\MOUMIT~1\AppData\Local\Temp\ismp001\LauncherMain.exe": CreateProcess error=740, The requested operation requires elevation
         at java.lang.ProcessBuilder.start(Unknown Source)
         at java.lang.Runtime.exec(Unknown Source)
         at java.lang.Runtime.exec(Unknown Source)
         at com.installshield.wizard.service.jvm.PureJavaJVMServiceImpl$JVMFinder.execute(PureJavaJVMServiceImpl.java:690)
         at com.installshield.wizard.service.AsynchronousOperation.run(AsynchronousOperation.java:41)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: CreateProcess error=740, The requested operation requires elevation
         at java.lang.ProcessImpl.create(Native Method)
         at java.lang.ProcessImpl.<init>(Unknown Source)
         at java.lang.ProcessImpl.start(Unknown Source)
         ... 6 more
    (13 Jun, 2012 11:57:50 AM), Install.product.install, com.installshield.product.actions.UninstallerJVMResolution, dbg.jvm, resolved to JVM file: null with JVM_HOME = null
    (13 Jun, 2012 11:57:50 AM), Install.product.install, com.installshield.product.actions.UninstallerJVMResolution, dbg.jvm, installing the bundled JVM
    (13 Jun, 2012 11:57:50 AM), Install.product.install, com.installshield.wizard.platform.win32.Win32JVMServiceImpl, dbg.jvm, installing JVM to C:\OracleBI\uninstall\_jvm
    (13 Jun, 2012 11:57:50 AM), Install.product.install, java.io.IOException, err, java.io.IOException: Cannot run program "C:\Users\MOUMIT~1\AppData\Local\Temp\ismp001\LauncherMain.exe": CreateProcess error=740, The requested operation requires elevation
    STACK_TRACE: 13
    java.io.IOException: Cannot run program "C:\Users\MOUMIT~1\AppData\Local\Temp\ismp001\LauncherMain.exe": CreateProcess error=740, The requested operation requires elevation
         at java.lang.ProcessBuilder.start(Unknown Source)
         at java.lang.Runtime.exec(Unknown Source)
         at java.lang.Runtime.exec(Unknown Source)
         at com.installshield.wizard.service.jvm.PureJavaJVMServiceImpl$JVMInstaller.execute(PureJavaJVMServiceImpl.java:644)
         at com.installshield.wizard.service.AsynchronousOperation.run(AsynchronousOperation.java:41)
         at java.lang.Thread.run(Unknown Source)
    Caused by: java.io.IOException: CreateProcess error=740, The requested operation requires elevation
         at java.lang.ProcessImpl.create(Native Method)
         at java.lang.ProcessImpl.<init>(Unknown Source)
         at java.lang.ProcessImpl.start(Unknown Source)
         ... 6 more
    (13 Jun, 2012 11:57:50 AM), Install.product.install, com.installshield.product.service.product.PureJavaProductServiceImpl$Installer, err, ProductException: (error code = 601; message="JVM not found")
    STACK_TRACE: 8
    ProductException: (error code = 601; message="JVM not found")
         at com.installshield.product.actions.JVMResolution.install(JVMResolution.java:171)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.checkUninstallerJVMResolution(PureJavaProductServiceImpl.java:4793)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$InstallProduct.install(PureJavaProductServiceImpl.java:4554)
         at com.installshield.product.service.product.PureJavaProductServiceImpl$Installer.execute(PureJavaProductServiceImpl.java:3758)
         at com.installshield.wizard.service.AsynchronousOperation.run(AsynchronousOperation.java:41)
         at java.lang.Thread.run(Unknown Source)
    (13 Jun, 2012 11:57:50 AM), Install.product.install, com.installshield.wizardx.conditions.PlatformWizardBeanCondition, dbg.platform, target platform: name="Windows Vista" version="6.0" arch="x86"
    (13 Jun, 2012 11:57:50 AM), Install.product.install, com.installshield.wizardx.conditions.PlatformWizardBeanCondition, dbg.platform, condition platform: name="Windows .*" version="." arch="."
    (13 Jun, 2012 11:57:51 AM), Install.product.install, com.installshield.wizardx.ascii.ModifyFile, msg2, ASCII file C:\OracleBI\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\WEB-INF\xmlp-server-config.xml does not exist and will be created.
    (13 Jun, 2012 11:57:51 AM), Install.product.install, com.installshield.wizardx.ascii.ModifyFile, msg2, ASCII file C:\OracleBI\oc4j_bi\j2ee\home\applications\xmlpserver\xmlpserver\WEB-INF\server-config.wsdd does not exist and will be created.
    (13 Jun, 2012 11:57:51 AM), Install.product.install, com.siebel.analytics.install.ExecWizardActionCustom, err, com.installshield.util.ProcessExecException: Cannot run program "C:\OracleBI\server\Bin\installperfsas.bat": CreateProcess error=3, The system cannot find the path specified
    STACK_TRACE: 7
    com.installshield.util.ProcessExecException: Cannot run program "C:\OracleBI\server\Bin\installperfsas.bat": CreateProcess error=3, The system cannot find the path specified
         at com.installshield.util.ProcessExec.executeProcess(ProcessExec.java:180)
         at com.installshield.wizardx.actions.ExecWizardAction.executeProcess(ExecWizardAction.java:412)
         at com.installshield.wizardx.actions.ExecWizardAction.run(ExecWizardAction.java:457)
         at com.siebel.analytics.install.ExecWizardActionCustom.run(ExecWizardActionCustom.java:79)
         at java.lang.Thread.run(Unknown Source)
    (13 Jun, 2012 11:57:51 AM), Install.product.install, com.siebel.analytics.install.ExecWizardActionCustom, err, com.installshield.util.ProcessExecException: Cannot run program "C:\OracleBI\web\bin\installperfsaw.bat": CreateProcess error=3, The system cannot find the path specified
    STACK_TRACE: 7
    com.installshield.util.ProcessExecException: Cannot run program "C:\OracleBI\web\bin\installperfsaw.bat": CreateProcess error=3, The system cannot find the path specified
         at com.installshield.util.ProcessExec.executeProcess(ProcessExec.java:180)
         at com.installshield.wizardx.actions.ExecWizardAction.executeProcess(ExecWizardAction.java:412)
         at com.installshield.wizardx.actions.ExecWizardAction.run(ExecWizardAction.java:457)
         at com.siebel.analytics.install.ExecWizardActionCustom.run(ExecWizardActionCustom.java:79)
         at java.lang.Thread.run(Unknown Source)
    (13 Jun, 2012 11:57:52 AM), Install.product.install, com.siebel.analytics.install.ExecWizardActionCustom, err, com.installshield.util.ProcessExecException: Cannot run program "C:\OracleBI\oc4j_bi\bin\oc4j.cmd": CreateProcess error=3, The system cannot find the path specified
    STACK_TRACE: 7
    com.installshield.util.ProcessExecException: Cannot run program "C:\OracleBI\oc4j_bi\bin\oc4j.cmd": CreateProcess error=3, The system cannot find the path specified
         at com.installshield.util.ProcessExec.executeProcess(ProcessExec.java:180)
         at com.installshield.wizardx.actions.ExecWizardAction.executeProcess(ExecWizardAction.java:412)
         at com.installshield.wizardx.actions.ExecWizardAction.run(ExecWizardAction.java:457)
         at com.siebel.analytics.install.ExecWizardActionCustom.run(ExecWizardActionCustom.java:79)
         at java.lang.Thread.run(Unknown Source)

    Hi
    Thanks a lot for your help. Even after I gave all the permission to my user, it could not access the file. So finally I logged with the Administrator user, and the problem was solved, ie access was available.
    However, the installation still did not complete ... after 100% installation the screen got hanged. The error I found from the Install file is as below:
    (13 Jun, 2012 5:30:37 PM), Install.product.install, com.siebel.analytics.install.ExecWizardActionCustom, err, com.installshield.util.ProcessExecException: Cannot run program "C:\OracleBI\server\Bin\installperfsas.bat": CreateProcess error=3, The system cannot find the path specified
    STACK_TRACE: 7
    com.installshield.util.ProcessExecException: Cannot run program "C:\OracleBI\server\Bin\installperfsas.bat": CreateProcess error=3, The system cannot find the path specified
         at com.installshield.util.ProcessExec.executeProcess(ProcessExec.java:180)
         at com.installshield.wizardx.actions.ExecWizardAction.executeProcess(ExecWizardAction.java:412)
         at com.installshield.wizardx.actions.ExecWizardAction.run(ExecWizardAction.java:457)
         at com.siebel.analytics.install.ExecWizardActionCustom.run(ExecWizardActionCustom.java:79)
         at java.lang.Thread.run(Unknown Source)
    (13 Jun, 2012 5:30:37 PM), Install.product.install, com.siebel.analytics.install.ExecWizardActionCustom, err, com.installshield.util.ProcessExecException: Cannot run program "C:\OracleBI\web\bin\installperfsaw.bat": CreateProcess error=3, The system cannot find the path specified
    STACK_TRACE: 7
    com.installshield.util.ProcessExecException: Cannot run program "C:\OracleBI\web\bin\installperfsaw.bat": CreateProcess error=3, The system cannot find the path specified
         at com.installshield.util.ProcessExec.executeProcess(ProcessExec.java:180)
         at com.installshield.wizardx.actions.ExecWizardAction.executeProcess(ExecWizardAction.java:412)
         at com.installshield.wizardx.actions.ExecWizardAction.run(ExecWizardAction.java:457)
         at com.siebel.analytics.install.ExecWizardActionCustom.run(ExecWizardActionCustom.java:79)
         at java.lang.Thread.run(Unknown Source)
    (13 Jun, 2012 5:30:38 PM), Install.product.install, com.siebel.analytics.install.ExecWizardActionCustom, err, com.installshield.util.ProcessExecException: Cannot run program "C:\OracleBI\oc4j_bi\bin\oc4j.cmd": CreateProcess error=3, The system cannot find the path specified
    STACK_TRACE: 7
    com.installshield.util.ProcessExecException: Cannot run program "C:\OracleBI\oc4j_bi\bin\oc4j.cmd": CreateProcess error=3, The system cannot find the path specified
         at com.installshield.util.ProcessExec.executeProcess(ProcessExec.java:180)
         at com.installshield.wizardx.actions.ExecWizardAction.executeProcess(ExecWizardAction.java:412)
         at com.installshield.wizardx.actions.ExecWizardAction.run(ExecWizardAction.java:457)
         at com.siebel.analytics.install.ExecWizardActionCustom.run(ExecWizardActionCustom.java:79)
         at java.lang.Thread.run(Unknown Source)
    Could any one please help? I checked that these folder paths have not been created under OracleBI folder.
    Regards,
    Moumita

  • OBIEE 11g performance problem

    Hi,
    I am facing a performance problem in OBIEE 11g. When I run the query taking from nqquery.log in database, it is giving me the result within few seconds. But In the OBIEE Answers the query runs forever not showing any data.
    Attaching the query below.
    Please help to solve.
    Thanks
    Titas
    [2012-10-16T18:07:34.000+00:00] [OracleBIServerComponent] [TRACE:2] [USER-23] [] [ecid: 3a39339b45a46ab4:-70b1919f:13a1f282668:-8000-00000000000769b2] [tid: 44475940] [requestid: 26e1001e] [sessionid: 26e10000] [username: weblogic] -------------------- General Query Info: [[
    Repository: Star, Subject Area: BM_BG Pascua Lama, Presentation: BG PL Project Analysis
    [2012-10-16T18:07:34.000+00:00] [OracleBIServerComponent] [TRACE:2] [USER-18] [] [ecid: 3a39339b45a46ab4:-70b1919f:13a1f282668:-8000-00000000000769b2] [tid: 44475940] [requestid: 26e1001e] [sessionid: 26e10000] [username: weblogic] -------------------- Sending query to database named XXBG Pascua Lama (id: <<26911>>), connection pool named Connection Pool, logical request hash e3feca59, physical request hash 5ab00db6: [[
    WITH
    SAWITH0 AS (select sum(T6051.COST_AMT_PROJ_RATE) as c1,
    sum(T6051.COST_AMOUNT) as c2,
    T6051.AFE_NUMBER as c3,
    T6051.BUDGET_OWNER as c4,
    T6051.COMMENTS as c5,
    T6051.COMMODITY as c6,
    T6051.COST_PERIOD as c7,
    T6051.COST_SOURCE as c8,
    T6051.COST_TYPE as c9,
    T6051.DATA_SEL as c10,
    T6051.FACILITY as c11,
    T6051.HISTORICAL as c12,
    T6051.OPERATING_UNIT as c13,
    T5633.project_number as c14,
    T5637.task_number as c15
    from
    (SELECT project_id proj_id
    ,segment1 project_number
    ,org_id
    FROM pa.pa_projects_all
    WHERE org_id IN (825, 865, 962, 2161)) T5633,
    (SELECT project_id proj_id
    ,task_id
    ,task_number
    ,task_name
    FROM pa.pa_tasks) T5637,
    (SELECT xxbg_pl_proj_analysis_cost_v.AFE_NUMBER,
    xxbg_pl_proj_analysis_cost_v.BUDGET_OWNER,
    xxbg_pl_proj_analysis_cost_v.COMMENTS,
    xxbg_pl_proj_analysis_cost_v.COMMODITY,
    xxbg_pl_proj_analysis_cost_v.COST_PERIOD,
    xxbg_pl_proj_analysis_cost_v.COST_SOURCE,
    xxbg_pl_proj_analysis_cost_v.COST_TYPE,
    xxbg_pl_proj_analysis_cost_v.FACILITY,
    xxbg_pl_proj_analysis_cost_v.HISTORICAL,
    xxbg_pl_proj_analysis_cost_v.PO_NUMBER_COST_CONTROL,
    xxbg_pl_proj_analysis_cost_v.PREVIOUS_PROJECT,
    xxbg_pl_proj_analysis_cost_v.PREV_AFE_NUMBER,
    xxbg_pl_proj_analysis_cost_v.PREV_COST_CONTROL_ACC_CODE,
    xxbg_pl_proj_analysis_cost_v.PREV_COST_TYPE,
    xxbg_pl_proj_analysis_cost_v.PROJECT_NUMBER,
    xxbg_pl_proj_analysis_cost_v.SUPPLIER_NAME,
    xxbg_pl_proj_analysis_cost_v.TASK_DESCRIPTION,
    xxbg_pl_proj_analysis_cost_v.TASK_NUMBER,
    xxbg_pl_proj_analysis_cost_v.TRANSACTION_NUMBER,
    xxbg_pl_proj_analysis_cost_v.WORK_PACKAGE,
    xxbg_pl_proj_analysis_cost_v.WP_OWNER,
    xxbg_pl_proj_analysis_cost_v.OPERATING_UNIT,
    xxbg_pl_proj_analysis_cost_v.DATA_SEL,
    pa_periods_all.PERIOD_NAME,
    xxbg_pl_proj_analysis_cost_v.ORG_ID,
    xxbg_pl_proj_analysis_cost_v.COST_AMT_PROJ_RATE COST_AMT_PROJ_RATE,
    xxbg_pl_proj_analysis_cost_v.COST_AMOUNT COST_AMOUNT,
    xxbg_pl_proj_analysis_cost_v.project_id,
    xxbg_pl_proj_analysis_cost_v.task_id
    FROM (select xpac.*,
    decode(xpac.historical, 'Y', 'Historical', 'N', 'Current') data_sel
    from apps.xxbg_pl_proj_analysis_cost_v xpac
    union
    select xpac.*, 'All' data_sel
    from apps.xxbg_pl_proj_analysis_cost_v xpac) xxbg_pl_proj_analysis_cost_v,
    (select period_name, org_id from apps.pa_periods_all) pa_periods_all
    WHERE ((xxbg_pl_proj_analysis_cost_v.ORG_ID = pa_periods_all.ORG_ID))
    AND (xxbg_pl_proj_analysis_cost_v.ORG_ID IN (825,865,962,2161))
    AND (APPS.XXBG_PL_PA_COMMITMENT_PKG.GET_LAST_DAY(xxbg_pl_proj_analysis_cost_v.COST_PERIOD) <=
    APPS.XXBG_PL_PA_COMMITMENT_PKG.GET_LAST_DAY(pa_periods_all.PERIOD_NAME))) T6051
    where ( T5633.proj_id = T5637.proj_id and T5633.project_number = 'SUDPALAPAS11' and T5637.proj_id = T6051.PROJECT_ID and T5637.task_id = T6051.TASK_ID and T5637.task_number = '2100.2000.01.BC0100' and T6051.DATA_SEL = 'All' and T6051.OPERATING_UNIT = 'Compañía Minera Nevada SpA' and T6051.PERIOD_NAME = 'JUL-12' )
    group by T5633.project_number, T5637.task_number, T6051.AFE_NUMBER, T6051.BUDGET_OWNER, T6051.COMMENTS, T6051.COMMODITY, T6051.COST_PERIOD, T6051.COST_SOURCE, T6051.COST_TYPE, T6051.DATA_SEL, T6051.FACILITY, T6051.HISTORICAL, T6051.OPERATING_UNIT)
    select D1.c1 as c1, D1.c2 as c2, D1.c3 as c3, D1.c4 as c4, D1.c5 as c5, D1.c6 as c6, D1.c7 as c7, D1.c8 as c8, D1.c9 as c9, D1.c10 as c10, D1.c11 as c11, D1.c12 as c12, D1.c13 as c13, D1.c14 as c14, D1.c15 as c15, D1.c16 as c16 from ( select distinct 0 as c1,
    D1.c3 as c2,
    D1.c4 as c3,
    D1.c5 as c4,
    D1.c6 as c5,
    D1.c7 as c6,
    D1.c8 as c7,
    D1.c9 as c8,
    D1.c10 as c9,
    D1.c11 as c10,
    D1.c12 as c11,
    D1.c13 as c12,
    D1.c14 as c13,
    D1.c15 as c14,
    D1.c2 as c15,
    D1.c1 as c16
    from
    SAWITH0 D1
    order by c13, c14, c2, c3, c4, c5, c6, c7, c8, c9, c10, c11, c12 ) D1 where rownum <= 65001

    Hi Titas,
    with such problems typically, at least for me, the cause turns out to be something simple and embarrassing like:
    - I am connected to another database,
    - The database is right but I have made some manual adjustments without committing them,
    - I have got the wrong query from the query log,
    - I have got the right query but my request is based on multiple queries.
    Do other OBIEE reports work fine?
    Have you tried removing columns one by one to see whether it makes a difference?
    -JR

  • OBIEE Session Variable Problem

    Hi:
    OBIEE 11.1.1.5
    I created a new session variable and initialization block. The default value of the variable is 1. The query for the initialization block is SELECT 123456 FROM DUAL. The query in the initialization block tested fine. I bounced the OBIEE instance.
    When I use the Administration Tool to view the Session Manager, I see that the value of the variable is 123456.
    The problem is in an Answers report the value of the variable is 1.
    Can anyone offer a suggestion as to why the value in Answers is the default value of the variable?
    Thanks.

    Thanks for your reply. I agree that the expression NQ_SESSION. <<variable name>> will display the variable. And it is with this command, in Answers, that I see the default value. Only in the Admin Tool do I see the correct value assigned with the Initialization Block.
    Again, my problem is I cannot display the correct assigned value in an Answer report, only the default value.

  • OBIEE and LDAP problem

    Hi all!
    After connecting our OBIEE 11.1.1.5 to LDAP we faced with a strange problem: after one user enters the system any next user logged in has the same privileges in OBIEE as the first one.
    We turned off the following caches:
    - WebLogic Principal Validator Cache in a security realm Performance section
    - Group Membership Lookup Hierarchy Caching in our LDAP authentication provider Performance section
    But the problem still occurs. Does anyone have any suggestions on this?

    Hi I was having endless issues with OBIEE and LDAP, I followed the exact steps here:
    http://docs.oracle.com/cd/E17904_01/web.1111/e13707/atn.htm#SECMG169
    These worked for me, so you could check for a start these recommended setting are same in your environment.
    Thanks

  • OBIEE and MapViewer problem

    Hi everyone,
    I'm trying to use mapviewer to get some reports on OBIEE 11g, after getting the tile and configure the Mapviewer with te data source and everything, i get the following error while trying to create a report, after associate data to the area.
    the Associated Subject Areas on the Background map Tab, on Manage Map Data is empty, and the data is associated in the Layers Tab.
    Then when i try to create a report using the associated data, then the following error gets to me.
    "A basemap is required to render a map. Please ensure that atleast one basemap is defined in the spatial meta-data"
    Then, searching on the documentation, i've done the following,
    On the mapViewerConfig.xml file
    <proxy_enabled_hosts>
    http://"hos"t:9704/mapviewer
    </proxy_enabled_hosts>
    on the instanceconfig.xml
    <ServerInstance>
    <SpatialMaps>
    <ColocatedOracleMapViewerContextPath>/mapviewer</ColocatedOracleMapViewerContextPath>
    <RemoteOracleMapViewerAbsoluteURL>http://"host":9704/mapviewer</RemoteOracleMapViewerAbsoluteURL>
    <LayerDataLayout>
    <MaxRecords>600</MaxRecords>
    </LayerDataLayout>
    </SpatialMaps>
    </ServerInstance>
    but still got the same problem, something i saw on the weblogic console was the following
    <Cannot read USER_SDO_TILE_ADMIN_TASKS view from database
    after saving and restarting the mapviewer.
    Any idea??
    Regards
    Cesar

    Hi,
    May be this will help you for this you need to create a data source in map viewer which will help you to get the base map present and then you can go on creating the report using map.
    After creating the data-source you will find the list of map available for u to use then bring them online and then go on using.
    Thanks.

  • OBIEE Administrator login problem..

    Hi all,
    I Installed OBIEE 11g on windows 2008 R2 and 64 bit. I sucessfully installed and was able to login EM, Analytics, RT Decisions and other links.. I am able to create a reoprt.
    I tried to login to BI Administrator aand clicked on it. I am not getting the login windows and getting the below error. It seems that it 64bit related issue. Can you please help me in resolving this?
    Problem signature:
    Problem Event Name:     APPCRASH
    Application Name:     admintool.exe
    Application Version:     11.1.1.3
    Application Timestamp:     4c5e31f4
    Fault Module Name:     StackHash_f582
    Fault Module Version:     6.1.7600.16385
    Fault Module Timestamp:     4a5be02b
    Exception Code:     c0000374
    Exception Offset:     00000000000c6cd2
    OS Version:     6.1.7600.2.0.0.274.10
    Locale ID:     1033
    Additional Information 1:     f582
    Additional Information 2:     f582ef0f08c7e04d0d0ae74aea1a0cb2
    Additional Information 3:     f471
    Additional Information 4:     f471e93f9f6d121f3579d4abf46a5afe
    Read our privacy statement online:
    http://go.microsoft.com/fwlink/?linkid=104288&clcid=0x0409
    If the online privacy statement is not available, please read our privacy statement offline:
    C:\Windows\system32\en-US\erofflps.txt
    Oracle BI Administrator tool has stopped working.

    Hi,
    You should try the Client Only;
    http://www.oracle.com/technetwork/middleware/bi-enterprise-edition/downloads/bus-intelligence-11g-165436.html
    Check the README first;
    http://download.oracle.com/otn/nt/bi/111130/biee_11.1.1.3_client_install_README_13_JAN_2011.pdf
    Cheers,
    Daan Bakboord
    http://obibb.wordpress.com

  • Strange OBIEE 11g URL problem

    Hi, I'm implementing OBIEE 11g at work, and I'm seeing something odd I've never experienced before. When I'm inside the firewall, if I go to the URL http://servername:9704/analytics, everything works fine. But if I'm outside of the firewall and use the same URL, it doesn't work (at all). Instead I have to use http://servername:9704/analytics/saw.dll?bieehome (at which point, everything works fine).
    It seems like somehow there is a redirection going on that doesn't work from outside the firewall, but is fine inside of it. Any ideas where I need to look to figure out what the problem is and fix it? (note - I'm not savy with WebLogic....)
    Thanks!
    Scott

    Hi,
    It should work for your case..
    have faced the same issue, just try with hostname. then it should worke and
    go the window/system32/drivers/ect/host......this is the way we can change url path,
    My URL path is based on my domain name and system DNS. I gave IP address and gave path like reports.abc.com
    1)
    change it the IP addresss/host name see the below path and change it
    Drive\Oracle\Middleware\instances\instance1\config\OracleBIPresentationServicesComponent\coreapplication_obips1\instanceconfig.xml**
    change it under <Hosts></Hosts> tab
    2) also change it drive:\Oracle\Middleware\instances\instance1\config\OracleBIServerComponent\coreapplication_obis1
    NQSConfig.ini file
    FMW_SECURITY_SERVICE_URL = "http://IP:9704";
    [JAVAHOST]
    JAVAHOST_HOSTNAME_OR_IP_ADDRESSES = "hostname"; # This Configuration setting is managed by Oracle Business Intelligence Enterprise Manager
    #JAVAHOST_HOSTNAME_OR_IP_ADDRESSES = "<machine-name1>":<port_number1>,<machine-name2>:<port_number2>;
    after changing restart your BI all services and Run it it should work
    THanks
    Deva

  • Co-product actual settlement problem

    Hi Gurus,
    I have a co-product problem. We have ML active.
    We are going to use production orders in PP side but REM scenario in CO side. Under this condition is co-product usage effected?
    Another problem is this, we have not a certain ratio between primary product and co-product. In the apportionment structure a ratio can be defined. With the creation of the production order, these ratios are going to be transferred from the material master to settlement rule.
    During the production process, as I said before, the ratio is not realized, there are variances from the ratio. At the end of the period when we want to settle the order, the ratio is stable in the settlement rule. In other words, it is not actual, just planned ratios.
    My question is this: Is it possible to change settlement rule during settlement in the base of realized production (101 movement type) quantities? How can we provide this, otherwise the result is not true in terms of actual costing .
    Ahmet

    Hi
    I thnk you can specify a % in your settlement rule along with Source Structure
    br, Ajay M

  • Unwanted ZOOM - view page at Actual Size problem

    Hi - Has anyone had this issue and worked out how to avoid it.
    I design a site at 100% zoom in Muse, or actual size. Publish the site, and it is zoomed in when viewed in the browser !
    That is to say - in Chrome at ACTUAL SIZE it is 1 zoom larger than it was designed. The same using Safari, one tap of zoom bigger than it was designed.
    This ruins the look and is no good to have to zoom out and other people wont know they need to.
    I have experimented and stripped almost everything from the design apart from a bit of web safe arial text within a much bigger text box, made sure content is within the content area, still when previewed the page is larger than designed.
    Any tips would be great - Thanks
    _ I may now have got it to PREVIEW at the same same size as design, but still the same problem when viewing in browser.

    What's the URL for your site?

  • OBIEE - (Actual - Plan) Calculation

    HI,
    I have a simple question on OBIEE.
    I am using Obiee with Essbase and have a simple calculation to calculate (Actual - Plan) Data.
    FILTER("SalesFlat"."Sales" USING "Scenario"."Gen2,Scenario" = 'Actual') - FILTER("SalesFlat"."Sales" USING "Scenario"."Gen2,Scenario" = 'Plan')
    This works fine if i have Actual and Plan Data. However, if one of the value (Actual or Plan) is missing, obiee gives null.
    It works if i use CASE statement or direct essbase formula.
    Any suggestion is highly appreciated.
    Thanks
    Sam.

    Something like
    (ifnull(A,0)/ifnull(B,0) - ifnull(C,0)/ifnull(D,0)) * ifnull(B,0)
    btw: Generally fact metrics should be 0 try to handle it in db or using etl

  • Rolling 12 months Actuals/Forecast

    I remember coming across an SAP How To PDF showing how to create a query where user inputs a specific period/month and dynamically all periods before the selected period populate with actuals and an perios /months remaining in the year will display forecast.  Again, this is dynamic depending on the period entered by the user and occurs on the same row.
    Can someone send me the link if you have it handy or if you know a solution, please share.

    <FONT FACE = "Tahoma", Font Color = "Blue">
    Hi<br>
    Let us assume you are storing the value of Fiscal Period entered by User in Variable ZPER. Also let us say you use characteristic Value Type to identify if data is Actuals or Forecast with Value Type 10 being Actuals and 20 being Forecast.<br>
    Then create a Restricted Key Figure Actuals which is restricted to 3 things: Key Figure, Value Type and Fiscal Period. Restrict the Value Type to 10 and restrict Fiscal Period in that key figures to value less than or equal to Variable ZPER. Secondly create a Restricted Key Figure Forecast which is restricted to 3 things: Key Figure, Value Type and Fiscal Period. Restrict Value Type to 20 and restrict Fiscal Period in that key figures to value greater than Variable ZPER.<br>
    Please check if you get desired results.
    <br><br>
    Hope it helps.<br><br>
    Cheers Abhijit<br>
    </FONT><FONT FACE = "Verdana", Font Color = "Red">
    </FONT>

Maybe you are looking for