Essbase ASO Dimbuild error

Hi All,
I need help again, I'm doing a dimension build of three dimensions on a v11.1.2.1 and I get an error.
This is an Aggregate Storage cube, the initial steps I do is, I unlock all objects, reset the cube to clear data and then clear aggregates.
I then disable connections to the cube, and then start building dimensions, below is the spool file with the errors:
MAXL> alter database ADCPPL.ADCPPL unlock all objects;
OK/INFO - 1056023 - Database ADCPPL.ADCPPL altered.
MAXL> alter database ADCPPL.ADCPPL reset;
OK/INFO - 1013022 - All data of database [ADCPPL] has been cleared by User [anindyo.dutta@].
OK/INFO - 1013273 - Database ADCPPL.ADCPPL altered.
MAXL> alter database ADCPPL.ADCPPL clear aggregates;
ERROR - 1270028 - Cannot proceed: the cube has no data.
MAXL> alter application ADCPPL disable connects;
OK/INFO - 1056013 - Application ADCPPL altered.
MAXL> import database 'ADCPPL'.'ADCPPL' dimensions from server data_file '/hypdata/deloitte/20110920160616_CPPLEntityExport.txt' using server rules_file 'Ent_DRM' on error write to '/hypdata/deloitte/CPPLEntity_dimbuild.err';
OK/INFO - 1053012 - Object [ADCPPL] is locked by user [anindyo.dutta@].
ERROR - 1007083 - Dimension build failed. Error code [1090004]. Check the server log file and the dimension build error file for possible additional info..
ERROR - 1241101 - Unexpected Essbase error 1007083.
OK/INFO - 1053013 - Object [ADCPPL] unlocked by user [anindyo.dutta@].
MAXL> import database 'ADCPPL'.'ADCPPL' dimensions from server data_file '/hypdata/deloitte/20110921142309_CPPLChannelExport.txt' using server rules_file 'Chnl_DRM' on error write to '/hypdata/deloitte/CPPL_Channel_dimbuild.err';
OK/INFO - 1053012 - Object [ADCPPL] is locked by user [anindyo.dutta@].
ERROR - 1007083 - Dimension build failed. Error code [1090004]. Check the server log file and the dimension build error file for possible additional info..
ERROR - 1241101 - Unexpected Essbase error 1007083.
OK/INFO - 1053013 - Object [ADCPPL] unlocked by user [anindyo.dutta@].
MAXL> import database 'ADCPPL'.'ADCPPL' dimensions from server data_file '/hypdata/deloitte/20110919140317_CPPL_Account_Export.txt' using server rules_file 'acct_DRM' on error write to '/hypdata/deloitte/CPPL_Account_dimbuild.err';
OK/INFO - 1053012 - Object [ADCPPL] is locked by user [anindyo.dutta@].
ERROR - 1007083 - Dimension build failed. Error code [1090004]. Check the server log file and the dimension build error file for possible additional info..
ERROR - 1241101 - Unexpected Essbase error 1007083.
OK/INFO - 1053013 - Object [ADCPPL] unlocked by user [anindyo.dutta@].
MAXL> alter application ADCPPL enable connects;
OK/INFO - 1056013 - Application ADCPPL altered.
MAXL> logout;
When I search on the error code 1007083 and 1090004, and I see something related to opening a file:
Essbase Error 1090004 - Unable To Open File [%s]
Essbase Error 1007083 - Dimension build failed. There are many possible causes (for example, problem allocating memory). Check the server log file to locate the error that caused the failure.
I checked the Essbase server log, and I do not see anything helpful.
Can anyone tell me what the issue could be, if you have seen such errors before?
Thanks,
Anindyo

Are the files under the Essbase Server?
If yes, try replacing your import database scripts without showing the file path.
One of your lines:
import database 'ADCPPL'.'ADCPPL' dimensions from server data_file '/hypdata/deloitte/20110921142309_CPPLChannelExport.txt' using server rules_file 'Chnl_DRM' on error write to '/hypdata/deloitte/CPPL_Channel_dimbuild.err';
Replace it with:
import database 'ADCPPL'.'ADCPPL' dimensions from server data_file '20110921142309_CPPLChannelExport.txt' using server rules_file 'Chnl_DRM' on error write to '/hypdata/deloitte/CPPL_Channel_dimbuild.err';
Cheers,
Mehmet

