Problem with time difference

I should calculate the difference between two times.and store it in database..
My code is:
long ms = (from.getTime() - to.getTime());
java.sql.Time nohrs = new java.sql.Time(ms);Suppose let from = 12:20:36
to=12:20:26
I should get 00:00:10 but what I am getting is 5:30:10
I think its taking GMT time,how to avoid this

Hope I am not too late in answering this !
The problem is new java.sql.Time(ms) will calculate the TIME WITH CORRESPONDS TO milliseconds since January 1, 1970, 00:00:00 GMT, so in your example it is
new java.sql.Time(10000) ie January 1, 1970, 00:00:10 GMT and it will converted to your time zone. ie January 1, 1970, 05:30:10 .
this can be adjusted / solved by subtracting the milliseconds correcponds to your time zone , using .getTimezoneOffset().
here is the piece of code i used, use after proper checking if needed
public class testTime { public static void main(String arguments[]) throws Exception {
Date from = new Date(2005 , 7 , 19 , 12 ,20 , 36);
Date to = new Date(2005 , 7 , 19 , 12 ,20 , 26);
long ms = (from.getTime() - to.getTime());
long msNew = (from.getTime() - to.getTime() + (new Date().getTimezoneOffset() * 60 * 1000 ));
java.sql.Time nohrs = new java.sql.Time( ms );
java.sql.Time nohrsNew = new java.sql.Time( msNew );
System.out.println(nohrs);
System.out.println(nohrsNew);}}
========my result ===============
C:\MATHAI\works\tests>java testTime
01:00:10
00:00:10

