Error when duplicating an ASO cube!

Hi all,
I was trying to create a DB in an ASO App similar to another DB in a different ASO App but I'm getting this error message:
ERROR - 1013292 - Operation not supported for aggregate storage applications.
But when looking at the Tech reference, they are are showing example of this kind of operation. In other words I wanted to this:
MaxL:
create database App2.DB2 as App1.DB1;
Any thoughts?
Thanks.

After digging in the tech reference I found a solution of copying a creating an ASO DB as another ASO DB using MaxL. More than that, you can even convert a BSO to ASO using the same method. here is the MaxL script:
login $1 $2;
spool on to 'maxl_log.txt';
create or replace application Sample2 using aggregate_storage
comment 'aggregate storage version of Sample';
create database Sample2.Basic2
comment 'aggregate storage version of Sample Basic';
create or replace outline on aggregate_storage database Sample2.Basic2
as outline on database sample.basic;
alter database Sample2.Basic2 initialize load buffer with buffer_id 1;
import database Sample2.Basic2 data
from server data_file 'c:\\hyperion\\essbase\\app\\Sample2\\Basic2\\calcdat.txt'
to load_buffer with buffer_id 1
on error abort;
import database Sample2.Basic2 data from load_buffer with buffer_id 1;
execute aggregate process on database Sample2.Basic2
stopping when total_size exceeds 1.9;
spool off;
logout;

