"A Scheduled Work To Do took over one minute to run." {Another solution}

Hi there,
I'm a complete newbie and ran across this error when our server {4.11}
started giving it this morning. First it gave me all sorts of
"terminating thread" errors and reporting collisions though the switch
wasn't. Then I could only get 2/100 ping replies successfully into the
office and vice versa. Ours was down to a dodgy PCI slot though, we
have Intel Pro 100s using the CE100B driver as well <?> Coincidence?
We swapped to a new slot, which solved the problem.
That error message though, if referring to a problem with something
surrounding an ethernet card, seems misleading. I wouldn't guess NIC
unless I was having other network problems as well.
Just throwing my newbie 2c in :D. I didn't see many other resources on
this error around.
Tiffany

In article <[email protected] >, Spam
only
address wrote:
> That error message though, if referring to a problem with something> surrounding an ethernet card, seems misleading. I wouldn't guess NIC
> unless I was having other network problems as well.
>
That error means that the server was hung on some ill-behaved process.
Could be hardware, but is usually related to some driver that needs a
patch.
Craig Johnson
Novell Support Connection SysOp
*** For a current patch list, tips, handy files and books on
BorderManager, go to http://www.craigjconsulting.com ***

Similar Messages

  • Instruments: Average CPU Load over one minute

    Hi everyone.
    I've written some compositions in Quartz Composer and want to demonstrate how they tax the CPU in various conditions.
    I've opened up Instruments and I can get it to give me a readout for the individual process (Quartz Composer) but I can't see any obvious way to average the CPU load... I can see the peaks, but I'd much rather know what the average is over 1 minute, in this instance (I want to compare different compositions - there's no variables within them as such...)
    I found a little DTrace script in the apple docs, but couldn't really get it to work... it would quit with an error after about 45 seconds...
    Anyone got any ideas?

    OS X Snow Leopard introduced Grand Central, where the OS will distribute the load better to more cores, however it takes time for software to adapt to these changes and make a rewrite of the codebase and test it out, Apple's included.

  • Podcast Works on a web browser one minute and not the next.

    We are having an issue with a Podcast working on Safari/Firefox one minute and not the next. Our teachers add Podcast to their web pages and then post it on our web server. Teachers, using Safari and Firefox, maybe able to open their podcast one day and then not the next. Has anyone had this problem? We have the most up-to-date Quicktime. Any information would be helpful.
    We are running 10.4.9 on a Macbook.
    Thank you,
    Jennifer

    Have you tried restarting or resetting your iPad?
    Restart: Press On/Off button until the Slide to Power Off slider appears, select Slide to Power Off and, after It shuts down, press the On/Off button until the Apple logo appears.
    Reset: Press the Home and On/Off buttons at the same time and hold them until the Apple logo appears (about 10-15 seconds). No data will be lost.

  • Dear Adobe. There are certain features on behance that are not working since you took over.

    I used to be able to organized my projects by just dragging them into place. Now, I've dragged a project I want to be seen first to the 1st spot and when I reload, it goes riiiiiight back to where it was.
    Also, the prosite is giving me a lot of trouble. I have a custom page that I'm trying to rearrange and I'm unable to. It keeps giving me a "java script error" even if I revert to original HTML.
    Any help with this will be great.
    Thanks!
    D

    Hey - sorry to hear that! We can definitely help you with this.
    1) Drag & drop projects: in the upper right hand corner of all of your projects will be an icon that looks like three little lines. Simply hold that down and move the project to where you'd like it. If that doesn't work, please give me more information on what kind of a browser you're using?
    2) ProSite: do you have CSS/HTML turned on? For this, it would be much better to submit a one-on-one ticket with us so that we can take a deeper look. You can do that here: https://behancenetwork.zendesk.com/anonymous_requests/new
    Thanks!

  • Firefox takes over one minute to start. Tooooooo long

    How can I get firefox to start up in less than 60-80 seconds

    Firefox takes a long time to start up
    https://support.mozilla.com/en-US/kb/firefox-takes-long-time-start-up
    Check and tell if its working.

  • Does creative cloud work okay with tablets, especially one that is running windows 8?

    I have a new Windows Surface tablet that runs with Windows 8.  I have tried to get Adobe Creative Cloud working but it won't work.  Am I doing something wrong?

    We cannot know. What tablet is it actually? Many tablets use Atom processors, which don't support the necessary features for CS products and thus are not compatible...
    Mylenium

  • How can I write code that uses schemas returned by one query to run another

    I need to use the data returned by this SQL
    Select owner
    From dba_tables
    Where tablename = 'TRANSACT';
    To run the following SQL for every schema in the database:
    Select $vschema, count(*)
    from $vschema..transact;
    Where I am using $vschema as a variable to hold owners returned by the first statement.
    I have tried using 1 cursor, 2 cursors, 1 coursor and an execute immediate command and either my code fails or I get a message that it ran successful but I cant see the data that I want returned by the second query.

    I don't actually want to get the count on the transact table for each schema I just used that as an example to simplify... Maybe the code that I have written so far would be better... Here is one attempt:
    SET SERVEROUTPUT ON SIZE 1000000
    SET VERIFY OFF
    DECLARE
    v_schema Varchar2(50);
    v_chgdate DATE;
    v_debits NUMBER(14,4);
    v_amount NUMBER(14,2);
    /* First cursor */
    CURSOR get_schemas (v_schema OUT char) IS
    SELECT DISTINCT t.owner
    FROM sys.dba_tables t
    WHERE t.table_name = 'GERCVLOG'
    ORDER BY t.owner;
    /* Second cursor */
    CURSOR get_stats (v_schema IN char) IS
    SELECT MAX(g.chgdate),
    SUM(g.debits),
    SUM(g.totalamt)
    FROM &&v_schema..gercvlog g
    WHERE g.chgdate >= '01-Jan-07' or
    g.chgdate = (SELECT MAX(g1.chgdate)
    FROM &&v_schema..gercvlog g1);
    BEGIN
    /* Open first cursor*/
    OPEN get_schemas (v_schema OUT char);
    LOOP
    FETCH get_schemas INTO v_schema;
    EXIT WHEN get_schemas%NOTFOUND;
    dbms_output.put_line('Schema: '||v_schema);
    OPEN get_stats (v_schema IN char);
    LOOP
    FETCH get_stats INTO v_chgdate, v_debits, v_amount;
    FETCH get_schemas INTO v_schema;
    EXIT WHEN get_stats%NOTFOUND;
    dbms_output.put_line('Latest Import: '||v_chgdate);
    dbms_output.put_line('Total Debits: '||v_debits);
    dbms_output.put_line('Total Dollars: '||v_amount);
    dbms_output.put_line('______________________________');
    END LOOP;
    CLOSE get_stats;
    END LOOP;
    CLOSE get_schemas;
    END;
    /

  • Help... Have ate in living room & bedroom & I could works fine on iPhone4 as well as ipad2 wifi. I have home sharing enabled on all but when I rented a movie it was all good & charged but the download took over 24 hours & only in the bedroom.... Please he

    Help... Have ate in living room &amp; bedroom &amp; I could works fine on iPhone4 as well as ipad2 wifi. I have home sharing enabled on all but when I rented a movie it was all good &amp; charged but the download took over 24 hours &amp; only in the bedroom.... Please help

    The remote app can either automatically find libraries available on a network (with home sharing available) or if you haven't got home sharing enabled, you can manually pair an itunes library with the remote app (using a number that is generated by the app and then typed into the itunes library).
    That is why I am so confused, as it seems to be the home sharing that is the problem!

  • I am unable to axcess any adobe software since OS X YOSEMITE took over my laptop. I keep getting this message, "To open Adobe CS5" you need to install the legacy Java SE 6 runtime. Does anyone know what to do. My efforts have not worked.

    I am unable to axcess any adobe software since OS X YOSEMITE took over my laptop. I keep getting this message, "To open Adobe CS5" you need to install the legacy Java SE 6 runtime. Does anyone know what to do? My efforts have not worked.

    and - check with Adobe - would strongly suspect you need to upgrade CS. Strongly consider Creative Cloud, access to the entire TypeKit alone is amazing.
    https://www.adobe.com/creativecloud.html

  • I had bookmarks on an older computer. When I got my new one my husband took over the old one and deleted firefox before I had a chance to get my bookmarks. Is there anyway to find all those bookmarks I had?

    I had bookmarks on an older computer. When I got my new one my husband took over the old one and deleted firefox before I had a chance to get my bookmarks. Is there anyway to find all those bookmarks I had?

    Hopefully he didn't delete the Firefox Profile folder. <br />
    http://support.mozilla.com/en-us/kb/Profiles#How_to_find_your_profile
    http://support.mozilla.com/en-US/kb/Recovering+important+data+from+an+old+profile

  • Have Mail Version 4.6 (1085), is not working properly not receiving mail.  I sent a test message to my computer; it took over an hour delivering.

    Have Mail Version 4.6 (1085), is not working properly not receiving mail.  I sent a test message to my computer; it took over an hour delivering. There are multiple copies of messages appearing in the recovered folder
    My computer is a MacBook, version osx 10.6.8
    All help appreciated
    <E-mail Edited by Host>

    Hi vin rouge,
    Welcome to the Support Communities!
    The article below may be able to help you with this issue.
    Click on the link to see more details and screenshots.
    OS X Mail: Troubleshooting sending and receiving email messages
    http://support.apple.com/kb/TS3276
    Configuring Mail for your email account 
    http://support.apple.com/kb/HT1277
    Cheers,
    - Judy

  • I use Safari in my imac with Google as my search engine. Recently, Bing took over. Extensions shows Google as default search engine, but Bing is what is working. How do I get rid of Bing, go back to Google?

    I use Safari in my imac with Google as my search engine. Recently, Bing took over. Extensions still shows Google as default search engine. Search starts as Google but switches to Bing. How do I get rid of Bing, go back to Google?

    Hey ravenbird1,
    Thanks for the question. After reviewing your post, it sounds like you want to use a specific search engine.
    Safari 7 (Mavericks): Search the web
    http://support.apple.com/kb/PH17150
    To set the default search engine, choose Safari > Preferences, then click General.
    If you are having problems with extensions you can uninstall and reinstall the extension.
    Safari 7 (Mavericks): Install and update Safari extensions
    http://support.apple.com/kb/PH17200
    Select the extension, then click Uninstall.
    Thanks for using Apple Support Communities.
    Have a nice day,
    Mario

  • How Does the scheduler works with ODI engine

    Hi All,
    I am new to the ODI and I was going through the documents over the web regarding the scheduling.
    Can anyone please let me know how does the Scheduler in ODI is coupled with the ODI engine.
    How does the internal scheduler works and how does the external one works. What are the processes the it calls while invoking the scheduler.
    Your help will be highly appreciated.
    Thanks,
    Sumit

    Scheduling in ODI is controlled by a special type of ODI agent, strangley called the ODI scheduling agent. This agent is installed as a service and as well as being responsible for all tasks associated with a normal agent is also responsible for managing ODI jobs based on any scheduling information associated with an ODI scenario. All scheduling information is stored in the ODI repository and the scheduler agent reads from this to determine which jobs/scenarios need to be executed and when.

  • TS3276 Well it happened again. Why does my apple me account stop sending mail for no apparent reason. One minute it is working find and 10 seconds latter you get error messages that it does not recognize your password. I am really fed up with the mail sof

    Things were going well. Mail was working fine and then the following error message appears out of nowhere. I had not changed any settings. From that point on all efforts to send mail failed, and the error message appeared even thought I used the password to log back in after I quit. Now, an hour after the problem started it takes my password (on the second try after the error message appears) once and sends a test message. Then, one minute later it gives the error message again and refuses to send anything. Why is mail so inconsistent? What can I do in the future to address the problem?
    Error message reads "The SMTP server "xxxxx" rejected the password for user "xxx" Please re-enter your password or cancel.
    When mail does work again. Should I click the remember this password in keychain or am I just asking for more trouble?
    I'm writing this using my IMac computer in a different room. The error also occurs on my powerbook running my new MacBook Pro 12 inch.
    Fed up Mac user.

    I"m no expert but this used to happen to me all the time (stop downloading, asking for my password, nothing downloading, walking away- 24 hours or more later, all is fine, only to later start all over again)
    Well, i gave up for a long time and stopped using that account with mac mail and only accessed it online..recently went and changed the pop3 to only pop and now it works beautifully and seamlessly. Don't ask me why or how, but it does so thought I'd share.

  • Help, I can't sync any music to my iPhone 5s or iPad 2 ! :( it says it's finished sync but the music is greyed out and not on my devices.. I've tried unchecking the music and doing it manually. Nothing works. I took it to Apple store Robina no help..

    Help, I can't sync any music to my iPhone 5s or iPad 2 ! it says it's finished sync but the music is greyed out and not on my devices.. I've tried unchecking the music and doing it manually. Nothing works. I took it to Apple store Robina no help..

    So I have found a common denominator to this phenomenon. After having the same problem, I started to recopy my playlist of 500+ songs in groups of 10-20, 30+, 75+, and then over a 100+. Any music I have purchased from iTunes won't copy, but everything else did. Unsure if I made a playlist called "Purchased" at some point or this is an iTunes default, I also noticed it had some of the songs contained in my other playlist and was showing on my iPhone. Regardless of what I did such as dragging music from that playlist to the other and clearing songs from that playlist, I removed it altogether from the iPhone itself vs. doing through iTunes. After that, music copied fine to my playlist.
    So, my theory is that iTunes is getting tripped up on purchased tracks already showing on the phone and all songs are showing grayed out/dotted circle because iTunes can't resolve the conflict with purchased tracks.
    Hope this makes sense and is helpful.

Maybe you are looking for