Calculation time as related to db size

Hi,
I have a database with various scenarios and versions. I have a nightly calculation (not just an aggregation) that runs on one scenario/version. As other scenarios and versions have been created, the database size has grown quite a bit, and the nightly calculation grows each time new scenario/version data sets are created. It has always been my understanding that the fix statement restricts the number of blocks brought into the calculation, and that theoretically, data existing in other intersections not being fixed on should have nothing to do with the calculation time. However, this is not my experience. I even tested it out in a development app by clearing all of the data in 8 of the other scenarios and versions and saw my calculation time cut by 27%. Does anyone know why this should be? It concerns me that as we save off more and more historical copies of the data, the calculation time on the active data will grow and grow.
We are in the process of implementing a BSO/ASO solution to reduce the data in the BSO cube, but I don't see why it should be necessary and would like any insight into this.
Thanks,
Sabrina

You may be calculating on those blocks, but the overhead of these operations grows as the database grows
Each time it has to calculate on a block, it needs to go into the index file - find the location of the block in the .pag file, then go to the .pag file and bring that block into memory.
I am not opposed to segregating historical data which is not used often and moving that to a separate cube from a design perspective, and really it probably would be a good idea if the cycle time on your calcs are currently taking forever.
You can try and improve performance by modifying the cache settings - but that's performance tuning, and outside the scope of your original question.
-Matt

