Microsoft Windows Server 2003 as NTP server for IOS clients

I am trying to synchronize the clock in my switches using a Windows 2003 ntp server. Debugging shows that the switch receives an answer from the server, but will not accept it. Debugging shows "Failed validity tests 20" which I think means "bogus packet received".
On the server side I have changed the registry key HKLM\SYSTEM\CurrentControlSet\Services\W32Time\Config\LocalClockDispersion from the default value 10 to 0, found that tip on the web. I also adjusted the switch clock manually so that the difference was less than a minute. Did not help.
I am currently testing with a 2960G with IOS 12.2(25)SEE3
Here is the debug output: (ntp events, ntp packets, ntp validity)
May 14 16:07:25: NTP: xmit packet to <server ip address> :
May 14 16:07:25: leap 3, mode 3, version 3, stratum 0, ppoll 64
May 14 16:07:25: rtdel 0000 (0.000), rtdsp 10001 (1000.015), refid 00000000 (0.0.0.0)
May 14 16:07:25: ref 00000000.00000000 (01:00:00.000 CET Mon Jan 1 1900)
May 14 16:07:25: org CBD57216.A8000000 (16:13:42.656 CEST Wed May 14 2008)
May 14 16:07:25: rec CBD5705D.5075BD5A (16:06:21.314 CEST Wed May 14 2008)
May 14 16:07:25: xmt CBD5709D.515717A2 (16:07:25.317 CEST Wed May 14 2008)
May 14 16:07:25: NTP: rcv packet from <server ip address> to <switch ip address> on Vlan5:
May 14 16:07:25: leap 3, mode 4, version 3, stratum 0, ppoll 64
May 14 16:07:25: rtdel 0000 (0.000), rtdsp 10400 (1015.625), refid 00000000 (0.0.0.0)
May 14 16:07:25: ref CBBA0238.40395810 (20:45:12.250 CEST Wed Apr 23 2008)
May 14 16:07:25: org CBD5709D.515717A2 (16:07:25.317 CEST Wed May 14 2008)
May 14 16:07:25: rec CBD57256.AC000000 (16:14:46.671 CEST Wed May 14 2008)
May 14 16:07:25: xmt CBD57256.AC000000 (16:14:46.671 CEST Wed May 14 2008)
May 14 16:07:25: inp CBD5709D.56C08EFA (16:07:25.338 CEST Wed May 14 2008)
May 14 16:07:25: NTP: packet from <server ip address> failed validity tests 20
May 14 16:07:25: Peer/Server Clock unsynchronized

Nothing much in the switch, just
clock timezone CET 1
clock summer-time CEST recurring last Sun Mar 2:00 last Sun Oct 3:00
ntp server x.x.x.x
At the Windows 2003 server I changed two registry keys, but I think the first one was not needed.
HKLM\SYSTEM\CurrentControlSet\Services\W32Time\Config\LocalClockDispersion changed from 10 to 0
w32tm /config /update
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters\Type="NT5DS"
Restarted Windows time service
Note that NT5DS means that this server will get its time from another domain controller in my domain.
The point is to make sure that time really is synchronized at the server. If you want the server to sync from an external source, consider changing the source to something other than time.windows.com
net time /querysntp and net time /setsntp
Vigleik

