EvDRE refresh shows no dimensions in two of five applications in an appset

Microsoft BPC 7.0 sp6 patch 1
Excel client in office 2007.
Going to cell A1
Type =evDRE()
Get the 'click to refresh'
I click the icon to refresh and am presented with the evDRE wizard.
Three applications return all the dimensions as options and time and acount preselected.
Two applications return the wizard with no dimensions to select and nothing prepopulated (not time nor account).
Existing reports in the two applications work fine. 
evNXP works fine.
Why are no dimensions found?
Any ideas?  Thanks

Ara,
I think those two application dim cache file is corrupted.
Please modify those two applications at admin consile and clear client cache file from Etools and login again.
It will work.
Thank you
James Lim.

Similar Messages

  • EVDRE Refresh error in BPC 7M

    Getting a evdre error when trying to refresh data. When tried to process the application or optimize the application, getting the error
    Error message:: CreateOLAPCubeForApplication:CreateCube:Internal error: The operation terminated unsuccessfully.
    Errors in the OLAP storage engine: The attribute key cannot be found: Table: dbo_tblFactBVP, Column: TIMEID, Value: 10000003.
    Errors in the OLAP storage engine: The process operation ended because the number of errors encountered during processing reached the defined limit of allowable errors for the operation.
    Errors in the OLAP storage engine: An error occurred while processing the 'BVP' partition of the 'BVP' measure group for the 'BVP' cube from the SOPM database.
    Errors in the OLAP storage engine: The process operation ended because the number of errors encountered during processing reached the defined limit of allowable errors for the operation.
    I have already run the select statetmeent that matches the above table with member table, and there are not anomolies
    Any quick clues to resolve would be much appreciated
    Thanks
    Muthu Ranganathan

    This question is answered. The issue is that there was a mismatch between the facttable and the member table
    By running this query, for each dimension was able to figure out if there was differences. There were some members created in keyfigure that were not accurate, probably created due to some script logic.
    Select * from tblfactBVP where KEYFIGURE not in (select ID from mbrKEYFIGURE)
    Posted for the benefit of anyone else coming across the same issue
    Regards
    Muthu

  • What are impact of Braking one dimension into two

    Hi Champs,
    I have one Dimension say Product that has two child AC and AP. and these two children has two childs each.
    and further these devided into many levels.
    this is like
    Product
    -AC
    -CC_A
    -CC_B
    -AP
    -CP_A
    -CP_B
    A,B are showing some member, but both are repeting AC and AP.
    Now I need to create a seperate dimension for A and B and remove from Product.
    How this will be done and on what objects of Essbase will be affected. How to do.
    Thanks in Advance
    Shiv

    Breaking a dimension into multiple dimensions has a number of implications. You have to modify dimension build and load rules, caclulation scripts, report scripts and front end tools/templates and source files to use the new structure. IT can be a lot of work.
    I could not tell by your example, when you split the dimension in two, will you be able to get the data as an intersection of the two dimensions? If not, it would be hard to split. Can you explain further why the dimension needs to be split into to and perhaps I can make a more informed recomendation.
    The paractical answer of exporting the data from Will is correct. You will need to export the existing data (or get it from source again) in a column format and create load rules to be able to reload it. Depending on how the intersections work, it might be an easy or extremely hard task

  • Toolbar button/hotkey for "show cover page in two page view" in Acrobat X?

    In Acrobat X, how about make a toolbar button/hotkey for "show cover page in two page view"?  I find toggling this option to be useful for changing up the order of adjacent pages in magazines/books in which a two page spread has to match for a full large picture.  Due to frequent toggling, I would like a button/hotkey for this for easier access.

    Hotkeys for existing menu items are not modifiable, but you can add a scripted button which toggles it with the following code:
    if (layout.substr(-5)=="Right") layout = layout.replace("Right","Left");
    else layout = layout.replace("Left","Right");
    For info on how to add a button with a folder-level script, see the Acrobat SDK documentation. Scripted buttons will appear in a new panel on the tools pane in Acrobat X, not on the tool bar.

  • Finder doesn't show image dimensions

    Hi!
    I have a problem with image dimensions in Finder. Finder doesn't show image dimension info in preview column and Get Info window. But when I open in Preview app I can see dimensions in Get Info window. How to solve this problem. If I want to sort images by dimension, I can't do that. Because Finder doesn't know image dimensions. You can see images below.

    Terence Devlin wrote:
    That's because the Finder is a file manager and works from file metadata. The data you're seeking is about the file contents. You need to use a Photo Manager or Browser.
    There is someone who can sort images by dimensions and see dimensions in list view. Also if Finder will not show image dimensions, why give me "Dimensions" and "Resolution" option to select in list view.
    VikingOSX wrote:
    Launch a Finder window. Press command+J, and set Show Item Info. Now the image dimensions will show below each image icon. If it is a movie, then the duration of the movie is shown.
    I have done this. But doesn't show information.

  • "Show doc panel" on two monitors

    Hi,
    JDev 11.1.2 offers super behavior "Show doc panel" on "Completion insight" menu.
    Unfortunately with two monitors (JDev active on right one)
    is display of doc panel ruptured between left and right monitor and in practice useless.
    Is there any chance to disabled rupture of "show doc panel" between two monitors?
    Or, maybe, forced displaying of "show doc panel" on the right to "Completion insight" menu?
    Thanks very much vor help,
    Jara

    I figured this was assumed, but if not: Yeah, you need an extra display card. If you only have one monitor, you'd need two more of those as well.
    I'd say you could get some real cheap-o LCD's for the QT displays as having QT playback on a large screen isn't visually needed --and less pixel pushing equals a faster Mac overall.
    I dunno. I think it would work easily enough.

  • Splitting of dimensions into two applications

    Dear all,
    I've come across an artical in SDN says" The Application could be split into two applications POC_APP5 and POC_APP6 with less number of dimensions to expand. In turn would improve the performance of Input schedule and Reports."
    Could you kindly tell me how to split dimensions into two sepatare application?
    Based on artical:http://www.sdn.sap.com/irj/scn/index?rid=/library/uuid/80af7a18-1672-2d10-d2a4-ae0900ed0cff
    Regards,

    Hi,
    As said by Anurodh, the application split is basically when the application has huge data across all dimension members of the application having many dimensions.
    for your below question,
    Could you kindly tell me how to split dimensions into two separate application?
    Consider you have a application with Dimensions,
    Account, Time, Entity, Category, JobBand, Product
    The above have data of Employees Jobband irrespective of Product
    and details of product irrespective of JobBand.
    This application can be splitted to two aplications having dimensions as below,
    Account, Time, Entity, Category, Product
    Account, Time, Entity, Category, JobBand
    Hope this helps,
    Regards,
    G.Vijaya Kumar

  • "Show Cover Page during Two-Up" from within a browser window?

    I frequently use the "Show Cover Page during Two-Up" option (from View menu->Page Display in Acrobat Pro 8.1).
    Is there a way to do this from Acrobat Reader within a browser window? I often find myself having to save a PDF to my desktop only to open it in the standalone version of Acrobat because I don't have any access to the View menu while in Adobe Reader within a browser.
    thanks in advance
    Marty

    This is not a feature request, but a query on how Acrobat works. Please repost in the Acrobat forum.

  • Show Cover Page during Two-Up - Hotkey or Button?

    Hi,
    I find myself toggling this setting (in Acrobat Pro 8.1) on and off all the time: Menu "View", "Page Display", "Show Cover Page during Two-Up".
    That's because I often read PDF editions of magazines where the full-page ads have been left out, thus the order of odd/even pages changes all the time while browsing. But there are graphics, tables and text boxes spanning two opposite pages, so the adjustment is indispensable...
    Clicking through to a nested submenu item can get so tedious over time!
    So, here are my questions:
    Is there a hidden keyboard shortcut for this function?
    Or is there a way to add a user defined button to a toolbar?
    Or macros? Some other trick to make life easier? :)
    If not, does Adobe accept enhancement suggestions and where?
    Thank you in advance
    Hans

    Is there a way to do this from Acrobat Reader within a browser window? I often find myself having to save a PDF to my desktop only to open it in the standalone version of Acrobat because I don't have any access to the View menu while in Adobe Reader within a browser.
    thanks in advance
    Marty

  • Same dimension in two different fact tables

    Hi,
    I have one same dimension in two different fact tables. I would like to know how BI server choose the fact table when I do a request in this dimension.
    I know that is always using the same fact table, but I would like to know why choose this table and not the other.
    Thanks

    Sorry,
    But it doesn't seem to me.
    I reorded the tables in the BMM layer and it continues to use the same table, regardless this table is in last.
    After, I droped that table in the BMM layer and it continued to use the same.
    Thanks for your reply

  • Refreshing blind target dimensions dynamically

    Here's the link first -
    THE CASE IN POINT
    I'm trying to use a dropdown menu to refresh the text-only
    contents of a DIV based on the selection. However, alongside this,
    I have a second "onchange" method:
    <select spry:repeatchildren="dsTopics"
    onchange="dsTopics.setCurrentRowNumber(this.selectedIndex);
    Spry.Effect.Blind('imageArea', {duration: 1000, from: '100%', to:
    '0%', toggle: false}); Spry.Effect.Blind('copy', {duration: 1000,
    from: '0%', to: '100%', toggle: false});">
    I can't get this to work at all.
    Like icecappuchino in the previous
    topic, I would love to know how I can get the Dataset that
    populates the copy DIV to only supply content on request, rather
    than on load
    The image area, when requested to
    return to 100%, does not reveal anything on select, although the
    copy DIV does colapse
    The main issue - there will obviously
    be varying amounts of copy in this DIV. Is there any way to refresh
    the target dimensions? You will see that the Blind always expands
    to the full length of the DIV's initial height, even though the
    amount of copy on refresh is much smaller
    I tried doing it by hard coding the dimensions - but this too
    is a bit dodgy:
    Blind
    target dimensions specified in pixels
    Thanks - enjoying release 1.3,
    raffjones
    PS: How can I quote code in these posts?

    Here's the link first -
    THE CASE IN POINT
    I'm trying to use a dropdown menu to refresh the text-only
    contents of a DIV based on the selection. However, alongside this,
    I have a second "onchange" method:
    <select spry:repeatchildren="dsTopics"
    onchange="dsTopics.setCurrentRowNumber(this.selectedIndex);
    Spry.Effect.Blind('imageArea', {duration: 1000, from: '100%', to:
    '0%', toggle: false}); Spry.Effect.Blind('copy', {duration: 1000,
    from: '0%', to: '100%', toggle: false});">
    I can't get this to work at all.
    Like icecappuchino in the previous
    topic, I would love to know how I can get the Dataset that
    populates the copy DIV to only supply content on request, rather
    than on load
    The image area, when requested to
    return to 100%, does not reveal anything on select, although the
    copy DIV does colapse
    The main issue - there will obviously
    be varying amounts of copy in this DIV. Is there any way to refresh
    the target dimensions? You will see that the Blind always expands
    to the full length of the DIV's initial height, even though the
    amount of copy on refresh is much smaller
    I tried doing it by hard coding the dimensions - but this too
    is a bit dodgy:
    Blind
    target dimensions specified in pixels
    Thanks - enjoying release 1.3,
    raffjones
    PS: How can I quote code in these posts?

  • When I use page setup, it shows metric dimensions (centimeters), I would prefer imperials (inches). Where do I change this in preferences?

    When I use page setup, it shows metric dimensions, i would prefer imperial. Where do I change that preference?

    I went to preferences/language & text/formats and changed it from US to metric. Then went back and changed it again to US. It seems to be correct now with US settings ( inches).

  • Using the App Store, it shows that there are two upgrades.  When itap upgrades, nothing comes up.

    Using the App Store, it shows that there are two upgrades.  When itap upgrades, nothing comes up.

    I'm sorry that you ran into trouble with syncing fonts to your Creative Cloud application.  Please try these troubleshooting steps:
    http://help.typekit.com/customer/portal/articles/1649149
    If that doesn't help, send the log files mentioned in that page to [email protected] and we will look into it further.  Thank you,
    -- liz

  • Load dimensions and members in Planning application via outline load

    it is a classic planning application, after I load dimensions and members into classic Planning application, I can't see new members I added in csv file.
    How could I confirm whether it was successfully loaded.
    This is the log. Please refer to it.
    Successfully logged into "予算応用" application, Release 11.121, Adapter Interface Version 5, Workforce supported and enabled, CapEx supported and enabled, CSS Version 3
    "Account" dimension properties and information:
    Account, Parent, Alias: Default, Alias: FromDepartment, Alias: ToDepartment, Valid For Consolidations, Data Storage, Two Pass Calculation, Description, Formula, UDA, Smart List, Data Type, Operation, Account Type, Time Balance, Skip Value, Exchange Rate Type, Variance Reporting, Source Plan Type, Plan Type (PL), Aggregation (PL), Plan Type (BS), Aggregation (BS), Plan Type (Plan3), Aggregation (Plan3), Plan Type (Wrkforce), Aggregation (Wrkforce), Plan Type (Capex), Aggregation (Capex)
    UDA's bound to "Account" dimension: HSP_NOLINK
    "Period" dimension properties and information:
    Period, Parent, Alias: Default, Alias: FromDepartment, Alias: ToDepartment, Data Storage, Two Pass Calculation, Description, Formula, UDA, Smart List, Data Type, Operation, Type, Start Period, End Period, Aggregation (PL), Aggregation (BS), Aggregation (Plan3), Aggregation (Wrkforce), Aggregation (Capex)
    No UDA's defined on "Period"
    "Year" dimension properties and information:
    Year, Parent, Alias: Default, Alias: FromDepartment, Alias: ToDepartment, Data Storage, Two Pass Calculation, Description, Formula, UDA, Smart List, Data Type, Operation
    No UDA's defined on "Year"
    "Scenario" dimension properties and information:
    Scenario, Parent, Alias: Default, Alias: FromDepartment, Alias: ToDepartment, Valid For Consolidations, Data Storage, Two Pass Calculation, Description, Formula, UDA, Smart List, Data Type, Operation, Start Year, Start Period, End Year, End Period, Exchange Table, Include BegBal, Process Management Enabled, Aggregation (PL), Aggregation (BS), Aggregation (Plan3), Aggregation (Wrkforce), Aggregation (Capex)
    UDA's bound to "Scenario" dimension: ACTUAL
    "Version" dimension properties and information:
    Version, Parent, Alias: Default, Alias: FromDepartment, Alias: ToDepartment, Data Storage, Two Pass Calculation, Description, Formula, UDA, Smart List, Data Type, Operation, Version Type, Process Management Enabled, Aggregation (PL), Aggregation (BS), Aggregation (Plan3), Aggregation (Wrkforce), Aggregation (Capex)
    No UDA's defined on "Version"
    "Currency" dimension properties and information:
    Currency, Parent, Alias: Default, Alias: FromDepartment, Alias: ToDepartment, Data Storage, Two Pass Calculation, Description, Formula, UDA, Smart List, Data Type, Operation, Symbol, Scale, Triangulation Currency, Reporting Currency, Thousands Separator, Decimal Separator, Negative Style, Negative Color
    No UDA's defined on "Currency"
    "Entity" dimension properties and information:
    Entity, Parent, Alias: Default, Alias: FromDepartment, Alias: ToDepartment, Valid For Consolidations, Data Storage, Two Pass Calculation, Description, Formula, UDA, Smart List, Data Type, Operation, Base Currency, Plan Type (PL), Aggregation (PL), Plan Type (BS), Aggregation (BS), Plan Type (Plan3), Aggregation (Plan3), Plan Type (Wrkforce), Aggregation (Wrkforce), Plan Type (Capex), Aggregation (Capex), NumericAttrib
    No UDA's defined on "Entity"
    "NumericAttrib" attribute dimension (on base dimension "Entity"). NO attributes defined on the "NumericAttrib" dimension.
    NumericAttrib, Parent, Alias: Default, Alias: FromDepartment, Alias: ToDepartment, Operation
    "Employee" dimension properties and information:
    Employee, Parent, Alias: Default, Alias: FromDepartment, Alias: ToDepartment, Valid For Consolidations, Data Storage, Two Pass Calculation, Description, Formula, UDA, Smart List, Data Type, Operation, Aggregation (Wrkforce)
    No UDA's defined on "Employee"
    "Line Item" dimension properties and information:
    Line Item, Parent, Alias: Default, Alias: FromDepartment, Alias: ToDepartment, Valid For Consolidations, Data Storage, Two Pass Calculation, Description, Formula, UDA, Smart List, Data Type, Operation, Aggregation (Capex)
    No UDA's defined on "Line Item"
    "Asset Class" dimension properties and information:
    Asset Class, Parent, Alias: Default, Alias: FromDepartment, Alias: ToDepartment, Valid For Consolidations, Data Storage, Two Pass Calculation, Description, Formula, UDA, Smart List, Data Type, Operation, Aggregation (Capex)
    No UDA's defined on "Asset Class"
    Exchange Rates properties:
    Table, Description, To Currency, From Currency, Operation, Method, Historical, Beg Balance, Year, Period, Average, Ending
    UDA properties:
    Dimension, UDA, Operation
    Smartlist properties:
    SmartList Name, Operation, Label, Display Order, Missing Label, Use Form Missing Label, Entry ID, Entry Name, Entry Label
    No Planning Unit Hierarchies are defined in this application.
    Translation input file fields:
    Value, Driver Member, Point-of-View, Data Load Cube Name
    [Thu Oct 27 18:16:18 JST 2011]Successfully located and opened input file "C:\TEMP\PLNentityバージョンのエクスポート.csv".
    [Thu Oct 27 18:16:18 JST 2011]Input file being read with UTF-8 encoding.
    [Thu Oct 27 18:16:18 JST 2011]Detected a UTF-8 BOM marker in input file "C:\TEMP\PLNentityバージョンのエクスポート.csv".
    [Thu Oct 27 18:16:18 JST 2011]Header record fields: Entity, Parent, Alias: Default, Alias: FromDepartment, Alias: ToDepartment, Valid For Consolidations, Data Storage, Two Pass Calculation, Description, Formula, UDA, Smart List, Data Type, Base Currency, Plan Type (PL), Aggregation (PL), Plan Type (BS), Aggregation (BS), Plan Type (Plan3), Aggregation (Plan3), Plan Type (Wrkforce), Aggregation (Wrkforce), Plan Type (Capex), Aggregation (Capex)
    [Thu Oct 27 18:16:18 JST 2011]Located and using "Entity" dimension for loading data in "予算応用" application.
    [Thu Oct 27 18:16:18 JST 2011]Load dimension "Entity" has been unlocked successfully.
    [Thu Oct 27 18:16:18 JST 2011]A cube refresh operation will not be performed.
    [Thu Oct 27 18:16:18 JST 2011]Create security filters operation will not be performed.
    [Thu Oct 27 18:16:18 JST 2011]Examine the Essbase log files for status if Essbase data was loaded.
    [Thu Oct 27 18:16:18 JST 2011]Planning Outline load process finished (with no data load as specified (/N)). 9 data records were read, 9 data records were processed, 9 were accepted, 0 were rejected.

    Thank you for your reply.
    With your help, I can verify it easier rather than creating dataform to verify it.
    I have resolved the question now, the root cause is I had used the wrong parameter, shouldn't add '/N' in the command. for /N is a dry run to check whether there are error in CSV file, it won't perform metadata load.
    If no error occured, run the command without /N, then the metadata load will be performed.
    I refer to this artical,
    http://john-goodwin.blogspot.com/2008/08/time-to-look-in-bin.html
    Best regards,
    Samantha
    Edited by: Samantha on 2011-10-31 下午4:39

  • Data loading from planning forms into two different essbase application

    Hi All,
    I have 2 different planning application into 2 different planning and essbase server but the application repository for these applications is same which is lying into 3rd server. Due to this when I add the member into any application it will automatically reflect into another application because the application repository is same. When I refresh the applications the meta data is loaded into there corresponding Essbase server.
    My problem is:
    When I enter the data figure into the planning form it is going into there corresponding Essbase cube. But I want when user enter the data into 1 planning application form it should be reflected into both Essbase application , LIKE METADATA which is not happening. We are doing this for fail over support.

    Hi,
    I am sorry but that is not how I look at, the point of failure for a planning application would the web server, repository, essbase database...
    If it is the web server element then surely you would have two planning web servers pointing to one planning application and one repository.... then if one web server went down to switch to the other web server?
    You won't get a planning application to write to two seperate essbase applications, if you want failover on essbase then you will need to look at alternative methods.
    Cheers
    John
    http://john-goodwin.blogspot.com/

Maybe you are looking for