Cube restructure & data lost issue

HI,
We got a serious issue in which some important data got lost and we don't know the reason of the issue. I will give the details:
# User was doing dimension building and cube restructure. First time he was successful. But second time while restructuring (it was a sparse restructure) he got below error:
Unable To Find Or Open [E:\Hyperion\products\Essbase\EssbaseServer\APP\NALNCH\AtLaunch\AtLaunch.otl]
Error code is 1019002
So the restructure process aborted. But that cube had a lock on that user's name.
# After that some other user ran some calculation on that cube (NALNCH). we have found out that next day from the log (User process was running at night).
# But in the morning user's raised a issue that they are not able to run the calculation as some flag data is not there.
# We have unlocked the outline and checked that some level's data is missing from the cube. Some data is present. But data is missing from specific levels for all the years. There is no calculation running which can clear data like that.
We have done below processes:
1. Validated the cube. Cube was working fine.
2. We have done a cube copy to test. Ran dense restructure on that copied cube. No improvement.
3. We have restarted services (EAS & Essbase).
4. We have exported all data, cleared the copied cube & imported that data. But still data was missing.
Now we are thinking to restore the cube from back up. But still we have no idea why that error happened and how data got lost.
Has anybody faced this kind of issue before? Please help
Edited by: user12509693 on Sep 23, 2012 10:49 AM

In addition to backup software you should confirm antivirus realtime scanning is disabled. If you are receiving the error some process has exclusive access to the outline while an Essvbase server is trying to gain exclusive access as well. That process is typically backup software, antivirus, or an orphaned Essbase server.
If it were an orphaned server that can be caused if the ESSBASE process went down or were killed before an app was shutdown properly.
By investigating all log files includimpng operating system as well as speaking to your IT teams about backup and AV you can usually determine root cause.
Regards,
John A. Booth
http://www.metavero.com

