PARTATION IN 7.0?

hi friends,
in rsa1 cube change - extras-db performance- partation. for me its showing disable mode, how can i get into enable  and partation?
regards
suneel.

hi suneel ,
You need to have a time char to partition a cube.
You use partitioning to split the total dataset for an InfoProvider into several, smaller, physically independent and redundancy-free units. This separation improves system performance when you analyze data delete data from the InfoProvider.You can only partition a dataset using one of the two partitioning criteria ‘calendar month’ (0CALMONTH) or ‘fiscal year/period (0FISCPER). At least one of the two InfoObjects must be contained in the InfoProvider.
chk these links..
partition by 0calmonth
http://help.sap.com/saphelp_nw70/helpdata/en/33/dc2038aa3bcd23e10000009b38f8cf/content.htm
partition by fiscper..
http://help.sap.com/saphelp_nw70/helpdata/en/0a/cd6e3a30aac013e10000000a114084/content.htm
hope it helps...

Similar Messages

  • How can i delete data in psa and how can i partation psa?

    hi friends,
    can i delete data from psa and how can i partation psa?
    Thanking u
    suneel.

    hi Suneel,
    http://help.sap.com/saphelp_nw70/helpdata/en/7d/724d3caa70ea6fe10000000a114084/frameset.htm
    Using partitioning, you can separate the dataset of a PSA table into several smaller, physically independent, and redundancy-free units. This separation can mean improved performance when you update data from the PSA. In the <b>Implementation Guide with SAP NetWeaver  > Business Intelligence > Connections to Other Systems  > Maintain Control Parameters for Data Transfer</b> you define the number of data records needed to create a new partition. Only data records from a complete request are stored in a partition. The specified value is a threshold value.
    transaction SPRO to go implementation guide
    at database level
    http://help.sap.com/saphelp_nw70/helpdata/en/33/dc2038aa3bcd23e10000009b38f8cf/frameset.htm
    If you are using this database you can also partition PSA tables. You first have to activate this function using RSADMIN parameter DB4_PSA_PARTITIONING = 'X'. SAP Note 815186 includes more comprehensive information on this.
    hope this helps.

  • My mac mountain lion dont boot , and dont repair using disk utility what should i do i have so important data on it .my window partation work perfact

    hi ,]
    last n8
    i partatioon hard disk and install windows 7 using bootr cam ,
    nw wt heppen my mac HD partation dnt start jst gray screen with apple logo appear and then some loading bar heppen and then shurt down
    i tried to repair partation using disk utility
    bt
    cant repaird ..
    so wht should i deoo..
    my all data are on mac ..i have to back up .
    how can i

    There is no option for "DVD and CD Sharing" on a 2011 Mini because it doesn't have an optical drive to share. That option is available only on computers with an optical drive to share.
    That option is used, on the other "donor" computer with an optical drive that you want to use/share. On the other computer you turn on "DVD and CD Sharing", allowing its optical drive to be shared. Then on the Mini you connect to it with "remote disc".
    I believe you're thinking about the "DVD and CD Sharing" System preference in reverse; you activate it on the computer whose optical drive you want to use/share, not on the Mini without an optical drive.
    See the following which explains how to set up and use remote disc: http://support.apple.com/kb/HT1777?viewlocale=en_US

  • I recently tried to erase a seas gate expansion external harddrive and when i did all that shows up in disk utility now is something called expansion and all my opitions are greyed out in the partation tab, it doesnt mount and idk what to do please help,

    when i did all that shows up in disk utility now is something called expansion and all my opitions are greyed out in the partation tab, it doesnt mount and idk what to do please help.
    Running macbook pro 2.53ghz late 2010
    mountain lion
    8gbs mem

    I would try it on a PC and see if you can format it, then put it back on the Mac and try again. If it's not seen on a PC, then there's the strong likelihood that there's a hardware issue; either the bridge/chip set or the HD itself is dying/dead. There's also the small possibility that the cable is faulty, so I'd try a different cable too.

  • Not showing the partation on macbook desktop

    i partation the harddisk in macbook pro  but the partation is not showing on desktop . how i show the partation on desktop??

    Click on the Desktop anywhere, then select preferences from the Finder's Finder menu. Click on the General icon in the toolbar. Check the boxes needed to display hard disks, etc.
    Be sure the partition you created was made properly. It must be formatted Mac OS Extended, Journaled.

  • Physical and logical partation of cube

    hi
    can i get scenerio for logical and physical partation of cube.
    based on year or calmonth that is called physical partation? or not
    what is logical partation

    Hi sunil,
    Partitioning is mainly done to increase the performance by optiomizing the Time Utility.
    Physical Partitioning is the partitioning done at the database level and to do so, we can partition based on the Time,date so on... In terms  of Cube partitioning we usually use 0CALMONTH, 0CALYEAR or 0FISCYEAR.
    And
    Logical Partitioning is the partitioning done at the Query level while retriving data from the cube. This is said to be Logical because the data is not partitioned at the database level.
    Ex: Restict the Query using 0CALMONT,0CALYEAR.
    Hope this helps you and solves your problem,if it helps assgn pnts.
    Regards
    neelima

  • How to user oracle partation in ODI

    Hi all,
    i have table on daily partation, i want to access one partation how it will possible in ODI.
    thanks a lot
    Naseer

    Hi Naseer,
    How are you?
    ODI doesnt support partition. You can do a work around for that by creating a VIEW out of that partition name, reverse it in ODI and use that as a source.
    Like,
    CREATE TABLE sales_range
    (salesman_id NUMBER(5),
    salesman_name VARCHAR2(30),
    sales_amount NUMBER(10),
    sales_date DATE)
    PARTITION BY RANGE(sales_date)
    PARTITION sales_jan2000 VALUES LESS THAN(TO_DATE('02/01/2000','DD/MM/YYYY')),
    PARTITION sales_feb2000 VALUES LESS THAN(TO_DATE('03/01/2000','DD/MM/YYYY')),
    PARTITION sales_mar2000 VALUES LESS THAN(TO_DATE('04/01/2000','DD/MM/YYYY')),
    PARTITION sales_apr2000 VALUES LESS THAN(TO_DATE('05/01/2000','DD/MM/YYYY'))
    create view sales_jan200 as select * from sales_range PARTITION (sales_jan2000);
    Makes sense?
    Thanks,
    G

  • Partation of cube?

    hi friends,
    if i will partation of the cube E table will be partation, where can i find for the cube E and F tables, how  can i get the information E table is partation for the cube?
    rehards
    suneel.

    Hi,
    During compression, data records are written to the BasicCube E table and the compressed requests are removed from the F table. Newly requested requests are written again to the F table and can then be compressed, if required.
    Compressing an InfoCube saves space on the memory. However, the request IDs are removed during the compression process. It is therefore extremely important that you make sure the data in the InfoCube is correct before you start the compression process. Once the compression process is complete you are no longer able to delete incorrect requests. The only option to delete any data from cube is to use Selective deletion option.
    Hope this helps.
    PB

  • Boot Camp one more partation in windows 7 Professional 64 bit

    I installed Marwicks and through Boot Camp Windows 7 Professional 64 bit and After installing windows 7 professional 64 bit I want to create another partation in windows but when i am creating another partation through windows disk management I am able to create another partation but after creating another partation it changes all disks to dynamic disks.
    When I am coverting back disks from dynamic to basic disk through third party software it changes disks back to basic from dynamic disk except new partation.
    And it leaves new partation as a unallocated space.
    Can someone help me how to create one more Partation in windows 7 Professional 64 bit.
    Many Thanks in Advance

    Once you install  Windows on a Mac you can NOT FOOL with any of the partitions in Windows or in OS X.
    Hopefully OS X still boots. At startup hold down the Option/Alt key to get the Mac Boot manager/selection screen. Select yopur Mac OS X drive and boot to it. Run Boot Camp assistant and Remove the Windows partition/s if you can.
    If not use Time Machine to backup the OS X partition and then you'll need to use the Online internet Recovery system to repartition your drive as One Partition to remove the FUBAR you have created. Then once that ios done restore your Mac from the Time Machine backup you created.
    You can then use Boot Camp Assistant to recreate the Windows partition and reinstall Windows. Then do NOT try to make any other partitions in Windows or OS X.

  • No such partation

    hello sir
                  My hp laptop show a msg on startup "no such partation",how cac i solve this problem
    pls help me

    Hello nitintyagi33. I understand you are experiencing a partition error with your computer. I need a more specific response regarding the error, and the following information:
    1. The computer model number. If you require assistance locating this information, please reference this website: http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&lc=en&docname=c00033108
    2. Your operating system. If you require assistance locating this information, please reference this website: http://windows.microsoft.com/en-CA/windows/which-operating-system
    3. Have you installed any new hardware on this computer, before the issue appeared?
    4. Have you installed any new software or drivers on this computer, before the issue appeared?
    Please respond as soon as possible. I look forward to your response.
    Mario
    I worked on behalf of HP.

  • Bit locker drive encryption failed due to power failer and hard disk corrupted

    I ran Bitlocker drive ecryption drive D. My pc is windows 7 ultimate, while it was in progress of 1% due to power failer the encryption failed, when power resume the drive didn't showed the file format nor the size but it shows the size in disk management.
    It showed like this in My computer
    I do Have the recovery code password and back of recovery password so I ran the "manage-bde-_unlock D:-rp[my code ]
    and my pc got hang  no other option rather than to press the restart button. 
    then I used commang "repair-bde -force D:I:-rp[my rp] and following info showed but it stucked in 1% about 8 hours, and there was no increase in the pecentage
    I also connected the hardisk to mac but all othe partation showed but didn't showed the encrypted one.
    I had lots of memorable picture and other backups so any one kindly help me to get out of this problem. Thanks for help

    Hi,
    The BitLocker encryption and decryption processes can be interrupted by turning the computer off, and it will resume where it left off the next time Windows starts. This is true even if the power is suddenly unavailable.
    Bitlocker-repair (repair-bde)  tool
    can't repair a drive that failed during the encryption or decryption process.
    In addition, could you please explain a bit for what drive you are trying to deal with? external one?
    When you first restart your PC, have you seen any signs that indicate that the encryption is in process?
    Regarding your scenario, please take a look to see if the following articles could help here:
    Scenario 11: Recovering Data Protected by BitLocker Drive Encryption (Windows 7)
    Besides, when running manage-bde command, did we followed the steps mentioned in the below article?
    Scenario 14: Using a Data Recovery Agent to Recover BitLocker-Protected Drives (Windows 7)
    Best regards
    Michael Shao
    TechNet Community Support

  • Why is my Macbook Pro (7,1) is slow

    Hello Someone who on here.. anyway
    I have a Mid-2010 13" macbook pro (MacBookPro7,1)
    It works just fine on before the last saturday (9 Aug 2014)
    so.. its is slowing down
    and its kinda a little bit laggy
    and i just install snow leopard 10.6.8 yesterday (10 Aug 2014)
    and its works great boot fast but it kinda slow
    i also have dual boot on this computer
    10.9.4 and 10.6.8 and a 10.6.3 install disk for recovery just in case
    so that is i have 3 partations on this computer (320GB HDD)
    i am running 10.6.8 as my main daily driver
    Also, the computer also running at 50C to 75C at idling
    I have use SMCFanControl but that don't help very much (help a bit) and it also make my fan loud
    the SMCFanControl helps reduce the temp just 2-5C but the problem is
    i don't like hot laptops cause sometimes (or everytime) cats will sleep on my macbook pro LOL
    maybe my mac is working hard rendering my dock?? (my dock have a lot of things on it)
    i going to try cleaning my macbook pro fan up (haven't clean it since april now it aug i think it time to clean it
    i would like to ask something
    is it ok to have 547 battery charge cycle on this laptop (i heard somewhere that this laptop can handle up to 1000 charges but my battery is starting to slowly downgrade itself (don't hold charge long as before)

    etresoft  a long time contributer to Apple Support Communities wrote a very useful app he called etrecheck which helps in diagnosing many problems caused by third party installs etc.. Go to his website, read his information and from there download and run the program according to his instructions.
    http://www.etresoft.com/etrecheck
    Post the results back here for analysis.
    Pete

  • Satellite L350-12C - hard drive failure, need recovery

    Please help. I have Toshiba Satellite L350-12c and its a German model. My hard drive failed.
    The local Toshiba repair centre said they can replace the hard drive but without the disc they cant restore it to working order.
    The worst part is its still under warranty but Toshiba is refusing to help me. The only place I can order discs is from Europe who wont accept an American credit card and mailing address which kills me because I have another laptop from Germany and they sent me discs with no issue.
    The local shop even contacted the local rep and she was no help. Please help frustrated Toshiba customer.

    Sorry i have a german l350-12c that was purchased in the UK. it has a 2 year international warrnty and i live in the united states. toshiba of usa insist they will do nothing to help. the local toshiba dealer is been very helpful they spoke to a toshiba of america rep and still was told their was nothing they can do. this model was not built for the us market. the local shop is willing to fix it if i get the original restore disc. without that their not willing because they say they dont have access to the drivers and the special fixes that would be ont the disc.which is the stuff that makes all the little functions work, Plus without the disc theirs no way to set up the recovery partation,which is damaged due to the harddrive failure. theirs ways it could be peaced together but they wont do the warrnty work without being able to fix it. if they just swapped the harddrive i guess i could manage but that realy blows seeing i have warrnty which is suppose to be honored even in the us. when i call toshiba of uk they say they cant send the disc to the us. but yet through my work we get things from simens in germay on a regular basis.so im completely at a lose thanks for any help.

  • Use external drive for windows and mac

    Hello,
    I just bought a external 320Gb Western Digital Drive. I would like to use
    the drive for windows and mac.I will not like to make partation on the drive
    to use it on both operating systems. Is there any formating system with which i can use in both operating systems? I would like to use time machine feature on that drive also.
    Thanx.

    If you want to use a disk for both PC/Mac file storage and Time Machine, you will have to create two partitions. Partitioning is sort of like creating multiple virtual disks on the same physical disk. One partition should be formatted for PC (which the Mac can also use) and the other should be formatted for HFS+ (Mac only) which is what Time Machine requires. The Disk Utility application makes partitioning and formatting very easy.

  • Bootcamp wants to use my whole USB drive

    Hi all,
    strange one here. A few months ago I used Bootcamp to install windows 7 without any issues. I've had to format the partation and am having to go through the process again.
    The issue i'm having is when creating a Bootable USB Drive it only shows 1 Destination Disk (even though this USB drive is partitioned into 5 seperate drives). I was able to get the Boot Camp Assistant to view all the seperate drives before but I cannot remember how I did this (high chance it was luck).
    Does anyone know why it is doing this and what I can do to make it see the partitions as I don't want to have to format a 320Gb usb drive just to install windows.
    Thanks

    A disk with five partitions can't be used for Boot Camp. Disk Utility hides some partisions so chances are you really have six or more partitions. Use the Terminal and type this command:
    diskutil list
    That will show the true number of partitions on the drives. A maximum of four partitions, including the one that will be used for Windows, is allowed if you want to use Boot Camp Assistant. Otherwise you'll need to look at 3rd party software, and off hand I don't know for sure if any of the trio capable of resizing both HFSJ and NTFS will work on a disk with more than 4 partitions either. Those being: iPartition, Winclone, and Camptune.
    GPT fdisk, a.k.a. gdisk, is free open source software, and it can create the necessary hybrid partition scheme, albeit it'll be even more non-standard than Apple's variety so you may run into problems down the road that I can't predict. Frequent backups are the way to mitigate that. Gdisk will let you add specific GPT partitions into the hybrid MBR, whereas Apple always does it 1:1, GPT partition 1 is mapped to MBR partition 1, GPT 2 goes to MBR 2, and so on. And MBR can only hold 4 entries. So as soon as you have a fifth entry, Apple's tools won't create a hybrid MBR.
    gdisk, however, is a command line only program. It has an interactive mode so it's not totally obscure but it's not everyone's cup of tea.

Maybe you are looking for

  • I have windows 8 and itunes worked just fine till new update

    it updated itself (iTunes64Setup) now the error "Itunes has stopped working" is a persistent error that will not go away, and the program will not launch. I have since uninstalled and re installed it. The file unpacks normally and then opens up and t

  • Having issues with iTunes.

    Well, I'm having issues uploading existing music from my iPhone 4s to my iTunes library. Once I hit sync, it tells me I have to erase and then sync. I don't understand and I've been trying everything to get around it. Side note-my mac did crash and h

  • IE 11 Restricting Running Scripts and ActiveX Controls on Local Files

    I have been coding for my MediaWiki pages and needed to test these pages with IE 11. However, whenever I open a file in IE 11, an annoying message saying "IE 11 Restricted this website from running scripts and ActiveX controls." How do I do a one-tim

  • Exec envp method usage?

    Hi, What is the use of envp variable in exec function ? (String[] cmdarray, String[] envp) Is it somewhat related with windows localization. Also how to assign value to this variable. Can we give system environment variable using System.getenvp() If

  • After Effects CC installer failed to initialize?

    I downloaded the After Effects CC Test Version on Mavericks, but i when i want to install it, it says: installer failed to initialize. I downloaded the Adobe Support Advisor but it didnt find anything.