Corrupted dimension after level adding

Hi,
I observed twice this buggy behaviour in OWB 11gR2.
A dimension is here working perfectly with its underlying table. Then comes a new requirement and a further level is to add. I did all necessary steps (adding level, adding hierarchy, modifying the underlying table manually, adding the bindings, modifying the load mapping): In the design interface it looked well, but when running the load mapping it failed with "Dimension Key cannot be null". I checked either the generated code and the pluggable mapping behind the dimension object and indeed: the new level was treated without Dimension_Key column. I searched in the repository and found out that in the view ALL_IV_DIM_IMPLS the new level was missing.
So, I had no choice as to redefine the dimension from scratch and to bind it to the existing table. I couldn't find any indicator that this bug may be known. I'm not in the position to post service requests nor to file bugs, so, I hope that an empowered person will notice this and treat it appropriately.
best regards
Thomas

Hi David,
exactly, in this case there were two hierarchies and I added a third one. This happened already once with a similar dimension and it should be reproduceable.
I remember that I added dimension levels in earlier releases without having any problems.
It is on a win7 32bit platform (should be irrelevant); database and OWB are working flawless so far.
best regards
Thomas

Similar Messages

  • RMAN can't SET NEWNAME for datafiles added after Level 1

    Version: 11.2.0.3
    Platform : Solaris 10
    I have the most recent Level 0 , Level 1 and post-L1 Archive logs of the source DB.
    I am trying restore, recover in a different machine using plain RMAN (not RMAN DUPLICATE) into a new datafile location.
    After the Level 1 backup was taken, 2 datafiles (namdata01.dbf, finaldata01.dbf) were added ( this got 'recorded' on the subsequent post-L1 archivelogs )
    Before I ran restore and recover, I restored the latest control file from the most recent L1
    RMAN> restore controlfile from '/u01/CATALOGTST/rmanBkpPieces/SNTCDEV_L1_0cnjqk54_1_1_20120829.rmbk' ;Understandably, this control file doesn't have info about the 2 datafiles added after L1 .Wish I could restore control file from archive log :)
    So, I cataloged the archive logs as well using CATALOG command.
    RMAN> catalog start with '/u01/CATALOGTST/rmanBkpPieces';
    using target database control file instead of recovery catalog
    searching for all files that match the pattern /u01/CATALOGTST/rmanBkpPieces
    List of Files Unknown to the Database
    =====================================
    File Name: /u01/CATALOGTST/rmanBkpPieces/SNTCDEV_full_07njqj6j_1_1_20120828.rmbk
    File Name: /u01/CATALOGTST/rmanBkpPieces/SNTCDEV_full_08njqj8u_1_1_20120828.rmbk
    File Name: /u01/CATALOGTST/rmanBkpPieces/SNTCDEV_L1_0bnjqk3d_1_1_20120829.rmbk
    File Name: /u01/CATALOGTST/rmanBkpPieces/SNTCDEV_L1_0cnjqk54_1_1_20120829.rmbk
    File Name: /u01/CATALOGTST/rmanBkpPieces/arch_1_13_790513173.arc
    File Name: /u01/CATALOGTST/rmanBkpPieces/arch_1_14_790513173.arc
    File Name: /u01/CATALOGTST/rmanBkpPieces/arch_1_15_790513173.arc
    File Name: /u01/CATALOGTST/rmanBkpPieces/06njqj6h_1_1
    File Name: /u01/CATALOGTST/rmanBkpPieces/09njqj90_1_1
    File Name: /u01/CATALOGTST/rmanBkpPieces/0anjqk3b_1_1
    File Name: /u01/CATALOGTST/rmanBkpPieces/0dnjqk56_1_1
    Do you really want to catalog the above files (enter YES or NO)? YES
    cataloging files...
    cataloging done
    List of Cataloged Files
    =======================
    File Name: /u01/CATALOGTST/rmanBkpPieces/SNTCDEV_full_07njqj6j_1_1_20120828.rmbk
    File Name: /u01/CATALOGTST/rmanBkpPieces/SNTCDEV_full_08njqj8u_1_1_20120828.rmbk
    File Name: /u01/CATALOGTST/rmanBkpPieces/SNTCDEV_L1_0bnjqk3d_1_1_20120829.rmbk
    File Name: /u01/CATALOGTST/rmanBkpPieces/SNTCDEV_L1_0cnjqk54_1_1_20120829.rmbk
    File Name: /u01/CATALOGTST/rmanBkpPieces/arch_1_13_790513173.arc                         -------------------> arch logs that contain info on the new datafiles
    File Name: /u01/CATALOGTST/rmanBkpPieces/arch_1_14_790513173.arc                         -------------------> arch logs that contain info on the new datafiles
    File Name: /u01/CATALOGTST/rmanBkpPieces/arch_1_15_790513173.arc                          -------------------> arch logs that contain info on the new datafiles
    File Name: /u01/CATALOGTST/rmanBkpPieces/06njqj6h_1_1
    File Name: /u01/CATALOGTST/rmanBkpPieces/09njqj90_1_1
    File Name: /u01/CATALOGTST/rmanBkpPieces/0anjqk3b_1_1
    File Name: /u01/CATALOGTST/rmanBkpPieces/0dnjqk56_1_1
    RMAN> EXITDuring Recovery , RMAN applied the archive logs and managed to create the datafiles successfully. But it can't restore the datafiles to the new location specified in the SET NEWNAME location. Luckily , I had created the original path and these 2 datafiles got restored there.
    RMAN can't seem enforce SET NEWNAME for datafiles added after Level 1 backup despite cataloging.
    Does SET NEWNAME .... thing work only for RESTORE ?
    Log of restore and recover
    $ cat restore-recover.txt
    run
    set newname for database to '/u01/app/CLONE1/oradata/sntcdev/%b' ;
    set newname for tempfile '/u01/app/oradata/sntcdev/temp01.dbf' to '/u01/app/CLONE1/oradata/sntcdev/temp01.dbf' ;
    restore database;
    switch datafile all;
    switch tempfile all;
    recover database;
    $
    $ rman target / cmdfile=restore-recover.txt
    Recovery Manager: Release 11.2.0.3.0 - Production on Sun Sep 16 21:27:49 2012
    Copyright (c) 1982, 2011, Oracle and/or its affiliates.  All rights reserved.
    connected to target database: SNTCDEV (DBID=2498462290, not open)
    RMAN> run
    2> {
    3> set newname for database to '/u01/app/CLONE1/oradata/sntcdev/%b' ;
    4> set newname for tempfile '/u01/app/oradata/sntcdev/temp01.dbf' to '/u01/app/CLONE1/oradata/sntcdev/temp01.dbf' ;
    5> restore database;
    6> switch datafile all;
    7> switch tempfile all;
    8> recover database;
    9> }
    10>
    11>
    executing command: SET NEWNAME
    executing command: SET NEWNAME
    Starting restore at 16-SEP-12
    using target database control file instead of recovery catalog
    allocated channel: ORA_DISK_1
    channel ORA_DISK_1: SID=18 device type=DISK
    channel ORA_DISK_1: starting datafile backup set restore
    channel ORA_DISK_1: specifying datafile(s) to restore from backup set
    channel ORA_DISK_1: restoring datafile 00001 to /u01/app/CLONE1/oradata/sntcdev/system01.dbf
    channel ORA_DISK_1: restoring datafile 00002 to /u01/app/CLONE1/oradata/sntcdev/sysaux01.dbf
    channel ORA_DISK_1: restoring datafile 00003 to /u01/app/CLONE1/oradata/sntcdev/undotbs01.dbf
    channel ORA_DISK_1: restoring datafile 00004 to /u01/app/CLONE1/oradata/sntcdev/users01.dbf
    channel ORA_DISK_1: restoring datafile 00005 to /u01/app/CLONE1/oradata/sntcdev/example01.dbf
    channel ORA_DISK_1: restoring datafile 00006 to /u01/app/CLONE1/oradata/sntcdev/cisdata01.dbf
    channel ORA_DISK_1: reading from backup piece /u01/RMAN_bkp/BKP_sntcdev/SNTCDEV_full_07njqj6j_1_1_20120828.rmbk
    channel ORA_DISK_1: errors found reading piece handle=/u01/RMAN_bkp/BKP_sntcdev/SNTCDEV_full_07njqj6j_1_1_20120828.rmbk
    channel ORA_DISK_1: failover to piece handle=/u01/CATALOGTST/rmanBkpPieces/SNTCDEV_full_07njqj6j_1_1_20120828.rmbk tag=TAG20120828T234834
    channel ORA_DISK_1: restored backup piece 1
    channel ORA_DISK_1: restore complete, elapsed time: 00:01:35
    Finished restore at 16-SEP-12
    datafile 1 switched to datafile copy
    input datafile copy RECID=8 STAMP=794179772 file name=/u01/app/CLONE1/oradata/sntcdev/system01.dbf
    datafile 2 switched to datafile copy
    input datafile copy RECID=9 STAMP=794179772 file name=/u01/app/CLONE1/oradata/sntcdev/sysaux01.dbf
    datafile 3 switched to datafile copy
    input datafile copy RECID=10 STAMP=794179772 file name=/u01/app/CLONE1/oradata/sntcdev/undotbs01.dbf
    datafile 4 switched to datafile copy
    input datafile copy RECID=11 STAMP=794179772 file name=/u01/app/CLONE1/oradata/sntcdev/users01.dbf
    datafile 5 switched to datafile copy
    input datafile copy RECID=12 STAMP=794179772 file name=/u01/app/CLONE1/oradata/sntcdev/example01.dbf
    datafile 6 switched to datafile copy
    input datafile copy RECID=13 STAMP=794179772 file name=/u01/app/CLONE1/oradata/sntcdev/cisdata01.dbf
    renamed tempfile 1 to /u01/app/CLONE1/oradata/sntcdev/temp01.dbf in control file
    Starting recover at 16-SEP-12
    using channel ORA_DISK_1
    channel ORA_DISK_1: starting incremental datafile backup set restore
    channel ORA_DISK_1: specifying datafile(s) to restore from backup set
    destination for restore of datafile 00001: /u01/app/CLONE1/oradata/sntcdev/system01.dbf
    destination for restore of datafile 00002: /u01/app/CLONE1/oradata/sntcdev/sysaux01.dbf
    destination for restore of datafile 00003: /u01/app/CLONE1/oradata/sntcdev/undotbs01.dbf
    destination for restore of datafile 00004: /u01/app/CLONE1/oradata/sntcdev/users01.dbf
    destination for restore of datafile 00005: /u01/app/CLONE1/oradata/sntcdev/example01.dbf
    destination for restore of datafile 00006: /u01/app/CLONE1/oradata/sntcdev/cisdata01.dbf
    channel ORA_DISK_1: reading from backup piece /u01/RMAN_bkp/BKP_sntcdev/SNTCDEV_L1_0bnjqk3d_1_1_20120829.rmbk
    channel ORA_DISK_1: errors found reading piece handle=/u01/RMAN_bkp/BKP_sntcdev/SNTCDEV_L1_0bnjqk3d_1_1_20120829.rmbk
    channel ORA_DISK_1: failover to piece handle=/u01/CATALOGTST/rmanBkpPieces/SNTCDEV_L1_0bnjqk3d_1_1_20120829.rmbk tag=TAG20120829T000356
    channel ORA_DISK_1: restored backup piece 1
    channel ORA_DISK_1: restore complete, elapsed time: 00:00:03
    starting media recovery
    archived log for thread 1 with sequence 13 is already on disk as file /u01/CATALOGTST/rmanBkpPieces/arch_1_13_790513173.arc
    archived log for thread 1 with sequence 14 is already on disk as file /u01/CATALOGTST/rmanBkpPieces/arch_1_14_790513173.arc
    archived log for thread 1 with sequence 15 is already on disk as file /u01/CATALOGTST/rmanBkpPieces/arch_1_15_790513173.arc
    channel ORA_DISK_1: starting archived log restore to default destination
    channel ORA_DISK_1: restoring archived log
    archived log thread=1 sequence=12
    channel ORA_DISK_1: reading from backup piece /u01/CATALOGTST/rmanBkpPieces/0dnjqk56_1_1
    channel ORA_DISK_1: piece handle=/u01/CATALOGTST/rmanBkpPieces/0dnjqk56_1_1 tag=TAG20120829T000454
    channel ORA_DISK_1: restored backup piece 1
    channel ORA_DISK_1: restore complete, elapsed time: 00:00:01
    archived log file name=/u01/archLogs/arch_1_12_790513173.arc thread=1 sequence=12
    archived log file name=/u01/CATALOGTST/rmanBkpPieces/arch_1_13_790513173.arc thread=1 sequence=13
    creating datafile file number=7 name=/u01/app/oradata/sntcdev/namdata01.dbf
    archived log file name=/u01/CATALOGTST/rmanBkpPieces/arch_1_13_790513173.arc thread=1 sequence=13
    archived log file name=/u01/CATALOGTST/rmanBkpPieces/arch_1_14_790513173.arc thread=1 sequence=14
    archived log file name=/u01/CATALOGTST/rmanBkpPieces/arch_1_15_790513173.arc thread=1 sequence=15
    creating datafile file number=8 name=/u01/app/oradata/sntcdev/finaldata01.dbf
    archived log file name=/u01/CATALOGTST/rmanBkpPieces/arch_1_15_790513173.arc thread=1 sequence=15
    unable to find archived log
    archived log thread=1 sequence=16
    RMAN-00571: ===========================================================
    RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
    RMAN-00571: ===========================================================
    RMAN-03002: failure of recover command at 09/16/2012 21:29:51
    RMAN-06054: media recovery requesting unknown archived log for thread 1 with sequence 16 and starting SCN of 1004015
    Recovery Manager complete.
    $
    $
    $ sqlplus / as sysdba
    SQL*Plus: Release 11.2.0.3.0 Production on Sun Sep 16 21:30:04 2012
    Copyright (c) 1982, 2011, Oracle.  All rights reserved.
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> select name from v$datafile;
    NAME
    /u01/app/CLONE1/oradata/sntcdev/system01.dbf
    /u01/app/CLONE1/oradata/sntcdev/sysaux01.dbf
    /u01/app/CLONE1/oradata/sntcdev/undotbs01.dbf
    /u01/app/CLONE1/oradata/sntcdev/users01.dbf
    /u01/app/CLONE1/oradata/sntcdev/example01.dbf
    /u01/app/CLONE1/oradata/sntcdev/cisdata01.dbf
    /u01/app/oradata/sntcdev/namdata01.dbf           ----------------------> restored to old location ignoring SET NEWNAME ....
    /u01/app/oradata/sntcdev/finaldata01.dbf         ----------------------> restored to old location ignoring SET NEWNAME ....
    8 rows selected.
    SQL> exit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    $ cd /u01/app/oradata/sntcdev            # -----------------------------> the old location
    $
    $ ls -alrt
    total 243924
    drwxr-xr-x   3 oracle   oinstall     512 Aug  5 10:55 ..
    drwxr-xr-x   2 oracle   oinstall     512 Sep 16 20:59 .
    -rw-r-----   1 oracle   oinstall 104865792 Sep 16 21:29 namdata01.dbf
    -rw-r-----   1 oracle   oinstall 19931136 Sep 16 21:29 finaldata01.dbf

    RMAN> run
    2> {
    3> set newname for database to '/u01/app/CLONE1/oradata/sntcdev/%b' ;
    4> set newname for tempfile '/u01/app/oradata/sntcdev/temp01.dbf' to '/u01/app/CLONE1/oradata/sntcdev/temp01.dbf' ;
    5> restore database;
    6> switch datafile all;
    7> switch tempfile all;
    8> recover database;
    9> }RMAN executes the commands in the run block stepwise. In your case, starting from "set newname for database..." and lastly executing "recover database...".
    Let me interpret it for you.
    1. You restored the controlfile from the L1 backup which does not have any information about the 2 newly added datafiles. You cataloged the backuppieces and the archives to this controlfile, which means that the controlfile would now be aware that the required backups and archives are in this cataloged location.
    2. You set newname for database to the desired location, thereby this command is executed restoring the database from the L0 and L1 backups. (These 2 backups do not have any information about the newly added datafiles and hence the 2 files would still not be restored).
    3. You execute restore database which restores the files from L0 and L1 backup.
    4. Switch datafile all, this renames all the files that were restored in the previous steps to the desired name/location that was mentioned in step 2.
    5. Recover database: This is where the archivelogs come into picture. The data in the archives would be created & recovered. The newly added datafiles are now created & recovered but RMAN does not go back to STEP 2 and STEP 4 to re-execute the commands in STEP2 and STEP4 to restore it to the desired location (STEP 2) and Rename it (STEP 4). The files will have to renamed later by moving them manually to the location that you require.
    So, RMAN does not execute the SET NEWNAME for datafiles which were added after the backup as the information about these files do not exist in the RMAN backuppieces.

  • Error while processing dimension after add or delete property

    Hi Experts,
    I use BPC for MS SP6 with SQL Server 2008. I detected a problem while processing dimension after add or delete property.
    The error message is: u201CMemory error: Allocation failure : Not enough storage is available to process this command. Error Code = 0x8007000E, External Code = 0x00000000.u201D
    I tried to truncate and drop dimension tables and process dimension again, and it doesnu2019t work.
    Any idea?
    Thanks a lot for your support!
    Albert

    Hi Sorin,
    Yestarday in the afternoon, we added a Property at another Dimension, and we continued having the same problem: we had errors when processing that dimension, but after restarting the server, we can process dimension.
    Looking at the Event Viewer, at 'OutlookSoft log' environment, the following error appears:
    <<
    3/28/2011 6:57:15 PM
    ModuleName : Olap9Manager - DeleteDimension
    Message : Error Code = 0x8007000E, External Code = 0x00000000:.
    Error Code = 0x8007000E, External Code = 0x00000000:.
    Error Code = 0x8007000E, External Code = 0x00000000:.
    Stack :    at Microsoft.AnalysisServices.AnalysisServicesClient.SendExecuteAndReadResponse(ImpactDetailCollection impacts, Boolean expectEmptyResults, Boolean throwIfError)
       at Microsoft.AnalysisServices.AnalysisServicesClient.Alter(IMajorObject obj, ObjectExpansion expansion, ImpactDetailCollection impact, Boolean allowCreate)
       at Microsoft.AnalysisServices.Server.Update(IMajorObject obj, UpdateOptions options, UpdateMode mode, XmlaWarningCollection warnings, ImpactDetailCollection impactResult)
       at Microsoft.AnalysisServices.Server.SendUpdate(IMajorObject obj, UpdateOptions options, UpdateMode mode, XmlaWarningCollection warnings, ImpactDetailCollection impactResult)
       at Microsoft.AnalysisServices.MajorObject.Update(UpdateOptions options, UpdateMode mode, XmlaWarningCollection warnings)
       at Microsoft.AnalysisServices.MajorObject.Update(UpdateOptions options)
       at Osoft.Services.Platform.YukonAdmin.Olap9Manager.DeleteDimension(String strAppset, String strDimension, String strCube, String dimTablePrefx, Boolean bDeleteFromDB, String& strMsg, Boolean bOnlySharedDim)
    >>
    Any idea in order to identify the root cause?
    Thanks in advance,
    Albert

  • SSD and corrupted menu after deep sleep

    SSD and corrupted menu after deep sleep
    Hi, I have a MacBook Pro mid 2012 13 inches (9,2).
    I run it with 16GB of ram and OSX 10.8.4
    I replaced the internal HD with an Adata SX-910 model (512GB) SSD.
    (http://us.adata-group.com/index.php?...cid=3&piid=183)
    It runs really fast! Boot time is 10 seconds! :-)
    However I have a major problem! When I MacBook Pro will end the battery energy and will go below 3 percent, the Mac will go to sleep itself. When I will start back the Mac, with the power connected, every time I will see the desktop colors corrupted and the menu of Apple Safari, Apple Mail and few others gone! Only solution is to re-install Mac OSX!
    I took the Mac to an Apple center and Apple did NOT find any problem with the Mac itself. I have returned the Adata to the vendor and got a new one (with latest firmware).... However I have discovered that the problem is happening again! :-(
    I have tried to use Insomnia smartspleep tool, but does not work as expected.I think that only solution is to re-charge the battery before it goes below 3 percent.....
    please note: using the trim enabler tool did NOT solved the issue:-(
    Any suggestion?
    Maybe it is indeed an issue related only to Adata SSD? I am confused and frustrated.

    Clinton,
    Apple hibernation has three modes. By default, on laptops it suspends the system and make a copy of RAM to disk for a completely safe hibernate. When you have 8 Gigabytes of RAM it takes twenty or thirty seconds to write that RAM image. I suspend/resume often during my day and don’t want to wait. This has worked really well for me.
    You can change the Mac’s hibernate behavior using pmset; here’s the reference for it:
    http://developer.apple.com/documentation/Darwin/Reference/ManPages/man1/pmset.1. html
    “sudo pmset -a hibernatemode 0″ = suspend to RAM only (default on desktops)
    “sudo pmset -a hibernatemode 1″ = suspend to disk only
    “sudo pmset -a hibernatemode 3″ = suspend to disk + RAM (default on laptops)
    How can I set my MacBook Pro to go into deep sleep, I guess it is mode 0, BEFORE the 3 minutes remaing time? I think to be safe, it should go to deep sleep automatically when it is around 15 percent batter level.....

  • Users cannot access SharePoint items after being added to a group.

    When chaning membership of a SharePoint group that has item level permissions, the users in the SharePoint group can no longer access the items.  I have a group that has low contributor/low modifier permissions on an item.  When adding a new
    user to the group, the existing members and new members can no longer access the item.

    Hi Clem,
    Let's verify your issue:
    When a new item was added, you set permission to the group via workflow. Then when you added a new user to the group, the permission at the item level for the group was removed. Is it right?
    How did you design your workflow to set permission to the group? Which actions did you use? Please provide more information about your workflow to reproduce this issue.
    In addition, after you added a new user to the group, go to the item level permission page, check whether the group has permission to the item.
    Best Regards,
    Wendy
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Wendy Li
    TechNet Community Support

  • Missing files - corrupt library after upgrade to 11.1.4

    I updated iTunes to 11.1.4, and after launching, it looked like it was updating my library as it's done in the past.  However, this time, after an hour I realized it had not yet completed, and a dialogue box asking about creating an iTunes U playlist was on the screen.  I tried to do so, but it just kept repeating.  So finally I stopped it, and now I have an file marked iTunes library (damaged) and an incomplete library.  I am missing thousands of songs compared to the last .itl I have in Previous iTunes Libraries.
    I thought when iTunes did an upgrade to the library it was supposed to make a backup? If so, and I did the upgrade yesterday, why is the most recent file in Previous iTunes Libraries dated from four months ago?
    How can I repair the damaged .itl file, as the one iTunes is using now as, as I mentioned, missing thousands of songs now.
    Is there any sort of script or utility I can use to figure out exactly which files are missing from the current .itl in my library? 
    Thanks in advance. 

    I thought when iTunes did an upgrade to the library it was supposed to make a backup? If so, and I did the upgrade yesterday, why is the most recent file in Previous iTunes Libraries dated from four months ago?
    No, you need to do the backup as part of regular computer maintenance and before you do any software upgrades.  iTunes moves the old library into the previous library area but perhaps your update failed before it did that.
    How can I repair the damaged .itl file, as the one iTunes is using now as, as I mentioned, missing thousands of songs now.
    https://discussions.apple.com/message/20401436 - turingtest2 11/2012 post on rebuilding empty/corrupt library after upgrade/crash from previous iTunes library file.
    iTunes: How to re-create your iTunes library and playlists - http://support.apple.com/kb/ht1451
    Is there any sort of script or utility I can use to figure out exactly which files are missing from the current .itl in my library?
    Yes, there's one on the Dougscripts web site that will crawl through a library.  In yur case it's probably just as easy to drag the whole iTunes media folder to Automatically Add to iTunes.  Anything already in the library it will ignore.  Anything not there it will add.

  • Money was deducted from my account after i added my visa card number to my account

    I was planning on buying an app from iTunes, but before doing so, I decided to add my Visa card number to my account so buying applications from iTunes would be easier in the future. Right after I added my card number to my account, I receive a message saying that money was deducted from my account, and there was no explanation why. I highly suspect that the company has taken the money out of my card for some reason, since I haven't used this card for a few months and the application I was trying to buy is really important for my upcoming project!
    I initially had $2.02 to buy the application, which was more than enough, but suddenly $1.09 was deducted from my card and now I only have $0.93, which isn't even enough to buy the application!
    Please help me!!!!!!

    Each time that you add or change your card details a small temporary store holding charge may be applied to check that the card details are correct and valid and that it's registered to exactly the same name and address as on your iTunes account - your card issuer should remove within a few days or so.
    Store holding charge : http://support.apple.com/en-us/HT3702
    How much was theappthat you trying tobuy ? The store holding charge is usually $1, or the amount f the item (plus tax) of what you are trying to buy

  • Does Position Of Cube Dimension Matter While Adding it as Measure

    I've created a cube on the Adventure Works Database. And when tried to process the Cube i get error
    Errors in the OLAP storage engine: The attribute key cannot be found when processing: Table: 'dbo_DimProduct', Column: 'ProductKey', Value: '1'. The attribute is 'Product Key'. Errors in the OLAP storage engine: The attribute key was converted to an unknown
    member because the attribute key was not found. Attribute Product Key of Dimension: Dim Product from Database: Analysis Services Project, Cube: Adventure Works DW, Measure Group: Dim Product, Partition: Dim Product, Record: 1. Errors in the OLAP storage engine:
    The process operation ended because the number of errors encountered during processing reached the defined limit of allowable errors for the operation. Errors in the OLAP storage engine: An error occurred while processing the 'Dim Product' partition of the
    'Dim Product' measure group for the 'Adventure Works DW' cube from the Analysis Services Project database.
    This is faced When Dimproduct Dimension was added first and later Dimtime Dimension.
    I delete Dim Product Database Dimension and have Added it again as both Measure and Cube Dimension and it process succesfully.
    Only Difference i've Found is now Dimproduct is listed last in cube dimensions.
    Question - Does position of Cube Dimension matters when adding its a Measure?
    And what is causing this error?
    HS

    Hi HS,
    Since this issue is related to Analysis Services, I will move this thread to Analysis Services forum. Sometime delay might be expected from the job transferring. Your patience is greatly appreciated. 
    Thank you for your understanding and support.
    Regards,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • O got "activateFailure" when I tried to activate zoneset after I added new zonings. it says "fabricChange".

    I got "activateFailure" when I tried to activate zoneset after I added new zonings. it says "fabricChange".

    We need more information
    MDS, N5k, version ?
    fc-alias, device-alias, enhanced zoning,.....
    Topology
    CLI output "show zoneset ....", "show active zoneset ....."
    And the complete error message ? e.g. syslog

  • Corrupt Images after syncing Photos

    Has anyone experienced corrupt images after performing a sync?
    After activation and at some point during my first sync my machine blue screened. After a reboot it appears that everything is running smooth, however, I notice that most of the pictures that are synched are corrupted and many didn't synch at all.
    I removed all synch images and re-synched but I'm still experiencing the same problem.
    I'm hoping its an issue with Vista or iTunes and not my phone. Looks like I'm going to have to go out and get that Mac Book Pro after all

    Are you saying that the photos are appearing in the wrong albums, or that the photos are in their correct albums but are displayed in the different order within them ? If they are in the wrong albums then try deleting the photo cache from your computer and re-try the sync - the location of the cache, and how to delete it, is on this page http://support.apple.com/kb/TS1314
    If the photos are displayed in the wrong order in the albums, then they will be displayed by capture date order unless you are syncing via iPhoto or Aperture on a Mac. To get them in a different order you will need to manipulate their capture dates : http://support.apple.com/kb/HT4221

  • Changing the dimension hierarchy level keys in RPD online mode caused issue

    Hi,
    We tried to correct the dimension hierarchy level keys and remove prefered drill path settings in the business model layer in RPD in online mode. However this caused all the reports and dashboards based off of this subject area to show incorrect, and/or restricted data. The physical query generated by the answers requests were also incorrect.
    Even restarting the server and presentation services could not resolve the issue. Can someone please help us to understand what could have caused this issue?
    Thanks in advance

    Hi,
    I am not sure why the existing reports throw an error when I change the RPD dimension hierarchy level keys. Does anyone know how I resolve this issue.
    This is urgent. Any help will be most appreciated.
    Thanks in advance.

  • Why do certain web pages become corrupted even after I re-install Firefox even when I don't save my bookmarks?

    Why do certain web pages become corrupted even after I re-install Firefox even when I don't save my bookmarks?

    cor-el,
    Yes, I will....the next time it happens. In the past it has happened to AOL a number of times (which is usually my home page), as well as some Yuku message boards I visit...The History Channel A&E, Spike TV, all at various times.
    Unfortunately, this morning when it happened to one of the Yuku message board, I went directly to the tool bar, cleared my cache and cookies, without capturing a screenshot. Now , everything I've bookmarked is working properly but I will tell you it's a problem that I only experience on Firefox and not any other browsers, even when I've imported bookmarks from Firefox. It's been a fairly consistent problem for the past 6 months or so where I manually uninstalled, reinstalled Firefox (my preferred browser) and again, manually started bookmarking my sites all over again. It seems that when it happens most of the icons, graphics and photographs are missing, leaving me with only disorganized text.
    The next time that it occurs, I will take a screen shot and forward it to you.
    Thanks for you interest and help.

  • Disaster after i added an index !! pls help

    Hi All ,
    I almost caused a diaster after i added an index to an existing table which i DO NOT understand. Kindly help me understand so i will not repeat the same mistake and i might probably get sacked if it ever happened again
    existing table indexes
    pk1 --> lotid(varchar2) , step_begin_time(date)
    idx1 --> lotid(varchar2) , step_begin_time(date) , release_time(date) , location
    idx2 --> release_time(date) , step_begin_time(date) , completion_class location
    idx2a --> step_begin_time (date)
    idx2b --> release_time (date)
    new indexes
    i added idx3 --> LOTID (only)
    from what i checked in PL/SQL session it seem to take very long when it uses the step_begin_time ?
    how does my action caused the loading that uses the step_begin_time to be that slow ???
    if the statement uses step_begin_time , wouldn't it uses pk1 , or idx1 or idx2 or idx2a ??
    if so how will the new index idx3 will result in such slowness
    and if both lotid & step_begin_time are being used it would have used pk1 or idx1 ??
    really need your advise
    thankfully i managed to drop that new index and all looks ok (for now at least)
    tks & rdgs

    The index on LOTID is not necessary. Oracle (even 8.1) will happily use the indexed LOTID from the PK or idx1 if it wasn't for your wrong usage of the date data type.
    As Kamal has already pointed out, when you transform the date column into a varchar column, you effectively prevent the usage of idx1 (unless you create a function based index, but that's another story and absolutely not necessary here)
    You should rather convert your input parameter :b2 into a date:
    WHERE lotid=:b1
    AND step_begin_time = to_date(:b2,'DD-MON-YYYY hh24:mi:ss')and then Oracle should use your PK index.
    You would have seen this when running explain plan. The details can be found in the manual:
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96540/statements_911a.htm#2061798
    http://download-west.oracle.com/docs/cd/B10501_01/server.920/a96533/ex_plan.htm#PFGRF009
    Actually I'd say that idx1 is not needed at all, because the PK will prevent more than one row with the same combination of lotid, step_begin_time so the additionally indexed column in idx1 does not give you any benefits (if that index is used, that a hit will always return a single row, no need to limit that result further by looking at the additional columns.
    Did you ever check whether that index (idx1) was used?

  • Dimension with Level Dased Hierarchy

    Hi everyone
    I have one table in bussines model called items with columns item_code,item_descr,item_brand,item_category.
    I also have a Dimension with Level Dased Hierarchy set as total_level,item_brand,item_category,item_code.
    Data
    ===
    item_brand 1, item_category 21, item_code code1
    item_brand 2, item_category 21, item_code code2
    In Answer when i use the above hierarchy i have the problem that when i expand item_brand 1 and then item_category 21 automatically answer expand also item_brand 2 showing only item_code code2.
    It happens because item_brand 1,2 have the same item_category 21.
    Is there any way to make it work?
    Thanks
    Hermes
    Edited by: hermes on 24 Μαρ 2011 3:05 πμ

    Hi hermes,
    try this:
    create two physical table with the rows ant import in your Physical Layer:
    DIM_TABLE1
    BRAND CATEGORY
    item_brand 1, item_category 21
    item_brand 2, item_category 21
    And DIM_TABLE2
    BRAND CATEGORY ITEM
    item_brand 1, item_category 21, item_code code1
    item_brand 2, item_category 21, item_code code2
    Define the join like this:
    DIM_TABLE1.BRAND = DIM_TABLE2.BRAND and DIM_TABLE1.CATEGORY = DIM_TABLE2.CATEGORY
    In the Business Model create 1 Logical Table Source for your dimension with the source you two physical table, inner join.
    Now map the logical column.
    I hope it helps.
    Regards,
    Gianluca

  • Vendor Waives Charge after we added AP Invoice

    Hi all,
    Our vendor waived the AP invoice charge after we added the AP invoice.
    How do we reflect the waived charge in SAP and process the $0 payment to close the AP invoice?
    Thanks,
    Jane

    Hi Jane,
    the message indicates that in your localisation the discount applies to the net value of the document only. Hence the only way to nullify & have the tax in order is to create a service type credit memo for the net amount & the appropriate tax rate. Please check with the accountant what account to use in the CM. You then manually reconcile the 2 documents.
    All the best,
    Kerstin

Maybe you are looking for

  • XSQL Servlet Version 1.0.0.0 with ServletExec 3.0 on Windows2000 IIS 5

    I am attempting to establish an XML connection to Oracle 8i in a Windows2000 IIS 5 environment. The .xsql/index.htm loads perfectly, but when i try to run helloworld, I recieve the following error. "The XML page cannot be displayed Reference to undec

  • Re: MySQL Database - NOT SAVING USER WEB-FORM DATA, ANY SUGGESTIONS...

    Hi, after adding the missing <html> tag, still doesn't make any difference, see below the php code and html form in context, the one you've asked me to paste. Note: I am trying to incorporate this, into an existing webpage, "the html form has to work

  • "branch out a package" appv5 - is it possible to Save As new version?

    I've really enjoyed the branching out functionality of appv 4. is there an option to use this in the new version without rebuilding the app from scratch?

  • UFT 11.53 - toggle between keyword view and editor not working

    Hello,   I have installed the enterprise version of UFT 11.53.  I have patched it with Patch # 3 (00082) and Patch # 4 (00106) in order to get Chome v 37 support.  Now when I try to toggle between keyword View and editor, it is not working.  The edit

  • Help me n3250

    i have some problems regarding nokia 3250 and they are as follows: 1. *111# it shows done 2. every time when i switch off and switch on the ( n3250 ) phone doesn't read the memory card i have to open the memory card slot and then close it.Then only i