Similar Messages

  • Drawback of Time series related to cache

    Hi
    can any one tell me the drawback of time series related to cache(10.1.3.4.1)
    Thanks and Regards
    Ananth

    <p>
    Ok first I created one table:
    </p>
    <p>
    CREATE TABLE TEMP1234( <br>
         location     VARCHAR2(6),<br>
         date_start     DATE<br>
    );<br>
    </p>
    <p>
    ALTER SESSION SET NLS_DATE_FORMAT='YYYY/MM/DD';
    </p>
    <p>
    INSERT into TEMP1234 values ('l1', '2006/10/01');<br>
    INSERT into TEMP1234 values ('l1', '2006/10/20');<br>
    INSERT into TEMP1234 values ('l1', '2006/11/01');<br>
    INSERT into TEMP1234 values ('l2', '2006/11/03');<br>
    INSERT into TEMP1234 values ('l2', '2006/11/19');<br>
    INSERT into TEMP1234 values ('l1', '2006/11/28');<br>
    INSERT into TEMP1234 values ('l1', '2006/12/10');<br>
    <br>
    COMMIT;
    </p>
    <p>
    Now once it is done, now issue following SQL.
    </p>
    <p>
    SELECT location, date_start, (MAX(date_start) OVER ( order by date_start rows <br>between current row and 1 following)) as date_end<br>
    FROM TEMP1234<br>
    ORDER BY date_start<br>
    </p>
    <p>
    Result will be as follows:<br>
    </p>
    <p>
    LOCATI DATE_START DATE_END<br>
    ------ ---------- ----------<br>
    l1 2006/10/01 2006/10/20<br>
    l1 2006/10/20 2006/11/01<br>
    l1 2006/11/01 2006/11/03<br>
    l2 2006/11/03 2006/11/19<br>
    l2 2006/11/19 2006/11/28<br>
    l1 2006/11/28 2006/12/10<br>
    l1 2006/12/10 2006/12/10<br>
    </p><br>
    <p>
    7 rows selected.<br>
    </p>
    <p>
    I hope this will solve your problem.
    </p>
    <p>
    Rajs
    </p>
    <b>www.oraclebrains.com<a>
    <br><font color="#FF0000" size="1">POWERED by the people, to the people and for the people WHERE ORACLE IS PASSION.</font></b>

  • Does 'Export Relative to Page Size' NOT work in Kindle books & some other ereaders?

    Hi I've been looking at this issue that has made the wheels in my head work overtime! I've made a book with pictures for the Kindle store and all the images look too small.
    I've used Indesign 5.5 on a Win 7 PC.  My file has multiple graphic images and I am exporting it as an epub. When exporting from Indesign you have 2 main options when exporting graphics. You can display them Relative to page size, or have them a Fixed pixel size. In age of multiple size device screens Relative to page size is the logical option because it should be able to make images on a page fill roughly the same percentage of the screen size whatever device you read it on. However I am finding that it doesn't function with all programmes.
    I created an epub. Exported it with the Relative to page size option. This works great when viewed on PC with 3rd party software such as Sigil, or in iBooks for iPhone/iPad or Adobe Digital Editions ereader software.
    However the same epub the images DO NOT display relative to page size when viewed with Calibre ereader software (images display far too small).
    Also, I have converted that same epub (using Calibre) to a mobi. The images in the .mobi DO NOT display relative to page size when viewed with Kindle for PC, Kindle for iPad, Kindle Fire, Kindle Keyboard or Calibre.
    Now. I recognise that my test is in no way universal but something is happening that is making the same file display relative to page size with some software/devices and not relative with other software devices. I've been wondering Is this a bug in the Indesign software or is it not possible on Kindle. Has anybody experienced this. And my main objective is to find out if there is a way, using Indesign or changing the css code, to make images display relative to page size on the Kindle?!
    Any help, thoughts, ideas, knowledge would be appreciated!

    InDesign doesn't have an export to Kindle function. It is not designed to export in the Kindle MOBI format.
    There are many things which are lost when converting from EPUB to MOBI files. I'd recommend doing some reading on Elizabeth Castro's blog where she talks about some of these limitations. Also read her book "EPUB Straight to the Point for her section on converting to Kindle.
    Formatting ebooks - EPUB Straight to the Point
    Another good place to ask is in the Mobile Read forums where many long-term eBook experts reside: http://www.mobileread.com/forums/

  • Problem at calculation time, when using Dynamic Calc measures

    Hello,<BR><BR>We are using Essabse v6.5 and we want to upgrade to v7.1.<BR>we are performing some tests, in order to check that the Cubes we have created in 6.5 are working properly in v7.1.<BR><BR>the problem that we are experiencing is that the calculation time for the cubes that have dynamic calc members has exploaded to 10 times more, compared to what it took at version 6.5.<BR><BR>Do you have any idea why this happens. (also we are still using the old client "Application Manager")<BR><BR>Furhermore, I have set up 2 cubes that are the same, except the 1st has dynamic calc memebers, whereas the 2ns has not.<BR>I perform calcualtions with the “SET MSG DETAIL;” and receive the following:<BR>CUBE (A) with Dynamic Calc<BR>Total Block Created: [4.3720e+03] Blocks <BR>Sparse Calculations: [8.0620e+03] Writes and [2.5338e+05] Reads <BR>Dense Calculations: [2.8000e+01] Writes and [2.8000e+01] Reads <BR>Sparse Calculations: [6.0202e+06] Cells <BR>Dense Calculations: [1.1476e+06] Cells <BR><BR>CUBE (B) withOUT Dynamic Calc<BR>Total Block Created: [4.3720e+03] Blocks <BR>Sparse Calculations: [4.3720e+03] Writes and [3.5887e+04] Reads <BR>Dense Calculations: [2.8000e+01] Writes and [2.8000e+01] Reads <BR>Sparse Calculations: [6.0202e+06] Cells <BR>Dense Calculations: [1.1476e+06] Cells <BR><BR>Question: Why does Cube (A) has more “Sparse Calculations” than Cube(B) ????<BR><BR><BR>thanx

    Yes, all the settings were exactly the same. See following:<BR>- Data Cache (note: we are NOT using the Data File Cache) <BR>- Index Cache<BR>- Index Page<BR>- Commit Block Interval<BR>- Cache memory Locking<BR>- Access Mode = buffered IO<BR>- Data Compression = Bit-Map encoding<BR>- Two Pass Calculatino = ON<BR>- Aggregate Missing Values = ON<BR>- CFG file<BR><BR><BR>Is there any new settings in 7.1 that I must configure?<BR>Is there any settings that I cannot see through the old client Application Manager, which is important? Must I install the new client in order to be able to configure correctly the Outline/Cube?<BR><BR>Thnkx<BR><BR>

  • I have been trying to update via App Store and every time only with apple software it starts to download and it will says it's calculating time remaining then an error message pops up saying " An error has occurred the request timed out. (102) "

    I have been trying to update via App Store and every time only with apple software it starts to download and it will says it's calculating time remaining then an error message pops up saying " An error has occurred the request timed out. (102)" I have tried everything , I've been told its my ISP but I have tried using differenet internet to attempt the updates. Like I said all other software updates fine its just apple software

    http://www.apple.com/support/mac/app-store/contact.html?form=account

  • The ipad won't sync some photos, saying the file can't be read by the ipad, however it will sync some photos taken at the same time which are the same size and file type.  Why does it reject some and accept others?

    The ipad won't sync some photos, saying the file can't be read by the ipad, however it will sync some photos taken at the same time which are the same size and file type.  Why does it reject some and accept others?

    Hi there. I'm having the same problem: my iPad won't import some photos from a folder, saying that they can't be read. They are all JPEGS and some photos taken at the same time have synched fine, but out of a folder with 200 photos, it only lets me synch 37. I'm synching albums created via Photoshop Elements 6, which has worked fine until now.
    I've tried deleting all photos and re-synching, and have also deleted the iPod Photo Cache, but it hasn't made a difference.
    The iPad auto-updated to the latest version of iTunes, so maybe that's what's causing it?
    Any advice gratefully received!

  • Having trouble calculating time

    i need help calculating times in Adobe Designer. I am creating a simple form for keeping track of hours worked. i am using a simple calculation subtracting one field from another to get hours worked from 2 times entered but the calculation doesn't work when :30 or :15 are entered. i am giving each field its own name and i am using h:MM A as a display. sorry for my simplicity - the scripts are really difficult for me. any help is appreciated - i am tearing my hair out:)

    Hi,
    First of all is it possible to add times?
    What you can do is to use another format. Decimals instad. Then the user can fill in 0.5 for :30 and 0.25 for :15
    A workaround solution.
    Regards, Sandhya

  • I have been using time machine to back up my Mac Book Pro 3.1 to my Time Capsule. Now the Time machine hangs up on "calculating time remaining".

    I have been using time machine to back up my Mac Book Pro 3.1 to my Time Capsule. Now the Time machine hangs up on "calculating time remaining".
    Mac Book Pro - 3.1-15-inch  2.4/2.2GHz), Processor 2.2 GHz Intel Core 2 Duo
    Operating system : OS X 10.10.1
    Time Machine Version 1.3, Copyright 2007-2014 Apple Inc., Modified Tuesday, September 9, 2014 at 6:03 PM
    Time Capsule: 500 GB C 2007
    This Time Machine software worked satisfactory until Monday Nov, 10 2014 and I have backups until that time. For several years, the software deleted the oldest back up to save the latest one. This is acceptable to me as I have off site storage that is updated every 3 months. How do I get Time machine working again?

    I have spent a couple of days trying to respond to Linc Davis. Finally I figured it out . The following is a copy of data from my console from the initiation of a time machine backup until it gets stuck trying to calculate the time remaining. There is no indication that anything starts saving.  I copied about 3 minutes of data. This is probably way too much data, but I do not know what is relevant.
    Thanks for the help,
    calcool
    12/22/14 3:16:54.655 PM com.apple.backupd[551]: Starting manual backup
    12/22/14 3:16:55.057 PM com.apple.backupd[551]: Attempting to mount network destination URL: afp://”name”%20”lastname”@Home%20Network%20Time%20Capsule._afpovertcp._tcp.loca l./Time%20Capsule
    12/22/14 3:16:57.262 PM mds[33]: (Volume.Normal:2464) volume:0x7fed5ab54000 ********** Bootstrapped Creating a default store:0 SpotLoc:(null) SpotVerLoc:(null) occlude:0 /Volumes/Time Capsule
    12/22/14 3:16:57.565 PM com.apple.backupd[551]: Mounted network destination at mount point: /Volumes/Time Capsule using URL: afp://”name”%20”lastname”@Home%20Network%20Time%20Capsule._afpovertcp._tcp.loca l./Time%20Capsule
    12/22/14 3:17:08.000 PM kernel[0]: hfs: mounted Backup of “name” “lastname”’s MacBook Pro on device disk3s2
    12/22/14 3:17:09.625 PM com.apple.backupd[551]: Disk image /Volumes/Time Capsule/”name” “lastname”’s MacBook Pro (2).sparsebundle mounted at: /Volumes/Backup of “name” “lastname”’s MacBook Pro
    12/22/14 3:17:11.112 PM com.apple.backupd[551]: Backing up to /dev/disk3s2: /Volumes/Backup of “name” “lastname”’s MacBook Pro/Backups.backupdb
    12/22/14 3:17:24.931 PM “name”[593]: audit warning: soft /var/audit
    12/22/14 3:17:24.944 PM “name”[594]: audit warning: allsoft
    12/22/14 3:17:24.958 PM “name”[596]: audit warning: closefile /var/audit/20141222201654.20141222201724
    12/22/14 3:17:26.544 PM com.apple.backupd[551]: Event store UUIDs don't match for volume: Macintosh HD
    12/22/14 3:17:34.767 PM com.apple.backupd[551]: Deep event scan at path:/ reason:must scan subdirs|new event db|
    12/22/14 3:17:34.768 PM com.apple.backupd[551]: Reading cached event database from: /Volumes/Backup of “name” “lastname”’s MacBook Pro/Backups.backupdb/”name” “lastname”’s MacBook Pro (2)/2014-12-22-151726.inProgress/F85FEA51-E137-471A-84DA-A2C00E4ECB42/.1BEF88C6 -20C3-3DDC-AE30-05EAB2AFCC15.eventdb
    12/22/14 3:17:38.115 PM com.apple.backupd[551]: Using cached disk scan
    12/22/14 3:17:39.114 PM com.apple.backupd[551]: Saved event cache at /Volumes/Backup of “name” “lastname”’s MacBook Pro/Backups.backupdb/”name” “lastname”’s MacBook Pro (2)/2014-12-22-151726.inProgress/5BC46A53-25E8-4C4A-8947-AFB221D1FA0C/.1BEF88C6 -20C3-3DDC-AE30-05EAB2AFCC15.eventdb
    12/22/14 3:17:39.355 PM com.apple.backupd[551]: Not using file event preflight for Macintosh HD
    12/22/14 3:19:14.782 PM CoreServicesUIAgent[294]: unexpected message <OS_xpc_error: <error: 0x7fff77befc60> { count = 1, contents =
                "XPCErrorDescription" => <string: 0x7fff77beff70> { length = 18, contents = "Connection invalid" }
    }>
    12/22/14 3:20:15.207 PM locationd[182]: Location icon should now be in state 'Active'
    12/22/14 3:20:17.267 PM locationd[182]: Location icon should now be in state 'Inactive'
    12/22/14 3:20:17.884 PM locationd[182]: Location icon should now be in state 'Active'
    12/22/14 3:20:18.483 PM sandboxd[296]: ([310]) com.apple.metada(310) deny mach-lookup com.apple.cfnetwork.cfnetworkagent
    12/22/14 3:20:21.646 PM com.apple.metadata.SpotlightNetHelper[310]: [SLSUGGESTIONS] Location managed failed with error Error Domain=kCLErrorDomain Code=0 "The operation couldn’t be completed. (kCLErrorDomain error 0.)"
    12/22/14 3:20:23.892 PM WindowServer[143]: disable_update_timeout: UI updates were forcibly disabled by application "Spotlight" for over 1.00 seconds. Server has re-enabled them.
    12/22/14 3:20:26.526 PM WindowServer[143]: common_reenable_update: UI updates were finally reenabled by application "Spotlight" after 3.63 seconds (server forcibly re-enabled them after 1.00 seconds)
    12/22/14 3:20:28.298 PM sandboxd[296]: ([310]) com.apple.metada(310) deny mach-lookup com.apple.cfnetwork.cfnetworkagent
    12/22/14 3:20:29.094 PM com.apple.xpc.launchd[1]: (com.apple.quicklook[599]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.quicklook
    12/22/14 3:20:30.670 PM bird[263]: Assertion failed: ![_xpcClients containsObject:client]
    12/22/14 3:20:30.670 PM bird[263]: Assertion failed: ![_xpcClients containsObject:client]
    12/22/14 3:20:32.294 PM com.apple.InputMethodKit.UserDictionary[600]: -[PFUbiquitySwitchboardEntryMetadata setUseLocalStorage:](808): CoreData: Ubiquity:  “name”~00000000-0000-1000-8000-001B63947FCF:UserDictionary
    Using local storage: 1
    12/22/14 3:20:32.317 PM bird[263]: Assertion failed: ![_xpcClients containsObject:client]
    12/22/14 3:20:32.769 PM locationd[182]: Location icon should now be in state 'Inactive'
    12/22/14 3:20:34.580 PM Console[601]: Failed to connect (_consoleX) outlet from (NSApplication) to (ConsoleX): missing setter or instance variable
    12/22/14 3:20:35.540 PM com.apple.xpc.launchd[1]: (com.apple.imfoundation.IMRemoteURLConnectionAgent) The _DirtyJetsamMemoryLimit key is not available on this platform.
    12/22/14 3:20:36.388 PM com.apple.xpc.launchd[1]: (com.apple.auditd[604]) Endpoint has been activated through legacy launch(3) APIs. Please switch to XPC or bootstrap_check_in(): com.apple.auditd
    12/22/14 3:20:36.693 PM “name”[608]: audit warning: soft /var/audit
    12/22/14 3:20:36.718 PM “name”[607]: audit warning: allsoft
    12/22/14 3:20:37.045 PM “name”[610]: audit warning: closefile /var/audit/20141222201724.20141222202036
    12/22/14 3:20:37.438 PM bird[263]: Assertion failed: ![_xpcClients containsObject:client]
    12/22/14 3:20:42.437 PM QuickLookSatellite[611]: CGSConnectionByID: 0 is not a valid connection ID.
    12/22/14 3:20:42.437 PM QuickLookSatellite[611]: Invalid Connection ID 0
    12/22/14 3:20:42.477 PM QuickLookSatellite[611]: CGSConnectionByID: 0 is not a valid connection ID.
    12/22/14 3:20:42.477 PM QuickLookSatellite[611]: CGSConnectionByID: 0 is not a valid connection ID.
    12/22/14 3:20:42.612 PM QuickLookSatellite[611]: [QL] No sandbox token for request <QLThumbnailRequest stackshot.log>, it will probably fail
    12/22/14 3:20:42.613 PM QuickLookSatellite[611]: [QL] No sandbox token for thumbnail request file:///Library/Logs/stackshot.log, it will probably fail
    12/22/14 3:20:42.615 PM QuickLookSatellite[611]: [QL] No sandbox token for request <QLThumbnailRequest stackshot-syms.log>, it will probably fail
    12/22/14 3:20:42.615 PM QuickLookSatellite[611]: [QL] No sandbox token for thumbnail request file:///Library/Logs/stackshot-syms.log, it will probably fail

  • Calculated time of predecessor and successor task

    Hi
    In standard system calculated time of predecessor and successor task are not strictly continued. For example, Task1 under Phase One is a predecessor task of Task3 which is under Phase Three, and Phase Two is between Phase One and Three. The earliest finish time of Task1 is 8.31, but the successor task Task3 does not begins on 9.1(maybe it's earliest start time is 10.1 e.g). That is because the system takes the duration of Phase Two into account. How to break this time structure and let Task3 starts strictly following Task1(here the earliest start date is 9.1). Is there any configuration or BAPI we can use here?
    Regards,
    Yemi

    Hi Yemi,
    This is the standard behavior in PPM system since PPM is mainly used for projects where stage-gate methodology is followed.
    To overcome this and allow parallel phase scheduling, you need to implement BADI - DPR_SCHEDULING. Refer below thread, where it is discussed in detail.
    http://scn.sap.com/thread/3282028
    Regards,
    Ravi

  • Error during date calculation: Time entered not numerical

    Hi All,
    We are using SAP MI 7.0 SP18 Server and Client
    xMAM 3.0 SR06
    Now when we create a Notification using the link  Notification Management of type PV and SAVE.
    When Synchronized, it is completed but backend no notification is trigerring and when checked in Error Logs
    the following message is shown Error during date calculation: Time entered not numerical
    Kindly Suggest
    Regards,
    Kiran Joshua

    Hi All,
    I got to know how to edit the entries from merep_mon : Thanks to Chinna.
    But unfortunately that did not solve my problem
    I had to debug the function module of the respective SyncBO and found that the Profile type was not maintained in the backend.
    Infact the error "Error during date calculation: Time entered not numerical" was misleading.
    Anyways upon customising the Profile for the PJ and PV type Notifications that solved my issue.
    Regards,
    Kiran Joshua

  • I just got an Airport time capsule 2TB. When I start back-up it backs up about 17kb and then stops but says Calculating time remaining.... Anyone got an idea of what's going on?

    Just got an Airport Time capsule,
    I set it up as a network extension and began back-up.
    It estimated 4 hours so I left it run. After 10 hours I noticed it had stopped backing up but had not back up to the time capsule. So I tried again and it just got stuck on Calculating Time Remaining. I reset the capsule a few times and have set it up as instructed. The same has happened each time.
    It backs up about 17kb of info and then freezes with Calculating time remaining below the progress bar.
    Anyone any ideas?
    Thanks

    Network extension sounds onimous.. is this wireless extension.. it is super bad for large TM backups..
    Always do the first backup direct by ethernet to the TC even if it has to be in full isolation.
    Stalling at 17kb might be just the wireless having issues. Or it can be a corruption in a file.
    Pondini is our source of all things Time Machine.. and trouble shooting it.
    http://pondini.org/TM/Troubleshooting.html
    A1.. install the widget so you have access to the TM logs.. what the heck it is doing.
    A4. if you upgrade installed OS.. do a reset of TM and start over.
    A5 verify the disk.
    C9 watch out for network names that are over long and over complex.. especially with Mavericks. It is hopeless.
    I do recommend using a USB connected drive.. to do a first backup it is often the easy way.
    Much faster and more reliable than over network.

  • Increasing calculation times

    Hi,
    We have a Planning 11.1.1.3 database with a nightly calculation. This calculation has been fairly stable, in terms of time, since early December, at 2 1/2 hours. Since 1/8, we have been experiencing increasing calculation times. On 1/8 and 1/9, it increased by about 15 minutes - not a huge jump, but then on 1/10, it went to 3 1/2 hours. I defragmented the database, which brought it back down to 2 1/2 hours for the next two days. Then on 1/12, it jumped to 3 3/4 hours. It seemed too soon to be fragmented, but I defragmented it anyway, but it only went back down to 3 1/2 hours. It's been hovering around 3 1/2 to 3 3/4 hours up to 1/19, when it went to 4 hours. Then last night, 1/20, it jumped to 5 hours. We did defrag again on 1/17, but that didn't touch the calculation time. On 1/12, we did change two previously dynamically calculated accounts to stored, and then calculated them. This calculation did not increase the blocks, though, just put a number into each block that had data that wasn't there previously. I did add these two accounts to the nightly calculation, but in looking at the log, the bulk of the increase is in a section of the calc that has nothing to do with those two accounts - nothing has been changed in that section of the calc at all. I can't think of anything else that could possibly account for these increasing times, and that doesn't seem like it could be the answer either. Any advice would be greatly appreciated.
    Thanks,
    Sabrina

    There could be a few things happening here...
    1) A nightly process could be running concurrently with the calc - eating up resources, making it take longer.
    2) The application may not be using actual RAM, it could be using virtual RAM. Take a look using microsoft's process explorer found here. If the ESSSVR process resides in virtual memory is will take longer. Stop and restart all of the app/dbs, and then make sure the most important/resource consuming app is started first.
    3) is everything else running slower? its possible that the server needs to be rebooted. When was the last time the server was rebooted? To determine this go to a command prompt and type systeminfo.
    Also, go back in the logs, and see how many blocks the calc is touching (reading/writing, etc). Compare what you have now (3.5 hour runs) to back in Dec or Very early Jan. If it is not any of the above, the answers are probably in the log. Is it running serially now as opposed to parallel before? executing in cell mode? etc...
    Good Luck.
    -Matt

  • Stuck in calculating time remaining, what do i do, its my second airport time capsule that i purchased as the first had a faulty hard drive, why is this soo hard!

    This is my second airport time capsule as the first i purchaed had a faulty hard drive, so now, its been a while i keep trying hoping it will work but its always stuck in 'calculating time remaining'. i thought it was my wifi so i connected directly to the capsule using an ethernet cord, bought an adaptor as i have the new macbook air (4m old) 13 inch, still not working. Help please,i am thinknig of just returning it and getting a less expeecsive and easier one to use.
    D

    Mavericks is the pain here.
    It can lose the network connection half way through a backup.
    When you connect by ethernet (good to get that.. hope it is the thunderbolt to ethernet).. did you turn off the wireless.. this is important.. nothing changes if the wireless is still on.
    I recommend you start over. Keep the wireless on for this part.
    Stop the backup.
    Factory reset the TC.
    Redo the TC setup but this time use all short names, no spaces, pure alphanumeric.
    I know the airport utility will suggest apple names..
    Fred Blog's Airport Time Capsule.
    Don't fall for it.
    Use TCgen5
    For wireless name use TCwifi (or if you want more control, TC24ghz and change 5ghz to TC5ghz).
    Wipe the current TM setup.
    Use A4 to reset it. http://pondini.org/TM/Troubleshooting.html
    With wireless off now and just ethernet connection try the backup again.
    No luck manually mount the TC hard disk in finder. Go/Connect to Server.
    AFP://TCname.local (replace TCname with your new nice short name.. and use the domain which is local by default).
    OR
    Use AFP://10.0.1.1 (Replace with whatever IP the TC uses.. but it must be static.. easy for router mode.. not so easy if the TC is in bridge mode).
    The Computer will request the password.. type in whatever password you used for disk access.. by default it ithe device password. If you did not change it then default is public.
    This setup has worked for other people.
    https://discussions.apple.com/thread/5951390?tstart=0
    I cannot guarantee you won't need to reboot the TC oocasionally as it does fall over.
    There are other bits that I keep forgetting..
    Make sure ipv6 is set to link-local for both wireless and ethernet in the computer.
    Once you finish the main backup the short incremental backups can work over wireless.. so just turn wireless back on.

  • SD Time/Sevice related Revenue Recognition

    Hi
    Has anyone switched to a time/service related revenue recognition method from the standrd billing method? we are looking at switching and I wanted to know of anyones experience and problems you came across during your change, did you create new item categories or just update the existing categories(this is what we are thinking of doing). How did you handle open Sales orders which are using the standard method etc...
    thanks
    Joe

    Dear Joe
    Please go through the OSS NOte
    779365 - Best Practice document for revenue recognition
    Or Seach Google below 
    1- Search Revenue Recognition Processing (474)
    2- SAP R/3 SD REVENUE RECOGNITION -
    BEST PRACTICE
    Knowledge Document
    Version 1.4
    You will find it on Google easily
    Thanks and Regards
    Asad

  • External Hard Drive woes (possibly Time Machine related)

    Hello everyone,
    I am using one of the partitions on my WD My Passport for Mac (1 TB) partitioned into two sepaprate partions (both Mac OS Extended Journaled)  of 500 GB each as my backup disk for Time Machine.
    Now, Time Machine seems to work fine on it for some time. However, after a period of time (~5 hours) time machine stops working. Here are the relevant logs.
    2/2/12 5:35:26.221 AM com.apple.backupd: Starting standard backup
    2/2/12 5:35:26.424 AM com.apple.backupd: Backing up to: /Volumes/Mridanga/Backups.backupdb
    2/2/12 5:35:27.351 AM com.apple.backupd: 2.52 GB required (including padding), 243.30 GB available
    2/2/12 5:35:39.920 AM com.apple.backupd: Copied 1408 files (49.3 MB) from volume Macintosh HD.
    2/2/12 5:35:40.073 AM com.apple.backupd: 2.46 GB required (including padding), 243.25 GB available
    2/2/12 5:35:43.099 AM com.apple.backupd: Copied 876 files (199 bytes) from volume Macintosh HD.
    2/2/12 5:35:43.631 AM com.apple.backupd: Starting post-backup thinning
    2/2/12 5:35:43.631 AM com.apple.backupd: No post-back up thinning needed: no expired backups exist
    2/2/12 5:35:43.655 AM com.apple.backupd: Backup completed successfully.
    2/2/12 6:35:26.125 AM com.apple.backupd: Starting standard backup
    2/2/12 6:35:26.379 AM com.apple.backupd: Backing up to: /Volumes/Mridanga/Backups.backupdb
    2/2/12 6:37:30.081 AM com.apple.backupd: Error: (-50) Creating directory 2012-02-02-063730.inProgress
    2/2/12 6:37:30.081 AM com.apple.backupd: Failed to make snapshot container.
    2/2/12 6:37:43.118 AM com.apple.backupd: Error: (22) setxattr for key:com.apple.backupd.HostUUID path:/Volumes/Mridanga/Backups.backupdb/googly size:37
    2/2/12 6:37:53.131 AM com.apple.backupd: Backup failed with error: 2
    2/2/12 7:35:25.953 AM com.apple.backupd: Starting standard backup
    2/2/12 7:35:26.129 AM com.apple.backupd: Backing up to: /Volumes/Mridanga/Backups.backupdb
    2/2/12 7:35:26.190 AM com.apple.backupd: Error: (22) setxattr for key:com.apple.backupd.HostUUID path:/Volumes/Mridanga/Backups.backupdb/googly size:37
    2/2/12 7:35:26.192 AM com.apple.backupd: Error: (22) setxattr for key:com.apple.backupd.HostUUID path:/Volumes/Mridanga/Backups.backupdb/googly size:37
    2/2/12 7:35:36.207 AM com.apple.backupd: Backup failed with error: 2
    2/2/12 8:35:25.847 AM com.apple.backupd: Starting standard backup
    2/2/12 8:35:26.020 AM com.apple.backupd: Backing up to: /Volumes/Mridanga/Backups.backupdb
    2/2/12 8:35:26.076 AM com.apple.backupd: Error: (22) setxattr for key:com.apple.backupd.HostUUID path:/Volumes/Mridanga/Backups.backupdb/googly size:37
    2/2/12 8:35:26.078 AM com.apple.backupd: Error: (22) setxattr for key:com.apple.backupd.HostUUID path:/Volumes/Mridanga/Backups.backupdb/googly size:37
    2/2/12 8:35:36.091 AM com.apple.backupd: Backup failed with error: 2
    When this happens, the Hard Drive makes beeping noises (each time Time Machine tries to access it). It refuses to unmount, and Disk Utility refuses to either verify or repair the hard drive. Forcibly unplugging the hard drive and replugging it does not help either. It makes beeping noises for about half a minute and then goes quiet. However, neither is it mounted nor is it visible in the disk utility.
    The only way I have managed to fix this is to plug the hard drive in another mac, where it mounts without any problem. I then run disk utility to verify the hard drive (on that mac) and then when I replug the drive to my laptop, it works. Until it breaks again.
    The only other "error" related to my external hard drive that I have found in system logs is also pasted below:
    2/2/12 12:50:07.161 AM com.apple.backupd: Error (256): fetching properties: Error Domain=NSCocoaErrorDomain Code=256 "The file “objects.nib” couldn’t be opened." UserInfo=0x7f9097807460 {NSURL=file://localhost/Volumes/Mridanga/Backups.backupdb/googly/2012-02-01-222347/Macintosh%20HD/System/Library/ColorPickers/NSColorPickerWheel.colorPicker/Resources/ar.lproj/NSColorPickerWheel.nib/objects.nib, NSFilePath=/Volumes/Mridanga/Backups.backupdb/googly/2012-02-01-222347/Macintosh HD/System/Library/ColorPickers/NSColorPickerWheel.colorPicker/Resources/ar.lproj/NSColorPickerWheel.nib/objects.nib, NSUnderlyingError=0x7f9097833650 "The operation couldn’t be completed. Not a directory"}
    2/2/12 12:50:07.289 AM com.apple.backupd: Error (256): fetching properties: Error Domain=NSCocoaErrorDomain Code=256 "The file “objects.nib” couldn’t be opened." UserInfo=0x7f9097096050 {NSURL=file://localhost/Volumes/Mridanga/Backups.backupdb/googly/2012-02-01-222347/Macintosh%20HD/System/Library/ColorPickers/NSColorPickerWheel.colorPicker/Resources/hu.lproj/NSColorPickerWheel.nib/objects.nib, NSFilePath=/Volumes/Mridanga/Backups.backupdb/googly/2012-02-01-222347/Macintosh HD/System/Library/ColorPickers/NSColorPickerWheel.colorPicker/Resources/hu.lproj/NSColorPickerWheel.nib/objects.nib, NSUnderlyingError=0x7f9097095f40 "The operation couldn’t be completed. Not a directory"}
    2/2/12 12:50:07.294 AM com.apple.backupd: Error (256): fetching properties: Error Domain=NSCocoaErrorDomain Code=256 "The file “objects.nib” couldn’t be opened." UserInfo=0x7f9097359940 {NSURL=file://localhost/Volumes/Mridanga/Backups.backupdb/googly/2012-02-01-222347/Macintosh%20HD/System/Library/ColorPickers/NSColorPickerWheel.colorPicker/Resources/ko.lproj/NSColorPickerWheel.nib/objects.nib, NSFilePath=/Volumes/Mridanga/Backups.backupdb/googly/2012-02-01-222347/Macintosh HD/System/Library/ColorPickers/NSColorPickerWheel.colorPicker/Resources/ko.lproj/NSColorPickerWheel.nib/objects.nib, NSUnderlyingError=0x7f90973598e0 "The operation couldn’t be completed. Not a directory"}
    2/2/12 12:50:07.313 AM com.apple.backupd: Error (256): fetching properties: Error Domain=NSCocoaErrorDomain Code=256 "The file “objects.nib” couldn’t be opened." UserInfo=0x7f909772fc90 {NSURL=file://localhost/Volumes/Mridanga/Backups.backupdb/googly/2012-02-01-222347/Macintosh%20HD/System/Library/ColorPickers/NSColorPickerWheel.colorPicker/Resources/sv.lproj/NSColorPickerWheel.nib/objects.nib, NSFilePath=/Volumes/Mridanga/Backups.backupdb/googly/2012-02-01-222347/Macintosh HD/System/Library/ColorPickers/NSColorPickerWheel.colorPicker/Resources/sv.lproj/NSColorPickerWheel.nib/objects.nib, NSUnderlyingError=0x7f909772bcc0 "The operation couldn’t be completed. Not a directory"}
    2/2/12 12:50:07.326 AM com.apple.backupd: Error (256): fetching properties: Error Domain=NSCocoaErrorDomain Code=256 "The file “objects.nib” couldn’t be opened." UserInfo=0x7f909709b6f0 {NSURL=file://localhost/Volumes/Mridanga/Backups.backupdb/googly/2012-02-01-222347/Macintosh%20HD/System/Library/ColorPickers/NSColorPickerWheel.colorPicker/Resources/zh_CN.lproj/NSColorPickerWheel.nib/objects.nib, NSFilePath=/Volumes/Mridanga/Backups.backupdb/googly/2012-02-01-222347/Macintosh HD/System/Library/ColorPickers/NSColorPickerWheel.colorPicker/Resources/zh_CN.lproj/NSColorPickerWheel.nib/objects.nib, NSUnderlyingError=0x7f9097095e30 "The operation couldn’t be completed. Not a directory"}
    I don't know what the problem is, but I would like to be able to use an external. I also have another external plugged in my computer (NTFS, and I have NTFS write enabled via http://www.paragon-software.com/home/ntfs-mac/) and that hard drive works perfectly. Also, the problem was there before I enabled NTFS write so nothing was harmed in enabling NTFS write.
    System Info
    OS X 10.7.3 (problem existed with 10.7.2) as well
    RAM: 8 GB
    Macbook Pro 15" (i7 2.2 GHz, 2011 model)

    OSX is having trouble reading or writing to the drive.  That's usually hardware (the drive, port, or cable).
    Try different ports, cables, and combinations of the two (a plug that works fine in one port may not make good contact in a different one).
    Be sure it's connected directly to your Mac -- no hubs or daisy chains, and not a port on your keyboard.
    Also, what Partition Map Scheme does the drive have?  (Check via Disk Utility - select the top line for the drive -- it should show at the lower right.)

Maybe you are looking for

  • XYGraph Cursor legend bug instantly crashes LabView 2012

    Hi! I am just facing a very annoying bug. Please find my example VI attached, I would like to know wheather you can confirm the bug? Run the VI if you wish to see some curve (actually the bug appears even if you do not put any data on the graph, if y

  • How to search a string in clob?

    I have the following example Table (column description is a Clob): id title description 1 test this is a large document with many chars above 4K. 2 test2 test this is a test select * from mytable where description like '%with%'; All the hours what i

  • AVCHD log and transfer - Only from a camera?

    I am thinking about upgrading my camera to a AVCHD camera.  I saw on a post that you can only log and transfer AVCHD footage from the camera and not just the card attached via card reader.  Can someone shed some light on this.  I want to be able to s

  • Masking Data

    Hello all and thank you in advance for any assistance. For security purpose I am looking to Update a table with data from another table. Example: I have a production system which houses all information pertaining to a customer. I have multiple test s

  • TS1702 Pages froze up...can't get it to do anything

    Was working on a document in Pages when it froze up. Have tried restarting iPad..nothing working