Similar Messages

  • Is anyone else having email problems such as apps exiting in the middle of an email? It may be a wireless issue. I use First Class for work and yahoo email for personal. I will be in the middle of typing a long email and the app just quits, all data lost.

    Is anyone else having email problems such as apps exiting in the middle of an email? It may be a wireless issue. I use First Class for work and yahoo email for personal. I will be in the middle of typing a long email and the app just quits, all data lost.

    Have you tried restarting or resetting your iPad?
    Restart: Press On/Off button until the Slide to Power Off slider appears, select Slide to Power Off and, after the iPad shuts down, then press the On/Off button until the Apple logo appears.
    Reset: Press the Home and On/Off buttons at the same time and hold them until the Apple logo appears (about 10 seconds). Ignore the "Slide to power off"

  • AUTHORIZATION ISSUE: cube level data restriction in BI

    Hi all,
    I have few cubes and ODS which are containing data. The requirement is to restrict the cube level data.
    Eg : we have option to see the cube data in RSA1( ADMIN WORKBENCH).Right click on cube manage data.
    the requirement is to restrict to see the data company code = 111(only)
    Likewise for few users only company code = 222.
    If they try to see other than 111, they should get u201Cno authorization messageu201D.
    Cube data               
    company code         distribution channel         account     amount
    111                         10                                   10002     100
    222                        20                                      10002     200
    333                        30                                       10002     300
    444                        10                                      10002     400
    1111                20                                       10002     500
    1111                30                                      10002     600
    2222               30                                           10002     700
    Thanks in advance.
    Jo

    Hi MaikI,
    Thank for the inputs.
    Actually i want restrict the data based on the ANALYSIS AUTHORIZATION - 0TCAIPROV.
    I want to give s_rs_comp-provider value *, and i want to control the query (data) access through analysis authorization. i want to create zanalysisauth which contains 0TCAIPROV = $variable.
    variable is populated with one/two provider values at runtime .
    based on the runtime variable population user should get access.
    But with this implementation user is able to open all queries.where i am going wrong? how can i do this?
    Regards,
    Joseph

  • Inventory Cube Stock Quantity/Value Issue

    Hi Experts,
    I have an issue regarding inventory cube about the stock value and quantity.
    The Issue is:
    1.  I Loaded the 2LIS_03_BX first to initialise the materials opening balance, after compressed ther request with the Marker (checked) .
    2.  I loaded the 2LIS_03_BF with Initialize without data transfer infopackage and compressed in the cube
    3.  And  I did full load 2LIS_03_BF and compressed with check box selected for marker update.
    The issue I have is, when the stock quantity/value  of a material ( BX , for example is taken on Dec.2011) is calculated(non cumulative key figure ex.0VALSTCKVAL/0VALSTCKQTY in the inventory cube) backwards based on Issues and received stock/value of material , I am not getting the value/stock equal to the value when the business started ( i.e for example Dec.2009, time at which the material opening stock is counted and entered in the system).
    example:  When I loaded BX ( intialize opening stock), let us suppose for Material A , have 1000kg in Dec 2011.  When the non cumulative key figure (0VALSTCKQTY/0VALSTCKVAL) is calicualted for each month or day , at the end of the period for example Dec.2009 the stock should be 100, but I am getting more than 100 like 150 for example, even though all the issued,received and 0valstckval/0valstckqty are correct upto Dec.2009.
    am i missing any steps or please let me your thoughts on this one.
    Regards
    Vamsi

    Hi,
    Please follow the steps mentioned in this link.I think 2LIS_03_BX full load should not be compressed with marker update only deltas to be updated in marker table of BF and UM.
    http://wiki.sdn.sap.com/wiki/display/BI/StepbyStepLoadingDatatoInventory+Cube
    Hope it helps.
    Regards,
    AL

  • AWM - After successull cube maintainance data does not load

    Hi All,
    After creating the cube when i maintain the cube the data does not load. I went back and looked at the mapping at the cube level and the dimension level and everything looks fine. Any clues why the data does not get loaded. Also, i did not recieve any error while maintaing the cube.
    thanks

    Hi,
    I was able to resolve this issue. I did not map the cube properly especially the time dimension. Due to this the data did not get loaded in the cube. ReMapping fixed the problem.
    Hope this helps other newbies..

  • Why the cached data lost from Coherence?

    Yesterday,I sarted a storage-enabledcache server by running cache-server.cmd and started a storage-disabled cache console by running coherence.cmd.
    Then I inputed the following commands to input some data into the Coherence caches:
    cache(cb)
    put a a
    put b b
    put c c
    put d d
    put e e
    Map (cb): list
    c = c
    e = e
    a = a
    d = d
    b = bBut today, when I issue the list command from the Coherence command line, the output become "null".
    Why the data lost?

    By running cache-server.cmd Coherence will be using the configuration file from the coherence.jar which will default to a cache with expiry of one hour. So if you had checked you cache after an hour or so you would have seen it was empty.
    If you look at the coherence-cache-config.xml file inside the coherence jar you will see this mapping (which will apply to the cache you created with the name "cb"
        <cache-mapping>
          <cache-name>*</cache-name>
          <scheme-name>example-distributed</scheme-name>
        </cache-mapping>This maps to a scheme called example-distributed that looks like this:
        <distributed-scheme>
          <scheme-name>example-distributed</scheme-name>
          <service-name>DistributedCache</service-name>
          <!-- To use POF serialization for this partitioned service,
               uncomment the following section -->
          <!--
          <serializer>
            <class-name>com.tangosol.io.pof.ConfigurablePofContext</class-name>
          </serializer>
          -->
          <backing-map-scheme>
            <local-scheme>
              <scheme-ref>example-binary-backing-map</scheme-ref>
            </local-scheme>
          </backing-map-scheme>
          <autostart>true</autostart>
        </distributed-scheme>which uses the example-binary-backing-map scheme
        <local-scheme>
          <scheme-name>example-binary-backing-map</scheme-name>
          <eviction-policy>HYBRID</eviction-policy>
          <high-units>{back-size-limit 0}</high-units>
          <unit-calculator>BINARY</unit-calculator>
          <expiry-delay>{back-expiry 1h}</expiry-delay>
          <flush-delay>1m</flush-delay>
          <cachestore-scheme></cachestore-scheme>
        </local-scheme>which you can see has expiry set to 1 hour.
    I once had to help out a team who managed to get a node using this configuration on their production cluster and lost random data every hour!
    JK

  • Entourage crash- all data lost!

    Microsoft Entourage just crashed on me for no apparent reason. I first saw a message related to a problem with the database, but I honestly didn't pay attention to it. When Entourage crashed shortly after that, it asked if I wanted to restart, but when it opened everything was lost. No folders, nothing in the Inbox...nothing. I installed the 10.4.6 update but I'm not sure if that's related.
    After searching other posts, I've tried to accsss the library file, but there doesn't seem to be anything there (unless I'm not doing this correctly).
    Any suggestions? Or is this just a lost cause??
    Thanks,
    Karen
    G4 Powerbook   Mac OS X (10.4.6)  

    This is a relatively frequent, recurring and ongoing problem for Entourage users. My advice is generally to migrate away from the application at your first opportunity, as it is prone to such data corruption issues. If that is not practical, you'll need to become an Entourage maintenance expert to reduce the likelihood of future problems, and you will need to back up regularly.
    You'll find this site a great place to start when trying to deal with these issues:
    http://www.entourage.mvps.org/faq_topic/database.html
    Link segments four and five on this page may be particularly helpful, but you should read the entire document before attempting to recover or reconstruct your Entourage database.

  • NMH - All DATA LOST

    Media Hub Reset - All data lost
    Hi,
    I have NMH300, Serial No ; BTS26J306488.It was running in RAID Mode (Disk Mirror) with two 1TB Hard Disks.
    The firmware was up to date.And I had enabled various services on it, like Windows Shares, FTP etc.I had also renamed the hub to "MYCLOUD"
    Then one day last week when I tried to find the mediahub "MYCLOUD" on my network shares list it was no longer visible.
    The status of Lights on the hub was Both disks "Blue" in colour.
    Then after trying to investigate, I realised that the device has rested to its default state and all my configurations are gone. The name is also reset to "MEDIAHUB"
    Then in the configuration sections, I went to "DISK" settings.
    There I see that Slot B is empty.
    So what I interpret from this is that one of my disks might have crashed.
    But the sd part is it also says "RAID MODE" Linear1
    HELP : Can linksys help me get my data back.
    I feel so betrayed by the promise of a reliable NAS device by Cisco.
    How can CISCO design products that are not properly tested before launching in the market.I havd approx 800 GB of data that seems to have just vanished.

    Hi there,
    It is sad that things like this happen. I haven't encountered any major issues with my mediahub for the past 2 years. Now, the only way that it will revert back to single disk mode is when someone would actually set it via configuration page. Now, since your two 1TB drives were set originally to RAID1, try to take out the 2nd HD (Slot 2) from the Mediahub and check if your files are still there. You can also try to take out the HD from slot 1 and replace it  with the HD from slot 2 leaving just 1 HD at a time. You may do a hard reset on the mediahub as well. Doing a reset would change your disk configuration. It will only change the basic settings (mediahub's friendly name, FTP name). So just give it a shot and post some updates.
    Hope this could help. I am not sure if Cisco has data recovery facility. If your HD is within manufacturer warranty, then you may try to have it recovered on their end.
    Cheers!

  • Data Loading issues in PSA and Infocube

    Hi team,
    i am loading data into PSA and from there into info cube via a DTP,
    when i load data into PSA all 6000 records are transfered to PSA and process is completed sucessfully,
    When i execute the DTP to load data into info cube the data load process is completed sucessfully but when i observe
    the "manage" tab i see
    "Transferred 6000 || Added Records 50"
    i am not able to get as why only 50 records are loaded into infocube and if some records are rejected where can i find them and the reason for that,
    kindly assist me in understanding this issue,
    Regards
    bs

    hi,
    The records would have got aggregated based on common values.
    if in source u had
    custname xnumber kf1
    R                56             100
    R                53             200
    S                54              200
    after aggregation u will have
    custname                kf1
    R                            300
    S                           200
    if u do not have xnumber in your cube.
    Hope it is clear now.
    Regards,
    Rathy

  • Data Packet issue for DTP

    Hi,
        I have Data packet  issue with DTP  when i am loding for General Ledger Account -2009
       (cube) the data load is from DATA SOURCE (0FI_GL_4) . the data is first loaded to DSO
       and then to a cube. upto this level the data is going fine, when the data is loaded to 2009
       cube using DTP as full load  i have an issue in the report, where the net balance is not " 0 ".
       but when i do a manual load for Selective company code's as a single value selection in the
       DTP filter condetion for all the company codes my data is matching in the report, where
       the netbalance is " 0 ". 
       With this i think there is an issue with Datapacket for DTP.
       Please sugest in this regard.
       Regards,
       prasad.

    Hi Ngendra,
    Yes, there will problem wth data loads some time with DTP.
    This can be resolved by setting scemantic grouping at dtp level, make sure that scemantic field ur defining will be unique.
    I am not sure with respect to functional side but with respect to ur post. i assume your problem will resoved by seeting company code as scemantic field or by setting some unique field as scemantic while data loading....
    Hope this helps you.
    Best Regards,
    Maruthi

  • Unable to update the Data from Cube to Data Mart

    Hi,
    I have a problem with the data loading to a Cube(data Mart)in BW. When i checked in RSA3 it is showing 0 records.The data flow is depicted as follows: R/3 -> ODS(BW)-> cube(BW) -> Cube(BW- Data mart for APO cube)-> APO System. In BW, for the final Data target whenever data is loaded, by deleting the previous request through full load. But on checking this final cube (Data Mart to APO) records are avilable, wherein while checking in RSA3 for this final data target(Data Mart to APO)it is showing 0 records.
    Why? please help me.
    Regards,
    krishna

    Hi,
    I checked the data mart in RSA3.It is not a matter of Full upload or delta upload.
    thanks
    Krishna

  • Funds management cube getting data from 4 ods, data not seen in cube

    Hello all,
    I am working on funds management cubes (0PU_C02 and 0PU_C03). These two cubes get data from like 7 or 8 ODS. Can someone tell me which are the ODS which feed to respective cubes. I have the mappings done but i am getting very confused.
    In the ods 0PU_O44 there is RLDNR for Ledger and I can see that data in ODS but when i run load to cube I dont see the ledger data (its direct mapping there are no routines or rules).
    Is there any sequence with wihic we have to load the data?
    Thanks
    Message was edited by: Raj M

    Hi Raj,
    I was going thru the forums who has knowledge in Public sector when i came accross ur forum.Can i get your email id..i have some questions to ask regarding student administration.
    thanks.

  • Adding new infoobject to cube with data

    Hi experts
    Our cube contains data and is fully compressed (E-table), there is are no requests in F-table.
    We need to add 2 key figures and 2 characteristics.
    The characteristics get a new dimension table.
    We don't use the remodel technique. We add these new infoobjects.
    There is no need for a reload of historical data for these new objects.
    We only need data starting from the first load date after the changes occured.
    Are there any errors in this approach?
    Thanks

    Thomas,
    When you are adding a new dimension to your cube - you are adding a primary key to your E and F Fact tables - therefore when your transport goes it - it will reorganize your cube tables.
    For this - assuming that you are collecting the changes in the normal way and not changing any settings ....
    1. Check the UNDO table space in target system , the UNDO table space should have enought free space available that will be greater than the size of your E and F Fact table sizes - because , the way the transport moves is that a copy of the table is taken in the undo table space in the database and then the tables are adjusted - if your undo table space is insufficient - the transport will fail after some time
    2. If this is a big cube - then the transport will take time to go in - if BASIS imports transport requests in sequence - then this transport will hold the queue and might delay others whi have smaller transports.... make sure that your transport goes in last if there are others waiting for you to complete
    3. Also inform BASIS that the transport is going to take time - sometimes long running transports can get the BASIS team excited :-)
    These are not technical but some bases that can be covered in advance...
    Hope this helps.,...

  • How can i connect iphone to itunes.. i want to restore because my finger mistakes that click Reset all content and setting.. so iphone are empty.. all foto and data lost, right.. how can i use my iphone again..

    how can i connect iphone to itunes.. i want to restore because my finger mistakes that click Reset all content and setting.. so iphone are empty.. all foto and data lost, right.. how can i use my iphone again.

    Yes, try to restore your iPhone from iTunes or iCloud backup.
    iOS: How to back up and restore your content
    http://support.apple.com/kb/HT1766
    Tell us the result if you will try.
    <Link Edited By Host>

  • Is it possible to recover ical data lost in a sync?

    Is it possible to recover ical data lost in a sync?

    Your only bet is to resotre from the Time Machine backup. However when you do this the sync process will promptly delete the calendars again, so you need to work through the slightly convoluted method detailed in this page:
    http://www.wilmut.webspace.virginmedia.com/notes/icloudtm.html

Maybe you are looking for

  • How to use template files in EasyDMS

    Hi everyone, In certain doc types we are using a template file (like excel or word document), so the user can choose in the "originals" section to create file from a template. The problem is that on EasyDMS there isn't such option. How can we use the

  • Why is my text in AE italic, even though I've selected regular?

    I have a new composition in After Effects with a two layers; a video for the background and a new text layer. The text in the layer is slanted to the right (just like I had set it to italics), even though I've set it to regular. If I set it to italic

  • Crash in __lock_id_free() while creating an environment.

    I'm currently trying to upgrade my DB from 4.4.28 up to the current 4.7.25.NC mainly to just get in sync with the development cycle. I get the following crash running on linux 2.6.21 while trying to create an environment. The crash occurs whether the

  • Virtual Copy problem in Collections

    Sometimes, but not always, when I create a Virtual Copy in a Collection, the Virtual Copy will not appear in the Collection, but it will appear next to the file in its folder.

  • I am unable to update my iphone 3gs i am new  plz help

    hi i am unable to update my iphone 3gs i am new  plz help