Similar Messages

  • Essbase ASO Calculation Issue

    Hi All
    I am writing a calculation for a client to copy one version to another version for an Essbase ASO application.
    It seems to work correctly when my POV is set on a smaller datapoints. Hower it seem to have issues when fixed on larger datapoints.
    The calculations is pretty simple
    [ActualFinal] := [ActualWorking];
    I tried creating and running the calculation both using MaxL and Calculation Manager. However the same issue seem to occur.
    I first thought it might have been an implied share issue, but further investigation, it doesn't seem to be the issue as I can get the data copied using a smaller POV.
    The client is on version 11.1.2.3 of Essbase.
    Any one have any thoughts of what may be causing this?
    Thanks
    Jimmy

    I had this issue in 11.1.2.1. Never tried on the later versions
    FYI - Have a look at this post (http://www.network54.com/Forum/58296/thread/1359579119/MDX+Query+-+Error+127001)
    Below is an excert from the post by Joe Watkins
    Joe Watkins
    167.107.191.217
    ASO Performance
    No score for this post
    February 11 2013, 1:18 PM
    Here are the current limitations as I see them when trying to go ASO only:
    - These scripts are not as fast as calc scripts
    - performance is worse when users are on the system
    - Cannot run these types of calcs when loads are taking place
    - need to watch for incremental slices
    - Users cannot natively execute these types of scripts
    - These scripts can be very fussy to get working
    - When I ran the exact same scripts (per my examples) as 'Calculation' versus 'Allocation' the 'Calculation' would skip random cells which was really weird and impossible to fix which is why I switched to using 'Allocation'
    In my mind the technology is not mature enough at the moment to get rid of BSO but its getting better..
    Amarnath
    ORACLE | Essbase

  • DRM providing metadata to Essbase ASO

    Does anyone have some guidelines around DRM hierarchy validation, where DRM is the provider, and Essbase ASO is the consumer.
    ASO is a bit fussy when it comes to building hierachies, like position of shared members, hierarchy type, consolidsation operators etc etc
    Thx

    Are the files under the Essbase Server?
    If yes, try replacing your import database scripts without showing the file path.
    One of your lines:
    import database 'ADCPPL'.'ADCPPL' dimensions from server data_file '/hypdata/deloitte/20110921142309_CPPLChannelExport.txt' using server rules_file 'Chnl_DRM' on error write to '/hypdata/deloitte/CPPL_Channel_dimbuild.err';
    Replace it with:
    import database 'ADCPPL'.'ADCPPL' dimensions from server data_file '20110921142309_CPPLChannelExport.txt' using server rules_file 'Chnl_DRM' on error write to '/hypdata/deloitte/CPPL_Channel_dimbuild.err';
    Cheers,
    Mehmet

  • 5200: FR Essbase Report - POV Error

    Hi All,
    One of our user (non-admin) is getting the below POV error when he tried to run a FR Essbase report,
    "5200:Error executing query :;has Pov Dims=0;pov XML=<?xml version ="1.0"?><datasources></datasources>"
    we tried the following actions as a part of trouble shooting, but nothing worked so far,
    - Verified the File --> Preferences in workspace and the POV settings is ON
    - Reset the user POV using ManageUserPOV.cmd
    - Deprovisioned & reprovisioned the user
    - Verified the user security access
    - we are able to run the report with other admin & non-admin logins
    Kindly suggest us with a solution, if you have faced this error in your past.
    Thanks,
    Siva

    Try to reset his POV using the HYPERION_HOME\BIPlus\bin\ManageUserPOV.cmd utility.
    You need to alter the ManageUserPOV.properties file to indicate his/her user ID
    JTS

  • How to export level0 data in COLUMNAR form from an ESSBASE ASO application?

    Hello,
    I am in the need to export the level0 data from as 11.1.1.3 Essbase ASO application in COLUMNAR form.
    please note that the size of the db is 6GB and report script failed.
    Is it possible? please sugesst a way.
    thanks,
    Ankit

    y dont you use report script
    few tips to for build report script when you have huge data
    1. Decrease the amount of Dynamic Calcs in your outline. If you have to, make it dynamic calc and store.
    2. Use the <Sparse command at the beginning of the report script.
    3. Use the <Column command for the dense dimensions instead of using the Page command. The order of the dense dimensions in the Column command should
    be the same as the order of the dense dimension in the outline. (Ex. <Column (D1, D2)).
    4. Use the <Row command for the sparse dimensions. The order of the sparse dimensions in the Row command should be in the opposite order of the sparse
    dimension in the outline. (Ex. <Row (S3, S2, S1)). This is commonly called sparse bottom up method.
    5. If the user does not want to use the <Column command for the dense dimensions, then the dense dimensions should be placed at the end of the <Row command.
    (Ex. <Row (S3, S2, S1, D1, D2)).
    6. Do not use the Page command, use the Column command instead.
    this will work trust me

  • Showing Annotations in Separate column in Hyperion Financial Report with source Essbase ASO

    Hi All,
    I've a Report in FR and user has to enter the comments and the entered comments should display in Column. I'm using Annotations here and created a separate column and written formula <<Annotation(cur, cur, F, cur, Desc)>>. The comment is displaying in the column, but to see the comment / annotation one has to select View -> Annotations. Is there any way to get rid of this. With out selecting View -> Annotations option can the comments directly displays in column when user opens a Report ?
    Or Is there any other way that user can enter comments in FR ? Essbase ASO cube is my source
    Thanks,
    PVR

    I don't think there is another way for that. Did you try the pdf view?
    You can try using LRO's
    Regards
    Celvin

  • Essbase Internal Logic Error [7333]

    We have a "backup" application to which we copy all of our applications' databases to every night.
    However now when we try to start the backup application we get one or more of the following errors in the log, and the app won't start:
    Unable to Allocate Aligned Memory for [pMemByte] in [adIndInitFree].
    Unable to Allocate Aligned Memory for [pTct->pTctFXBuffer] in [adTmgAllocateFXBuffer].
    Essbase Internal Logic Error [7333]
    RECEIVED ABNORMAL SHUTDOWN COMMAND - APPLICATION TERMINATING
    The other live applications that I'm copying from all start correctly. There is plenty of disk space and free memory on the server.
    I've read about other people getting these errors and tried the following:
    - Recreated the backup application (which cleared out any temporary files that might have been hanging around)
    - Validated all the other applications that I'm copying from
    It does seem to be a capacity issue because when I remove some of the larger databases from the backup application it does start. However I can't attribute the problem to an individual large database because when I copy each of them to the application by themselves then they're fine.
    I'd appreciate any ideas on what to try next... could this suggest that something's wrong with the memory chips on the server?
    Thanks
    Mark
    Update: I have used a workaround by putting half of the databases in one backup application and the other half in another application. Both of these applications start without a problem. Is there a maximum size of databases in an app? I am trying to add 21 databases with a combined .PAG file size of only 2.4GB.
    Edited by: MatMark on Nov 22, 2010 2:46 PM

    Thank you John, yes it appears to be the 2GB limit, however I'm a bit confused as to what I should be measuring that exceeds 2GB, you mentioned index cache (I assume these are IND) which total to only 140MB.
    The PAG files total to 3.7GB but these would have been greater than 2GB for a long time, before this problem started occurring.
    Anyway, case closed, I have to split these up into separate applications. Thanks for your help.

  • Accessing Essbase ASO Cube from Oracle Relational database

    Hi All,
    I am a Oracle database developer. We have a requirement where we need to access Hyperion Essbase ASO cube data directly from Relational Database. We have identified below options.
    1. Use Hyperion web service and UTL_HTTP oracle utility
    2. Use JAVA API to access ASO cube. The code of the Java, will be written in Informatica Java Transformation.
    Unfortunetly, i am not getting good resources in Google on how to do?
    Appreciate, if someone share the knowledge if they have implemented this.?

    I am not competent to recommend any particular approach but Essbase.ru has some blog entries on using XMLA / 11.1.2.2 services and a Google Code project...
    http://essbase.ru/archives/category/performance/essbase-api/xmla
    Google will translate if you don't read Russian!

  • Essbase(1001211): Report error

    <p>I'm receiving the following Essbase API error message when usingmiddleware connectting to Essbase.</p><p> </p><p>  "Essbase(1001211): Report error. The number ofColumns in the Report exceed the allowed maximum of[256]."</p><p> </p><p><ARBORPATH>/app/Include/message.txt also gives thefollowing message;</p><p><br> "##1001211 Report error. The number of Columns in theReport exceed the allowed maximum of [256]."</p><p> </p><p>I need to represent more than 256 columns.</p><p>Let me know how to resolve this issue.</p><p> </p><p> </p><p>Thanks</p><p> </p><p>Jun</p><p> </p><p> </p>

    Sure..<BR><BR>Java API snippet:<BR><BR>>>>><BR>IEssGridView gv = cv.getGridView();<BR><BR>gv.setSize(6, 360);<BR><BR>gv.setValue(2, 0, "Product");<BR>gv.setValue(0, 1, "Market");<BR>... etc ...<BR>gv.setValue(0, 400, "Dec");<BR>IEssOpRetrieve op = cv.createIEssOpRetrieve();<BR>cv.performOperation(op);<BR><<<<<<BR><BR>Tim<BR><BR>

  • Essbase Internal logic error

    Hi,
    In one our job, after loading the data files we are running a calc on the database. But we got the following error. We are Essbase 6.5.1. This is a daily job where we load the data files & calc the database & in the past didn't run into any issues.
    Can someone help me understanding what went wrong here?
    [Sun Mar 01 22:17:59 2009]Local/Objectiv///Info(1008108)
    Essbase Internal Logic Error [7421]
    [Sun Mar 01 22:17:59 2009]Local/Objectiv///Info(1008106)
    Exception error log [D:\ESSBASE\app\Objectiv\log00003.xcp] is being created...
    [Sun Mar 01 22:18:00 2009]Local/Objectiv///Info(1008107)
    Exception error log completed -- please contact technical support and provide them with this file
    [Sun Mar 01 22:18:00 2009]Local/Objectiv///Info(1002089)
    RECEIVED ABNORMAL SHUTDOWN COMMAND - APPLICATION TERMINATING
    Appreciate your help
    Vamsi

    The exception file means that Essbase had a problem and basically the application crashed. Have you tried to see if the application will restart? If so, you might want to try to rerun your process, sometimes it's an intermittent thing. If not, look at the log in more detail and see what it was doing when it failed. Data load, calc script, etc to see it you can narrow down what it was doing.

  • Cannot connect to olap service. Cannot connect to Essbase Server. Error:Essbase Error(1051293): Login fails due to invalid login credentials

    Hello All,
    I am getting following error, when trying to expand essbase from calculation manager, "Cannot connect to olap service. Cannot connect to Essbase Server. Error:Essbase Error(1051293): Login fails due to invalid login credentials",
    I am using EPM 11.1.2.1
    Thanks
    Yash

    If you have moved the server to a new data center and an issue has started occurring then it could point to the change.
    Are you able to log into essbase directly with Maxl using the same account?
    If you run a registry report do you see any of the configuration with IPs instead of DNS/hostname
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • FDM to load data in Essbase ASO cube

    Anybody have used FDM to load data in Essbase ASO cube? How do you clear and run calc on ASO cube?
    Thanks

    Does the Essbase Adapter for FDM Support ASO Cubes? [ID 1168153.1]
    Modified 17-AUG-2010 Type HOWTO Status PUBLISHED
    Applies to:
    Hyperion Financial Data Quality Management - Version: 11.1.1.3.00 and later [Release: 11.1 and later ]
    Information in this document applies to any platform.
    Goal:
    Does the Essbase adapter for FDQM support ASO cubes?
    Solution:
    ASO cubes are not currently supported in FDQM.
    Unpublished Enhancement 6568323 has been created and it is currently under consideration for a future release.
    References
    BUG:6568323 - 8-529236080 - CUSTOMER WANTS TO TAKE ADVANTAGE OF THE ASO FUNCTIONS IN ESSBASE.
    Related
    Products
    Middleware > Enterprise Performance Management > Financial Data Quality Management > Hyperion Financial Data Quality Management

  • Wrong date value in Essbase ASO cube

    Hi All,
    I'm trying to load a date value in mm-dd-yy format into an Essbase ASO cube. I'm using is a txt tab delimited file. The load rule is working fine. The outline properties is set with the proper format "mm-dd-yy". I loaded the data and when I retrieve the data using Smart View I see all the dates decreased by one day in my Smartview report.
    Would you have any ideas why that is happening?
    Thanks

    this is a bug and fixed in 11.1.2

  • Essbase Dimension build error and Unable to Stop/Start Application

    Hi All,
    I am trying to build the dimendion in the ASO application it is throwing the Error meaasage " Dimension Biuld failed , ther may be problem in allocating memory".
    While i am trying to and Start/Stop my respective Application it is throwing the below error meaasge
    I tried to debug this issue by checking the Locked objects, and asked my Admin to close my sessions forcebully if any running and also checking all rules files . But i didn't get any clue/solution from them.
    Please help me out from this issue
    ***ess-dev.ASOAPP     Stop application     April 15, 2009 4:15:08 PM IST     Failed***
    ***Error: 1013018 Cannot unload database [Sample] while user [ASDF] is performing database operation. Wait for user [ASDF] to complete the operation, or ask the user to abort it. Log out all users and then unload the database.***
    ***     MaxL Command     April 15, 2009 4:40:52 PM IST***
    ***Error: 1053012: Object [Sample] is locked by user [ASDF]***
    ***Error: 1013100: User [ASDF] is Active on Database [Sample]***
    ***Error: 1013132: Cannot build dimensions. There are other active users on database [Sample]***
    ***Error: 1241101: Unexpected Essbase error 1013132***
    ***Error: 1053013: Object [Sample] unlocked by user [ASDF]***
    ***     MaxL Command     April 15, 2009 4:43:28 PM IST***
    ***Error: 1270040: Data load buffer [2] does not exist***
    Regards

    Hi,
    Thanks for your answer friend. My admin has successfully killed my session forcebully. And he doubted that i may not have enough rights to Stop/Start application and he provided me the required rights. After that also the error is repeating as below. we two are not getting where we went wrong.
    ss-dev.ASOAPP     Stop application     April 15, 2009 8:19:35 PM IST     Failed
    Error: 1013018 Cannot unload database [Sample] while user [ASDF] is performing database operation. Wait for user [ASDF] to complete the operation, or ask the user to abort it. Log out all users and then unload the database.
    Help me out from this issue

  • Essbase ASO - How to aggregate all Parents in multiple dimensions when using member formulas

    We are trying to add a few MDX member formulae on some of our Accounts in the ASO cube. We recently understood that member formulas in ASO calculate both LEVEL0 and Parent members of other dimensions, So we are trying to tell Essbase to calculate LEVEL0's only and to aggregate all other levels in all dimensions. However we are unable to get the syntax right. Below is what we so far have
    AccA has below formula:
    CASE WHEN ISLEVEL([Period].Currentmember,0)
    THEN
    AccX+AccY
    WHEN ISLEVEL([Period].Currentmember,1) OR ...etc
    THEN SUM({LEAVES([Period].Currentmember)},[AccA])
    END
    This does work fine and gives correct values for Parent members in Period dimension. But we also have 3 other dimensions like Product, Area and Entity. We tried the below but this throws an error during retrival.
    CASE WHEN ISLEVEL([Period].Currentmember,0)
    THEN AccX+AccY
    WHEN ISLEVEL([Period].Currentmember,1) OR ...etc
    THEN SUM({LEAVES([Period].Currentmember),LEAVES([Product].Currentmember)},[AccA])
    END
    Should we add multiple SUM commands in there? All we want to do is tell Essbase to aggregate all other dimensions to parent levels. Please help.

    Sorry to reiterate the post again.
    DanPressman Was wondering what would be other way to write calculations other than Accounts.
    I have a case where the user wants to calculate Ending Equity and this should be calculated at level0 using the rates and all parents of entity has to aggregate.
    1. Level0 of entities calculate with rates
    2. aggregate its children to parent entity
    I have used solve order to get it work but taking a lot of time.
    Is there any other alternative way of doing it? Which other dimension i can choose to perform this calculation? This is exactly similar to productsum calculation

Maybe you are looking for