Looking for BPC user contacts with large numbers of dimension members

I would like to make contact with other BPC users that have multiple dimensions with dimension members in excess of 10K.
Thanks,
Cary Schulz
Newfield Exploration
281-674-2004

Hi Helene,
With 3,000 members you should not be experiencing these problems, if your report is designed properly.
I'm running BPC 5.1 SP8 on SQL 2005, with a dimension containing 22,000 members. Client PC's are typical (XP, Excel 2007, 1 or 2 gig RAM).
Using EVDRE and this dimension expanding on the rows, most reports & input schedules can expand & refresh in the range of 10 to 30 seconds.
The faster times are when I use a row expansion memberset using dimension properties, such as Active="X". The slower times are when the memberset is hierarchy-based, such as BAS.
If you're using a dynamic template (one using EVEXP for the expansion) then you should start over using EVDRE. It will be much faster, particularly if you optimize your row expansion.
It's often a good idea to add dimension properties specifically for the purpose of optimizing the report expansion, if the dimension has thousands of members. I sometimes go as far as to add properties which mimic the hierarchy (MyLevel2, MyLevel3, etc) just for this purpose.

Similar Messages

  • Best practices for speeding up Mail with large numbers of mail?

    I have over 100,000 mails going back about 7 years in multiple accounts in dozens of folders using up nearly 3GB of disk space.
    Things are starting to drag - particularly when it comes to opening folders.
    I suspect the main problem is having large numbers of mails in those folders that are the slowest - like maybe a few thousand at a time or more.
    What are some best practices for dealing with very large amounts of mails?
    Are smart mailboxes faster to deal with? I would think they would be slower because the original emails would tend to not get filed as often, leading to even larger mailboxes. And the search time takes a lot, doesn't it?
    Are there utilities for auto-filing messages in large mailboxes to, say, divide them up by month to make the mailboxes smaller? Would that speed things up?
    Or what about moving older messages out of mail to a database where they are still searchable but not weighing down on Mail itself?
    Suggestions are welcome!
    Thanks!
    doug

    Smart mailboxes obviously cannot be any faster than real mailboxes, and storing large amounts of mail in a single mailbox is calling for trouble. Rather than organizing mail in mailboxes by month, however, what I like to do is organize it by year, with subfolders by topic for each year. You may also want to take a look at the following article:
    http://www.hawkwings.net/2006/08/21/can-mailapp-cope-with-heavy-loads/
    That said, it could be that you need to re-create the index, which you can do as follows:
    1. Quit Mail if it’s running.
    2. In the Finder, go to ~/Library/Mail/. Make a backup copy of this folder, just in case something goes wrong, e.g. by dragging it to the Desktop while holding the Option (Alt) key down. This is where all your mail is stored.
    3. Locate Envelope Index and move it to the Trash. If you see an Envelope Index-journal file there, delete it as well.
    4. Move any “IMAP-”, “Mac-”, or “Exchange-” account folders to the Trash. Note that you can do this with IMAP-type accounts because they store mail on the server and Mail can easily re-create them. DON’T trash any “POP-” account folders, as that would cause all mail stored there to be lost.
    5. Open Mail. It will tell you that your mail needs to be “imported”. Click Continue and Mail will proceed to re-create Envelope Index -- Mail says it’s “importing”, but it just re-creates the index if the mailboxes are already in Mail 2.x format.
    6. As a side effect of having removed the IMAP account folders, those accounts may be in an “offline” state now. Do Mailbox > Go Online to bring them back online.
    Note: For those not familiarized with the ~/ notation, it refers to the user’s home folder, i.e. ~/Library is the Library folder within the user’s home folder.

  • HT204150 I'm having problems with random contacts disappearing from icloud. I have a saved text from a contact that displays her info but when I look for her in contacts it's missing.

    I'm having problems with random contacts disappearing from icloud. I have a saved text from a contact that displays her info but when I look for her in contacts it's missing.

    It is locked to your sisters carrier.
    She would have to ask her carrier if they unlock iPhones and if she qualifies for this service.

  • Business Partner records with large numbers of addresses -- Move-in issue

    Friends,
    Our recent CCS implementation (ECC6.0ehp3 & CRM2007) included the creation of some Business Partner records with large numbers of addresses.  Most of these are associated with housing authorities, large developers and large apartment complex owners.  Some of the Business Partners have over 1000 address records and one particular BP has over 6000 addresses that were migrated from our Legacy System.  We are experiencing very long run times to try to execute move in's and move out's due to the system reading the volume of addresses attached to the Business Partner.  In many cases, the system simply times out before it can execute the transaction.  SAP's suggestion is that we run a BAPI to cleanse the addresses and also to implement a BADI to prevent the creation of excess addresses. 
    Two questions surrounding the implementation of this code.  Will the BAPI to cleanse the addresses, wipe out all address records except for the standard address?  That presents an issue to ensure that the standard address on the BP record is the correct address that we will have identified as the proper mailing address.  Second question is around the BADI to prevent the creation of excess addresses.  It looks like this BADI is going to prevent the move in address from updating the standard address on the BP record which in the vast majority of cases is exactly what we would want. 
    Does anyone have any experience with this situation of excess BP addresses and how did you handle the manipulation and cleansing of the data and how do you maintain it going forward?
    Our solution is ECC6.0Ehp3 with CRM2007...latest patch level
    Specifically, SAP suggested we apply/review these notes:
    Note 1249787 - Performance problem during move-in with huge addresses
    **applied this ....did not help
    Note 861528 - Performance in move-in for partner w/ large no of addresses
    **older ISU4.7 note
    Directly from our SAP message:
    use the function module
    BAPI_BUPA_ADDRESS_REMOVE or run BAPI_ISUPARTNER_CHANGE to delete
    unnecessary business partner addresses.
    Use BAdI ISU_MOVEIN_CUSTOMIZE to avoid the creation of unnecessary
    business partner addresses (cf. note 706686) in the future for that
    business partner.
    Note 706686 - Move-in: Avoid unnecessary business partner addresses
    Does anyone have any suggestions and have you used above notes/FMs to resolve something like this?
    Thanks,
    Nick

    Nick:
    One thing to understand is that the badi and bapi are just the tools or mechanisms that will enable you to fix this situation.  You or your development team will need to define the rules under which these tools are used.  Lets take them one at a time.
    BAPI - the bapi for business partner address maintenance.  It would seem that you need to create a program which first read the partners and the addresses assigned to them and then compares these addresses to each other to find duplicate addresses.  These duplicates then can be removed provided they are not used elsewhere in the system (i.e. contract account).
    BADI - the badi for business partner address maintenance.  Here you would need to identify the particular scenarios where addresses should not be copied.  I would expect that most move-ins would meet the criteria of adding the address and changing the standard address.  But for some, i.e. landlords or housing complexes, you might not add an address because it already exists for the business partner, and you might not change the standard address because those accounts do not fall under that scenario.  This will take some thinking and design to ensure that the address add/change functions are executed under the right circumstances.
    regards,
    bill.

  • Working with Large Numbers

    Hi there,
    I am currently doing a school assignment and not looking for answers but just a little guidance.
    I am working with large numbers and the modulo operator.
    I might have some numbers such as :
    int n = 221;
    int e = 5;
    int d = 77;
    int message = 84;
    int en = (int) (Math.pow(message, e) % n);
    int dn = (int) (Math.pow(en, d) % n);Would there be a better way to do this kind of calculation. The dn value should come out the same as message. But I always get something different and I think I might be losing something in the fact that an int can only hold smaller values.

    EJP wrote:
    It might make sense in some contexts to have a positive and negative infinity.
    Yes, perhaps that's a better name. Guess I was harking back to old COBOL days :-).(*)
    But the reason these things exist in FP is because the hardware can actually deliver them. That rationale doesn't apply to BIgInteger.Actually, it does. All I'm talking about is a value that compares higher or lower than any other. That could be done either by a special internal sign value (my slight preference) or by simply adding code to compareTo(), equals() and hashCode() methods that takes the two constants into account (as they already do with ZERO and ONE).
    Don't worry, I'm not holding my breath; but I have come across a few situations in which values like that would have been useful.
    Winston
    Edited by: YoungWinston on Mar 22, 2011 9:07 AM
    (*) Actually, '±infinity' tends to suggest a valid arithmetic value, and I wasn't thinking of changing existing BigInteger/BigDecimal maths (except perhaps to throw an exception if either value is involved).

  • Cannot resize the albums in album view in Itunes 11.  For those of us with large libraries (160gb), this is extremely frustrating.  I want to make the artwork smaller.  This seems to be a serious oversight.

    Cannot resize the albums in album view in Itunes 11.  For those of us with large libraries (160gb), this is extremely frustrating.  I want to make the artwork smaller.  This seems to be a serious oversight.

    I agree.
    It was very useful to reduce everything to small and quickly scan down looking for missing artwork.
    Particularly useful when I only connect to the machine with iTunes via screen sharing, so everything can be a bit slower to scroll through at times.
    In fact, itunes 11 when used purely as a server for Apple TV etc is a downgrade in usability IMO, as they've got rid of some of the useful views that helped me manage my library remotely.

  • How do I configure itunes to look for my Outlook contacts and calendar?

    Being fairly new with the iPhone, how do I configure itunes to look for my Outlook contacts and calendar?  At the moment,when I try to sync, I get the "No supported calendar application can be found" message.  Thanks!

    You could try uninstalling iTunes and all of its components as by following this guide: http://support.apple.com/kb/HT1923, then reinstalling iTunes.  This will replace a potentially corrupt Outlook plugin.  You must follow this guide exactly or it will not be successful.  Note: uninstalling iTunes will only remove the application; it will not touch your iTunes library or data.

  • Looking for a person familar with Livecycle 8 webservices

    These forums are great but I have gotten over my head and instead of posting question after question, I would rather like to hire someone already familar with this subject.
    I am looking for a person familar with Livecycle webservices to assist with my PDF running in an Adobe Reader 8 and 9 enviroment to send and recieve data with my PHP/MySQl Internet server.
    See PHP script snipet code examples: http://www.tylerbutler.com/projects/Pages/ParsingXFDFinPHP.aspx
    Thank you so much
    kpenner36 at yahoo d o t c o m

    Kensington LiquidAUX for iPhone and iPod
    http://store.apple.com/us/product/TR824LL/A?fnode=MTY1NDA0Mw&mco=MTA4MzcxMDg
    no stand, but has a wireless remote.
    Belkin TuneBase Direct with Handsfree for iPhone
    http://store.apple.com/us/product/TY247LL/A?fnode=MTY1NDA0Mw&mco=MTM3NzgxNDQ
    I like this one because it also double as a hands free car kit
    Monster iCarCharger AUX 1000 for iPhone and iPod
    http://store.apple.com/us/product/TW684LL/A?fnode=MTY1NDA0Mw&mco=MTA4MzY3NTI&p=1 &s=topSellers
    Kensington LiquidAUX Deluxe for iPhone and iPod
    http://store.apple.com/us/product/TR951LL/A?fnode=MTY1NDA0Mw&mco=MTA4MzcwODQ
    this one has a wireless remote that you can strap onto your steering wheel to control music playback. it's much easer to use then to try and use your touch screen while driving.
    Message was edited by: Sherman Campbell

  • Looking for a file manager with copy queue

    Hey,
    I'm looking for a file manager with a file-copy-queue feature.
    It is useful when browsing mounted samba shares, and you find something you want to copy.
    You'll then start copying the files, and then spot another useful folder. You start copying that as well
    and suddenly you got 5 different file copies processing at the same time, which decreases the copy speed.
    I also miss the feature when transfering files from my external harddrives.
    If there is a lot of FM's with this feature, I prefer one without kde-dependencies, as I am using xfce.

    Ranguvar wrote:If MC really does have that as a feature, it's once again proved itself _the_ graphical (sorta) file manager.
    sorry for misinformed.
    mc has a background job option while copying, it is not exactly a queue like functionality, but simulating to be a queue, and you can stop/resume a background job.

  • Looking for 12v car charger with AUX

    When my 1st Gen Touch met an untimely end, I bought a 2nd Gen, only to find that my Belkin auto adapter with AUX adapter wouldn't charge the new Touch.
    Any suggestions for alternatives? I'd seem some less than favorable reviews on the Apple Store site for the Kensington Liquid Aux.
    What I'm looking for:
    1) 12v adapter with AUX adapter.
    2) no mounting arms, as in the DLO TransDock Direct or Griffin Tuneflex Aux. Unfortunately, my car's AUX input (and the 12V adapter I'd use) is in the center console, under the armrest. Anything with a thick arm won't let the armrest close--and something like the TransDock Direct won't even fit inside.
    3) I'd like to avoid, if I can, anything with controls on the 12v adapter--again, it's inside the console, and I won't be able to access it.

    Kensington LiquidAUX for iPhone and iPod
    http://store.apple.com/us/product/TR824LL/A?fnode=MTY1NDA0Mw&mco=MTA4MzcxMDg
    no stand, but has a wireless remote.
    Belkin TuneBase Direct with Handsfree for iPhone
    http://store.apple.com/us/product/TY247LL/A?fnode=MTY1NDA0Mw&mco=MTM3NzgxNDQ
    I like this one because it also double as a hands free car kit
    Monster iCarCharger AUX 1000 for iPhone and iPod
    http://store.apple.com/us/product/TW684LL/A?fnode=MTY1NDA0Mw&mco=MTA4MzY3NTI&p=1 &s=topSellers
    Kensington LiquidAUX Deluxe for iPhone and iPod
    http://store.apple.com/us/product/TR951LL/A?fnode=MTY1NDA0Mw&mco=MTA4MzcwODQ
    this one has a wireless remote that you can strap onto your steering wheel to control music playback. it's much easer to use then to try and use your touch screen while driving.
    Message was edited by: Sherman Campbell

  • Is Apple working on a fix for editing photos for wallpaper, call contacts with photo, etc? The iPhone used to be so intuitive for everything but that tanked with the ios7 upgrade

    iPhone 5 was so intuitive before the update. Editing photos has changed for the worst-any word of a fix for editing photos for wallpaper? Not a work around, a fix. If I wanted this kind of photo editing I'd still be using my droid x.
    Anyway to go back to ios6?

    Is Apple working on a fix for editing photos for wallpaper, call contacts with photo, etc?
    How would we know?
    What's broken that you think needs to be fixed?
    Anyway to go back to ios6?
    No

  • Looking for a 3g case with a belt clip

    I don't like carrying my 3g around in my pocket, so I've been looking around for a case with a belt clip, but haven't had much luck finding one. I'm looking for something that comes with a hard case for the phone, and a clip I can just snap my phone into when I'm done using it. I have a nice incase case for it now, but I'd like to have something to clip it on my belt.

    Innocase from Seidio

  • Looking for an Access Point with 2 Ethernet ports and powered via PoE

    Hi Gurus,
    I am looking for an Access Point with 2 Ethernet ports and the access point can be powered via PoE. I have been assigned with a requirement where the rooms need to have access point as well as an Ethernet Cable provided from the Access Point as a backup for connectivity.
    The room only has one data cable coming from the main IT room as well does not have a spare power socket to power the Access Point. Will be good if it can be centrally controlled or controller based.
    Any recommendations?
    Regards
    J

    For the backup plan, the cheapest solution may be to just run a couple new cat5e drops to the room(est cost $250). If not then purchase a small Cisco POE switch for the room(est cost $2k). For wireless I would purchase a POE enabled Cisco AP. But you will need to verify the POE switch/blade you will be connecting the AP to can power the AP you buy. I got burned by that issue when we purchased some Cisco 1251 AP's with dual radios and they needed more power than our 4500 POE blades could handle. We were told we would need to purchase new 48 port 10/100/1000 blades or power injectors. Our Cisco sales vendor took the heat for that mistake.
    Posted by WebUser Steven Kinney from Cisco Support Community App

  • Looking for a handheld DMM with an IVI Interface

    I am looking for a handheld DMM with an IVI Interface. I dont need a lab
    instrument. Knows any one a solution?
    Babak

    Hi,
    Yuu can do a search for all the IVI drivers for DMMs that we have on www.ni.com/idnet. There isn't that many drivers (about 15). I'm not familiar with all the instruments in the list, but I think the smallest is our PCMCIA-4060 DMM, which you'd be able to use in a laptop. You can check the list of IVI drivers for DMMs and determine which one fits for needs.
    Diego F
    National Instruments

  • How can I synchronize my Outlook for Mac 2011 contacts with iCloud?

    Don't works synchronize my outlook for mac 2011 contacts with iCloud. Someone can help me please?

    Outlook 2011 for Mac is not compatible with iCloud Contacts & Calendars because Microsoft do not support the industry standard CardDAV and CalDAV protocols that iCloud uses.

Maybe you are looking for

  • CS4 master Collection won't install on XP

    After paying the big bucks for this CS4 Master Collection software, I can't get it to install. I have 1.5 gig of ram, all slots full. Will it not install with that? The install won't let me install on a drive with 123 gig of free space, the install p

  • I want to install Lightroom 4 but I get an error message.

    413  Header Length too Large  I want to reinstall it on my PC (had to reformat) and I purchased the license in 2013 - it is currently installed on my mac, but I understood that was allowable because it was multi platform. Not interested in Creative C

  • Accidently hid all music and photos from my phone?

    So I was had my blackberry connected to my computer and I was trying to upload photos from it. There were some hidden ones that I couldn't get to so I decided to look around and see if I could find them. I right clicked the folder blackberry after I

  • Import attachment thru Order Import Process

    Hi all, we are importing sales order thru concurrent process : ORDER IMPORT successfully. Now I want to import attachment attached along with order header & line level. How it possibe thru ORDER IMPORT process ? regards sanjay

  • How to uninstall MySQL 5?

    I have absolutely no idea of how to install MySQL 5! I've looked around all over but all I see are some few suggestions that I should just simply delete the folder user/local/mysql - which I can't find! Can someone please help me here?