ASO and BSO Transparent partition

Hi
I have couple of questions regarding transparent partition, please help me out,
1) I have two ASO cubes and one empty BSO cube, do I need to run security (apply filters) on both ASO and BSO cubes?
2) How should I give access to users? For example: what should I write as "..."identified by" ....
TO 'VZB_ISu'.'VB_IS' AT "localhost"
AS "....." IDENTIFIED BY "....."
AREA '"2006","2005",@IDESC("Month"),@IDESC("Scenario"),@IDESC("Measure_Type"),@IDESC("Measures"),@IDESC("Accounts"),@IDESC("RegionCompany"),@IDESC("Company"),@IDESC("RegionOrganization"),@IDESC("Organization"),@IDESC("Affiliate"),@IDESC("Product"),@IDESC("Ledger_Code"),@IDESC("Region"),@IDESC("Country")';
3) Are their specific ways to tune an empty BSO cube transparently linked to ASO cube? BSO cube has no data.
Thank you
Namita

Hi,
1) You only need to set security on the BSO db (I'm assuming the users will not be connecting directly to the ASO db). When you setup your partition you define what user will be used to login to the ASO database. When ever an end-user retrieves data over the partition it's the partition user that logs into the ASO database to retrieve the data. You only need to make sure that the user defined in the partition has sufficient rights to retrieve that data.
2) You can either use EAS to create the filter or MaxL...this is the example for create/replace filter: create filter sample.basic.filt1 read on 'Jan, sales', no_access on '@CHILDREN(Qtr2)';
3) Try an avoid too many dynamic calcs in the target. These will obviously affect the retrieval times.
Gee

