Synchronizing IPCC server's time with an external time source

We have a IPCC server (CRS 4.0.3) running on a Windows Server 2000 SP4 platform. The server is working along with a Callmanager 4.1(3) in a WORKGROUP environment and there’s no domain. The clock on the IPCC server is recently acting very weirdly (back and forth by 10 - 30 minutes!) and I was wondering how can i change the time source provider for IPCC server to use a reliable external time server available on internet (or even use our local router).
Any input on this issue is appreciated in advance!

Ok. Let's clear things up.
Problem:
Network Time Protocol service stops in Callmanager 4.1.3 (Windows Server 2000 SP4) after configured to use it's local router as it's upstream time provider as indicated in this document (by configuring "ntp.conf" file): http://www.cisco.com/en/US/products/sw/voicesw/ps556/products_tech_note09186a008009470f.shtml
Here is the error which is loged in windows event viwer:
Time correction of -3619 seconds exceeds sanity limit (1000); set clock manually to the correct UTC time.
Why? 3619 seconds is almost 1 hour but the time on the server and on the router is correct! Could it be something related to DST problem with this box?
Note: DST is not working correctly on this machine and whenever it starts or ends we manually set the clock ahead or behind. We've also left "Automatically adjust clock for daylight saving changes" unchecked due to this problem.
This beahvir of callmanager is causing trouble for our contact center as well because IPCC server is configured to sync it's time from Callmanager using it's own "ntp.conf" file
Any idea?