Similar Messages

  • How to solve the problem with time difference?

    Hi,
    I work in India with time difference about 12 hours faster than American time.
    I put a validation in my application as follows:
    IF :P2_FINISH_DATE > SYSDATE THEN
    return false;
    else
    return true;
    end if;
    Today (13-Mar-09) at 9:30 am according to my system, I entered 13-Mar-09 as FINISH_DATE.
    But it returned false with an error message: "Finish date cannot be greater than system date."
    I changed my system time as 13-Mar-09, 9:30 pm. Then it accepted 13-Mar-09 as FINISH_DATE.
    How can I solve this issue.
    Would appreciate your help.
    Thanks,
    Guy

    Hi Arie,
    Thanks for the code.
    Your code works perfect in SQL Commands.
    But I don't know how to use the code in my application.
    Would appreciate if you can help me know the followings:
    - How to define two application processes -- before header and after submit (before any processing) – with the proper alter session statement.
    - How to use the APEX VPD field to do the same.
    FYI, I use the following codes:
    - For file upload
    If (:p2_SUBMIT_FILE is not null) then
    insert into PM_DOCUMENT (id, name, blob_content, mime_type, PROJECT_NAME, SUBMIT_TIME, SUBMITTED_BY)
    select id, :p2_SUBMIT_FILE, blob_content, mime_type, :P2_NAME, SYSDATE , :P2_UPDATED_BY
    from apex_application_files
    where NAME = :p2_SUBMIT_FILE;
    Delete from apex_application_files where name = :p2_SUBMIT_FILE;
    end if;
    - For Data entry validation
    IF :P2_START_DATE > :P2_FINISH_DATE
    OR :P2_START_DATE > :P2_TARGET_DATE
    OR :P2_FINISH_DATE > SYSDATE THEN
    return false;
    else
    return true;
    end if;
    Thanks,
    Guy

  • Hi, I have the following problem with Time Capsule: La imagen del disco de copia de seguridad "/Volumes/Data/MacBook Pro de Carlos.sparsebundle" ya está en uso. Please your comments to solve this problem, i can't made a backup. Thanks.

    Hi, I have the following problem with Time Capsule: La imagen del disco de copia de seguridad “/Volumes/Data/MacBook Pro de Carlos.sparsebundle” ya está en uso. Please your comments to solve this problem, i can't made a backup. Thanks.

    Try Here  >  http://pondini.org/TM/Time_Capsule.html
    Perhaps P 2  >  Time Machine could not complete . . . sparsebundle could not be accessed. (Error 109).

  • Problem with Time Dimension generating

    Hello, everybody.
    I have a problem with Time Dimension generating with the help of the Standard Wizard.
    1. I choose Dimensions -> New -> Using Time Wizard
    2. Set Name as "Time"
    3. On the next screen I choose ROLAP: Relational Storage
    4. On the next screen set Start year: 2003, Number of years: 3
    5. On the next screen choose all levels of the Normal Hierarchy
    On the 6-th step Wizard complete 60% of job and hang up doing nothing (buttons "Cancel" and "Help" is active).
    chapter "Create REL_TIME Dimension Using the TIME Dimension Wizard", step 1-6 of tutorial =(
    http://www.oracle.com/technology/obe/11gr1_owb/owb11g_update_getting_started_intro/lesson3/less3_relational.htm
    My system characteristics:
    Builder client 11.1.0.7.0, warehouse at local computer.
    can anybody give me any advice about this problem? =(
    thanks in advance.

    Had this issue been solved please?
    I have just come across the exact same problem and this post is the only one i managed to find which describes exactly what is happening to me.
    Thanks

  • HT1338 problems with time  machine and parallels desktop,  mac osx mountain lion 10.8

    have a good day, i have been problems with time  machine and parallels desktop, dont work in mac osx 10.8, i upgrate two mac´s (macbook air, imac), in the two machines shows problems, could you help me please.
    two machines have good ram memory (macbook air 11.1 2010 early , imac 2009 late).
    i am waiting for your help.
    thanks.
    Jesus.

    Take a look here:
    http://pondini.org/TM/Troubleshooting.html
    Specifically, you'll probably want to try item #A5 on that page, but there's a lot of other info there that may be useful.

  • Problem with Time Capsule backup

    My Time Capsule is a first gen (500 GB), and I recently upgraded to Lion on my iMac. It seems like right around the time I upgraded that I started having problems with Time Machine backups. They will complete, but then the disk does not eject from my desktop. I am running the Time Capsule buddy widget, and here's the log file:
    Starting standard backup
    Network destination already mounted at: /Volumes/TimeCapsule
    QUICKCHECK ONLY; FILESYSTEM CLEAN
    Disk image /Volumes/TimeCapsule/Stefano.sparsebundle mounted at: /Volumes/Time Machine Backups
    Backing up to: /Volumes/Time Machine Backups/Backups.backupdb
    100.0 MB required (including padding), 174.27 GB available
    Copied 2353 files (2.0 MB) from volume Macintosh HD.
    100.0 MB required (including padding), 174.27 GB available
    Copied 1656 files (718 KB) from volume Macintosh HD.
    Starting post-backup thinning
    No post-back up thinning needed: no expired backups exist
    Backup completed successfully.
    Waiting for Spotlight to finish indexing /Volumes/Time Machine Backups/Backups.backupdb
    Waiting for Spotlight to finish indexing /Volumes/Time Machine Backups/Backups.backupdb
    Stopping backup to allow backup destination disk to be unmounted or ejected.
    Backup failed because the destination disk was ejected or disconnected unexpectedly!
    You can see at the end where I ejected the disk manually.

    I finally resolved this.  However, I had to erase the entire backup on my 3tb and start with a new backup.  I connected via hardwire to make it go faster.  No problems now.

  • Since I upgraded to 10.7.2 lion I have these problems with Time Capsule. What is the problem? thanks

    since I upgraded to 10.7.2 lion I have these problems with Time Capsule. What is the problem? thanks

    Unable to access disk image backup "/ Volumes / Time Capsule / iMac Admin. Sparsebundle" (error -1).
    Then?????

  • Another problem with Time Machine

    This is the second time I have experienced the following problem with Time Machine. After 2 months of backups it gets to a point where backups fail and I cannot enter time machine. In each instance I have only used 110GB of the 500GB space.
    Is there a better solution to fixing this problem than deleting the sparsebundle? That seems to be the only way to get it to back up again.

    backup is failing again:
    Oct 28 08:39:58 MBA /System/Library/CoreServices/backupd[8307]: Starting standard backup
    Oct 28 08:40:02 MBA /System/Library/CoreServices/backupd[8307]: FSMatchAliasBulk returned 0 while resolving alias to backup target
    Oct 28 08:40:07 MBA /System/Library/CoreServices/backupd[8307]: Backup failed with error: 19
    Oct 28 09:22:57 MBA /System/Library/CoreServices/backupd[8464]: Starting standard backup
    Oct 28 09:22:58 MBA /System/Library/CoreServices/backupd[8464]: Network mountpoint /Volumes/MPTC not owned by backupd... remounting
    Oct 28 09:22:59 MBA /System/Library/CoreServices/backupd[8464]: Network volume mounted at: /Volumes/MPTC-1
    Oct 28 09:22:59 MBA /System/Library/CoreServices/backupd[8464]: Backup requested due to disk attach
    Oct 28 09:23:28 MBA /System/Library/CoreServices/backupd[8464]: Disk image /Volumes/MPTC-1/MBA_001f5bd2c764.sparsebundle mounted at: /Volumes/Backup of MBA
    Oct 28 09:23:32 MBA /System/Library/CoreServices/backupd[8464]: Backing up to: /Volumes/Backup of MBA/Backups.backupdb
    Oct 28 09:23:32 MBA /System/Library/CoreServices/backupd[8464]: Backup requested due to disk attach
    Oct 28 09:25:44 MBA /System/Library/CoreServices/backupd[8464]: No pre-backup thinning needed: 242.1 MB requested (including padding), 351.94 GB available
    Oct 28 09:41:34 MBA /System/Library/CoreServices/backupd[8464]: Copied 990 files (72.4 MB) from volume MacBook Air HD.
    Oct 28 09:41:35 MBA /System/Library/CoreServices/backupd[8464]: No pre-backup thinning needed: 159.6 MB requested (including padding), 351.94 GB available
    Oct 28 09:44:09 MBA /System/Library/CoreServices/backupd[8464]: Bulk setting Spotlight attributes failed.
    Oct 28 09:46:13 MBA /System/Library/CoreServices/backupd[8464]: Copied 879 files (2.2 MB) from volume MacBook Air HD.
    Oct 28 09:47:18 MBA /System/Library/CoreServices/backupd[8464]: Starting post-backup thinning
    Oct 28 09:49:15 MBA /System/Library/CoreServices/backupd[8464]: Deleted backup /Volumes/Backup of MBA/Backups.backupdb/MBA/2008-10-27-090710: 351.94 GB now available
    Oct 28 09:50:46 MBA /System/Library/CoreServices/backupd[8464]: Deleted backup /Volumes/Backup of MBA/Backups.backupdb/MBA/2008-10-27-061332: 351.94 GB now available
    Oct 28 09:52:53 MBA /System/Library/CoreServices/backupd[8464]: Deleted backup /Volumes/Backup of MBA/Backups.backupdb/MBA/2008-10-27-050805: 351.94 GB now available
    Oct 28 09:52:53 MBA /System/Library/CoreServices/backupd[8464]: Post-back up thinning complete: 3 expired backups removed
    Oct 28 09:52:53 MBA /System/Library/CoreServices/backupd[8464]: Backup completed successfully.
    Oct 28 09:53:11 MBA /System/Library/CoreServices/backupd[8464]: Attempt to eject diskimage failed with status: -47, dissenting pid: 0
    Oct 28 10:23:16 MBA /System/Library/CoreServices/backupd[8603]: Starting standard backup
    Oct 28 10:23:19 MBA /System/Library/CoreServices/backupd[8603]: Network volume mounted at: /Volumes/MPTC-1
    Oct 28 10:23:27 MBA /System/Library/CoreServices/backupd[8603]: Disk image /Volumes/MPTC-1/MBA_001f5bd2c764.sparsebundle mounted at: /Volumes/Backup of MBA
    Oct 28 10:23:27 MBA /System/Library/CoreServices/backupd[8603]: Backing up to: /Volumes/Backup of MBA/Backups.backupdb
    Oct 28 10:23:28 MBA /System/Library/CoreServices/backupd[8603]: Error: (-50) Creating directory 2008-10-28-102328.inProgress
    Oct 28 10:23:28 MBA /System/Library/CoreServices/backupd[8603]: Failed to make snapshot container.
    Oct 28 10:23:33 MBA /System/Library/CoreServices/backupd[8603]: Backup failed with error: 2
    Oct 28 10:23:33 MBA /System/Library/CoreServices/backupd[8603]: Attempt to eject diskimage failed with status: -47, dissenting pid: 0
    Oct 28 11:23:16 MBA /System/Library/CoreServices/backupd[8729]: Starting standard backup
    Oct 28 11:23:16 MBA /System/Library/CoreServices/backupd[8729]: Network volume mounted at: /Volumes/MPTC-1
    Oct 28 11:23:20 MBA /System/Library/CoreServices/backupd[8729]: Disk image /Volumes/MPTC-1/MBA_001f5bd2c764.sparsebundle mounted at: /Volumes/Backup of MBA
    Oct 28 11:23:20 MBA /System/Library/CoreServices/backupd[8729]: Backing up to: /Volumes/Backup of MBA/Backups.backupdb
    Oct 28 11:23:21 MBA /System/Library/CoreServices/backupd[8729]: Error: (-50) Creating directory 2008-10-28-112321.inProgress
    Oct 28 11:23:21 MBA /System/Library/CoreServices/backupd[8729]: Failed to make snapshot container.
    Oct 28 11:23:26 MBA /System/Library/CoreServices/backupd[8729]: Backup failed with error: 2
    Oct 28 11:23:26 MBA /System/Library/CoreServices/backupd[8729]: Attempt to eject diskimage failed with status: -47, dissenting pid: 0
    Oct 28 11:24:05 MBA /System/Library/CoreServices/backupd[8729]: Stopping backupd to allow ejection of backup destination disk!
    Oct 28 11:24:11 MBA /System/Library/CoreServices/backupd[8747]: Backup requested by user
    Oct 28 11:24:11 MBA /System/Library/CoreServices/backupd[8747]: Starting standard backup
    Oct 28 11:24:11 MBA /System/Library/CoreServices/backupd[8747]: Network volume mounted at: /Volumes/MPTC-1
    Oct 28 11:24:12 MBA /System/Library/CoreServices/backupd[8747]: Disk image /Volumes/MPTC-1/MBA_001f5bd2c764.sparsebundle mounted at: /Volumes/Backup of MBA
    Oct 28 11:24:12 MBA /System/Library/CoreServices/backupd[8747]: Backing up to: /Volumes/Backup of MBA/Backups.backupdb
    Oct 28 11:24:12 MBA /System/Library/CoreServices/backupd[8747]: Error: (-50) Creating directory 2008-10-28-112412.inProgress
    Oct 28 11:24:12 MBA /System/Library/CoreServices/backupd[8747]: Failed to make snapshot container.
    Oct 28 11:24:17 MBA /System/Library/CoreServices/backupd[8747]: Backup failed with error: 2
    Oct 28 11:24:17 MBA /System/Library/CoreServices/backupd[8747]: Attempt to eject diskimage failed with status: -47, dissenting pid: 0

  • Problem with Time Capsule after backup session

    I have a problem with Time Capsule after a backup session. Our two Macs (on Maverick) loose connection with the station and the only thing that seems to help is unplugging the Time Capsule  and starting it again! After the next backup session the same thing happens again. The Macs seem not to be able to hold on to the connection and continually loose it.  The iPhones and iPads that we have (4 units) are not affected - it is the Mac Mini and Mac Powerbook that experiences this problem!
    I would be grateful for your help!
    Thor

    This is standard Mac issues and has been a bug floating around since Lion.. it hits some people worse than others.. but once it starts it is awful hard to get rid of.
    Just to confirm the connection to internet is not a problem?? Just the hard disk drops out?
    I recommend you
    1. Reset the TC to factory.. and start over with all new names.. short, no spaces pure alphanumeric.
    TC name and wireless name/s should conform. By default the disk share name is data which is fine.
    2. Mavericks has changed over from using AFP to SMB for network filesharing.. why Apple why??
    This is unhelpful to say the least. Many many people are struggling with TC and being unable to mount the network drive.
    So do it manually and force it back to AFP.
    In Finder use top menu, Go, Connect to Server.
    Type AFP://TCname or TCIPaddress (it must be the network name of actual TC.. or its IP address)
    When the computer locates the resource it will ask for a password.. it is public by default.. supply your password or public and save it in the keychain.
    3. Delete the existing TM setup and start over.. See A4 here. http://pondini.org/TM/Troubleshooting.html
    I cannot promise this will fix it but should reduce the problem to now and then.. rather than every time TM needs to backup.

  • I am having problems with Time Machine and having enough space to finish my last back up.

    I am having problems with Time Machine and having enough space to finish my last back up.

    Take a look at this link, http://support.apple.com/kb/HT1427

  • Problems with Time Machine restore

    Hi - am hoping someone can help me.
    My laptop got stolen last week and I bought a new one yesterday. The old one was kind of messy - I'd had it for a while and had been living with some weird error messages and that sort of thing - so I only wanted to transfer certain files - photos, music, movies and a few documents - to the new one from Time Machine via an external hard drive.
    I set up as a new user and chose to use Migration Assistant to transfer the files afterwards. It seemed to work fine but on closer inspection no files created after 2008 (ie any new music or photos) transferred. It's the photos I'm mostly worried about as I used Senuti on my iPod to recover the music and the video files were saved to the same external hard drive Time Machine was using but seem to be accessible. When I 'browse other Time Machine disks' and go into the last backup the Pictures folder has the little red minus/stop symbol on it, so I'm thinking it might be a permissions issue? I've tried restoring that folder but nothing changes.
    I'm wondering if I need to go back to migration assistant and start again but transferring everything this time? Will that even make a difference? Am hoping the files aren't lost forever (I'm a mum)!
    Please don't tell me how hopeless I am at all this or get narky - I know it and I'm already in a world of misery about the stolen mac and missing pics...

    Supermonk61 wrote:
    I recently had to do a restore all with time machine. I made sure everything was backed up before hand and ran the Leopard install disk. Went to utilities and did a restore all from time machine backup with no problem. Chose the date I wanted of March 24, 2009 and began running the restore which took about 2 hours. When everything came back up it seemed to have restored no problem but it used one of my backups from a year ago.
    Hi, and welcome to the forums.
    Why do you think it restored the wrong backup?

  • Problem with times Primavera P6

    I´m using 4 different calendars for the same project and I have a problem with the time difference.
    Some of the calendars I use have 8 working hours per day and some 10, but all of them start at 7 a.m. and finish at 17 p.m. (I put a gap of two non-working hours for those calendars that have 8 working hours)
    All activities should start at 7 am and end at 17 pm but they don´t. Some of them start at 13.00 or 15.00 and finish at 13.00 or 15.00 as well.
    I don´t know how can I solve this problem...Please help!!!

    There is this metalink note "Error: "ECH-3843-7 - Error Creating Hash" When Attempting To Log Into P6 R8 Professional Client Or P6 R8 Web Client [ID 1273082.1]" which states the solution to be
    Solution
    Please refer to the P6 R8 Tested Configurations document to find out what client operating systems P6 EPPM R8 has been tested with. If you are experiencing this error on Windows XP Service Pack 2, please upgrade to Windows XP Service Pack 3.
    Sachin

  • Problems with Time Machine backup for two machines to one external drive

    I have a brand new WD 500GB USB My Book external drive plugged into my Intel Mac Mini running 10.5.1 to use as a TM backup drive (TM reformatted it to HFS+ journaled). The Mini's connected by ethernet to the Airport Extreme. It works great. I setup my wife's MacBook Pro 17" Dual Core 2 w. 10.5.1 for TM using the Mac Mini's TM backup drive and it works fine (a little slower at 811.n wi-fi speeds, but OK). I have the Mac Mini setup in Energy Saver to shut down at night and restart in the morning. The morning after I setup my wife's MacBook Pro for TM I found a big black & white message (in half a dozen languages) on the Mac Mini saying start up failed and I need to reboot using the power button. I did and everything was cool. Now comes the problem, it's done it three days in a row so it looks like there is a problem with the TM setup. It didn't do this before I setup my wife's computer for TM.
    Any thoughts on what is causing this? We've had minimal problems with Leopard setup (short of a brief hunt for an Airport Extreme Drive and a couple of network printers during initial setup).

    1 mistake @ a time wrote:
    I works fine over a network if the TM drive is attached to another Mac running Leopard. It won't work with an Airport drive (Apple deep sixed that feature in the final release).
    We have an Airport Extreme base station, and we plan to add an Airport Express to boost the power to reach the second floor. We are ordering 4 iMacs, 20", plus I have the Macbook 13" that I have had for a few months.
    We thought we could connect one large external drive via firewire cable to one of the iMacs and use it to back up all five computers via Time Machine.
    Is that possible, or does everybody need their own external drive?
    Thanks!
    susan

  • A series of problems with Time Capsule

    I was an early adopter of Apple's "Time Capsule," which in theory sounds like a great idea but has been a disaster for me in practice. This is the story of my nightmare.
    In theory, Time Capsule is supposed to enable wireless, automatic backups of my hard drive via wifi. I liked the idea because I thought it would save me time and make backups so convenient that they'd be sure to happen.
    In practice, it's been slow, aggravating and buggy as ****.
    After I bought the device, I brought it home and set it up to do the initial backup of my laptop computer. My first mistake, as I learned later, was to try to do the initial backup wirelessly. The Time Capsule has an Ethernet connection that works faster than the wireless connection. (It ought to have a USB or Firewire port, which would be far faster than Ethernet, but apparently the Apple gods decided to save a nickle at the expense of quality and convenience.) It would also have been nice if the manual that came with the thing recommended using Ethernet for the initial backup, but it didn't, so I didn't discover that this was even an option until I had already wasted several days.
    Yes, days. Not hours, but days.
    I started the initial backup on a Wednesday night. My laptop's hard drive had about 130 gigabytes of files on it, and after the initial backup had run for a couple of hours, I did a calculation based on megabytes/minute and figured that it should finish up sometime that weekend. This meant that I couldn't take my laptop away from the house or turn it off, but after I'd already invested a few hours in the process, I figured I'd just let it run until completed.
    Unfortunately, the longer the backup proceeded, the slower the megabytes/minute rate became. By the following Monday morning, it was only 2/3 completed, and the copy rate had slowed to such a crawl that I had no idea when it would finish. I therefore reluctantly interrupted the process, since I had meetings to attend where I needed my computer.
    By that time, I had done some further research online and learned that people were recommending doing the initial backup via Ethernet, so when I got home that Monday night, I decided to do it that way instead of via wifi. However, it was unable to resume the interrupted backup, so I had to start over from scratch. Over the course of several attempts to do this, I discovered moreover that the interrupted backup had corrupted the disk somehow, so eventually I had no choice but to erase the Time Capsule entirely before beginning a new backup. Each of these attempts took a half hour or an hour, so I wasted my Monday evening doing nothing but try and retry to start the backup. (Somewhere in the middle of this I also did a tech support call to Apple, which also meant time on the phone, sitting on hold, etc.)
    Finally, sometime on Tuesday I got the backup started, and by late that evening I had my first incremental backup. Hooray! Or so I thought.
    The thing ran OK for a month or so, and then for no apparent reason I discovered that backups were failing. Why? No idea. I called Apple tech support again. An hour or so on hold, then talking to an operator, then trying various things. Eventually the tech support guy told me I'd have to erase the hard drive again and do a new initial backup. Great. At least I knew by then that I'd need to do it via Ethernet, but of course it took the better part of a day for the backup to run, and starting over meant losing all of the history in my previous backups. But I did it.
    After that, I had a good run for several months...maybe six months. Then, for no apparent reason, the backups started failing again. This time I managed to get the backups working again by unplugging the Time Capsule, plugging it back in, and doing some reset procedures.
    A month later, the Ethernet connection started failing.
    I have an old iMac upstairs that I plugged in to the Ethernet connection so it can access the internet and file-share with my laptop. One day I noticed that the iMac's internet connection was no longer working. After some testing, it turned out that neither the iMac nor my laptop is able to connect anymore through the Ethernet connection. I tried several cables, tried playing around with settings, to no avail. I had a trip to Hong Kong coming up, so I decided I'd worry about the Ethernet connection after I got home.
    On the Saturday before my Monday morning flight to Hong Kong, my laptop died.
    It was working fine on Friday evening. I went to bed, got up, and the screen was black. In a panic, I drove to the Apple store and, after much pleading, got them to look at the thing in a hurry. Their tests showed that the logic board was bad. Fortunately, they had a replacement in stock, so they were actually able to repair the laptop in only two hours.
    Since then, however, I haven't been able to get backups to work at all on my Time Capsule.
    When the laptop died, I figured I might need to restore files from the Time Capsule, so I unplugged it and took it with me on my frantic drive to the Apple Store. After I brought it home and plugged it back in, the laptop recognizes that it exists, but instead of doing an imcremental backup, Time Machine wants to start all over with a backup of more than 140 gigabytes.
    No ******* way.
    My plan at this point is to make an appointment at the Apple Store and take it in to someone at their Genius Bar. Maybe they can figure out why Ethernet isn't working and why the incremental backups aren't happening. In the meantime, I don't know if any of the backups that it has done to date are any good, so it's an uneasy feeling. And, of course, I've wasted more time than I care to think about just tweaking and nursing the thing.
    It just isn't worth it.
    If anyone has any suggestions for what I should be trying at this point, I'd love to hear advice.

    I've got some time here as I wait on my computer (more on that in a moment), so in the meantime I re-read Smokerz's reply to my message. Upon re-reading, I thought I'd respond again.
    Smokerz is saying basically that Time Capsule is great for purposes OTHER than backing up my computer's hard drive: "Make your primary TM backup using an external FW800 drive first. ... I don't do TM on TC but use TC as my internet file server for my family who all lives far from one another and stream movies to my ATV. Much better use of TC, eh?"
    There might be a case for that use of Time Capsule, but the product is advertised and sold primarily as a wireless backup device. The main page for the product on apple.com describes it as "Automatic wireless backup for your Mac. ... Time Capsule is a revolutionary backup device that works wirelessly with Time Machine in Mac OS X Leopard. It automatically backs up everything, so you no longer have to worry about losing your digital life."
    Smokerz is therefore arguing that I should be happy with a product that doesn't work for the purpose for which it is primarily advertised and for which I bought it. I don't have any use for it as an internet file server or to stream movies. To say I should be happy with it for those purposes makes no sense.
    Here's a little update on my experience with this thing. I made an appointment and visited the Genius Bar at the Apple Store yesterday. My appointment was at 10:40. I spoke with *** ****, who by the way is "Lead Genius" at the West Towne story in Madison, WI. I've got no problems with him. Like every other Apple employee I've dealt with locally, he was competent, courteous and and helpful. He quickly fixed my Ethernet problem, but the more important problem -- the failure to connect to my existing backups -- left him stumped as it did me. The problem apparently is that when Time Machine uses the MAC address of your computer's logic board as part of its way of identifying your system. There is a file on the backup drive that stores this information. It's filename consists of a period followed by the old MAC address. There is a procedure for renaming that file and changing some other settings which is supposed to make the backup work again. The procedure is detailed here:
    http://www.macosxhints.com/article.php?story=20080128003716101
    http://discussions.apple.com/thread.jspa?messageID=6893237
    The problem in my case is that the file was missing when I went looking for it. (I hadn't been mucking around on my Time Capsule, so I don't see any way that I could possibly have deleted it.)
    After some scratching his head, *** asked me to leave my computer and Time Capsule with him at the Apple Store and come back at 2:30 that afternoon. When I returned, not much progress had been made. He had found a way to make Time Machine do another initial backup from scratch within the same sparsebundle as my older backups and thought that once that backup completed, there would be a way to connect up with the the older backups. By 2:30, however, the backup had only completed 4 GB out of the 130 gigs on my hard drive. The Apple Store closes at 9 p.m., so I would have had to leave it with them overnight just to get through that stage of the process. I think I mentioned previously that I live an hour's drive from the Apple Store, and since I had already burned another entire day trying to get this thing working, I had *** give it back to me so I could take it home and try to complete the procedure myself.
    Once I got it home, I let the backup run overnight. It took about 12 hours to complete. Now I'm going through the procedure *** gave me, which is documented in a little more detail here on Sean Kelly's blog:
    http://seankelly.tv/blog/blogentry.2008-08-25.8041499927
    I just finished spending an hour waiting for the computer to open my sparsebundle (step three of Sean Kelly's procedure). Only six more steps to go!
    <Edited by Moderator>

  • Suggestions, Observations and problem with Time Capsule shares

    *Some Observations*
    The Time Capsule can take a long time to become active. This is especially true if using an extended or WDS network. I would suspect this is due to the negotiation between devices that it needs to do. I have on occasion believed it to be hung, only to find that after walking away for a bit it comes up. This also impacts devices showing up in the Airport utility.
    Using a time capsule with one Airport Express B/G will work, but adding a second creates problems.
    Extending a network with an Airport Express N seems to work well.
    Best bet is to set up separate B/G and N networks and run your N network as N only at 5Ghz.
    WEP provides no real security, so think of it as you would an open network.
    *My Issue*
    I am having an issue where the time capsule shares become unavailable. It is an intermittent issue, and I have been unable to identify a test case. This happens for devices connected over ethernet as well as wireless. The Time Capsule shows in the Finder list, but the volumes are not available. Connecting to them fails.
    The device also appears in the Airport Utility list, but when clicking on Manual Setup, or guided set up, it causes a hang.
    This results in Time Machine hanging when trying to initiate a backup.
    I have also noticed that when this happens, the signal does start to get a bit flaky with "Roam (Beacons Lost)" messages. Wireless connectivity still seems to be very useable though. I can connect to other network shares through the Time Machine, but not to the shares on the Time Machine. The only way to recover from this is to power cycle the Time Capsule.
    One thing I want to investigate more tonight is whether there are any issues with my keychain and old passwords in case there are multiple failed attempts in the mix that are doing something. Although I know of no lockout feature on the device.
    Any suggestions would be appreciated. This is the second Time Machine, so I have seen this on two different devices. I am also seeing this issue across 4 different computers simultaneously, some via ethernet and some wirelessly. Time Capsule is 7.3.2

    Hi,
    I have pretty much the same problem, 1TB Time Capsule that works fine most of the time as a wireless router. Up till recently Time Machine backups just worked (as one would expect them to) wired and wireless. I went away for a week came back and now every time Time Machine invokes a back up process all of a sudden my wireless network goes down, Time Machine can no longer see the Time Capsule and all other devices (iphone / apple TV other non apple devices) no longer have connections (they see wireless but no pass through to the internet or each other).
    I have tried resetting all sorts of stuff, re-deployed my network, changed IP / LAN settings to make it less complex, Yasu'd my mac, connected only via wires, cleaned out my keychain etc etc and still get the same problems and as per Chris's point airport utility also hangs and the only solution is rebooting the time capsule.
    I am fairly frustrated with this! any suggestions / help would be gratefully accepted.
    thanks
    alex

Maybe you are looking for

  • Any ideas on a nice BSP view pretty printer?

    Hi there, I am wondering whether somebody already tried to extend the SAP standard pretty printer by an own functionality which fits better for pages with mixed content, containing not only BSP-elements but also HTML-tags. The standard pretty printer

  • Podcast hasn't updates since February, it's almost April.

    Hey Guys, Not sure if this is the correct forum selection. But I have a podcast up on itunes, and up until the 10/2/2011 everything was fine, and ever since then the Podcast directory hasn't updates, It shows only 19 episodes and there is more then t

  • Playing local authorware files in IE 7

    I cannot play published Authorware files in the Internet Explorer 7 from my local computer. I get error messages "invalid map files etc". The published files play correctly in a local Mozilla browser and also if I upload them on a server and play the

  • I can't access to time capsule HD

    Hi, I got my time capsule today and I already have internet access, but I can't do backup's...I can't do nothing with the HD. What can I do? I'm using a pc, and when I click on my time capsule and insert my password, appear: Unknown user, incorrect p

  • Upgrade from 12 to 13

    I just purchased Photoshop Elements 12 two weeks ago in The App Store.  Who should I ask for a upgrade? Thanks in advance.