Similar Messages

  • Servername_ID 30620 Warning_Microsoft-Windows-SMBClient Microsoft-Windows-SMBClient/Operational - Connection to server \servername IP Address x.x.x.x:445 was aborted.

    Hi everybody.
    I have this problem on a Windows Server 2012 Datacenter, offering SCOM2012 and VMM2012 SP1  services.
    If I try to access to \\servername\c$ , or vmm agent on a server try to access it, in the "Server Manager , File and Storage Services, Servers" console I can see the message, every minutes:
    servername ID 30620 Warning
    Microsoft-Windows-SMBClient Microsoft-Windows-SMBClient/Operational - Connection to server \servername IP Address x.x.x.x:445 was aborted.
    I alreday apply the registry update:
    LocalAccountTokenFilterPolicy QWORD = 1
    UAC and firewall on the server are disabled.
    Anyone have some suggestion for me ?
    Thanks.
    Gabriel

    Two HP DL Servers - a DL380 G5 and a DL 360 G5 - running Server 2012 Standard with Hyper-V.  Both servers have HP NC373i onboard Gigabit NICs.
    NIC 1 is for Management OS, NIC 2 is dedicated to Hyper-V.  The latest/greatest HP Management software, drivers, firmware for Server 2012 are installed on both servers.
    Could copy files to/from other servers with no problem, and near gigabit speed.  All other networking appeared normal.
    Could not copy files to each other. Could ping each other though.
    Ran the above command and rebooted both servers - issue has gone away.
    I've got a few more of these older HP servers that I'm going to test with Server 2012.

  • ASA5500 using Windows 7 computer as NTP server

    I have an ASA5510 connected to a computer running Windows 7 (the NTP Server) on its "inside" interface.
    Using the ASDM, I have configured the ASA5510 to use the Windows 7 as its NTP server (my architecture forces me to use a local machine as an NTP server):
         -IP address: 192.0.99.1 (the ASA5510 has an IP address of 192.0.99.40)
         -Interface: inside
         -Key number: None
         -Enable NTP authentication: no.
    I have other Windows computers on the "inside" interface using the NTP Server, so NTP traffic is relayed without any problem. But somehow, the ASA5510 is not able to synchronize with the NTP Server.
    I see the following log entry:
         -Source IP: 192.0.99.1
         -Source Port: 123
         -Destination IP: 192.0.99.40
         -Destination port: 65535
         -Description: Teardown UDP connection 3905 for inside: 192.0.99.1/123 to identity: 192.0.99.40/65535 duration 0:02:01 bytes 96
    so it seems like the ASA5510 sends a request to the NTP Server, but I am not sure whether the reply doesn't get processed correctly, or the connection stays open too long (my UDP connection timeout is the default, 2 minutes).
    I had trouble getting SonicWALL NSA2400s to use Windows 7 devices as NTP servers. I had to get a firmware version where there was no MD5 authentication (which I think is OK in this case), and change a setting in the Windows registry (HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/services/W32Time/Config/AnnounceFlags: from 0xa to 0x5)
    any insight is welcome.
    Pedro

    I have turned on all ntp debugging, and run "show ntp status" and "show ntp assoc":
    CCG-SHIP-FWL(config)# show debug
    debug ntp adjust enabled at level 1
    debug ntp authentication enabled at level 1
    debug ntp events enabled at level 1
    debug ntp packets enabled at level 1
    debug ntp params enabled at level 1
    debug ntp select enabled at level 1
    debug ntp sync enabled at level 1
    debug ntp validity enabled at level 1
    CCG-SHIP-FWL(config)# show ntp status
    Clock is unsynchronized, stratum 16, no reference clock
    nominal freq is 99.9984 Hz, actual freq is 99.9984 Hz, precision is 2**6
    reference time is 00000000.00000000 (06:28:16.000 GMT Thu Feb 7 2036)
    clock offset is 0.0000 msec, root delay is 0.00 msec
    root dispersion is 0.00 msec, peer dispersion is 0.00 msec
    CCG-SHIP-FWL(config)# show ntp assoc
          address         ref clock     st  when  poll reach  delay  offset    disp
    ~192.16.99.1      .LOCL.            1   380  1024  337    73.0  255671    71.0
    * master (synced), # master (unsynced), + selected, - candidate, ~ configured
    CCG-SHIP-FWL(config)# NTP: xmit packet to 192.16.99.1:
    leap 3, mode 3, version 3, stratum 0, ppoll 1024
    rtdel 0000 (0.000), rtdsp 10400 (1015.625), refid 00000000 (0.0.0.0)
    ref 00000000.00000000 (06:28:16.000 GMT Thu Feb 7 2036)
    org d34ac42f.4609d99d (20:21:03.273 GMT Tue May 1 2012)
    rec d34a6050.3598360c (13:14:56.209 GMT Tue May 1 2012)
    xmt d34a6250.22e73ba2 (13:23:28.136 GMT Tue May 1 2012)
    NTP: rcv packet from 192.16.99.1 to OWN_FWL_LAN_PORT on inside:
    leap 0, mode 4, version 3, stratum 1, ppoll 1024
    rtdel 0000 (0.000), rtdsp a0bf4 (10046.692), refid 4c4f434c (76.79.67.76)
    ref d34abbb0.bb426e39 (19:44:48.731 GMT Tue May 1 2012)
    org d34a6250.22e73ba2 (13:23:28.136 GMT Tue May 1 2012)
    rec d34ac62f.3977adb6 (20:29:35.224 GMT Tue May 1 2012)
    xmt d34ac62f.3977adb6 (20:29:35.224 GMT Tue May 1 2012)
    inp d34a6250.233258a0 (13:23:28.137 GMT Tue May 1 2012)
    NTP: nlist 0, allow 0, found 0, low 0.000000, high 0.000000
    NTP: no select intersection
    NTP: synchronization lost

  • How to Expand the Screen of Windows Server 2003 on VMware Server 2 ?

    Folks,
    Hello. Because Windows 7 is not compatible to be installed PeopleSoft PIA, I have to install VMware Server 2 and then install Windows Server 2003, that is compatible with PIA, on the virtual machine.
    But when I open Windows Server 2003 on the virtual machine, the screen of Win2K3 is very small, and its size is about 1/4 of the screen of my computer screen. This is not comfortable to work for a long time.
    Does any folks know how to expand the screen of Windows Server 2003 on VMware Server 2 virtual machine so that its size covers the entire screen of my computer ?
    Thanks in advance !
    Lucy

    Did you already installed the VMWare tools onto your VMWare guest OS ? Generally, it helps a lot to be able to redefine a larger screen definition.
    Nicolas.

  • Does LV 7.0 PDA module support Microsoft Windows Mobile 2003 software for PocketPC?

    I am evaluating the possible use of PDA
    that runs Microsoft Windows Mobile 2003 software
    for PocketPC and would like to know if the
    LabVIEW 7.0 PDA module supports this software.
    I am planning to scan barcodes with this PDA
    and transmit this data over a WLAN to database.
    Thanks!

    Depending on the Pocket PC PDA type it is practical to add a barcode reader attachment and then use this as keyboard input into the PDA. You can look at a Grabba barcode Reader attachment (www.grabba.com)
    I work for Grabba in R&D and we are looking at demand in this area (which is why I was looking at the forum to try and determine whether a need exists).
    If we can help you let us know. I would be interested in knowing where you think this will help you. We have our own ideas but input from the field is most welcome.
    cheers

  • Microsoft Exchange Server 2003 Small Business Server

    Has anyone been successful syncing email with a MS Exchange Server 2003 Small Business Server?
    My IT guy has tunred on IMAP, but still no luck. Just get a warning message that the iPhone cannot connect to the server.
    Thanks.

    Turning IMAP on is the 1st step. IT will also need to open that port (143) on the firewall.

  • Windows CAL server 2003 and Domain Server with a 2008 server as domain member

    We have a Windows Server 2003 as domain controller with 70 user CALs, and we have added a Windows 2008 R2 OEM with 5 users licences.
    I have no plans to migrate my domain controller 2003 to 2008 but the 2008 is a member of the domain and I need to know if we are fine with the licences.
    Thanks for your help,
    Alejandro Sueldo

    Hi
    You need CAL for anything that would access the 2008. If a server that is accessed by only 5 user you are ok, but if like a Exchange for your 70 users, then you have to buy more CAL. (that link explain it good;
    http://blogs.msdn.com/b/mssmallbiz/archive/2007/11/06/5942350.aspx)
    Contact the VLSC to be sure at 100% before buying; (866) 230-0560
    Regards, Philippe
    Don't forget to mark as answer or vote as helpful to help identify good information. ( linkedin endorsement never hurt too :o) )
    Answer an interesting question ? Create a
    wiki article about it!

  • SBO with Windows SBS 2003 Premium (SQL Server)

    Hi!
    Sorry for my poor English, I'm french. We have signed for SBO but have a little doubt with our Server OS. We have Windows 2003 Small Business Server Premium (with SQL Server 2000). I don't know exactly the version of SQL (I think Workgroup or Standard).
    Can SBO been installed on this OS and SQL please ?
    Thank you in advance for your help !
    Chris.

    Hi Christophe.
    I install in Windows 2003 the Standard Edition for Sql server with Service Pack 3.
    I don't have any problem with that version.

  • Migrating KMS Services from Server 2003 Servers to Server 2012 R2

    We have two Windows Server 2003 boxes that a previous administrator had setup as our KMS Servers. 
    These servers appear to be activating Office 2010, Windows 7, and Windows Server 2008R2 and 2003
    I can see these activations taking place in the KMS logs on each server.
    The question is what are the steps that we need to take to get the KMS Services migrated to Server 2012 without causing any activation issues in the current environment?  I've be unable to come up with the proper order of operations from researching
    blogs and I'm just not sure how to get where I need to go, what keys to use etc.
    Since this was setup by a previous administrator, there is no documentation on what was done, what keys were used etc.
    KMS Server 1:
    slmgr /dlv   
    Name:  Office(TM) 14, ProPlusKMSHost edition   (Partial Product Key C6PWX)
    Description:  Office(TM) 14 KMS, VOLUME_KMS channel
    Name:   Windows(TM) Server 2003 KMS, W7R2-Kms3 edition
    Description:   Windows(TM) Server 2003 KMS, VOLUME_KMS_R2_B channel (Partial Product Key VX348)
    KMS Server 2:
    slmgr /dlv   
    Name:  Office(TM) 14, ProPlusKMSHost edition   (Partial Product Key 3T9QW)
    Description:  Office(TM) 14 KMS, VOLUME_KMS channel
    Name:   Windows(TM) Server 2003 KMS, W7R2-Kms3 edition
    Description:   Windows(TM) Server 2003 KMS, VOLUME_KMS_R2_B channel (Partial Product Key TT78P)
    Of Note, we are a Microsoft Software Assurance customer and have Volume Licensing
    In Summary, I would like to understand how to move my KMS Services to a new 2012 Server(s) and decommission the old 2003 boxes running KMS without disruption.  As a final step I'd also like to be able to activate Windows 8, Server 2012, and Office 2013.

    Hi,
    If you wanted to slowly transition and verify... you could stand up new KMS host and make the priority of the SRV record lower so that clients will always connect to new server first and fall back to original box second.
    Steps to migrating the KMS:
    1. Uninstall the KMS host key first by running the following command:
    slmgr -upk
    2. Then, install the default kms key by running the following command:
    slmgr /ipk [KMS Client Setup Key]
    The default KMS client setup keys can be found here:
    http://technet.microsoft.com/en-us/library/cc303280.aspx
    3. Delete the record from the DNS:
    Open DNS console:
    Expand _tcp node under the domain.com. There will be a record _VLMCS. Delete this record.
    4. The KMS server is uninstalled.
    5. To install KMS on a new server, enter:
    cscript C:\windows\system32\slmgr.vbs /ipk <KmsKey>
    then to activate the KMS host, enter:
    cscript C:\windows\system32\slmgr.vbs /ato
    6. After activation is complete, restart the Software Licensing Service.
    7. Verify that the record is created for the new server in the DNS.
    To verify that the KMS host is configured correctly, you can check the KMS count to see if it is increasing. Run slmgr.vbs /dli on the KMS host to obtain the current KMS count. You can also check the Key Management Service log in the Applications and Services
    Logs folder for 12290 events, which records activation requests from KMS clients. Each event displays the name of the computer and the time-stamp of an individual activation request.
    https://social.technet.microsoft.com/Forums/windows/en-US/cd4177bd-8df5-4a66-afdc-c760398b7e7f/migrating-kms-server-from-one-computer-to-another
    Regards.
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Event ID: 4, Source: Microsoft-Windows-Kernel-EventTracing, maximum file size for session "ReadyBoot" has been reached.

    Hello,
    I upgraded my machine to Win7 x64 Pro about 3 weeks ago. My HW is an Asus mobo, Intel Q9450 w/8GB RAM. The boot drives are two Raptors configured as RAID01. All the drivers are the latest available from Intel, Asus and 3rd party vendors. My WEI is 5.9, limited by the disk transfer rates, otherwise 7.1 and 7.2 on the other indexes.
    I've been receiving these errors at boot;
    Log Name:      Microsoft-Windows-Kernel-EventTracing/Admin
    Source:        Microsoft-Windows-Kernel-EventTracing
    Date:          11/10/2009 7:51:03 AM
    Event ID:      4
    Task Category: Logging
    Level:         Warning
    Keywords:      Session
    User:          SYSTEM
    Computer:      herbt-PC
    Description:
    The maximum file size for session "ReadyBoot" has been reached. As a result, events might be lost (not logged) to file "C:\Windows\Prefetch\ReadyBoot\ReadyBoot.etl". The maximum files size is currently set to 20971520 bytes.
    Event Xml:
    <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-Kernel-EventTracing" Guid="{B675EC37-BDB6-4648-BC92-F3FDC74D3CA2}" />
        <EventID>4</EventID>
        <Version>0</Version>
        <Level>3</Level>
        <Task>1</Task>
        <Opcode>10</Opcode>
        <Keywords>0x8000000000000010</Keywords>
        <TimeCreated SystemTime="2009-11-10T12:51:03.393985600Z" />
        <EventRecordID>28</EventRecordID>
        <Correlation />
        <Execution ProcessID="4" ThreadID="164" />
        <Channel>Microsoft-Windows-Kernel-EventTracing/Admin</Channel>
        <Computer>herbt-PC</Computer>
        <Security UserID="S-1-5-18" />
      </System>
      <EventData>
        <Data Name="SessionName">ReadyBoot</Data>
        <Data Name="FileName">C:\Windows\Prefetch\ReadyBoot\ReadyBoot.etl</Data>
        <Data Name="ErrorCode">3221225864</Data>
        <Data Name="LoggingMode">0</Data>
        <Data Name="MaxFileSize">20971520</Data>
      </EventData>
    </Event>
    The image for PID 4 is listed as System.
    My searches have turned up similar events listed but no solutions.
    Any help would be appreciated.
    Cheers!

    Session "Circular Kernel Context Logger" failed to start with the following error: 0xC0000035
    As suggested above I assume this is a microsoft issue?  It has been discussed here and other forums for quite some time.  I never have seen a fix?  I wish when we received errors of this nature microsoft would tell us what they were.  How is this related to superfetch?  What is superfetch?  Why would superfetch have changed?
    BY THE WAY....  Superfetch is on(started) is on automatic and logs on as local system.  So this is not the cause of my issue.  Also what is readyboot?  Does the average computer really know what these programs/services or unique microsoft words/terms are?
    System
    Provider
    [ Name]
    Microsoft-Windows-Kernel-EventTracing
    [ Guid]
    {B675EC37-BDB6-4648-BC92-F3FDC74D3CA2}
    EventID
    2
    Version
    0
    Level
    2
    Task
    2
    Opcode
    12
    Keywords
    0x8000000000000010
    TimeCreated
    [ SystemTime]
    2010-04-11T14:35:49.829600000Z
    EventRecordID
    25
    Correlation
    Execution
    [ ProcessID]
    4
    [ ThreadID]
    48
    Channel
    Microsoft-Windows-Kernel-EventTracing/Admin
    Computer
    Daddy-PC
    Security
    [ UserID]
    S-1-5-18
    EventData
    SessionName
    Circular Kernel Context Logger
    FileName
    ErrorCode
    3221225525
    LoggingMode
    268436608
    Windows7, Windows, Win7

  • Microsoft Office Outlook 2003. Repetitive request for Username and Password.

    Shortly after opening Microsoft Office Outlook 2003 I will be asked for Username and Password repeatedly. How can I stop this from happening?

    Hi,
    To understand more about the issue, I’d like to confirm the following information:
    1. Does the issue still occur if you change another client machine?
    2. Is there any error by testing RPC over HTTPS connectivity through ExRCA?
    https://www.testexchangeconnectivity.com/
    If you have any question, please feel free to let me know.
    Thanks,
    Angela Shi
    TechNet Community Support

  • How to integrate flash media server 4.0 live streaming for iOS devices ?

    Hi All,
    I have website which has live streaming module its working fine, same module i want to integrate for iOS devices. For live video streaming we are using FMS 4.0. So please let me know how we can integrate this for iOS devices using flash media server 4.0.
    Thanks in Adavnce
    Mohammad Sharique

    You need to place the crossdomain.xml in the webroot folder. Create a text file in the webroot folder using notepad, and call it crossdomain.xml. The text below will give you a wide open access policy, which is fine for testing.
    <?xml version="1.0"?>
    <!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
    <cross-domain-policy>
              <allow-access-from domain="*" />
    </cross-domain-policy>
    For debugging HTTP streaming I recommend you get hold of something like Charles or Fiddler. These will greatly assist in pinpointing any issues.

  • Windows Server 2012 as NTP Server for Windows Server 2008R2 Domain Controller

    We have one domain with 3 Windows Server 2008R2 DC's. Our Edge router is configured to get the time from the internet, and was our timesource for the PDC emulator. But lately we have migrated our major routers to Cisco IOS15, and now the timeservice on the
    PDCe is unable to fetch the time. This is a known bug, as you can read here:
    http://social.technet.microsoft.com/Forums/ja-JP/b16de048-8642-4799-b85a-ad092e17dd47/windows-server-2012-ntp-version-compatibility
    Now I've found out that Windows Server 2012 does sync with the router. That's our DirSync server, and is in the same VLAN as our DC's. So I thought: I'll set up the Windows Server 2012 as new timeserver, so our PDCe can sync with that server. (Compony
    policy is that DC's don't talk to the internet). Everything seems alright.
    I've set:
    w32tm /config /manualpeerlist:<IP of router>,0x8 /syncfromflags:manual
    w32tm /config /reliable:yes
    Changed the registry with:
    HKLM\SYSTEM\CC\SERVICES\W32TIME\TIMEPROVIDERS\NTPSERVER - Enabled:1
    HKLM\SYSTEM\CC\SERVICES\W32TIME\Config - AnnounceFlags:A
    And stopped and started the W32Time service. I can see that the Windows 2012 server is fetching the correct time, and checked with NBTSTAT -NA that it's listening on port 123.
    But our PDCe doesn't sync. (also changed the config so it has the 2012 server as timesource). Get the EventID 47:
    Time Provider NtpClient: No valid response has been received from manually configured peer <w2012server> after 8 attempts to contact it. This peer will be discarded as a time source and NtpClient will attempt to discover a new peer with this DNS
    name. The error was: The peer is unreachable.
    What more can I try?

    It only shows me the 3 DC's:
    DC04.domain.local *** PDC ***[[::1]:123]:
        ICMP: 0ms delay
        NTP: +0.0000000s offset from DC04.domain.local
            RefID: 'LOCL' [0x4C434F4C]
            Stratum: 1
    DC03.domain.local[10.x.x.x:123]:
        ICMP: 0ms delay
        NTP: -0.0097028s offset from DC04.domain.local
            RefID: DC04.domain.local [10.x.x.x]
            Stratum: 2
    DC05.domain.local[10.x.x.x:123]:
        ICMP: 0ms delay
        NTP: -0.0127883s offset from DC04.domain.local
            RefID: W8D-VW-DC04.domain.local [10.x.x.x]
            Stratum: 2
    Warning:
    Reverse name resolution is best effort. It may not be
    correct since RefID field in time packets differs across
    NTP implementations and may not be using IP addresses.

  • SBS Server 2003 and Exchange Server - need to access but only have HDD

    Hi,
    I have been redirected here from a Microsoft Community Forum. I am reasonably conversant with windows systems but am not a computer professional, just trying to see if I can solve a problem without spending a great deal of cash at this stage as
    our office has been completely flooded out and we are still struggling to regroup....Here is the original question.
    A couple of years ago our sever died completely, we kept the HDD's, but unfortunately not the CD's with the software on or the software keys. So I have now 2HDD's, the original boot partition and one with data on. both clean and fully working and
    connected now to an old desktop. I can see everything fine, but I cannot boot from the original boot drive (I have tried simply disconnecting the desktop's boot drive and the windows logo shows for 1 second an d then chucks me back to the initial (DOS?) load.
    The point is that I need to boot into SBS2003 with the exchange server installed in order to access a handful of old emails which have become extremely important, and also to run an old version of Filemaker server which will not run on any newer O.S.
    I have tried, incidentally, a converter for the exchange files and I can see the directories but I think that unless I pay $xxx for something, which I cannot afford now, then I will not get the emails and all attachments back.
    So my question is this - is there anyway I can use the original boot disk in a new hardware environment to restore both sbs 200 and exchange to working condition? I have paid vast sums for both so I do feel that I should be able to use them still!
    Many thanks
    Gor

    Hello
    tip:
    get one pc with hyper-v or VMware. with enough memory.
    install 2003 OS with sp2
    run dcpromo  add same domain name wich is old.
    install exchange 2003  /with same ORG name / and install exch 2003 sp2
    open exch console and Enabling the database to be overwritten on mailbox database
    dismount database, rename database, and copy old database to new and mont database
    run clean mailbox
    create new user without mailbox.
    select disconect mailbox and connect to new user.
    sorry my english

  • Error Code -36 Connect to Microsoft Windows StorageServer 2003

    Hope someone can help me
    Each time i connect to our office server cifs://192.XXX.X.XX logging into the server as the administrator i can open our office documents and see the files.. but i cant move any files over to it comes up with error -36
    The office server is completely open with its permissions and i could access it with no problems using Tiger, but as soon as i use leopard im getting this error??
    Any help would be most appreciated.

    I was getting the same "-36" error while trying to backup to a Lacie firewire external drive.
    I had a lot of people telling me to re-format, erase, reinstall, run utility programs ... yada, yada, yada.
    First off, test to see if it is the connection type (firewire). I reconnected the offending external drive via USB, restarted the drive and ... BINGO! ... all transfers went perfectly.
    Once i knew it was the firewire connection and not the drive itself i simply unplugged my iSight camera (the only other firewire device connected to my machine), reconnected my external drive via firewire and the problem is now corrected.
    Firewire buses seem to be very finicky things ... i would suggest eliminating all firewire devices from the machine (except, of course, the external drive you're trying to transfer to) and see if the problem goes away.
    Like i said, i simply unplugged my iSight camera and the transfer to my external drive went perfect and my transfer rates went from an average of 4MB/sec to over 19MB/sec.
    P.S. BTW - prior to the error and after i corrected the error by unplugging the iSight camera, my internal and external drives all checked out 100% on Disk Utility, Disk Warrior and TechTool Pro.

Maybe you are looking for

  • How do I find my copied files in iTunes music folder in library?

    I've got a very large iTunes library and tell where my copied music files are in my iTunes folder. How can I tell the original from the copy? Are they in seperate folders, within a folder, how can I tell within my insane library what's what? Don't wa

  • I cant receive mail on any device

    all of a sudden my email address wont receive any emails, when i try to send email from another email address i get a delivery notification sayinf delivery has failed and the reason is "over quota"

  • Calculator errors in German Leopard 10.5.x

    Hi, with Leopard the Calculator no longer works correctly: it won't let me type a "." (e.g. 27.5) during a calculus operation. It will not accept me typing neither a comma nor a dot. True, my Region settings for currency are set to "1234,50", meaning

  • Fonts?? how to download it on a mac

    Really, all I understand is there are a list of fonts in illustrator and photoshop. I use them and that's it. So, now there isn't a font that I want on the list so I looked on the web and found a free font. I downloaded it and it went in my font book

  • Reset Factory and Upgrade iOS

    Hi all, i have iphone 4 and now my software version is 7.1. If i reset factory back to ios 4.2.1 can i upgrade again to ios 6.3.1 ?? Please help me to resolve this problem. Thanks. Ruki