Similar Messages

  • A schedule cannot be enabled for a workbook with no external data sources'

    Hi
    I have uploaded excel report with data model ,  but when i click on ,anage data refresh link it is showing shedular disable.
    I have check logs then I am getting analytics server connection time out error.
    Right now architecture of system  having different  analytics server and sharepoint server is also different. .
    Let us know the better solution due to which i can able to schedule my reports.

    could be either a security/authentication or a network issue
    can you ping the SSAS server from your sharepoint server?
    which user do you use for the data refresh?
    Gerhard Brueckl
    blogging @ http://blog.gbrueckl.at
    working @ http://www.pmOne.com

  • Setting up a mail server IMAP + SMTP with an external DNS

    Hi guys,
    I'm not sure if i will be 100% clear in this message because i've got a slight pain in the head because i've been trying to get a mail server running in Tiger Server the entire evening.
    So here's my problem: The server i'm administrating needs to gain a mail server. For the first time in my life i have to set one up and i'm not to happy about it. I've tried to follow everything in the manual but it isn't working at all.
    This is my server situation: Domain registered by a friend points to DNS server of my ISP which creates all the Entries which all point to my server in the datacenter. On that server i need to get an IMAP + SMTP server running.
    I've tried everything and I even got the IMAP part working at one time (people could send emails to a temp. account on the server) but after altering the setting so i could send email everything went wrong. No receiving or sending.
    Please help me out!
    Thanks in advance and please don't tell me to read the manual because i have and it isn't working.
    greetings Abram

    Thanks for you help!
    Here you go:
    Terminal:
    command_directory = /usr/sbin
    config_directory = /etc/postfix
    content_filter = smtp-amavis:[127.0.0.1]:10024
    daemon_directory = /usr/libexec/postfix
    debugpeerlevel = 2
    enableserveroptions = yes
    html_directory = no
    inet_interfaces = all
    mail_owner = postfix
    mailboxsizelimit = 0
    mailbox_transport = cyrus
    mailq_path = /usr/bin/mailq
    manpage_directory = /usr/share/man
    messagesizelimit = 10485760
    mydestination = $myhostname,localhost.$mydomain,localhost,sleekmac.com,193.26.1.120
    mydomain = 193.26.1.120
    mydomain_fallback = localhost
    myhostname = 193.26.1.120
    mynetworks = 127.0.0.0/8,193.26.1.120,localhost,sleekmac.com
    mynetworks_style = host
    newaliases_path = /usr/bin/newaliases
    queue_directory = /private/var/spool/postfix
    readme_directory = /usr/share/doc/postfix
    sample_directory = /usr/share/doc/postfix/examples
    sendmail_path = /usr/sbin/sendmail
    setgid_group = postdrop
    smtpdclientrestrictions = hash:/etc/postfix/smtpdreject
    smtpdpw_server_securityoptions = none
    smtpdrecipientrestrictions = permitmynetworks,reject_unauthdestination,permit
    smtpdsasl_authenable = no
    smtpdtls_keyfile =
    smtpduse_pwserver = no
    unknownlocal_recipient_rejectcode = 550
    another question to keep in mind: the domain that it should be linked to at this moment (test) is another domain then the final domain i wish to use.
    The current domain is: sleekmac.com
    This domain has another setup then the final domain
    The final domain works like this:
    Bought by friend ---> points to ISPs datacenter --> points to server
    The current domain works like this
    Bought by me ---> dns is hosted by the party where i bought the domain ---> points to server
    These are my dns inputs concerning mail for the current domain:
    @ - A (Host Record) - 193.26.1.120
    mail - A (Host Record) - 193.26.1.120
    @ - MX (Mail Exchange Record) mail.sleekmac.com.[21]
    the [21] was an autoprefix by my host.
    Thanks for your help so far,
    Abram

  • Timed sequence doesn't work right with external timing source

    I'll describe first what I want to accomplish and
    then maybe someone can read further and suggest why the attached VI
    doesn't work. I have a SMU (PXI 4130) that takes differing amounts of
    time to set a current depending on if the setting spans a range
    boundary. I want to be able to make that SMU setting and then wait a
    specific amount of time (sometimes 1 msec). If the SMU takes a little
    longer to return then I want that extra time to come out of the wait
    time. To do this I figured I would need an external time source to
    control a timed sequence to give better than the normal 1 msec
    resolution. So now onto the problems I'm having.
    I've
    got two problems here that I would really appreciate some insight on.
    The attached VI is the subject of both problems (as is the VI is
    worthless, but it illustrates the problem). Note that you need some
    type of DAQ board with a counter on it to run it.
    I can't
    figure out why this timed sequence doesn't work with an external timing
    source. It works mostly as expected (see next problem) with the
    internal source, but fails miserably with the external source. Run the
    VI as is to get a baseline. Then connect the DAQmx Create Timing Source
    VI to the Source Name input of the timed structure. It seems like it
    should run exactly the same both ways.
    Problem 2 (run with the
    internal timing source). The VI should take the same amount of time to
    execute regardless of the input to the Wait VI (within reason of
    course). That's actually the main impetus for this whole exercise. But
    according to the Actual End indicator it runs faster with a longer wait
    time.
    George
    Attachments:
    test timed sequence.vi ‏144 KB

    Hi George, I have been playing with the code that you have posted and I think I am seeing what your concern is with regards to the first problem that you stated.  Without running the code I would expect both internal and external timing to cause the VI to run in the exact same manner, however obviously that is not the case.  I am currently looking into this behavior and I will post you a response as soon as I have an answer for you. 
    As for the second problem, If you look at the manner in which you have coded this VI, a 1ms wait in the first frame will lead to a calculation of 1999ms wait in the second frame, and thus 5 iterations of 1999ms or about 99,995ms total running time.  If you increase the wait in the first frame to say 50ms, then an overall all wait of 1950ms is calculated in the second frame so not the overall iteration time is now 1950 which, over 5 iteration leads to 99,750ms thus as you increase the wait in the first loop the overall loop duration will be less.  This is expected behavior.
    Again I will post back once I have a clarification on the internal vs external timing.
    Chris_K 
    National Instruments
    Applications Engineer

  • Problem with Time Capsule used with an External Hard Drive (with it's own power supply)

    I have a mid 2012 Macbook Pro with Mavericks installed. I have the latest Time Capsule (802.11 ac) with an external hard drive hooked up via the USB port. The external hard drive was taken from an older Mac desktop machine and is formatted correctly (Mac OS Extended Journaled). The external hard drive has it's own power supply and shows up fine when connected directly to my laptop.
    For whatever reason I CAN see the hard (LAN Storage) when in AirPort utility but I CANNOT find or access the drive from anywhere within the Finder.
    My finder settings are set this way:
    My FInder appears this way, with the Time Capsule selected:
    As you can see, the "Data" drive isn't displayed (it's not on the TIme Machine mounted drive either). The external drive "LAN Storage" isn't availailable anywhere either.
    I've tried unplugging and restarting my Time Capsule and the External Drive with no luck.
    Any advice?
    Thanks.

    Welcome to Mavericks.. and its new concept of network drives not just being hard to find like in Mountain Lion but totally invisible.
    Apple changed over Mavericks to using SMB2 by default.. broken and flawed SMB2.
    Change over to AFP by manually mounting the TC drives.
    I strongly recommend the first thing you do is change the TC names to SMB standard.. that just helps.
    Short, no spaces and pure alphanumeric.
    So rather than the very Generic THE Airport Time Capsule.. you make it even more Generic with TC1 (each subsequent TC increment the number. )
    LAN Storage is not a good name either for USB drive.. especially now that it is WAN Storage.. WStore for example.. but whatever makes sense to you.
    The name itself doesn't matter. .following the rules, short no spaces and pure alphanumeric does. Everything, conforms.
    Now in Finder.. Go, Connect to Server.
    AFP://TC1 or AFP://10.0.1.1 (you can use either the name (now that it is proper network name) or the IP address .. replace with your actual name or IP).
    The computer will find the resources and then ask you for a password.. this is required, even if default,, which is public.. so type in your password or public if you did not change it.
    Store the password in your keychain.
    The TC should now mount and all the resources on it be made available or visible.

  • Can I increase the capacity of Time Machine with an external hard drive connected to Time Capsule?

    Can I increase the capacity of Time Machine with an external hard drive connected to Time Capsule via the USB port?  My current Time Machine has a total capacity of 1TB.  I'd like to double or triple its memory.  I don't want to use the external hard drive in lieu of the Time Capsule hard drive.  I'd like to use it in addition to.  Just don't know if/how it's possible.
    This is another one of those questions that I've searched the web for answers, and have gotten tricky answers back.  So now I'm trying to introduce a clean slate to the mix.
    Thank you for your time!

    Well, what you mentioning is possible.  However, I don't know whether it's supported (as in, "easy to set up.").  Time Machine officially supports backing up to a locally attached drive, to a machine running a Time Machine server (i.e. running OS X Server software), and to a Time Capsule.  I don't know that it officially supports a drive attached to an AirPort or to a Time Capsule.  Though I know some people have gotten it to work.
    Best I can say is to try it.  Plug the drive into the Time Capsule, ensure it's shared on the network, and then try and set it as a backup target from a machine in the Time Machine backup panel (you'll need to ensure it's mounted first).  If it works, you're all set.

  • How to setup NTP service in server 2012 R2 to synch with an external NTP server

    Server 2012 R2 Std as DC
    I have looked at the blogs on setup and could not make sense of them. I did this easily on SBS2008 before I migrated to 2012 R2.
    What is the process to establish the DC server 2012 R2 as the time source.  Right now it is BIOS clock and I wish to move to NTP as the time source.
    Thanks for your help
    John Lenz

    Hi JohnLenz,
    You can use the following command line and refer the following KB:
    w32tm /config /syncfromflags:manual
    w32tm /config /manualpeerlist:<IP_or_FQDN_of_the_time_source>
    Note: please replace "<IP_or_FQDN_of_the_time_source>” with the IP address or FQDN of your NTP server.
     Net stop w32time
    Net start w32time
    The related KB:
    Synchronize the Time Server for the Domain Controller with an External Source
    http://technet.microsoft.com/en-us/library/cc784553(v=ws.10).aspx
    Configure the Time Source for the Forest
    http://technet.microsoft.com/zh-cn/library/cc794937(v=ws.10).aspx
    Configuring a time source for the forest
    http://technet.microsoft.com/en-us/library/cc784800(v=ws.10).aspx
    I’m glad to be of help to you!
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • I still have problems with getting my website online. I have defined my server. Then I did the test and there was a connection via FTP. I put my files on the external server and there is a connection with the external server. But when I check to see my we

    I still have problems with getting my website online. I have defined my server. Then I did the test and there was a connection via FTP. I put my files on the external server and there is a connection with the external server. But when I check to see my website online (with Firefox, Explorer, Chrome browser) I always get the message 'Forbidden, You don't have permission to access / on this server.' Can somebody help me please? I have to get my website online..Thank you!

    Hello Els,
    it's well known, that in all these cases you describe I'm not a friend of a detailed Troubleshooting (I see Nancy#s smile already).
    To be able to be independent in all this things It is one of the reasons why I prefer an external FTP program. The difficulties with which you have to fight encourage me in this opinion, not least because we always search for experts, we don't charge a "jack of all trades".
    To manage several websites or to upload my files and sometimes for the opposite way, for a necessary download from my server or to use a "a site-wide synch", I'm using FileZilla. It simply looks easier for me to keep track of all operations precisely and generate or reflect easily the desired tree structure.
    Above all, FileZilla has a feature (translation from my German FileZilla) called "compare file list". Here it's possible to use file size or modification time as a criterion. There is also the possibility to "hide identical files", so that only these files which you want to redact remain visible.
    And even if it means you have to install a new program, I am convinced that there is an advantage. Here is the link to get it and where you can read informations about how it works:
    http://filezilla-project.org/ and http://wiki.filezilla-project.org/Tutorial#Using_the_site_manager
    Mac: Mac OS X (Use: Show additional download options)
    http://filezilla-project.org/download.php
    Of course, you also need all the access data to reach your server and for MIME issues, you should contact your web host/provider.
    Good luck!
    Hans-Günter
    P.S.
    Since I use two screens, the whole thing became even more comfortable.

  • Error of data exchange with an external server

    Help to understand.
    There is a client which is connected to a server, data exchange with a server is realized through a method sendData(byte[] sendbytes, String code, int resplen)
    OutputStream socketOutputStream = null;
        public void connect() throws SeedLinkException, IOException {               
            try {           
                String host_name = sladdr.substring(0, sladdr.indexOf(':'));
                int nport = Integer.parseInt(sladdr.substring(sladdr.indexOf(':') + 1));
                // create and connect Socket
                Socket sock = new Socket();
                sock.setReceiveBufferSize(65536);
                sock.setReuseAddress(true);
                sock.setKeepAlive(true);
                sock.connect(new InetSocketAddress(host_name, nport));
                // Wait up to 10 seconds for the socket to be connected
                int timeout = 10;
                int i = 0;
                while (i++ < timeout && !sock.isConnected())
                if (!sock.isConnected()) {
                    String message = "[" + sladdr + "] socket connect time-out (" + timeout + "s)";
                    //sllog.log(true, 0,  message);
                    throw(new SeedLinkException(message));
                // socket connected
                sllog.log(false, 1, "[" + sladdr + "] network socket opened");
                // Set the KeepAlive socket option, not really useful in this case
                sock.setKeepAlive(true);
                this.socket = sock;
                this.socketInputStream = socket.getInputStream();
                this.socketOutputStream = socket.getOutputStream();
            } catch (Exception e) {
                //e.printStackTrace();
                errorLine = "cannot connect to SeedLink server: " + e.getMessage();
                throw(new SeedLinkException("[" + sladdr + "] cannot connect to SeedLink server: "
                        + e));
            // Everything should be connected, say hello
            try {
                sayHello();
            } catch (SeedLinkException sle) {
                try {
                    socket.close();
                    socket = null;
                } catch (Exception e1) {;}
                throw sle;
            } catch (IOException ioe) {
                try {
                    socket.close();
                    socket = null;
                } catch (Exception e1) {;}
                throw ioe;
        }     // End of connect()
    public byte[] sendData(byte[] sendbytes, String code, int resplen) throws SeedLinkException, IOException {
            try {
                socketOutputStream.write(sendbytes);
            } catch (IOException ioe) {
                throw(ioe);
            if (resplen <= 0)
                return(null);        // no response requested
            // If requested, wait up to 30 seconds for a response
            byte[] bytesread = null;
            int ackcnt = 0;               // counter for the read loop
            int ackpoll = 50;                  // poll at 0.05 seconds for reading
            int ackcntmax = 30000 / ackpoll;      // 30 second wait
            while ((bytesread = receiveData(resplen, code)) != null && bytesread.length == 0) {
                if (ackcnt > ackcntmax){
                    errorLine = "no response from SeedLink server to " + (new String(sendbytes,0,sendbytes.length-1));
                    throw (new SeedLinkException("[" + code +
                            "] no response from SeedLink server to '" +
                            (new String(sendbytes)) + "'"));
                Util.sleep(ackpoll);
                ackcnt++;
            if (bytesread == null)
                throw(new SeedLinkException("[" + code + "] bad response to '" + sendbytes + "'"));
            return(bytesread);
        }    // End of sendData()
        The given code is a part j2ee Web application.
    Why the specified method normally works in Tomcat a server,
    and at all refuses to work in Java System Application Sever 8 or 9. (data exchange does not occur)
    I can not understand in what the reason ...

    José,
    The 6036E User Manuals gives the best definition of the STARTSCAN, TRIG, and CONVERT* signals as well as their relationship to eachother. See 4-20 Connecting Timing Signals of the User Manual for this information as well as timing diagrams.
    NI 6034E/6035E/6036E User Manual
    http://digital.ni.com/manuals.nsf/websearch/B935FC073150374F86256BF10073995A?OpenDocument&node=132100_US
    You are correct that configuring your board for external timing is just as simple as connecting your external clock to a PFI line and using it as the STARTSCAN signal. The clock output of your GPS receiver will now be defining when scans are perform on your 6036E due to the synchronization between the two devices. The only synchronization issue you may encounter is
    propogation delay. This will be a factor of the cable length connecting your GPS clock to the 6036E.
    Regards,
    Justin Britten
    Applications Engineer
    National Instruments

  • HT201250 I use Time Machine to back up my entire computer with my external hard drive. I am getting a brand new iMac this month and was wondering what is the process of using this back up to restore my new computer exactly how my old computer was?

    I use Time Machine to back up my entire computer with my external hard drive. I am getting a brand new iMac this month and was wondering what is the process of using this back up to restore my new computer exactly how my old computer was? I want to make sure I will still have various important files on my new computer, like my songs in iTunes, my photos in iPhoto, etc, etc. Thanks so much in advance!

    Welcome to the Apple Support Communities
    When you turn on the new iMac for the first time, Setup Assistant will ask you to restore a backup, so connect the external disk and follow steps to restore all your files to your new iMac. Your new Mac will have the same settings and programs as your old computer.
    In other cases, I would recommend to restore the whole backup without using Migration Assistant or Setup Assistant, but a Late 2012 iMac uses a special OS X build, so the OS X version that you're using on your old Mac won't work on the new one. For more information, see > http://pondini.org/OSX/Home.html

  • Every time I try to back up my Macbook Pro with an external hard drive using Time Machine, I receive the error of "the disk does not have enough space". I have a 500GB hard drive and only 120GB Macbook. It worked fine before the latest Maverick's

    Every time I try to back up my Macbook Pro with an external hard drive using Time Machine, I receive the error of "the disk does not have enough space". I have a 500GB external hard drive and only 120GB Macbook. It worked fine before the latest Maverick's update. Any help would be greatly appreciated.

    My guess would be it has created an entirely new backup of your drive when you upgraded to Mavericks.
    See Here: http://pondini.org/TM/1.html
    And here: http://pondini.org/TM/9.html
    Peruse the whole site. There is a lot of information there.

  • How can I restore my data from iCal? I didn't make any backup, but I use  time machine with an external HD. I deleted iCal when I deleted my gmail account. I have tried to restore, but I can only restore the iCal software and not the data.

    How can I restore my data from iCal? I didn't make any backup, but I use  time machine with an external HD. I deleted iCal when I deleted my gmail account. I have tried to restore, but I can only restore the iCal software and not the data.

    So what is your question?
    If you forgot your encryption password:
    Warning: Make sure it's a password you will remember or write it down for safekeeping. If you encrypt an iPhone backup in iTunes and forget your password, you can't restore from backup and your data will be unrecoverable.
    If you can't remember the password and want to start again, you must perform a full software restore and chooseset up as a new device when iTunes prompts you to select the backup from which to restore.
    The above comes from here:
    http://support.apple.com/kb/HT4946

  • Server 2012 - Can't access external website from internal domain with same name. Tried everything.

    Hello All.
    I have read loads of forums and tried numerous fixes and configurations, but nothing seems to work and I am extremely frustrated at this point.
    I have a client where I setup Server 2012 Standard with Exchange 2013. After reading best practice documentation for DNS naming and reasons not to use ".LOCAL" I opted to use ".com.na" in which case the Internal Domain Name and Internet
    Website now has the same name.
    When attempting to open the extarnal website eg. "www.company.com.na" from a client PC within the internal "company.com.na" Domain, I keep getting error "403 - Forbidden: Access is denied. You do not have permission to view this
    directory or page using the credentials that you supplied."
    I should also mention, the website is hosted by an ISP and not locally.
    I added a "www" Host record in the Forward Lookup Zone, I have added the url and ip address to the Hosts file on a client pc (Windows 7) and even tried setting up Split-Brains DNS. Nothing seems to work.
    Running a Tracert takes me to the correct public ip address of the website, but I keep getting this 403 error.
    I am so sick and tired of this issue that iI am at the point of backing up the Exchange and re-rolling the entire server with the ".local" DNS domain name. I have a mirror setup in a VMWare environment and simply using "rendom" to rename
    the domain seems to cause new issues with Exchange connectivity.
    Any pointers and help will be greatly appreciated.
    Thanks in advance.
    Hentie Loots

    I opted to use ".com.na" in which case the Internal Domain Name and Internet Website
    now has the same name.
    This ends up with a split-DNS stup for internal and external resolution which requires extra administration tasks and attention from the administrators.
    When attempting to open the extarnal website eg. "www.company.com.na" from a client PC within the internal "company.com.na" Domain, I keep getting error "403 - Forbidden: Access is denied. You do not have permission to view
    this directory or page using the credentials that you supplied."
    I should also mention, the website is hosted by an ISP and not locally.
    I added a "www" Host record in the Forward Lookup Zone, I have added the url and ip address to the Hosts file on a client pc (Windows 7) and even tried setting up Split-Brains DNS. Nothing seems to work.
    Running a Tracert takes me to the correct public ip address of the website, but I keep getting this 403 error.
    This means that you are able to reach the Website but it is responding with the access denied error message. That should be checked on the middleware level so if this is IIS running then I would recommend asking them in IIS forum: http://forums.iis.net/
    If this is a Website that is completely managed by your ISP then I would recommend checking with them.
    This posting is provided AS IS with no warranties or guarantees , and confers no rights.
    Ahmed MALEK
    My Website Link
    My Linkedin Profile
    My MVP Profile

  • How to configure oracle 6i report server run time component with application server

    we got oracle 6i report server for developing the web based reports for our undergoing product. we r succesed in developing the web based reports using oracle 6i report server.But we r facing problems while deploying the product with oracle reports at clients place,why because the client does not have the oracle 6i report server. To solve this problem we have to configure the oracle 6i report server run time component with application server at client side , but we are unable to configure this component(that is CGI handler).

    You can run multiple instances of Reports Server in 6i.
    In tnsnames.ora, for each server, have a different name and each listening to different port.
    For example,
    server1.world = (ADDRESS = (PROTOCOL = TCP)(Host = myhost.mydomain.com)(Port = 1949))
    server2.world = (ADDRESS = (PROTOCOL = TCP)(Host = myhost.mydomain.com)(Port = 1950))
    Also, if you want to know about Reports Server Clustering, you may refer to "Publishing Reports" document on OTN:
    http://otn.oracle.com/docs/products/reports/pdf/A73173_01.pdf

  • I've been getting the error message "The disk you inserted was not readable by the computer". I can't open system preferences, disk utility, or Time Machine. I'm guessing it has something to do with my external hard drive, although it hasn't been touched.

    I've been getting the error message "The disk you inserted was not readable by the computer". I can't open system preferences, disk utility, or Time Machine. I'm guessing it has something to do with my external hard drive, although it hasn't been touched lately, but I can't figure out how to solve the problem. Any suggestions? Thank you!

    Thanks for your quick response. I had a look at your discussion... I tried it on a Windows machine and I thought that was compatible with ExFAT?
    Therefore I need to attempt to use my external hard drive with a machine that boasts OS X 10.6.5 or above and then it should work?
    Thanks

Maybe you are looking for