OSX 10.9 calendar route-time not synchronized with iphone calendar

Enter an appointment with route-time in Calendar OSX 10.9.
It begins at 10pm to 12pm
and
the route-time is from 9pm-10pm (new option since Maverick)
This appointment is only synchronized from 10pm to 12pm and the route-time is not visible on the iPhone 7.0.3
We synchronize over iCloud.
Can you fix?
Regards
Phil

Enter an appointment with route-time in Calendar OSX 10.9.
It begins at 10pm to 12pm
and
the route-time is from 9pm-10pm (new option since Maverick)
This appointment is only synchronized from 10pm to 12pm and the route-time is not visible on the iPhone 7.0.3
We synchronize over iCloud.
Can you fix?
Regards
Phil

Similar Messages

  • Not synchronizing with iPhone and Outlook

    I use iCloud to synchronize my Outlook calendar with
    my calendar on iPhone 5. Everything has been working fine for a lot of months,
    but all of a sudden it has stopped on both devices. When I look at iCloud, it's
    mostly blank and it doesn't take any new appointments created on either device.
    The only thing that's there are some recurring appointments that I set up a
    long time ago. Any ideas?

    or please advice me , how to sync mobile contacts and outlook. and please mention settings in IPhone and ITunes.

  • Slave instance can not synchronized with the master for a long time

    Hi,
    Slave instance can not synchronized with the master for a long time, and the gap of LSNs between slave and master are more and more larger. The transfer bytes per second between master and slave is 118MB/s , upper limit to the ethernet card. Why???
    ENVIRONMENT:
    1. A network program which we called mcdb is based on BDB 4.8.30. It is used to accept get/set requests and then query data from bdb or save data to bdb.
    2. mcdb implements replication with bdb replication manager api. The default start replication policy is DB_REP_ELECTION, rep ack policy is DB_REPMGR_ACKS_ONE_PEER and rep priority is 100.
    3. The bdb data files, bdb log files, region files and rep files are all in the same home directory.
    4. There are two instances of the mcdb are separately on two standalone servers which has no other programs. These two instances are in one replication group which can elect a master automatically.
    5. The master instance is online, which has lots of requests (get, set, delete).
    ACTIONS:
    1. Start two mcdb instances on two servers and the two instance make a replication group. Slave has already synchronized with the master.
    2. Stop the slave for a long time (more than 20 hours).
    3. Start the slave instance to synchronize data with master.
    RESULT:
    1. the gap of LSNs between slave and master are more and more larger.
    2. db_stat of master and slave:
    master db_stat:
    467170     Number of PERM messages not acknowledged
    9245     Number of messages queued due to network delay
    172415     Number of messages discarded due to queue length
    25880     Number of existing connections dropped
    3407     Number of failed new connection attempts
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    DB_REPMGR site information:
    10.67.15.146 (eid: 0, port: 30011)
    Environment configured as a replication master
    331726/3574994     Next LSN to be used
    0/0     Not waiting for any missed log records
    328872/466092     Maximum permanent LSN
    0     Next page number expected
    0     Not waiting for any missed pages
    0     Number of duplicate master conditions originally detected at this site
    2147M     Current environment ID (2147483647)
    100     Current environment priority
    49     Current generation number
    50     Election generation number for the current or next election
    2323     Number of duplicate log records received
    0     Number of log records currently queued
    6768     Maximum number of log records ever queued at once
    55284     Total number of log records queued
    120M     Number of log records received and appended to the log (120475988)
    111     Number of log records missed and requested
    2147M     Current master ID (2147483647)
    2     Number of times the master has changed
    0     Number of messages received with a bad generation number
    8505306     Number of messages received and processed
    12     Number of messages ignored due to pending recovery
    471869     Number of failed message sends
    12M     Number of messages sent (12959945)
    0     Number of new site messages received
    1     Number of environments believed to be in the replication group
    990543     Transmission limited
    0     Number of outdated conditions detected
    0     Number of duplicate page records received
    0     Number of page records received and added to databases
    0     Number of page records missed and requested
    Startup complete
    6244678     Number of transactions applied
    0     Number of startsync messages delayed
    1     Number of elections held
    1     Number of elections won
    No election in progress
    0.057097     Duration of last election (seconds)
    8944103     Number of bulk buffer sends triggered by full buffer
    0     Number of single records exceeding bulk buffer size
    5273M     Number of records added to a bulk buffer (5273592170)
    10M     Number of bulk buffers sent (10490865)
    0     Number of re-request messages received
    0     Number of request messages this client failed to process
    0     Number of request messages received by this client
    slave db_stat:
    0     Number of PERM messages not acknowledged
    0     Number of messages queued due to network delay
    0     Number of messages discarded due to queue length
    1454     Number of existing connections dropped
    0     Number of failed new connection attempts
    =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
    DB_REPMGR site information:
    10.67.15.147 (eid: 0, port: 30011)
    Environment configured as a replication client
    329544/2916048     Next LSN expected
    330433/2013808     LSN of first log record we have after missed log records
    329543/5500501     Maximum permanent LSN
    0     Next page number expected
    0     Not waiting for any missed pages
    0     Number of duplicate master conditions originally detected at this site
    2147M     Current environment ID (2147483647)
    100     Current environment priority
    49     Current generation number
    50     Election generation number for the current or next election
    5256M     Number of duplicate log records received (5256599432)
    3925284     Number of log records currently queued
    3925285     Maximum number of log records ever queued at once
    4880561     Total number of log records queued
    3578038     Number of log records received and appended to the log
    1912297     Number of log records missed and requested
    0     Current master ID
    1     Number of times the master has changed
    0     Number of messages received with a bad generation number
    12M     Number of messages received and processed (12980442)
    2     Number of messages ignored due to pending recovery
    0     Number of failed message sends
    1912307     Number of messages sent
    0     Number of new site messages received
    0     Number of environments believed to be in the replication group
    0     Transmission limited
    0     Number of outdated conditions detected
    0     Number of duplicate page records received
    0     Number of page records received and added to databases
    0     Number of page records missed and requested
    Startup incomplete
    110568     Number of transactions applied
    80     Number of startsync messages delayed
    0     Number of elections held
    0     Number of elections won
    No election in progress
    0     Number of bulk buffer sends triggered by full buffer
    0     Number of single records exceeding bulk buffer size
    0     Number of records added to a bulk buffer
    0     Number of bulk buffers sent
    0     Number of re-request messages received
    0     Number of request messages this client failed to process
    0     Number of request messages received by this client
    Edited by: 899585 on 2013-1-4 下午10:54
    Edited by: 899585 on 2013-1-4 下午10:55

    Hi,
    Unfortunately, this issue is beyond the level of what is supported over the forum. Performance related issues are extremely complex and require an in-depth understanding of your environment and dedicated support. In a generic sense, you can look at this as a basic queueing problem. You have a server that went down and work is still coming in. When the server gets started it is possible that it may never catch up depending on new work coming in and the rate at processing the old work.
    So what would you do in this case --- one thing would be to reduce the new work coming in. In HA terms this would be slowing the master down and you can increase DB_REP_ACK_TIMEOUT for this. Another thing you could do is add fresh servers to help reduce the workload. In HA terms, this would be the equivalent of restarting the client and give it a fresh look at everything. Another thing you could do is replan the system and load balance. In HA terms, it would mean something like take a hot backup of the master and reinit a client from scratch.
    If you are interested in getting a dedicated support person working on this concern, please let me know and we can move forward down that path. Just respond to the thread with your email address and I will get in contact with you so we can pursue that approach.
    thanks
    mike

  • Calendar not synchronizing with Exchange server

    2 weeks after upgrading to OS X 10.9.4 Calendar is not synchronizing with our university Exchange server. Problem is with 2 different computers, iMAC and MacBook Air (both with ethernet and wifi)). Mail is working/synchronizing fine. Outlook calendar (on both same Macs and Parallels PC) is synchronizing fine. iCLOUD events are shown.
    Noticed that it is a one-way problem- not downloading/synchronizing from the server but events entered on both problematic Calenders are found in Outlook (and of course in the OutlookWebApplication). Practically I can't work anymore with Calendar.
    Tried to delete Caches - didn't help. Tried to restore old preferences- didn't help. Any help? Thanks!!

    +1
    Still happens with 10.6.2.
    It clearly states in mail help that this should happen -- yet it does not.
    Anyone?
    Apple?
    s

  • My iphone 4s is not synchronizing with my Outlook Calendar on my laptop. It appears that when I set up an appointment on my laptop the info is transmitted to the phone but the reverse is not occurring.

    Sometime during the past months my calendar on my iphone 4s is not synchronizing with my Outlook Calendar on my laptop. It appears that when I set up an appointment on my laptop the info is transmitted to the phone but the reverse is not occurring.

    I did put it in DFU mode but its still not working, although everytime it shows your iphone needs to be restored. Kindly help.

  • Event calendar from iCloud not synchronized with ipad

    Hi,
    One specific calendar event, register in icloud, is not synchronized with ipad.
    why?

    Hey GJGASPAR!
    Here is a general article about troubleshooting issues with syncing calendars in iCloud:
    iCloud: Troubleshooting iCloud Calendar
    http://support.apple.com/kb/ts3999
    Thanks for coming to the Apple Support Communities!
    Regards,
    Braden

  • CUIC not synchronizing with NTP server

    Hi all,
    I am working with a customer who has CUIC 8.0(4)
    Recently, we installed the RTMT tool in the Operations Console and noticed an alert indicating the server is not synchronizing with NTP.
    After running the command "utils ntp status", I got the following output
    admin:utils ntp status
    ntpd (pid 17892) is running...
         remote           refid      st t when poll reach   delay   offset  jitter
    ==============================================================================
    *127.127.1.0     LOCAL(0)        10 l   16   64  377    0.000    0.000   0.001
    172.16.40.110   172.16.40.111    2 u   59 1024  377    0.378  627.621  99.038
    172.16.40.111   .LOCL.           1 u   55 1024  377    0.381  641.847  97.513
    synchronised to local net at stratum 11
       time correct to within 12 ms
       polling server every 1024 s
    Current time in UTC is : Wed Jan 16 11:07:54 UTC 2013
    Current time in Asia/Beirut is : Wed Jan 16 13:07:54 EET 2013
    I restarted the CUIC server, removed and re-added the two IPs as NTP servers, and changed the registry as recommended in this link:
    http://htluo.blogspot.com/2009/02/ntp-network-time-protocol.html
    But the problem is still there.
    Any advice? I am taking the same action plan as if it was a CUCM instead of CUIC since they have the same OS (because CUIC issues are not that common) and I welcome any suggestion that applies with CUCM.
    Appreciate your replies,
    Sahar Hanna

    Hi Anand,
    Thanks for the reply.
    It seems in the above link that the CUIC version is 8.5.x mine is 8.0.x so I don't know if it applies also here
    In addition, I found out that this problem is a bug CSCte17541 and the workaround is to point all systems to a reliable UNIX NTP source, or a Cisco Router running NTP
    Sahar

  • 3845 Router do not work with NME-X23ES-1GP Interface card

    Need help!
    I Trying install interface card NME-X 23ES-1GP on 3845 Router. I installed this card in slot 4, but router could not communicate with this card.
    IOS version in Router 12.3
    Here is results show diag command:
    Slot 4:
    Unknown (type 1187) Port adapter
    Port adapter is disabled deactivated
    Port adapter insertion time unknown
    EEPROM contents at hardware discovery:
    Hardware Revision : 1.0
    Top Assy. Part Number : 800-25011-01
    Board Revision : A0
    Deviation Number : 0-0
    Fab Version : 03
    PCB Serial Number : FOC090009VC
    RMA Test History : 00
    RMA Number : 0-0-0-0
    RMA History : 00
    Product (FRU) Number : NME-X-23ES-1G-P
    Version Identifier : V01
    Base MAC Address : 0013.8088.9f80
    MAC Address block size : 128
    EEPROM format version 4
    EEPROM contents (hex):
    Possibly IOS release too old?

    Thank you for link. I read all information on this link. But I can't solve the problem.
    Commands "show version" and "show flash:" show my the IOS image file version on Router (but not on interface modules). Here is Routers IOS image:
    c3845-advipservicesk9-mz.123-11.T5.bin
    I Can't connect to and open a session on the interface module. Command service-module interface slot/port session don't work.
    What I should do next?
    May is ncessarily upgrade Software on router?
    Here is results show version and show flash:
    BIG1#show flash:
    -#- --length-- -----date/time------ path
    1 29801400 Jun 28 2005 04:47:46 +00:00 c3845-advipservicesk9-mz.123-11.T5.bin
    2 1651 Jun 28 2005 04:55:18 +00:00 sdmconfig-38xx.cfg
    3 3085312 Jun 28 2005 04:55:40 +00:00 sdm.tar
    4 763392 Jun 28 2005 04:55:56 +00:00 es.tar
    5 820224 Jun 28 2005 04:56:10 +00:00 common.tar
    6 1038 Jun 28 2005 04:56:24 +00:00 home.shtml
    7 113152 Jun 28 2005 04:56:36 +00:00 home.tar
    8 749101 Jun 28 2005 04:56:52 +00:00 256MB.sdf
    9 1208320 Jun 28 2005 04:57:08 +00:00 ips.tar
    27451392 bytes available (36560896 bytes used)
    BIG1#show version
    Cisco IOS Software, 3800 Software (C3845-ADVIPSERVICESK9-M), Version 12.3(11)T5, RELEASE SOFTWARE (fc1)
    Technical Support: http://www.cisco.com/techsupport
    Copyright (c) 1986-2005 by Cisco Systems, Inc.
    Compiled Sat 02-Apr-05 15:14 by yiyan
    ROM: System Bootstrap, Version 12.3(11r)T2, RELEASE SOFTWARE (fc1)
    BIG1 uptime is 57 minutes
    System returned to ROM by reload at 07:11:45 UTC Tue Jul 12 2005
    System image file is "flash:c3845-advipservicesk9-mz.123-11.T5.bin"
    Cisco 3845 (revision 1.0) with 223232K/38912K bytes of memory.
    Processor board ID FCZ0927714C
    2 Gigabit Ethernet interfaces
    1 Virtual Private Network (VPN) Module
    4 Voice FXS interfaces
    DRAM configuration is 64 bits wide with parity enabled.
    479K bytes of NVRAM.
    62720K bytes of ATA System CompactFlash (Read/Write)
    Configuration register is 0x2102

  • Issue with Calendar not syncing with iPhone 3g

    Issue with Calendar not syncing with iPhone 3g.
    Solution
    Create backup of your entire mailbox before starting (THIS IS IMPORTANT)
    Create offline folder (.pst file) Check windows help on how to do this for your version.
    Open folders view on Outlook
    Right click on Calendar in tree view and 'copy to' offline .pst folder
    Go back to main calendar view and delete all entries in your calendar.
    Create simple cal entry and sync test with iphone
    If this works then start dragging cal entries back from the offline folder into the main calendar then sync after each step....
    I moved events in this order
    -Yearly recurrences (ie Birthdays)
    - Monthly recurrences
    - weekly recurrences
    - Daily recurrences
    All appointments from the beginning of this year >> to the end of time!
    If all these sync then the issue is with an older cal item and you have to decide if you actually need these in you current calendar.
    I chose to leave these in the offline cal and if i need access them from there.
    If at any point the sync fails then you know you have a corrupt cal entry in the block you just transferred. Move the offending items back into the offline folder and try again in smaller chunks until you identify the offending items and delete them and manually recreate them in your real calendar.
    Also smart to run the inbox (.pst /.ost ) repair tools for your OS/Outlook version.
    Fixed so far
    XP Pro / Outlook 2008
    XP Pro /Outlook 2003

    I just updated the firmware to iPhone 2.0.1 and the syncing works great both ways.

  • Outlook 14.4.8 not synchronizing with Exchange 2007 anymore (shows "downloading" but no new messages shown in inbox"

    Outlook 14.4.8 on iMAC Retina and Yosemite 10.10.2 is not synchronizing with Exchange 2007 anymore (shows "downloading" but no new messages shown in inbox".
    Accessing Mails with Webbrowser and from Windows Outlook is working correctly.
    All Macs (also the ones with OS 10.6.8) do not anymore show any new messages in inbox.
    Restarted Server, tried to disable autodiscover on macs and deleting/adding account and repairing database does not fix the problem. Also restarted server several times.
    We have the same problem on 2 imacs retina with yosemite and on 2 mac pro with 10.6.8 and different office 2011 versions.
    i tried to configure the exchange account in apple mail on yosemite and it also states "connected" and does list some folders but no new mails are getting in.
    Windows clients and outlook on them works and syncs fine, and also when connecting via webbrowser at owa it must be a mac-specific/webdav issue.
    exchange 2007 Sp3 Version 8.3 (bild 83.6) and Update Rollup 15 for sp3 (automatic updates "HIGH" for server and clients)
    there is one update popping up again and again even after everytime successull installation: Windows Mlicious Software Removal Tool x64 - October 2010.
    i tried to configure a new user with empty mailbox and configured it with microsoft mail (mac - yosemite)  as exchange and was able to send a mail from there (even if quite delayed).
    but there are not coming in any mails.
    same exchange accounts triggered by imap do work and also via owa.
    Exchange Accounts in Outlook for MAC and also in Mail (Yosemite) do show the folder structures but there is no mails showing up. I can send mails from the exchange accounts created but they seem to be processed with a delay of like 15minutes and outlook
    is giving error "end of file reached" but messages are send after some time.
    Does seem like EWS is extremely slow, to slow perhaps to sync and therefore ending in timeout.
    Also i cannot reach the server from externally over ssl https 443. if testing port 443 of exchange from outside the port seems closed even firewall settings of sbs 2008 and sonicwall ports are correctly open.
    could it be there is something in regarding webdav which is very slow and leading to timeouts ?
    in application log i do have the following two information events every few minute:
    The Exchange Web Services started successfully. Event ID 1
    and
    Process STORE.EXE (PID=3688). Exchange Active Directory Provider has discovered the following servers with the following characteristics: 
     (Server name | Roles | Enabled | Reachability | Synchronized | GC capable | PDC | SACL right | Critical Data | Netlogon | OS Version) 
    In-site:
    SERVER.org.local CDG 1 7 7 1 0 1 1 7 1
     Out-of-site:
    Errors in Application log:
    The Open Procedure for service "BITS" in DLL "C:\Windows\system32\bitsperf.dll" failed. Performance data for this service will not be available. The first four bytes (DWORD) of the Data section 
    The entry <C:\WSUS\WSUSCONTENT\CONTENTFOLDERACLSCHECK.TXT> in the hash map cannot be updated.
    An exception Microsoft.Exchange.Data.Storage.ConversionFailedException occurred while converting message Imap4Message 69447
    Also outlook 2011 clients are asked by time to time to reenter pwds and errors like "connection is closed. 13" 
    Faulting application taskeng.exe, version 6.0.6002.18342, time stamp 0x4cd34898, faulting module ntdll.dll, version 6.0.6002.18881, time stamp 0x51da3d16, exception code 0xc000071b, fault offset 0x0000000000082445, process id 0x3288
    Certificate Services Client Provider pautoenr.dll raised an exception. Exception code 3221225477.
    Backup Exec:
    FULL_BACKUP -- The job failed with the following error: A failure occurred querying the Writer status.
    Volume Shadow Copy Service error: A critical component required by the Volume Shadow Copy service is not registered.  This might happened if an error occurred during Windows setup or during installation of a Shadow Copy provider.  The
    error returned from CoCreateInstance 
    Exchange VSS Writer (instance 2d932ef8-6319-4ab8-a45f-1242480b44ad:15) failed with error code 1295 when processing the backup completion event. 

    Hi,
    Since Outlook running on Windows works well, it seems an issue on the Mac side. I suggest ask Mac for help so that you can get more professional suggestions.
    More information for your reference:
    Please try to verify whether there is any expired certificate from the computer personal store.
    If it is the case, please remove them.
    Thanks
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact [email protected]
    Mavis Huang
    TechNet Community Support

  • "IP and router address not consistent with subnet mask"

    Hi all,
    i have one of the old Powermac G5's running os x 10.3.5 "Panther" with a dual 2.5ghz processor, 512mb or ram, 160 gig hd, and no wireless card. I've been trying to hook the computer up to my network via an Ethernet cable (I have a Linksys WRT54G series router).
    the problem is this: When I go through the Network utilities using the "assist me" option, select the LAN option, put in the necessary information (IP address, subnet mask, router address, and the dns host), and select continue, this message pops up:"IP and router address not consistent with subnet mask".
    What I've found is that no matter if the computer is plugged in with a cable to the Ethernet port the message comes up which is very unusual.
    Thanks in advance.

    Have you verified that you indeed have the proper subnet entered?
    Why don't you just let the Mac obtain its ip address from the router via DHCP?

  • How do I delete all the imported (not synchronized with itunes) photos on my ipad ?

    how do I delete all the imported (not synchronized with itunes) photos on my ipad ?

    Depending on how many photos there are, you can do it diretly on the iPad via the trashcan icon in the top right corner if viewing the photos in full screen, or via the icon of the box with the arrow coming out of it in thumbnail view and selecting the photos to delete (there is no select all option).
    Or you can connect the iPad to your computer and do it via Windows Explorer on a PC by selecting the photos and pressing delete, or on a Mac iPhoto/Aperture should have a delete option at the end of their import dialogues.

  • Avoid installing iTunes 11 if you are a Windows user. Calendars, etc will not sync with iPhone or iPad. Anyone have a fix?

    After installing iTunes 11.0, Outlook Calendars, etc will not sync with iPhone or iPad. Anyone have a fix?

    I'm also seeing weird sync issues since upgrading to iOS 7.  The sync issues started when I first upgraded to iOS 7 so I suspect that iOS 7 is to blame and the other system differences aren't an issue (i.e. I also upgraded to Windows 8.1 but it never worked properly when I was on Windows 8).  For me, the only way to "sync" all the smart playlists and music is to restore from backup and then the first sync seems to work.  However, I haven't tried that recently (I tried it a month back or so and it worked then) because it is ridiculous to have to restore your phone just to sync things!  Apple needs to fix the iOS 7 quality issues.

  • Device has not synchronized with DOE

    Hi Experts,
    We have NW mobile 7.10 SP8 installed.
    Created a device type LAPTOP.
    After installing NW Mobile client 7.1 setup08 (and MaxDB) and entering Synchronization settings (connection),
    I still see "Device has not synchronized with DOE" in mobile device administration.
    How do I sychronize device with DOE ??
    I don't see any option after logging in to mobile client.

    Hi,
    The hostname and port of which DOE box you have entered in your Synchronization settings (connection), you need to enter the password for the correspoding user of that DOE box.
    Say the user name which u have created in your client is XYZ, the same user should be present in your DOE and the (synchronization) password has to be that of ur DOE user (login) password.
    Regards,
    Pramod
    Edited by: Pramod M on Nov 25, 2009 8:12 AM

  • Text on ipad not syncing with iPhone at all times

    text on ipad not syncing with iPhone at all times

    Same with me. It used to be that Books would sync with my iPhone, but it seems that since IOS 5 came out they don't sync any more. Everything else syncs fine through iCloud; iPhone 4s & IPad 2.

Maybe you are looking for

  • Availablity Check - With Account Assignment Category Q in the PR/PO

    Hi When I create PR/PO using the acct. assgnt. cat. "Q" availablity check is not working.  But, while using "P" it is working fine. The case is, while I create PR/PO  using "P" the G/L account field is open and material used is valuated material. Whi

  • Problem in ABAP code.

    hi, below is part of my code.when i click on any PO no. on output screen , it goes to me22 screen for last PO displayed on output screen.Instead it should go to me22 screen on PO no. i click ..Can anyone plz help me n tell me the problem. write :/1 i

  • Query is taking only 1 dept .,...how to pass dept98 in query

    select file_subject as "File Subject", (select RECEIPT_DATE from FILETRANS JOIN FILEMASTER on filemaster.file_serial_no = FILETRANS.file_serial and filemaster.file_year=FILETRANS.file_year and filetrans.RECEIPT_DATE between trunc(sysdate-6)+(15/24) a

  • Accessing the Query String parameter from a portlet

    Hi! I have developed a PDK portlet in Jdev 10.1.3.3 for Web Center (Just for testing, later it'll go on Oracle Portal 10.1.4). I am trying to access the query string parameter coming in the URL but not successfull at all. Following are the options th

  • FIRST_VALUE & LAST_VALUE

    Given the following sample data: AverageRate CurrencyDate 1.0001            2001-09-03 1.0001            2001-09-04 1.0002            2001-09-05 1.0002            2001-09-06 1.0005            2001-09-07 1.0005            2001-09-08 1.0005