Unable to create ASO cube with 120 attributes in Essbase

Hi All,
Currently we have requirement to build the ASO cube contains 6 hierachies and they wants to include all the columns of three relational tables.So,I adding all the columns as attributes to three of each hierarchies because they are all descriptive of each dimension.
Now when I am trying build individually its wroking fine,When I am combining its throws an error "Network Error.Cannot close the cube".I seen in Essbase limitations that it will allow upto 256 dimensions however in my scenerio it is not accepting even 140(including all).
Can some one assist is there any possible solution to build the cube.
For your reference
Using Essbase studio tool to deploy cube in Admin console
Windows environment and SQL Server 2005 database
Thanks in Advance

"D:\ Huperion\Analytics\Bin\libdb42.dll"
Is that a typo or is your path "Huperion" instead of "Hyperion"?
I could see where that might cause a problem.

Similar Messages

  • ASO Cube with attributes very slow in retrieval

    Hi,
    I have a ASO Cube with 5 base dimensions and 8-9 attributes on the entity dimension. I have only 5-6 measures, which do the averages and counts based on the 40 day period. Howere, the data is loaded at the 15 minute increment
    Entity
    Date - (date-time, lowest level being date)
    TIme - ( 15 minute time for the full 24 hour period, has a attribute assocuated with oit)
    LocationType
    Measures.
    The sample formula is
    IIF(Islevel([Locations].CurrentMember,0), Avg(CrossJoin({[Measure].[Sale]},{[DateDim].CurrentMember.lag(40):[DateDim].CurrentMember})),Missing)
    Is there a way, i can have this calculated as a part of the script? DO you suggest i create a BSO, to do these calculations and pass on the result.
    In OBIEE, the report is to display the followung based on the date input.
    Entity Gen7, Entity Gen 6..... Entity Gen 2, Attr1, Attr2, Attr3, Attr4, Attr5, Attr6, Attr7, Measures

    2 things I would look at
    1st - I don't know how much performance you would get out of this, but I'm not clear why you are using a crossjoin in your MDX, it seems unnecessary and may cause more overhead. The following should work, you could also try using IsLeaf instead and see if that is any faster
    IIF(Isleaf([Locations].CurrentMember),
    Avg({[DateDim].CurrentMember.lag(40):[DateDim].CurrentMember},
    [Measure].[Sale], INCLUDEEMPTY)
    2nd - your problem mostly revolves around the fact that you are running a 40 member sum/avg for every member you are querying. It also sounds like the average is at the Day level, which is not level 0. So for all forty days, ASO also has to calc the results of each of those days. Remember that aggregations only get you so far, you should really think of everything in ASO as dynamic and that is why you can see what you have set up is not going to work that well, it is too calc intensive.
    I don't know how practical this is, but to get this to work fast you would probably need to break out the 15 minute increments below the day level to another dimension so the day level becomes a stored level zero member. The 15 minute increment dimension should also be stored. If at all possible you would want to have an alternate stored hierarchy with the 40 days you want to base the average on. Enable alternate hierarchies in your aggregations, then change your MDX calc to be based on the parent of the 40 day hierarchy divided by 40. That would be fast.
    I suppose you could opt to not break out the 15 minute increments and just have the shared hierarchy made up of the 15 minute increments that are below the 40 days. That would still give you a good stored subtotal that with some query hints you could get optimized.

  • Unable to create the type with the name 'MSORA'. (Microsoft.SqlServer.ManagedDTS)

    I am attempting to use the Integration Services Import Project Wizard within Microsoft Visual Studio and am getting this error
    Unable to create the type with the name 'MSORA'. (Microsoft.SqlServer.ManagedDTS)
    upon Import.
    Can anyone shed some light for me on this cryptique error message?
    Thanks for your review and am hopeful for a reply.

    If you have the SSIS and SSDT (BIDS) installed then
    I believe the DTS assemblies got derigistered, a typical outcome of corrupted software, so a full re-install would be the best option. VS +SQL Server  + more
    Otherwise, as a quick fix try to
    reference the SSIS assemblies, like Microsoft.SQLServer.ManagedDTS.dll + more.
    They are by default in C:\Program Files\Microsoft SQL Server\<number>\SDK\Assemblies.
    Arthur
    MyBlog
    Twitter

  • Unable to create the type with the name 'ODATA'

    On a test server with VS 2012 and SQL 2012 installed, I have created an SSIS project in project deployment mode. In the packages of the project I use the Odata source for SSIS. The packages run fine in VS 2012. But when I deploy the package to the Integration
    Services catalog on the same server as where I am running VS 2012 I get a deployment error:
    ‘Failed to deploy project. For more information, query the operation_messages view for the operation identifier '25084'.  (Microsoft SQL Server, Error: 27203)'
    When I read this message from the SSISDB database, I see the problem with ODATA.
    use SSISDB
    go
    select * from catalog.operation_messages where operation_id = 25084
    --Failed to deploy the project. Fix the problems and try again later.:Unable to create the type with the name 'ODATA'.
    As I said: the packages with the Odata run without error when tested from within VS2012 on the SAME server. When I deploy the project from Visual Studio I get the error. 
    For completeness: I have also tried deployment from VS2012 to another server where the SSIS Odata source has bene deployed. Also to no avail.
    Jan D'Hondt - SQL server BI development

    The next possiblity for me was to convert the project to Package deployment and see what the result I get. I have converted my project with package connections from project deployment to Package deployment. Then I deployed the package on the server in MSDB
    catalog from SSIS. I.e. I connect with SSMS to Integration Services as an administrator and under the MSDB folder I added a new folder for my package. I then imported the dtsx into the mdsb package store. The Import worked. Still from within SSMS and connected
    to the Integration Services, i right-clicked on the package in the MSDB store and selected 'Run package'. In the Execute Package dialog window, I clicked on 'Execute' and the package actually ran. The Odata connector was opened, it read the data and imported
    into my database.
    This experience made me realize what the real culprit  was: The OData connector is a 32-bit connector in SQL Server 2012. 
    To prove this: with SSMS I connected to the SQL database server and in the Integration services catalog, i right-clicked on the package that was deployed in Project deployment mode, then selected 'Execute...'. In the execute dialog windo in the 'Advanced'
    tab I checked 32-bit runtime. And the package ran.
    To wrap it all up:
    The Project deployment will work, but not with the Odata source as project connection. The Odata connection must be defined in each package as a package connection.
    Run the deployed packages in 32-bit mode on the server
    Jan D'Hondt - SQL server BI development

  • Unable to create Business System with role Integration Server

    hi Experts,
    we are unable to create a BS with role of integration server, its throwing error with internal server 500.
    please advise. we do not have any issues while creating TS with role of WEBASABAP.
    thanks and regards,
    Kesava
    Edited by: Prateek Raj Srivastava on Jan 23, 2012 12:13 AM

    Hi Kesava,
    what is the purpose of creating a business system of type IS? This is automatically done in the post installation by CTC templates. So if the post installation is successfully executed, this should already be there. And if not you should check if the post installation was properly executed and if there where problems analyse why they occured.
    The creation of the BS is just one part of the game, so I would highly recommend to execute the hole post configuration via template or follow the help.sap.com and execute it step by step manually in the described order. Otherwise i guess this will not work.
    If there where just problems with SLD - please also have a look at SA Note 1117249 - Incomplete Registration of PI components in SLD
    best regards,
    Markus

  • Creating a cube with more than one dimension

    I have been able to create a cube with one dimension using our own data. I am able to view data from this cube in Cube Viewer and in a presentation created with BI Beans in JDeveloper.
    However, I have been unsuccessful in doing this when creating a cube with two dimensions. What am I missing?
    I have been using OEM to create the dimensions and cubes, etc. in a 9.2.0.4 database.

    You can use Analytic Workspace Manager 10.1.0.4 to create analytic workspaces (MOLAP) in Oracle OLAP 10.1.0.4. The Model View in this GUI tool utilizes the OLAP AW Java API that was introduced in Oracle OLAP 10g. This Java API fully abstracts the logical dimensional model from physical design.
    OWB Paris, which is currently in beta, likewise uses the OLAP AW API to create AWs. In addition, it can create ROLAP cubes via the OLAP Catalog CWM2 APIs. This is a change in APIs as the previous version used CWM1/Lite like Enterprise Manager. Also, for ROLAP cubes OWB Paris will automatically include MR_REFRESH in its scripts and will call the appropriate DBMS_ODM package in order to create materialized views.
    As for tutorials for creating a star schema, check with the Oracle Warehouse Builder forum.
    OWB Forum:
    Warehouse Builder

  • Aso cube size after migration to essbase 9.3.1

    Hy,
    Our Aso cubes size after migration from essbase 7.1.2 to 9.3.1 are double and more.
    Do you have any suggestion?
    Thank you.
    Lorenzo

    You could try Essbase Security Dumper (ESD), available for download on www.dougware.com. It will export users, groups, and filters into a text dump that is easily read/modified and updated to another server.
    Caveats: only works with native security, and assigns random passwords to users that are created (a log file shows all upload tasks which can be used to look up the password assignments).
    It may help, although it's obviously not going to eliminate all the effort, as I don't believe there is a tool that will migrate native passwords from one box to another.
    There are other security tools available there that can help recover individual databases and such.

  • Creating 3d Cube with Custom Texture in CS6

    Hi All,
    Spent the whole day at work, trying to figure out how to create a 3d box in CS6 with custom texture. Before explaining my problem, i saw couple of good 3d onject videos already, they helped me alot and i am close to my target but yet not finished
    Problem:
    I would like to create a 3d product box with custom textures, reflection and shadows. I have my top, front, back and side images in high quality.
    My Solution:
    1- With my box TOP image, i create the 3d layer.
    2- Because it creates the box with the top image looking front, i position it as the top image comes to the top of the box.
    3- I resize the box to the dimensions i would like to.
    4- Side, front and back textures are missing. As its a custom made box, i can only add all of them in one image so i merge them vertically in a file and add the texture in 3d section
    5- With UV scaling, i fit the image perfectly
    6- Adding light and reflections
    7- Render
    Now the main problem is, my images have the exact measures of the real product box and i would like to create a box with these dimensions.
    1- How can i play with the dimensions of the 3d box with numbers, such as pixel or cm ? As i can see, its only with %. Or is there an option so when i add the second image (side, front and back, merged), box's length dimension changes accordingly?
    2- How can i create 3d box and add different textures to different part of the box? I found CUBE MESH PRESET in the forums but no download link, EVEN IN THE DISCCUSION itself
    3- I have a i5-3570 , 8GB Ram, 1GB Radeon HD7750 at work, newly built. I work with high resolution files, and when i create my box and render it, some parts come out blur, why this is happening? At home i have a older PC, and it doesnt happen that much. Where i can modify the render quality or such a thing if it exists?
    Thanks in advance, this bugs me alot, if someone helps with this, i will be really happy !
    Buri

    The long and short version is: Use a 3D program. Blender is free, after all.
    1- How can i play with the dimensions of the 3d box with numbers, such as pixel or cm ?
    You can't. All units in PS are relativeand normalized to the scene.
    2- How can i create 3d box and add different textures to different part of the box? I found CUBE MESH PRESET in the forums but no download link, EVEN IN THE DISCCUSION itself
    That's what 3D-programs and UV layout tools are for. Creating an unfolded cube UV set is a 10 second thing. Here's one: http://www.mylenium.de/_temp/uv_box.zip.
    Where i can modify the render quality or such a thing if it exists?
    Select the Scene root to change the render mode and quality and also check the 3D section in the prefs.
    Mylenium

  • MDX query performance on ASO cube with dynamic members

    We have an ASO cube and we are using MDX queries to extract data from that cube. We are doing some performance testing on the MDX data extract.
    Recently we made around 15-20 account dimension members dynamic in the ASO cube, and it is taking around 1 and a half hour for the query to run on an empty cube. Earlier the query was running in 1 minute on the empty cube when there were no dynamic members in the cube.
    Am not clear why it takes so much time to extract data from MDX on an empty cube when there is nothing to extract. The performance has also degraded while extracting data on the cube with data in it.
    Does dynamic members in the outline affect the MDX performance? Is there a way to exclude dynamic members from the MDX extract?
    I appreciate any insights on this issue.

    I guess it depends on what the formulas of those members in the dynamic hierarchy are doing.
    As an extreme example, I can write a member formula to count every unique member combination in the cube and assign it to multiple members, regardless if I have any data in the database or not, that function is going to resolve itself when you query it and it is going to take a lot of time. You are probably somewhere in between there and a simple function that doesn't require any over head. So without seeing the MDX it is hard to say what about it might be causing an issue.
    As far as excluding members there are various function in MDX to narrow down the set you are querying
    Filter(), Contains(), Except(), Is(), Subset(), UDA(), etc.
    Keep in mind you did not make members dynamic, you made a hierarchy dynamic, that is not the same thing and it does impact the way Essbase internally optimizes the database based on Stored vs dynamic hierarchies. So that alone can have an impact as well.

  • ASO Cube with BSO Partition as a Target

    Hi,
    Can someone please explain me the following because after reading different blogs as well as some other Essbase documents I am not able to understand,
    What is the actual use of having a BSO Transparent partition (target) of an ASO cube (source)?
    How exactly does the Write-Back functionality works if I have a BSO Transparent partition (target) of an ASO cube (source)?
    And lastly, in what business scenario one would implement a BSO Transparent partition (target) of an ASO cube (source)?
    Your help is much appreciated.
    thanks,
    fikes

    I have a situation where I have a BSO (target) on top of an ASO (source).  This was to try and resolve the dynamic time series (where time and periods are in different dimensions).  The DTS works almost great in the BSO partition.
    The other problem (or why we wanted to go to ASO) was that BSO cubes do not handle attributes across partitions (we have quarterly data in transparent partitions) to the target cube. -- but we do have dynamic time series.
    What I'm facing now it that the attributes work in the BSO (target) except when using a dynamic time series.
    The attributes are defined in both the BSO and ASO cubes.
    Any suggestions on how to handle attributes AND dynamic time series ?

  • Unable to create a task with DAQmx: error -89136

    Hello,
    I am trying to create a task with DAQmx_CreateTask using C API on a PCIe 6535 device (using driver DAQmx 9.5.5 under Windows7), but I get the following error code:  -89136 [DAQmxErrorRouteNotSupportedByHW_Routing], although this function works on another PC with XP.
    The driver 9.5.5 seems to be correctly installed (MAX autotests on device work fine)
    Thanks for help
    amse

    This is the french speaking part of the forum, maybe you'd get better luck to obtain a good answer in the general section.
    To answer your question directly, I'd say check the options/parameters you're using because the error message clearly states that the way you're setting the physical channels / routing is not supported.
    Never used the C API so I can't really help you more than this.
    Hope this helps
    When my feet touch the ground each morning the devil thinks "bloody hell... He's up again!"

  • SecurityException: Unable to create temporary file with applet

    My applet tries to write a temp file
    try {
              File temp = java.io.File.createTempFile("student", ".log");
              strFilename = temp.getAbsolutePath();
    } catch (IOException e1) {
              e1.printStackTrace();
    }But when I run, it throws an exception:
    java.lang.SecurityException: Unable to create temporary file
    I tried to sign the applet, as to http://www.developer.com/java/data/article.php/3303561 but it's still the same.
    There's another way: using java.policy,
    grant {
      permission java.security.AllPermission;
    };but it seems to be not very gentle. Could you show me the solution please? Thanks in advance.
    Cheers,

    Yes, that's what I found. Here is the summary to do it, hope it helps someone else:
    1. Create key for signed jar:
    keytool -genkey -keystore abc.com -keyalg rsa -dname "CN=Abc, OU=Def, O=GHI, L=KLMN, ST=OP, C=XY" -alias TheCert -validity 3600 -keypass password -storepass password2. Make jar file
    3. Sign the jar file
    jarsigner -keystore abc.com -storepass password -keypass password -signedjar SignedAppletTest.jar OrgAppletTest.jar TheCertIt works for me.
    I'd like to thank harmmeijer and everyone who interests.
    Cheers,

  • Unable to create elemt entry with APIf or element with formula validation

    Hello Im trying to create an element entry that has validation for the input value. The element name is Mortgage Loan Disbursment
    The input values are :
    Disbursment amount (user enterable)
    Total Installements(user enterable)
    and there is a validation for the total installment called 'Mortage Loan Validation' which does a check from the global value MORTAGE_LOAN_INST
    Im getting the error below:
    My question is which parameter do i have to use in the API to create the element sucessfully
    SQL> declare
    2 l_effective_start_date date;
    3 l_effective_end_date date;
    4 l_element_entry_id number;
    5 l_object_version_number number;
    6 l_create_warning BOOLEAN;
    7 begin
    8 pay_element_entry_api.create_element_entry
    9 (
    10 p_validate => FALSE
    11 ,p_effective_date => '02-APR-1992'
    12 ,p_business_group_id =>361
    13 ,p_assignment_id => 18141
    14 ,p_element_link_id => 141
    15 ,p_entry_type => 'E'
    16 ,p_input_value_id1 => '198'
    17 ,p_input_value_id2 => '199'
    18 ,p_entry_value1 => '34286707.82'
    19 ,p_entry_value2 => '120'
    20 ,p_entry_information2 =>'Mortage Loan Validation'
    21 ,p_effective_start_date => l_effective_start_date
    22 ,p_effective_end_date => l_effective_end_date
    23 ,p_element_entry_id => l_element_entry_id
    24 ,p_object_version_number => l_object_version_number
    25 ,p_create_warning => l_create_warning
    26 );
    27
    28 commit;
    29 end;
    30 /
    declare
    ERROR at line 1:
    ORA-20001: Data MORTAGE_LOAN_INST not found at line 14 of Mortage Loan
    Validation
    Cause: A SQL SELECT statement, obtained from the application dictionary,
    returned no rows when executed.
    Action: Please refer to your local support representative.
    ORA-06512: at "APPS.PAY_ELEMENT_ENTRY_API", line 890
    ORA-06512: at line 8
    SQL>

    I think the error is occurring because a database item within the formula has returned no row, contrary to its 'NOTFOUND_ALLOWED' flag.
    Depending on the nature of the database item, there could be a variety of reasons for that, but one possibility is that it is relying on the presence of a session date in order for the DB item value to be found. So, if prior to calling the api, you create (or update) a row in fnd_sessions for your session with the effective date set to the effective date input parameter value, you might get some success.
    Clive

  • Printing PDF's from Autocad, but Unable to create PDF's with layers

    I need to create PDF's where I can layer voice, data, and wireless coverage areas on seperate layers, but but have been unable to figure out how to do so. I can export and plot pdf's, but there isn't an option for creating layers, at least that i can find. I have researched and found that there should be some sort of create Adobe PDF button, but no such button seems to exist. I would really appreciate any insight that anyone could give me. Thanks!

    Good day,
    Do you have Adobe Acrobat X Professional installed?  PDFMaker, the Adobe PDF icon you were referring to, will install into AutoCad 2008 and later with Acrobat X  Converting via PDFMaker should preserve your layers.
    Kind regards,
    David
    Acrobat Community Manager
    Adobe Systems

  • Unable to create change order for Operational attributes

    Currently we are in 11.5.10 E9 patchset.
    Product : Advanced Product Catalog
    Unable to find create change order button for any of the operational attributes page.
    Steps to reproduce :
    1.Switch to 'Development Manager' resp
    2.Navigate to 'Item Catalog' > 'Item simple search'
    3. Enter criteria to find an engineering item
    4. Navigate to the item details page.
    5. Select 'Inventory' or 'Manufacturing' or any other page.
    Could not find the create change order button.
    The profile option 'ENG: Engineering Item Change Order Access' is enabled to YES.
    Also, these operational attribute pages are not listed in Change order screen.
    Any pointers on this issue pls.
    Thanks in advance.
    Kumar.

    Dear Friend,
    Please check following config,
    1. Document pricing procedure assignment to ORDER TYPE ( VOV8 under Transaction flow for field Doc.Pric. Proc is
       maintained or not )
    2. Customer Pricing procedure assignment ( In Customer Master data under SALES Tab for Field  Cust.Pric. proc. is mainatined
          or not )
    3. Pricing procedure determination (Sales Area + Document pricing procedure + customer pricing procedure)
    4. Also chcek the condition is maintained for this combination.
    Regards
    AJIT K SINGH

Maybe you are looking for

  • I have OS X 10.5.8. How do I upgrade to the next OS X?

    I have OS X 10.5.8. I want to upgrade / update to the next OS X. Firstly, which OS X is the latest that I can use for a MacBook Pro 5,1?

  • My iPod Touch 2G doesn't rotate in Safari

    I have resetted the iPod compeltely. I have resetted the settings. It still won't rotate. And I can't double tap home to bring up the multitasking bar because I don't have one! I don't know how to fix this and it's driving me crazy!

  • How to Save data from HR_INDVAL BADI

    hI I M USING THE ABOVE BADI FOR CALCULATION OF BONOUS FOR INFOTYPE 15  .... IT IS CALCULATING VERY WEL BUT DATA IS NOT GETTING SAVE IN PA0015 . KINDLY HELP ME REGARDS AMMAD

  • Advanced Pricing - updating modifiers

    Hi, Can one please help me if you got any idea about the follwoing? I have a requirement of updating the Qualifiers of Modifiers and creating New Qualifiers for the existing modifiers. I know I can use the "QP_Modifiers_PUB.Process_Modifiers" public

  • Audio doesn't sync with video.  Any suggestions?

    When I watch a TV show or movie on iTunes the audio moves much faster than the video.  Very distracting.  Suggestions for fix?  I have the latest version of iTunes.