Similar Messages

  • Issue in ASO to BSO TRANSPARENT PARTITION

    Hi Techies,
    We are facing issue in ASO to BSO Transparent Partition. Please see below details and suggest.
    1. we are having a ASO cube transparently partitioned on to BSO cube.
    2. In ASO cube, we have a dimension with 3 hierarchies under it which are strored hierarchies. when we retrieve data for this hierarchies from BSO cube we are getting data.
    3. Now we were asked to add one more stored hierarchy under the same dimension, we built the dimension and built aggregations based on the queries. After creating the partition we are not able to retrieve the data from BSO cube for the newly added stored hierarchy everything else is working fine as before. The following is the error am getting when I tried to retrieve data for the newly built stored hierarchy.
    1012704 Dynamic Calc processor cannot lock more than number ESM blocks during the calculation, please increase CalcLockBlock setting and then retry (a small data cache setting could also cause this problem, please check the data cache size setting).
    I increased CALCLOCKBLOCK in .cfg file , increased data cache size and bounced the server. Even now am getting the same error. Please suggest what else we can do with this kind of error

    Did the number of blocks that couldn't be locked decrease when you increased the data cache if so try increasing the data cache some more, make sure you restart the db after each change.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • ASO to BSO Transparent Partition problem

    Hi,
    I am doing a partition from ASO(Source) to BSO(Target). Outlines are same except one dimension:
    Aso cube
    dimension has 10 Level 0 members in Level 1.
    BSO cube
    Same dimension has 2 level 0 members(these 2 members are same as in ASo) in Level 1.
    Do rest 8 members be available while retrieving data in BSo cube? [Right now when i connect can only see 2 members]
    Was wondering with Transparent partition is it possible to see the additional outline members in BS ?.
    Any help to clarify would help thanks.

    I think i am understanding your question.
    A user will only "see" what members/dimensions are in the Target cube. You would need to add the other 8 members to the target outline to be able to pull the data for them from the source cube.

  • Sharing complex substitution variable values between ASO and BSO databases

    We have ASO and BSO Essbase database member names with spaces in, and need to store some of these member names in substitution variables. However, this has to be done differently for ASO and BSO, due to calc script syntax requiring double quotes and MDX requiring square brackets. For example:
    ASO:
    &CurWeek value = Week 1
    MDX: [&CurWeek]
    BSO:
    &CurWeek value = "Week 1"
    Calc Script: &CurWeek
    As a result, the substitution variables cannot be shared between the ASO and BSO cubes, since the BSO variable value requires double quotes due to the space in the member name.
    Is there a way to get the above to work with both ASO and BSO? Can the double quotes be escaped in calc script syntax? Or can the double quotes be removed in the MDX formula?

    Hi TimG,
    Apologies for such a late reponse to this, genuinely haven't had a spare second to reply until now!
    Yes, I suspect a complex alias name may be the best solution here, and to remove the spaces from the actual member names.
    I was not aware of the latter part at all. My colleague has confirmed as much on this too - DBAG 11.1.2.1 pp117 & 118:
    "Note: If a substitution variable value is numeric or a member name starting with a
    numeral or containing the special characters referred to above is to be used both
    in MDX and non-MDX situations, create two substitution variables, one without
    the value enclosed in quotation marks and one with the value in quotation marks."
    "To ensure that a new substitution variable value is available in formulas, partition definitions,
    and security filters, stop and restart the application. All other uses of substitution variables are
    dynamically resolved when used."
    This last paragraph is the most concerning since we were planning to be able to update substitution variables values and then access the new values from calc scripts and formulae instantaneously. This quirk is unexpected and a little inconvenient. We may have to look at scheduling a change of substitution variable value overnight, followed by a stop/start of the app ready for the next day, and to work around needing to access changed values instantly.

  • Maxl command that differentiates ASO and BSO?

    I want to differentiate between the ASO and BSO db in Essbase(9.3.1) using some MAXL command.
    Do we have some MAXL command that shows the property of Databases?
    I was hoping to use the command
    execute aggregate selection on database ASOSamp.Sample
    This command gives an error when run on a BSO.
    Ex:
    *[admin/localhost]execute aggregate selection on database Sample.Basic
    Execution Message:
    MaxL requires an aggregate storage application for this operation.*
    I was wondering if Maxl generates a return code for this. If it does, how can I capture this return code?

    To give a vague answer, you could run the command in your maxl script and use an iferror statement. It will not tell to the error number but that the command failed.
    Edited by: [email protected] on Oct 13, 2008 1:10 PM
    If I could only spell

  • Impact of write-back on large data cubes(Both ASO and BSO)

    Hi All,
    We are in the phase of designing the Essbase Cubes(both ASO and BSO).
    Has anyone encountered issues performing a write-back on large Essbase data Cubes?
    With Regards,
    Madhan

    Hi,
    Do you mean data load from a flat file or sql or simply lock and send? An estimate size of your record set would also help.
    I get 30 million records into an ASO cube in about 5 minutes from SQL using load rules. This is in 11.1.2.1.
    Thanks,
    Nathan

  • Export - import between ASO and BSO cubes of different structure

    Hi everybody!
    I have a 'large' ASO cube with information for a period of several years.
    I need to be able to load a smaller slice (e.g. one quarter) from the 'large' cube into a BSO cube with a different (simpler) structure , perform calculations and then load the updated data back to the 'large' ASO cube.
    What's the best way to approach this (import - export)?
    Thanks in advance,
    Alex

    Hi GlennS,
    Hello and thank you again for the help.
    I'm running version 9.3.1
    The ASO cube has 12 dimensions plus 8 attribute dimensions.
    The BSO cube - 8 dimensions plus 2 attribute dimensions.
    Data size:
    The ASO cube is about 1 GB, about 16 M input level cells. Only about 10 % of it will be extracted and loaded into the BSO cube.
    The BSO cube is ~ 300 MB fully calculated. 300,000 existing blocks
    I prefer not to load the BSO cube from the same source as because ASO cube contains not only the source data, but also modifications - for example - allocations etc. I would like to keep these modifications and to be able to load (modified) data to BSO, make additional modifications and then 'save' the modified data back to the ASO.
    How should I approach loading data back to the ASO? I will need to 'replace' a slice of ASO cube - delete the 'old version' cells and load new version from the BSO cube.
    Thanks,
    Alex

  • Using AGG/CALC DIM function in the BSO target cube of Transparent Partition

    Hi,
    Is it possible to use AGG("dimension") on a dimnesion in the BSO cube that is a target cube for a BSO-BSO Transparent Partition/
    I have created the partition area with 3 dimensions, one being 'Source'. 90% of the source members are being refrenced from source to target via that transparent partition. But I still have the 10% Source members in the target cube that need to roll up to the 'Source"(along with the 90%) for correct aggregation.
    When I try to use AGG("Source") in a FIX statement that's within the partition area, I get the following error:
    Error: 1042013 Network error [10054]: Cannot Receive Data
    Error: 1042012 Network error [10054]: Cannot Send Data
    Can I not aggregate the dimension in the Target cube?
    Thanks

    Hi,
    We have the same problem.
    I try to create transparent pertition between BSO (as a source) and ASO (target) and have the same warning message.
    Just to eliminate possible effect of outline complexity I created very simple DBs with the following outlines:
    __For ASO:__
    mes1
    mes2
    Measures
    prd1
    prd2
    Products
    Actual
    Adjustment
    Scenarios
    __For BSO:__
    mes1
    mes2
    Measures
    prd1
    prd2
    Products
    Adjustment
    Scenarios
    In addition to the message I have the following behavior - ASO has data in "Actual" scenario, BSO has data in "Adjustment" scenario. Before partition definition I can see the data in the right places, but when the partition created, Actual data disapeared from report of ASO. It is still in the database, and when the partition removed - appears again.
    Any ideas?
    Thank you in advance,
    Alexey

  • Transparent Partition Between ASO & BSO

    Hi,
    I am trying to define a Transparent Partition between an ASO (Source) & a BSO (Target) cube.
    My ASO cube has 16 dimensions, BSO has 12 dimensions. The matching 12 dimensions are identical.
    The data from the source should be taken from all levels of the 12 matching dimensions and Highest level data of the non matching dimensions.
    Is this doable?
    Is there any special syntax in partitions definitions?
    Appreciate your thoughts.
    Thanks,
    Ethan.

    Glenn,
    Thanks. It's working. I created the partition manually, kept void for all the 4 missing dimensions.
    When I have to write the script, I am not sure how to specify that in the script
    mapped targetAreaA ("Dim1") to (Void)
    mapped targetAreaA ("Dim2") to (Void)
    mapped targetAreaA ("Dim3") to (Void)
    mapped targetAreaA ("Dim4") to (Void);
    or
    mapped targetAreaA ("Dim1", "Dim2", "Dim3", "Dim4") to (Void, Void, Void, Void)
    Are these correct syntaxes?
    Appreciate your thoughts.
    Thanks,
    Ethan.

  • MDX / BSO calculations with transparent partitions - Recursive reference

    Hi Everyone,
    I am using Essbase v11.1.2 and have an empty ASO cube that has transparent partitions to several ASO source cubes. However, I would like to use MDX in the target ASO cube to pull data from one cube, but make it available to all queries from other cubes.
    Eg. Empty Target ASO cube TrgtASO has VOLUMEmetric and versions Ver1, Ver2 and Ver3. I have 3 ASO source cubes for each version.
    SrcASO1 is only cube with volume data
    SrcASO2
    SrcASO3
    I had created a metric called "Vol-All versions" in the TrgtASO cube and tried to use MDX fornula ([Version].[Ver1],[Measures].[VOLUME]) so that no matter what version is selected, the data will always be from SrcASO1.
    It works if I have all data in one cube and load data only into Ver1. However, for performance and query reasons, I need to put each version into it's own cube.
    My question is do transparent partitions allow recursive retrieval of data?
    I.e. If I log into TrgtASO cube and pull metric "Vol-All versions" but have either Ver2 or Ver3 as the version, is there an MDX formula that will pull the volume from Ver1 cube?
    Any assistance would be greatly appreciated.

  • MAXL and Transparent Partition

    Hello,
    I am actually working on the Hyperion Essbase EPM 11.1.2
    I am trying to create a transparent partition using a MaxL command:
    When I create manually this partition (using EAS): This is validated and data are copied.
    When I run the MaxL: The partition, appear but it seems to be broken, I can only repaire or delete the new partition.
    If I try to repair it (in EAS), It does not work. I don’t manage to link my partition to source and target database.
    I have used with two different users : Admin (native directory) and another user (admin access).
    Thanks for your answer,
    Arthur.

    Hi,
    What the error message you are getting.
    When you create a partition via Mxl editor it will open the interface to create the partiton. Check this Mxl with your mxl.
    Thanks,

  • DynCalc And Transparent Partitions

    Following Problem:We have a big cube (13 dimensions!!!)covering 5 years of data, which i build up every month (for performance reasons). The 5 years are members of a separate (sparse) dimension.I also have a scenario dimension (sparse) including members like actual, forecast, LastYear (DynCalc), variance (Dyncalc),...Now I think of splitting the cube in 5 single cubes, one for each year (including the scenarios actual and forecast) that should serve as the data sources in a transparent partition.The data target should be a cube with all 13 dimensions (including all years!) and all scenarios (incl. the dynamically calculated ones). Unfortunately a retrieve on e.g. the member "lastyear" (DynCalc) shows a very low performance!Any ideas?(BTW: all 13 dimensions are necessary....)

    Depending on how much physical memory you have, bump up your Index Cache. You will also want to bump up your CALCCACHEHIGH to 199999999. Refer to this setting in all your memory intensive calc scripts. Unfortunately, using transparent partitioning adds a layer of overhead to data retrieves. If you have ample storage space, try changing the member option to dynamic calc and store. This will help out the performance for next user who retrieves this data. I have a very similar model. Less dimensions but some huge hierarchies.

  • Transparent Partition Mapping Error

    I havd an ASO source cube and BSO target cube
    Source Dimensions:-
    Periods
    Account
    Company
    CostCentre
    Product
    Target Dimensions
    Periods
    Account
    FiscalYear
    Scenario
    Company
    CostCentre
    Product
    Using MAXL I create a partition but I cannot get the mapped area to work correctly. the syntax I am using is :-
    create transparent partition 'SOURCE'.'GrpSrc'
    area '@DESCENDANTS("Periods"), @IDESCENDANTS("Account"),@IDESCENDANTS("Company"),@IDESCENDANTS("CostCentre"),@IDESCENDANTS("Product")' sourcearea
    to 'TARGET'.'GrpTgt'
    area '@LEVMBRS("Periods","Lev0,Periods"),@IDESCENDANTS("Account"),@IDESCENDANTS("Company"),@IDESCENDANTS("CostCentre"),@IDESCENDANTS("Product")' targetarea
    mapped targetarea('"Actual"') to ('')
    mapped targetarea('"CY"') to ('');
    The partition is not being created correctly because the extra dimensions in the target cube [Scenario and Fiscal Year] are not mapped
    Please let me know what I should be doing to get this to work!
    Essbase 11.1.2.1
    Many thanks

    Hi ,
    This error generally comes when there is an extra dimension in the target datasource.
    Yes, you can create a transparent partition between databases having different numbers of dimensions. In your case, you have to create a mapping from 'void' to a member in your extra dimension (i.e. 'Actual') in the target. There is an example in the DBAG.
    see the section on this page headed "Mapping Data Cubes with Extra Dimensions": http://download.oracle.com/docs/cd/E17236_01/epm.1112/esb_dbag/dotprtbd.html.
    Thanks,
    KKT
    http://www.knowhyperion.com

  • Essbase Transparent partitions error

    Hi!
    I'm facing the following error in essbase
    Essbase database error 1023040: msg from remote site [[Wed May 22 11:14:36 2013]preicostos66/PS09/PS09/admin@Native Directory/Warning(1023011) Error asigning remote member [OBJ_537].]
    msg from remote site [[Wed May 22 11:14:36 2013]preicostos66/PS09/PS09/admin@Native Directory/Error(1040023) Unvalid network data.
    The situation is the following
    Three applications have Transparent Partitions PS2008 PS2009 & PS2010 (sources)
    These were referenced in only one application PS (target) with extra dimention (YEAR)
    PS outline is member complete but when retrieved any data that is not in the PS2009 outline unexistent member it shows the error.
    Please help
    Oscar

    Hi-
    It wouldn't be matter if members in current BSO cube partitioned to members existing in historical ASO cube. But if you want to retrieve new members that exist in BSO cube and don't exist in ASO historical cube, it won't show any value since it doesn't exist in the historical cube and of course the partition area from BSO to ASO can't be updated except when you want to map it to another member.
    Regards,
    Will
    Edited by: William Lesmana on 22-Jan-2009 02:37

  • Transparent Partition Issue

    Hi All,
    We have Planning BSO cube and it has 16 dimensions (Had to go with that many dim, although the max. is 10), and the aggregation process took abt 1.30 hrs, we've tried all possible fine tuning.. considering the no. of dims, it's fairly ok.
    Now the client wants all the HFR reports to be in real - time, so we've created a reporting cube (ASO) with exactly same dimensions and members, created a transparent partition mapping only level 0 members, and expected it work like once the level 0 members are mapped, it'll automatically aggregate to the parent members since its "ASO".
    Can you please let me know whether this logic will work or I've to go to replicated partition?
    Forgive my ignorance if my judgement is completely wrong.
    Regards,
    Rajeevan D
    Edited by: 865958 on Jun 14, 2011 10:54 PM

    Your question jumped from what sounded like data not being replicated in the partition to the outlines getting out of sync. I'm guess the latter is more likely a problem.
    Is the partition on ASO? BSO -> ASO partitions need to be manually synchronized.
    Regards,
    Robb Salzmann

Maybe you are looking for

  • What is this message: Base Line Date for rule 11 not set ?

    Hello all, I am doing some test. Cenario: I need to create a Scheduling Agreement in transaction: VA41 The material I am using to create the VA41, I have just created. I created in MM01 the views: Basic Datas 1 and 2, Sales View 1,2 and 3 and Account

  • How to move offline form from SAP dev to QA and Production environments?

    I developed and Adobe Form that can be used offline - steps in development are as below: 1. Webservice generated out of a BAPI in SAP. 2. WSDL generated from SOAMANAGER transaction code and kept on a newtowrk folder 3. Used this WSDL to prepare the f

  • External Hard Drive Not Showing Files

    Hi. I'm really in a panic right now because school starts tomorrow and a problem occurred with my external hard drive today. Before I start, I would like to clarify that I use a Macbook Pro 15" (not Retina Display). Here is what happened: Around 6 mo

  • Regarding : Selecting the adapter type in ID

    Hi, While creating the scenario in Integration Directory using wizard we will get an option of selecting sender adapter type & receiver adapter type. But while creating  manually , I am not getting the option of selecting the adapter type. Please spe

  • Synchronization does not stops

    Hi all After installing MI, MAM etc, during the Synchronization for the data (5000 measurement points), the data comes but the Synchronization does not stops or takes a very long time to stop. Confirmed about the data by tracking the memory and also