Similar Messages

  • Error when duplicating heirarchy of VI that uses NI_LVConfig.lvlib

    I am using labview 2010 SP1 and keep getting an invalid input error when trying to Save As-Duplicate Hierarchy any VI that contains any part of the NI_LVConfig.lvlib.  I have tried and found this problem using windows 7 and 8 and it seems to be independant of the save as location (C drive, network drive, desktop, etc.)
    Is there a known update or root cause for this?
    Attachments:
    Local_SealDMConfig_.ini ‏1 KB
    iniLib test.vi ‏11 KB

    I've done some more investigation on different computers, and have found that the error pops up only when i try to save As-duplicate heirarchy from a VI containing the NI_LVConfig.lvlib that resides on my office network server location to somewhere else.  If i copy the VI that i posted here to my harddrive then Save As-DupHeir it works.  I don't have another network to try to narrow it down much further as to what about my network or network path might be leading to the problem.  Here is a jpg of the error i get.

  • Error when activate Transformation to cube 0IC_C03

    Gurus:
    I need to activate the 2lis_03_bf_tr transformation to cube 0IC_C03, when I activate the transformation, the system indicate the next error:
    "E:In PERFORM or CALL FUNCTION "ROUTINE_9998", the actual parameter "SOURCE_PACKAGE" is incompatible with the formal parameter "DATA_PACKAGE"."
    I made changes in the routine, but the error still happens
    Thanks for your help!!!!
    César.

    It seems like you have migrated the 3.x data source to 7.0x version. And I believe you have added new info objects. In the start routine code add the new info objects to the structure "_ty_s_*_" whenever you add new fields.
    In the code in the
    "Rule Specific Types"
    "Types"
    "BEGIN OF tys_*_"
    Add the info objects.
    *Please assign any rating if you find the answer helpful*
    Edited by: ram.pch on Jul 2, 2011 6:02 AM

  • Error when sending data from Cube to ODS

    HI,
    I am extracting data from 2lis_02_itm & I stored the data in 0pur_o01(ODS) tha data is fine in ODS but when I am trying to send data from ODS to Cube 0pur_c07 it is giving the above error
    InfoSource 80PUR_O01 is not defined in the source system
    Errors in source system     
    InfoSource 80PUR_O01 is not defined in the source system.
    Message no. R3005
    Diagnosis
    The InfoSource 80PUR_O01 specified in the data request, is not defined in the source system.
    System response
    The data transfer is terminated.
    Procedure
    In the Administrator Workbench of the Business Information Warehouse, update the metadata for this source system, and delete the InfoPackages belonging to InfoSources that no longer existing
    Thanks
    Priya

    Hi A Priya
    First check if infosource 80PUR_O01 is present in datasource list of your BW system. Check this in RSA1-> Infosources-> here do Settings -> display generated objects and then do search on 80PUR_O01.
    if it not present there go to ODS 0PUR_O01-> right click
    -> generate export datasource.
    If it is present there then replicate the datasource by right click on transfer rules and then go to SE38-> Enter program name as RS_TRANSTRU_ACTIVATE_ALL -> Enter Infosource name as 80PUR_O01 and BW System as source system-> Execute. This will activate the transfer rules.
    Then try reloading from ODS to cube
    Regards
    Pradip

  • Error when trying to create cubes

    when i try to create/view cube in SAP BW 7.0 server, I ma getting "initialization failed" error..PLs do help..
    Thanks in advance..

    wondering how this question popped up here after 6 years...

  • Error when attempting to maintain cube by submitting task to Job Queue

    Hi,
    I've been working with Cubes/Dimensions on AWM 10.2.0.3 for the last little while and have been maintaining cubes by selecting the Run maintenance task immediately in this session. This has been working reasonable well for me.
    I am now looking at how this can be put into production and trying to use the Submit the task to the Job Queue selection. When I choose this option and select the Run immediately radio item I have no problems. However when I choose to run this in the future I receive the following error:
    Action BUILDDATABASE failed on object OLAPBI.DUBDEV_OLAPBI
    oracle.AWXML.AWException: Action BUILDDATABASE failed on object OLAPBI.DUBDEV_OLAPBI
    at oracle.AWAction.BuildDatabase.Execute(BuildDatabase.java:737)
    at oracle.olap.awm.wizard.awbuild.BuildWizardHelper.runBuild(BuildWizardHelper.java:275)
    at oracle.olap.awm.navigator.node.modeler.cube.ModelerCubeNode.actionPerformed(ModelerCubeNode.java:480)
    at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
    at javax.swing.AbstractButton$ForwardActionEvents.actionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
    at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
    at javax.swing.AbstractButton.doClick(Unknown Source)
    at javax.swing.plaf.basic.BasicMenuItemUI.doClick(Unknown Source)
    at javax.swing.plaf.basic.BasicMenuItemUI$MouseInputHandler.mouseReleased(Unknown Source)
    at java.awt.Component.processMouseEvent(Unknown Source)
    at java.awt.Component.processEvent(Unknown Source)
    at java.awt.Container.processEvent(Unknown Source)
    at java.awt.Component.dispatchEventImpl(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
    at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
    at java.awt.Container.dispatchEventImpl(Unknown Source)
    at java.awt.Window.dispatchEventImpl(Unknown Source)
    at java.awt.Component.dispatchEvent(Unknown Source)
    at java.awt.EventQueue.dispatchEvent(Unknown Source)
    at java.awt.EventDispatchThread.pumpOneEventForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
    at java.awt.EventDispatchThread.run(Unknown Source)
    Caused by: oracle.AWXML.AWException: ***Error Occured in BUILD_DRIVER:
    at oracle.AWAction.BuildDatabase.Execute(BuildDatabase.java:731)
    ... 27 more
    I am only setting the time to be a couple of minutes in the future in order to verify that it is working but I receive this error for the GLOBAL_AW schema as well as my own AW Schema.
    Any ideas??
    Thanks in advance,
    LM

    Hi LM,
    I have not seen this specific issue before but there are a few things you can check:
    1) Did you exit AWM before the scheduled job started? You must exit AWM before the jobs starts as the job will try to attach the AW in read-write mode which is the default mode used by AWM. Therefore, if you are still in AWM when the job starts the job will fail. Usually you will get a more helpful error message that says something like "unable to attach AW".
    2) Try scheduling the job one hour in the future. Then start Enterprise Manager and look at the job queue. You should find a job with the prefix AW$ which will be your job. Look at the details for the job and make sure the program to be executed looks correct, ie it actually contains a program and a name of a cube/dimension. I created a job once, that for some reason did not contain a PL/SQL command block. No idea why.
    3) If the PL/SQL block is present try running it from the command line and see what happens, login in to SQLPlus as the same user as you use for AWM.
    Hope this helps
    Keith Laker
    Oracle EMEA Consulting
    BI Blog: http://oraclebi.blogspot.com/
    DM Blog: http://oracledmt.blogspot.com/
    BI on Oracle: http://www.oracle.com/bi/
    BI on OTN: http://www.oracle.com/technology/products/bi/
    BI Samples: http://www.oracle.com/technology/products/bi/samples/

  • Error when trying to enable cube  MV query rewrite

    Hi
    I'm facing a problem when trying enable query rewrite on the cube materilized view, see below
    Invalid Metadata Objects:
    Invalid Object "ACCOUNTING.APP_CUBE": "XOQ-01957: The cube has REWRITE MVs and also contains either a ragged or skip-level hierarchy. The hierarchy is "ACCOUNTING.MACHINE.MACHINES"."
    As far as I can tell the dimension should not have ragged or skip-level hierarchy as I understand it (having just read up on them now). The dimension only has two levels ALL_MACHINES and MACHINE. The mapping points to a table that has just 1 column the machine_key which has 8 just rows. This joins with a fact table that has just these 8 distinct values in it (and no NULLS).
    Am I missing something obvious?
    Thanks
    Simon

    Each 11g hierarchy has two properties that can be seen in the XML template for the dimension.
    IsSkipLevel
    IsRagged
    For example
    <LevelHierarchy
    Name = "MACHINES"
    IsSkipLevel = "True"
    IsRagged = "True">
    If you do not see them, then the default is False.
    You should think of these properties as 'constraints' in the RDBMS sense. For example, if you say
    IsSkipLevel = "False"
    then the system will interpret this as a constraint that says that the hierarchy is not skip level -- i.e. all parents are always exactly one level above their children. This constraint is validated during dimension load (or, more precisely, dimension COMPILE). If you say it is not skip level and the server finds that it is skip level, then you will get an XOQ-01713 error during the load. If, on the other hand, you say
    IsSkipLevel = "True"
    then the system will interpret this as no constraint, so it will not check during load. Note that this does not say that there are skip levels in the hierarchy, it just says that the server will not check for skip levels. It is similar to an IS NOT NULL constraint on a column -- If the constraint is there then you can be sure that there are no NULLs; if it is not there, then there may or may not be NULLs.
    The double negative implied in the XML property name is unfortunate -- a better name would have been something like "EnableNoSkipLevelConstraint = True", but the choice was made and backwards compatibility requirements makes it hard to change now.
    Your specific error, XOQ-01957, is saying that the MACHINE hierarchy of the MACHINES dimension is marked as IsSkipLevel = "True" or IsRagged = "True". (It is probably both.) In other words the skip level and ragged constraints are not enabled on the hierarchy. To fix this you should flip the two properties to False in the XML and recreate the dimensions. Unfortunately you cannot change the properties directly in AWM 11.1 since AWM tries to manage the properties automatically for you. But there are times, like, this, when things go wrong.

  • Error when Duplicating the Quote

    Hi,
    when i am duplicating the Quote it is giving the following error. "Quote total must be a positive amount".
    But when i execute ASO_QUOTE_HEADERS_PVT.update_quote_total(..) procedure I am getting positive value.
    If it is negative value only the error should come.
    Dont know why it is displaying that error. Please help me out ASAP. Even there are no RETURN lines in the quote.
    Thanks in Advance. Please help....

    Sorry,
    But not sure if this issue is related to OAF. Is it?
    Abdul Wahid

  • Error when duplicating objects

    When ever I attempt to duplicate a selected object I get a warning dialog that says...
    An unexpected error has occurred.
    Please quit and reopen Keynote.
    This error occurs whether I am duplicaing an object on a slide using Command D or duplicating a slide using the right click > Duplicate contextual command.
    I am using version 5.3 (1170) of Keynote.
    So far this error is not fatal - it is not causing Keynote to crash. Though having to quite and restart means it may as well be. Also I can duplicate without this error using copy and paste - but this is an error with a very high annoyance factor.
    I am guessing (sigh) that this will eventually get attention via an update - but until then maybe if enough people click the "I have this question too" link under this post someone at Apple might see it earlier or prioritise the bug.

    Don't know if you made a mistake in the version, but please refer to here for best versions to be using: http://www.oracle.com/technology/products/bi/olap/collateral/olap_certification.html
    10.2.0.3 with OLAP patch or 10.2.0.4 code stream is best if on 10g.
    Thanks, Laura
    Edited by: Laura McKechnie on Dec 3, 2009 7:50 PM

  • Error When Duplicating Consolidation Applications as Deployed Applications

    Hi All:
    When I duplicate a consolidation application as a deployed one, the following error happen:
    PLEASE HELP!
    10-13-2011 10:16:54 : Error : Failed to create destination database connection while validating tablespaces.
    10-13-2011 10:16:54 : Error : ValidateDB2TablespaceSelections : Exception : Failed to validate destination tablespaces! (-2147467259)(ORA-12154: TNS:could not resolve the connect identifier specified)
    10-13-2011 10:16:54 : Warning : One or more errors occurred while trying to validate the destination tablespaces. Errors may occur during copy procedure.
    But When I duplicate a consolidation application as a new one, successed.
    Then deploy the application,also successed.

    After digging in the tech reference I found a solution of copying a creating an ASO DB as another ASO DB using MaxL. More than that, you can even convert a BSO to ASO using the same method. here is the MaxL script:
    login $1 $2;
    spool on to 'maxl_log.txt';
    create or replace application Sample2 using aggregate_storage
    comment 'aggregate storage version of Sample';
    create database Sample2.Basic2
    comment 'aggregate storage version of Sample Basic';
    create or replace outline on aggregate_storage database Sample2.Basic2
    as outline on database sample.basic;
    alter database Sample2.Basic2 initialize load buffer with buffer_id 1;
    import database Sample2.Basic2 data
    from server data_file 'c:\\hyperion\\essbase\\app\\Sample2\\Basic2\\calcdat.txt'
    to load_buffer with buffer_id 1
    on error abort;
    import database Sample2.Basic2 data from load_buffer with buffer_id 1;
    execute aggregate process on database Sample2.Basic2
    stopping when total_size exceeds 1.9;
    spool off;
    logout;

  • ORA-01041 error when duplicating database to new host

    I'm using RHEL 5 with Oracle 11g and I'm testing data guard.
    I am trying to setup data guard by following this link:
    http://www.databasejournal.com/features/oracle/article.php/3816751/Oracle-11g-Data-Guard-Building-a-Physical-Standby-Database.htm
    I use the following command:
    [oracle@linux-test ~]$ rman target sys/oracle auxiliary sys/oracle@stdby
    Recovery Manager: Release 11.1.0.6.0 - Production on Tue Oct 6 11:54:47 2009
    Copyright (c) 1982, 2007, Oracle. All rights reserved.
    connected to target database: ORCL (DBID=1227314034)
    connected to auxiliary database: STDBY (not mounted)
    RMAN> RUN {
    ALLOCATE CHANNEL d1 TYPE DISK;
    ALLOCATE CHANNEL d2 TYPE DISK;
    ALLOCATE AUXILIARY CHANNEL cnv1 TYPE DISK;
    ALLOCATE AUXILIARY CHANNEL cnv2 TYPE DISK;
    DUPLICATE TARGET DATABASE
    FOR STANDBY
    FROM ACTIVE DATABASE
    DORECOVER
    SPFILE
    SET db_unique_name='stdby'
    SET control_files='/home/u01/app/oracle/oradata/orcl/control01.ctl'
    SET log_file_name_convert='/home/u01/app/oracle/oradata/orcl/','/home/u01/app/oracle/oradata/stdby/'
    SET log_archive_dest_1='location=/home/u01/app/oracle/flash_recovery_area/STDBY/ valid_for=(ALL_LOGFILES,ALL_ROLES) db_unique_name=stdby'
    SET log_archive_dest_2='service=orcl ASYNC valid_for=(ONLINE_LOGFILE,PRIMARY_ROLE) db_unique_name=orcl'
    SET fal_client='stdby'
    SET fal_server='orcl'
    SET standby_file_management='AUTO'
    SET log_archive_config='dg_config=(orcl,stdby)'
    NOFILENAMECHECK;
    When it's starting datafile copy, I get this error:
    channel d1: starting datafile copy
    input datafile file number=00001 name=/home/u01/app/oracle/oradata/orcl/system01.dbf
    channel d2: starting datafile copy
    input datafile file number=00002 name=/home/u01/app/oracle/oradata/orcl/sysaux01.dbf
    RMAN-03009: failure of backup command on d1 channel at 10/06/2009 11:56:41
    ORA-19558: error de-allocating device
    ORA-19557: device error, device type: DISK, device name:
    ORA-17627: ORA-01041: internal error. hostdef extension doesn't exist
    ORA-17627: ORA-01041: internal error. hostdef extension doesn't exist
    ORA-03113: end-of-file on communication channel
    channel d1 disabled, job failed on it will be run on another channel
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of Duplicate Db command at 10/06/2009 11:56:54
    RMAN-03015: error occurred in stored script Memory Script
    RMAN-03009: failure of backup command on d2 channel at 10/06/2009 11:56:54
    ORA-19558: error de-allocating device
    ORA-19557: device error, device type: DISK, device name:
    ORA-17627: ORA-01041: internal error. hostdef extension doesn't exist
    ORA-17627: ORA-01041: internal error. hostdef extension doesn't exist
    ORA-03113: end-of-file on communication channel
    I have googled it but I still have no solution yet.
    Any idea please?
    Sarith

    Use a 'Try and Error' strategy, remove the manual channel allocations from the script, these are not mandatory. Let RMAN automatically allocate channels.
    Werner

  • Bug Report: Error when duplicating elements in symbol

    I think I saw some posts on this issue.
    Sequence:
    element ellipse created on the stage symbol
    png added to the stage symbol
    attempt to duplicate ellipse by right-clicking and choosing duplicate
    Error: "an error has occured. Save your work and restart Edge Animate
    This error has occured several time in several compostion.
    Restarting Edge did correct the issue this time but I had some occasions when the whole composition returned with nothing in it which is really frustrating. Other occasions reopened to the last saved not including the save done after the error.
    REQUEST:
    Autosave as with InDesign would be so great!!! 

    Hi resdesign,
    Is this the same issue reported here: http://forums.adobe.com/thread/1160457?tstart=0
    If you don't have any transitions on the element you duplicate, please add more detail on how to reproduce this, or provide a sample file that shows the error.
    Thanks,
    Joe

  • Execution Errors when duplicating Hard Drive on external HD....

    Hello
    I've got an Iomega Firewire portable HD, I wanted to duplicate my iMac Hard Drive so that I can free up some memory and use it as a back up. I know there are lots of backup software programmes out there but I installed and used the Retrospect Express programme that came with the portable HD.
    I followed the instructions, left it dupliacting overnight and it all seems to have worked lovely but I had a window open this morning titled 'Execution Errors'. It said there were 5 errors during duplication and lists some folders & files:
    MacHD>Library>Caches root/admin
    com.apple.LaunchServices-0140.csstore
    com.apple.LaunchServices-014501.csstore
    private>var>db root/wheel
    .dashboardadvisory.database
    dashboardadvisory.database
    run root/daemon
    ntp.drift
    Please help?! Does this all mean anything significant?
    Should I be concerned about the duplication that I've done and is it safe to trash files from my iMac HD now I have the duplicated version on my Portable HD?
    Thanks and best wishes

    Thanks.
    I verified the HD (while booted from it) and it didn't tell me to do anything, I think it was fine [sorry to sound so dumb, I should have written the results down] it said it was okay so I assumed any errors had been corrected without me having to address them. Then I verified permissions, again this seemed to go okay, response was alright and didn't tell me to do anything.
    I ran the duplicate procedure agin overnight, having re-partioned my external hard drive.
    I had tried this twice before over the weekend and received the same 5 Execution Errors both times.
    This morning I have checked and it has duplicated the HD onto my external okay but I have 16 Execution Errors. I have found them in the Operations log and pasted them below. A lot of them seem to be discrepencies between data size or creation date/time between 'src' and 'dest'.
    Would 'src' be my iMac?
    If anyone can help identify what the errors mean and if there are implications for the data I have backed up I'd be very grateful!
    + Executing Immediate Duplicate at 18/8/2009 00:54
    - 18/8/2009 00:54:19: Copying Macintosh HD…
    18/8/2009 02:48:37: Comparing Portable_HD…
    File “com.apple.LaunchServices-0140.csstore”: different creation date/time (src: 18/8/2009 02:18:36, dest: 18/8/2009 01:08:16), path: “Macintosh HD/Library/Caches/com.apple.LaunchServices-0140.csstore”.
    File “com.apple.LaunchServices-014501.csstore”: different creation date/time (src: 18/8/2009 02:52:16, dest: 18/8/2009 01:28:34), path: “Macintosh HD/Library/Caches/com.apple.LaunchServices-014501.csstore”.
    File “local.nidump”: different modification date/time (src: 18/8/2009 03:15:10, dest: 17/8/2009 04:27:43), path: “Macintosh HD/private/var/backups/local.nidump”.
    File “asl.log”: different data size (src: 95,312, dest: 99,307), path: “Macintosh HD/private/var/log/asl.log”.
    File “daily.out”: different data size (src: 852,248, dest: 850,530), path: “Macintosh HD/private/var/log/daily.out”.
    File “mail.log”: different data size (src: 1110, dest: 987), path: “Macintosh HD/private/var/log/mail.log”.
    File “system.log”: different data size (src: 108, dest: 21,458), path: “Macintosh HD/private/var/log/system.log”.
    File “system.log.0.gz”: different data size (src: 4258, dest: 4178), path: “Macintosh HD/private/var/log/system.log.0.gz”.
    File “system.log.1.gz”: different data size (src: 4178, dest: 1557), path: “Macintosh HD/private/var/log/system.log.1.gz”.
    File “system.log.2.gz”: different data size (src: 1557, dest: 1013), path: “Macintosh HD/private/var/log/system.log.2.gz”.
    File “system.log.3.gz”: different data size (src: 1013, dest: 5346), path: “Macintosh HD/private/var/log/system.log.3.gz”.
    File “system.log.4.gz”: different data size (src: 5346, dest: 1690), path: “Macintosh HD/private/var/log/system.log.4.gz”.
    File “system.log.5.gz”: different data size (src: 1690, dest: 4010), path: “Macintosh HD/private/var/log/system.log.5.gz”.
    File “system.log.6.gz”: different data size (src: 4010, dest: 1187), path: “Macintosh HD/private/var/log/system.log.6.gz”.
    File “system.log.7.gz”: different data size (src: 1187, dest: 1029), path: “Macintosh HD/private/var/log/system.log.7.gz”.
    File “ntp.drift”: different creation date/time (src: 18/8/2009 03:40:28, dest: 18/8/2009 01:40:28), path: “Macintosh HD/private/var/run/ntp.drift”.
    18/8/2009 05:04:28: 16 execution errors.
    Completed: 441743 files, 77.6 GB
    Performance: 634.7 MB/minute (694.7 copy, 584.2 compare)
    Duration: 04:10:09 (00:00:03 idle/loading/preparing)

  • Error while deploying ASO cube

    Hi,
    i always got the following errors while deploying an ASO cube, the dimensions are from EPMA, even the cube deployed completely, the log file is always show the same message as when the deploy failed.
    I really don't understand, because there is no attribute for BALANCE SHEET accounts.
    Can you help? really emergency.
    Thank you so much.
    ======================================================================================================================================================================
    Error.
    Failed to deploy Essbase cube.
    Caused by: Cannot end incremental build. Essbase Error(1060053): Outline has errors
    Failed to deploy Essbase cube.
    Caused by: Cannot end incremental build. Essbase Error(1060053): Outline has errors
    \\Record #642 - Error adding Attribute to member BALANCE SHEET (3320)
    \\Record #642 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH ON HAND    +    S    L    M                    0                A10000    +    S    L    M                    0        A10000-CORP CASH OFFICE COH   
    \\Record #642 - Error adding Attribute to member TOTAL ASSETS (3320)
    \\Record #642 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH ON HAND    +    S    L    M                    0                A10000    +    S    L    M                    0        A10000-CORP CASH OFFICE COH   
    \\Record #642 - Error adding Attribute to member TOTAL CURRENT ASSETS (3320)
    \\Record #642 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH ON HAND    +    S    L    M                    0                A10000    +    S    L    M                    0        A10000-CORP CASH OFFICE COH   
    \\Record #642 - Error adding Attribute to member CASH AND CASH EQUIVALENTS (3320)
    \\Record #642 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH ON HAND    +    S    L    M                    0                A10000    +    S    L    M                    0        A10000-CORP CASH OFFICE COH   
    \\Record #642 - Error adding Attribute to member CASH ON HAND (3320)
    \\Record #642 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH ON HAND    +    S    L    M                    0                A10000    +    S    L    M                    0        A10000-CORP CASH OFFICE COH   
    \\Record #642 - Error adding Attribute to member A10000 (3320)
    \\Record #642 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH ON HAND    +    S    L    M                    0                A10000    +    S    L    M                    0        A10000-CORP CASH OFFICE COH   
    \\Record #643 - Error adding Attribute to member BALANCE SHEET (3320)
    \\Record #643 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH ON HAND    +    S    L    M                    0                A10001    +    S    L    M                    0        A10001-CASH ON HAND   
    \\Record #643 - Error adding Attribute to member TOTAL ASSETS (3320)
    \\Record #643 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH ON HAND    +    S    L    M                    0                A10001    +    S    L    M                    0        A10001-CASH ON HAND   
    \\Record #643 - Error adding Attribute to member TOTAL CURRENT ASSETS (3320)
    \\Record #643 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH ON HAND    +    S    L    M                    0                A10001    +    S    L    M                    0        A10001-CASH ON HAND   
    \\Record #643 - Error adding Attribute to member CASH AND CASH EQUIVALENTS (3320)
    \\Record #643 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH ON HAND    +    S    L    M                    0                A10001    +    S    L    M                    0        A10001-CASH ON HAND   
    \\Record #643 - Error adding Attribute to member CASH ON HAND (3320)
    \\Record #643 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH ON HAND    +    S    L    M                    0                A10001    +    S    L    M                    0        A10001-CASH ON HAND   
    \\Record #643 - Error adding Attribute to member A10001 (3320)
    \\Record #643 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH ON HAND    +    S    L    M                    0                A10001    +    S    L    M                    0        A10001-CASH ON HAND   
    \\Record #644 - Error adding Attribute to member BALANCE SHEET (3320)
    \\Record #644 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH A/R LOCKBOX    +    S    L    M                    0           
    \\Record #644 - Error adding Attribute to member TOTAL ASSETS (3320)
    \\Record #644 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH A/R LOCKBOX    +    S    L    M                    0           
    \\Record #644 - Error adding Attribute to member TOTAL CURRENT ASSETS (3320)
    \\Record #644 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH A/R LOCKBOX    +    S    L    M                    0           
    \\Record #644 - Error adding Attribute to member CASH AND CASH EQUIVALENTS (3320)
    \\Record #644 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH A/R LOCKBOX    +    S    L    M                    0           
    \\Record #644 - Error adding Attribute to member CASH A/R LOCKBOX (3320)
    \\Record #644 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH A/R LOCKBOX    +    S    L    M                    0           
    \\Record #645 - Error adding Attribute to member BALANCE SHEET (3320)
    \\Record #645 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH CONCENTRATION    +    S    L    M                    0                A10002    +    S    L    M                    0        A10002-AMSOUTH CONCENTRATION   
    \\Record #645 - Error adding Attribute to member TOTAL ASSETS (3320)
    \\Record #645 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH CONCENTRATION    +    S    L    M                    0                A10002    +    S    L    M                    0        A10002-AMSOUTH CONCENTRATION   
    \\Record #645 - Error adding Attribute to member TOTAL CURRENT ASSETS (3320)
    \\Record #645 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH CONCENTRATION    +    S    L    M                    0                A10002    +    S    L    M                    0        A10002-AMSOUTH CONCENTRATION   
    \\Record #645 - Error adding Attribute to member CASH AND CASH EQUIVALENTS (3320)
    \\Record #645 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH CONCENTRATION    +    S    L    M                    0                A10002    +    S    L    M                    0        A10002-AMSOUTH CONCENTRATION   
    \\Record #645 - Error adding Attribute to member CASH CONCENTRATION (3320)
    \\Record #645 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH CONCENTRATION    +    S    L    M                    0                A10002    +    S    L    M                    0        A10002-AMSOUTH CONCENTRATION   
    \\Record #645 - Error adding Attribute to member A10002 (3320)
    \\Record #645 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH CONCENTRATION    +    S    L    M                    0                A10002    +    S    L    M                    0        A10002-AMSOUTH CONCENTRATION   
    \\Record #646 - Error adding Attribute to member BALANCE SHEET (3320)
    \\Record #646 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH CONCENTRATION    +    S    L    M                    0                A10011    +    S    L    M                    0        A10011-T-CONC-WELLS FARGO 2319   
    \\Record #646 - Error adding Attribute to member TOTAL ASSETS (3320)
    \\Record #646 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH CONCENTRATION    +    S    L    M                    0                A10011    +    S    L    M                    0        A10011-T-CONC-WELLS FARGO 2319   
    \\Record #646 - Error adding Attribute to member TOTAL CURRENT ASSETS (3320)
    \\Record #646 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH CONCENTRATION    +    S    L    M                    0                A10011    +    S    L    M                    0        A10011-T-CONC-WELLS FARGO 2319   
    \\Record #646 - Error adding Attribute to member CASH AND CASH EQUIVALENTS (3320)
    \\Record #646 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH CONCENTRATION    +    S    L    M                    0                A10011    +    S    L    M                    0        A10011-T-CONC-WELLS FARGO 2319   
    \\Record #646 - Error adding Attribute to member CASH CONCENTRATION (3320)
    \\Record #646 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH CONCENTRATION    +    S    L    M                    0                A10011    +    S    L    M                    0        A10011-T-CONC-WELLS FARGO 2319   
    \\Record #646 - Error adding Attribute to member A10011 (3320)
    \\Record #646 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH CONCENTRATION    +    S    L    M                    0                A10011    +    S    L    M                    0        A10011-T-CONC-WELLS FARGO 2319   
    \\Record #647 - Error adding Attribute to member BALANCE SHEET (3320)
    \\Record #647 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH DISBURSEMENTS    +    S    L    M                    0                A10003    +    S    L    M                    0        A10003-WELLS FARGO 1661   
    \\Record #647 - Error adding Attribute to member TOTAL ASSETS (3320)
    \\Record #647 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH DISBURSEMENTS    +    S    L    M                    0                A10003    +    S    L    M                    0        A10003-WELLS FARGO 1661   
    \\Record #647 - Error adding Attribute to member TOTAL CURRENT ASSETS (3320)
    \\Record #647 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH DISBURSEMENTS    +    S    L    M                    0                A10003    +    S    L    M                    0        A10003-WELLS FARGO 1661   
    \\Record #647 - Error adding Attribute to member CASH AND CASH EQUIVALENTS (3320)
    \\Record #647 -     No time dimension defined
    BALANCE SHEET    +    S    L                        0                    TOTAL ASSETS    +    S    L    M                    0                TOTAL CURRENT ASSETS    +    S    L    M                    0                CASH AND CASH EQUIVALENTS    +    S    L    M                    0                CASH DISBURSEMENTS    +    S    L    M                    0                A10003    +    S    L    M                    0        A10003-WELLS FARGO 1661   
    \\Record #647 - Error adding Attribute to member CASH DISBURSEMENTS (3320)

    Having a dimension called "Period" and having a dimension with dimension class Period are different.
    If possible try extract the metadata of the application and see whether that is tagged as a "Generic" dimension.
    I've the same problem described here Shared Accounts Dimension in EPMA is Deployed Without the "Accounts" Dimension Tag in ASO Application (Doc ID 1556499.1) in 11.1.2.3, where my Dimensions are a copy of Planning app.
    Regards
    Celvin
    http://www.orahyplabs.com

  • Error when updating the data from DSO to cube

    Hi,
    I am getting the error when uploading the data from the ods to cube.
    The following is the error message.
    Unable to determine period for date 20090101, fiscal year variant Z2: Error #
    How can i solve this issue.
    Regards
    Annie

    Hi ,
    fiscal year variant, go into Customizing for Financial Accounting (FI) under Financial Accounting Global Settings >>>Fiscal Year >>>Maintain Fiscal Year Variant.
    check this link ..
    http://help.sap.com/saphelp_scm41/helpdata/en/50/0d89f2ad919c40b95b9ae7583c8c96/frameset.htm
    http://help.sap.com/saphelp_scm41/helpdata/en/50/0d89f2ad919c40b95b9ae7583c8c96/content.htm
    Regards,
    shikha

Maybe you are looking for