Conky: Make graph out of data obtained internally?

In conky, you are able to obtain and use data from an external source by executing a shell command, though you are warned that this is costly. You are also able to make a bar or graph out of externally obtained data, using execbar or execgraph. Similarly, there are certain internal ways to obtain system data and with some of these there are also internal conky functions to make graphs out of this data, like cpu and cpugraph.
What I can't seem to find, however, is a general way to take data obtained from an internal conky function and turn it into a graph or bar, without having to resort to (apparently costly) external commands. Take temperature for example: You are able to obtain your system temperature using the acpitemp or hwmon commands in conky, but there doesn't seem to be any corresponding function to generate a graph of this data. Similarly with battery charge.
Is there some obvious way to do this that I am missing, or do I have to use external commands to get at these things?

Maurice,
OWB generates optimized code based on whether sources are local or remote. With remote sources, Warehouse Builder will generate code that uses inline views in order to minimize network traffic.
In your case, you confuse the generation by creating a view that does some remote/local joins telling OWB that the object is local (which is only partly true).
Perhaps what you could do is create one-to-one views and leave it up to OWB to join the objects. One additional advantage you gain with this approach is that you can keep track of the impact analysis based on your source tables rather than views that are based on the tables with flat text queries.
Mark.

Similar Messages

  • Is it fair that apple make your device out of date

    It really is not right that apple can make your device outdated when there is nothing wrong with it.
    I have 2 ipads ones, 1 ipad two,  1 iphone four, 1 iphone two, and 1 ipod touch two.
    The Ipod touch and the iphone 2 work fine but are becoming more and more useless because nearly all apps are incompatible. 4
    why cant you download older versions of the apps that are compatible with your device?
    I always update to the latest operating software that it will "allow" but this only out dates the devices as you can't update to an iOS system that is compatibles with most apps, Most apps will not upload to old iOS even though i am on the most update one i can get.
    This is apples way of making you buy new devices and making yours obsolete!! not fair, not right!
    I want to download BBC iplayer, a basic everyday app but this is incompatible, i can go on Safari but this defeats the object of the apps.
    COME ON APPLE i am a good customer not happy, will all my many other devices soon be "made" out of date and obsolete soon?

    Starting when iOS 7 was released, Apple now allows downloading the last compatible version of some apps (iOS 4.2.1 and later only)
    App Store: Downloading Older Versions of Apps on iOS - Apple Club
    App Store: Install the latest compatible version of an app
    You first have to download the non-compatible version on your computer. Then when you try to purchase the version on your iPod you will be offered a compatible version if one exists.
    Regarding update the iPa 1, the iPad does not have enough memory available to the OS for a higher iOS version. While the iPad 1 and 4G iPod touch both use the same A4 processsor and 256 MB of memory, the more pixals on the iPad meands that less memory is avaialbe for the OS since the display uses system memory

  • JDev Internal CVS problem: no indication that local source is out of date

    Hi,
    I have a situation where two people are coding an ADF BC / Faces project and both developers are editing the model, modifying the same AM etc.
    When one developer commits their changes to the CVS, the other developer has no indication that their copy is now out of date with the CVS. The incoming changes is set to run every 5 minutes and definately runs, but there is no way of knowing that a local copy is out of date. Is JDev meant to do this or is something not configured properly?
    Aside from updating each object every single time prior to make a change to it, is there any way that JDev can change the CVS Icon on each object if it is different than the CVS?
    What does the "Finding Incoming changes" do if it is not meant to flag files as out of date?
    regards,
    Brenden

    So far this is not working well at all. We are spending a lot of time fixing problems caused by one or more files for each object being out of date. We are having to do a force unchanged commit to get rid of the 'mixed states' status on some objects.
    The delete from CVS also completely hangs JDev on both developers PC's as wll as stuffs the AM definition.
    can anyone recommend an alternative that they have had success with?

  • "Some of your quicktime software is out of date" Message

    Hi,
    I have a problem with quicktime for which I would like advice. The symptom is that each time quicktime is loaded or accessed, there is a pop-up message box which says,"Some of your quicktime software is out of date. You can fix this problem by updating to the latest version." There's a cancel button, which I use nearly every time, and a "Do It Now" button. Note that I am running the latest version of quicktime.
    When I use the "Do It Now" button, I get an error message pop-up which says,"Information obtained from the Quicktime server is invalid. Please try again later." I don't use quicktime stand alone for anything, so I don't really know if it's working OK. It seems to be, but I've not done a thorough testing. The dominant symptom is in iTunes, where I experience lock-ups. I spoke with an Apple technical support person for a while about it, and we (re)did the compulsory uninstall, reinstall stuff to no avail.
    The Apple guy pointed me to an Apple website detailing some methods to fix various problems with iTunes/quicktime. (http://docs.info.apple.com/article.html?artnum=93976) I have tried everything there. One of the things was an experiment to try to detect interactions with other programs. Using MSCONFIG, I did a custom start-up which enabled nothing but quicktime. No change. I have removed (ctrl-panel->add/remove programs...) many of the programs which were installed. No change.
    Questions/Comments?
    Thanks for any info,
    jimmBob

    I just got off the phone with an Apple technician, and we solved the error problem. Basically we just went through my whole computer searching for all quicktime and iTunes files that were left behind. Be sure to check your C: > Windows > System32 folder for ANY and ALL QuickTime files. The files we found that caused the error were hidden in a filed titled "quicktime" in the System32 folder. Make sure you delete it, uninstall all iTunes and QuickTime programs (including Apple Software Update and Apple Mobile Device Support) from the Control Panel, and reinstall the latest files for iTunes and QuickTime and the error should go away.
    Hope this helps!

  • Data provider internal error(-3000)  during DataAdapter.Fill

    I get this error sporadically.
    From other messages on this forum, it seems others are having similar problems. It appears the Oracle staff
    is still struggling to identify and fix (or did I miss a post?)
    I hope the next release can include some more informative diagnostic error messages. (no judgment implied, just a suggestion).
    But I need this to work, so I'm posting my
    info as well in hopes it will help.
    Sorry for the length, but I think all the detail may be needed to diagnose.
    I have been using ODP.Net for weeks without trouble
    until recently. I just added a CLOB field to my table yesterday, and
    the problem started. I don't know whether that's cause or coincidence.
    Possible workarounds I will try:
    1) Explicit select of columns rather than select *
    2) Retry once on failure after short delay
    Below, I'm including the exception message from the ASP.Net page.
    It occurs at the same spot in my code, but often
    it works fine. Now, an hour later, I cannot repeat the problem.
    I've edited the "Source Error" section to
    provide more of the code, so you can see the full context.
    I've also pasted the stored procedure called so you can see what that is about.
    I need this to work, so feel free to contact me if you need further information
    to diagnose this in order to fix it.
    I go live on March 7, so if I don't get a fix soon and can't find
    a workaround, I'll just make a lame error message like "Site is very busy, please try again".
    Even though the site is NOT busy. But having them try again seems to work.
    And I don't want to tell them why I'm asking them to try again <grin>.
    I am thinking of putting a try/catch block and sleeping for a second and then trying one more
    time in my code. I'll let you know if that is an effective work-around.
    David Kreth Allen
    University of Minnesota
    Carlson School of Management
    [email protected] remove XYZ to send emails
    612-625-0386
    <WebPageError>
    Server Error in '/ScholarshipApplicationWeb' Application.
    Data provider internal error(-3000)
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
    Exception Details: Oracle.DataAccess.Client.OracleException: Data provider internal error(-3000)
    Source Error:
         OracleCommand cmd = new OracleCommand();
         cmd.Connection = new OracleConnection(
              ApplicationEnvironment.current.database.OracleConnectionString);
         cmd.CommandType = CommandType.StoredProcedure;
         cmd.CommandText = "pkg_batch.get_details";
         cmd.Parameters.Add("batch_id",OracleDbType.Int32,
              batchId,ParameterDirection.Input);
         cmd.Parameters.Add("batchCursor",OracleDbType.RefCursor,
              DBNull.Value,ParameterDirection.Output);
         cmd.Parameters.Add("majorsCursor",OracleDbType.RefCursor,
              DBNull.Value,ParameterDirection.Output);
         cmd.Parameters.Add("detailCursor",OracleDbType.RefCursor,
              DBNull.Value,ParameterDirection.Output);
         OracleDataAdapter da = new OracleDataAdapter(cmd);
         DataSet ds = new DataSet("batches");
         da.Fill(ds);
         DataTable dt = ds.Tables[0];
         dt.TableName = "batch";
    Source File: C:\Projects\ScholarshipSolution\ScholarshipLibrary\Data\ScholarshipApplicationBatch.cs Line: 329
    Stack Trace:
    [OracleException: Data provider internal error(-3000)]
    Oracle.DataAccess.Client.OracleException.HandleErrorHelper(Int32 errCode, OracleConnection conn, IntPtr opsErrCtx, IntPtr opsSqlCtx, Object src, String procedure, String[] args)
    Oracle.DataAccess.Client.OracleDataReader.NextResult() +1259
    System.Data.Common.DbDataAdapter.FillNextResult(IDataReader dataReader) +98
    System.Data.Common.DbDataAdapter.FillFromReader(Object data, String srcTable, IDataReader dataReader, Int32 startRecord, Int32 maxRecords, DataColumn parentChapterColumn, Object parentChapterValue) +261
    System.Data.Common.DbDataAdapter.Fill(DataSet dataSet, String srcTable, IDataReader dataReader, Int32 startRecord, Int32 maxRecords) +129
    Oracle.DataAccess.Client.OracleDataAdapter.Fill(DataSet dataSet, String srcTable, IDataReader dataReader, Int32 startRecord, Int32 maxRecords) +516
    Oracle.DataAccess.Client.OracleDataAdapter.Fill(DataSet dataSet, Int32 startRecord, Int32 maxRecords, String srcTable, IDbCommand command, CommandBehavior behavior) +290
    System.Data.Common.DbDataAdapter.Fill(DataSet dataSet) +38
    CSOM.ScholarshipLibrary.Data.ScholarshipApplicationBatch.getDataById(Int32 batchId) in C:\Projects\ScholarshipSolution\ScholarshipLibrary\Data\ScholarshipApplicationBatch.cs:329
    CSOM.ScholarshipLibrary.Data.ScholarshipApplicationBatch.GetById(Int32 batchId) in C:\Projects\ScholarshipSolution\ScholarshipLibrary\Data\ScholarshipApplicationBatch.cs:290
    CSOM.ScholarshipApplicationWeb.BatchSummaryControl.Edit_Click(Object sender, CommandEventArgs e) in c:\inetpub\wwwroot\ScholarshipApplicationWeb\BatchSummaryControl.cs:68
    System.Web.UI.WebControls.LinkButton.OnCommand(CommandEventArgs e) +110
    System.Web.UI.WebControls.LinkButton.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) +115
    System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler sourceControl, String eventArgument) +18
    System.Web.UI.Page.RaisePostBackEvent(NameValueCollection postData) +138
    System.Web.UI.Page.ProcessRequestMain() +1244
    Version Information: Microsoft .NET Framework Version:1.0.3705.288; ASP.NET Version:1.0.3705.288
    </WebPageError>
    <PackageBody>
    PROCEDURE GET_DETAILS(
    p_batch_id IN number,
    batchCursor OUT pkg_batch.refcur,
    majorsCursor OUT pkg_batch.refcur,
    applicationsCursor OUT pkg_batch.refcur
    IS
    BEGIN
    OPEN batchCursor FOR SELECT
    * FROM scholarshipApplicationBatch
    where scholarshipApplicationBatch_id = p_batch_id;
    OPEN majorsCursor FOR SELECT
    * FROM major_response
    where batch_id = p_batch_id;
    OPEN applicationsCursor FOR SELECT
    * FROM schol_detail
    where batch_id = p_batch_id;
    END GET_DETAILS;
    </PackageBody>

    One workaround that seems to work is to retry in a loop.
    Sample code is pasted below.
    Obviously it may still fail, but less often.
    I'll report any further changes that affect
    the behavior in hopes it will assist the Oracle staff in
    fixing it.
    <CODE>
    try
    da.Fill(ds);
    catch (OracleException excp)
         const int maxTrys = 5;
         int failureCount = 1;
         bool succeeded = false;
         for (int i = 0;i<maxTrys;i++)
              try
                   System.Threading.Thread.Sleep(
                        TimeSpan.FromSeconds(1));
                   ds.Clear();
                   da.Fill(ds);
                   i = maxTrys;
                   succeeded = true;
              }//try
              catch
                   failureCount ++;
         }//for
         errorHandler.Report(
              String.Format(
              "Failure in da.Fill in ScholAppBatch. " +
              " Failed {0} times. Finally Succeeded = {1}.",
                                            failureCount.ToString(),
         succeeded.ToString()),
              excp);
    }//catch
    </CODE>

  • How to send data from internal table to the shared folder in ABAP

    Hi experts,
             My requirement is to transfer data from a file to shared folder. i just did reading data from a file to a internal table. Now i want to send this internal table data into a shared folder which is  "
    xxx\y\z....".
    I do not have any idea on how to send data from internal table to the shared folder path.
    can anybody please help me out how to do this?
    Thanks & Regards
    Sireesha.

    Where that folder is located, its on presentation server i.e. desktop or application server.
    If its on presentation server, use FM GUI_UPLOAD.
    If its on application server, then use DATASET functions. Have a look at below link.
    [File Handling in ABAP|http://help.sap.com/saphelp_nw04/helpdata/en/fc/eb3ca6358411d1829f0000e829fbfe/frameset.htm]
    I hope it helps.
    Thanks,
    Vibha
    Please mark all the useful answers

  • How can we make an outer join (+) between 2 Queries

    in the data model, i have 2 queries
    i.e
    Q_master and Q_detail
    i want to make a data link between
    these two queries and
    also make an outer join between these
    two queries(i.e. to display all the detail
    records, whether they have details or not)
    please reply is it possible ?
    if yes then how?
    plz write.
    [email protected]
    null

    Hello,
    Left outer join behavior is what you get by default with a link between two queries in Reports.
    If you want a full outer join behavior, you'll need to create a third query that selects the detail records that have no corresponding master, and also create an extra layout region to display them in as a default group left or group above won't pick up these extra records.
    If you want right outer join behavior, you'll need to put in a summary in the master query that counts the rows in the detail, and then put in a format trigger in the master repeating frame that suppresses printing when there are no detail records. And you'll also need the third query and layout section as in the full outer join case.
    Regards,
    The Oracle Reports Team --skw                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • "Your meeting was found to be out of date and has been automatically updated."

    Hello, one of our users is stating that when they make changes to meeting dates and/or times, a few minutes to a day later, the changes revert to the original date and/or time. Additionally, they will occasional also receive an email stating "Your meeting
    was found to be out of date and has been automatically updated."
    This customer is on a Win7 client and running Outlook 2007. Both the OS and Office/Outlook are completely patched as of 08/12/2014. There are also a couple of iOS devices that access the Exchange account and both are running the latest version of iOS according
    to the customer.
    The customer states that this behavior began immediately following our migration from Exchange 2007 to 2013 a couple of months back. I am not able to see any reason for this at the server level. We also do not currently have any other users complaining of
    the same issue. I am unable to replicate the issue using my account. I suspect that it is isolated to this single user at this point.
    We are running Exchange v15, build 847.32.
    Has anyone experienced the same? Thanks in advance for any input.

    Hi,
    I noticed that there are some third-party devices used to sync and manage Exchange calendar. Usually, some issues may be caused by some devices used for Exchange ActiveSync service. We can try to disable the devices and check whether the issue persists.
    Here is a KB descripted Current issues with Microsoft Exchange ActiveSync and third-party devices:
    http://support.microsoft.com/kb/2563324
    If the issue is not caused by any third-party programs, please check the time zone from Outlook client, local machine, third-party devices and Outlook Web App. Please also change a computer then send test meeting updates to check if the issue continues.
    Regards,
    Winnie Liang
    TechNet Community Support

  • Itunes Library that I swapped in after switching to new PC is out of date, missing ~3 months of added music

    Hi,
    I just got a new PC laptop (replacing a dying one) and transferred my Itunes library to its C drive from an external drive, and copied the Itunes Library folder over as well so that I wouldn't have to recreate playlists (and, more importantly, redo all of the checking-and-unchecking to make my chosen library fit on my 160GB Classic).
    When the library first populated, I was very happy to see that checks-and-unchecks seemed in order, but then as I was syncing the Ipod to the new computer I realized that the library file must be out of date, as two or three months' worth of additions don't seem to be in there (even though the Library file says it was created on July 20).  Is there anything I can do to find the most up-to-date library file on the external drive and put it in place on the new laptop?  It's weird - the newer songs themselves are in the new Itunes Media folder, but they aren't showing up in my Itunes library unless i re-add them.  This, and the fact that the last sync added stuff that I chose months ago to remove from my Ipod so as not to run out of space (I'm in the last 1.5GB or so), is very frustrating.
    Thanks for any help you can give!

    Search for all files of the form *.itl. The most recently modified one will be the active library. The one before may be the library that was most recently active on your previous system.
    See Empty/corrupt iTunes library after upgrade/crash for tips on how to switch the library you want to access into the correct location.
    tt2

  • Error message "some of your quicktime software is out of date...."

    After about 8 hrs of troubleshooting so far I need help here...please...I have a new ipod touch 3g (32gb) that requires itunes-9 and i have itunes-8. when i try to load itunes-9 i get the same error message about apx. half way thru the install. at the point of install status "initializing quicktime types" the error message comes up: "some of your quicktime software is out of date, You can fix this problem by updating to the latest version" with the choice to "cancell" or "do it now" and I have tried "do it now" many times and other times tried cancell but either way it just ends up coming back many times with the same error message and either freezes the computer or eventually after maybe 15-20 error messages stops but the unstall is frozen. I have already tried uninstalling quicktime, itues, etc and spent 1.5 hours on the phone with Apple support and they can't figure it out. Please help...I appreciate your support.

    Some other application may have installed older QuickTime componentry on the PC.
    First let's have a closer look in your \system32\ to see if we can find any misplaced componentry down there.
    First, in My Computer go "Tools > Folder Options". Click the "View" tab. Make sure "Show hidden files and folders" is selected, and that "Hide extensions for known file types" is unchecked. OK out of the Tab.
    Now navigate to C:\Windows\system32\. (It might be easiest to switch to "List" view at this point.)
    What files or folders can you see in \system32\ with QuickTime in the title?
    (On a PC with a standard QuickTime installation, you should see precisely two files:
    QuickTime.qts
    QuickTimeVR.qtx
    ... and no Quicktime folders whatsoever.)

  • Firefox 34.05 says plugin is out-of-date, insecure, and thus disabled. But...my version is higher than the blocked version

    Upon updating to Firefox 34.05, I've been faced with the fact that this version of Firefox (erroneously) thinks some of my plugins are out of date, and has disabled them, for my safety.
    For instance, it tells me that "Adobe Acrobat Reader is known to be vulnerable and must be updated". Upon clicking the link to update it, it informs me that "Adobe Reader 9.5.1 and lower has been blocked for your protection.". Okay, cool right? An update should solve that.
    Problem is, I don't *have* a version of AR that is 9.5.1 or lower. My version is, according to Firefox itself, version 10.1.4.38. So why is it blocked? Updating the version, as advised in other threads on similar issues, does not seem to work. In fact, the Mozilla plugincheck tells me that my version is up-to-date and is fine.
    It is very inconvenient to have to open an entirely different browser, like Opera, just to do certain things that I could previously do with Firefox.
    I'd also like to voice my overall disapproval on the way many features of Firefox (enabling disabling Javascript, images, certain stylistic features, the add-on bar) have been done away with and users are being told "you can install an add-on to add that functionality back on". It has always been my understanding that the less add-ons installed the better, given that they are apparently the number one problem when it comes to Firefox having issues. Having to disable 5 new add-ons anytime I want to troubleshoot a problem is not convenient, and makes locating the source of various problems more difficult.
    I have no idea why Mozilla is so committed to making changes that users hate, and act as if having third-party add-ons to restore functionality is any kind of solution.

    ''James [[#answer-672408|said]]''
    <blockquote>
    Firefox 34.0.5 is not doing the blocking as it is due to the blocklist. https://addons.mozilla.org/firefox/blocked/
    Adobe Reader '''10.0 to 10.1.5.*''' has been blocked for your protection.
    https://addons.mozilla.org/firefox/blocked/p158 (Blocked on October 5, 2012)
    You were looking at another blocklist page which was https://addons.mozilla.org/firefox/blocked/p156 posted on same day.
    The https://www.mozilla.org/plugincheck/ is not always accurate or reliable (needs to be manually updated) as Adobe has not been keeping the Adobe products versions to check for updated on that page as the recent Flash updates on December 9 has shown.
    It is however accurate when it says versions in Plugins panel of Addons Manager is outdated.
    There is Adobe Reader 11.0.10 though it seems like Adobe still provides 10.1.4 at http://get.adobe.com/reader/otherversions/ yet newer versions are at http://www.adobe.com/support/downloads/product.jsp?product=10&platform=Windows
    </blockquote>
    James, why does the Firefox addon page link to the 9.5 "blocked for your protection" page instead of the 10.5 blocked page? Is that a mistake/failure to update on Adobe's part? That seems like something that should be controlled on the Mozilla side, since it has the 10.5 blocked page in existence as well. Should someone be notified that it's giving the wrong page to people?
    The adobe update you linked to made it stop saying it's out of date, but what about the Java Development Toolkit? (As pictured in attached image #3). How should I go about getting that up to date?

  • Continuous pop-up "software is out of date"

    I recently updated Quick Time player. Now everytime I click on the icon for QT or any program that uses it, I get a pop-up message box that says "Some of your Quick Time software is out of date. You can fix this problem by updating to the latest version." I can cancel the box easy enough but it is annoying. If I select "do it now" for the update, I am taken back out to update again and I get another pop-up message box telling me my software needs updated. I have verified that I have the latest version of the player Version 7.5(861). What gives?

    This can sometimes happen if there are program files from older QuickTime versions (or older QuickTime componentry installed by other applications) lurking about in your system.
    Let's see if there's anything like that about.
    First, open My Computer. Go "Tools > Folder Options", click the view tab.
    Make sure "Show hidden files or folders" is selected.
    Make sure "Hide filename extensions for known filetypes is unchecked.
    OK out of the tab.
    Now navigate to C:\Windows\System32\
    What files and folders can you see in there with QuickTime in the title? In a standard QuickTime 7.x installation, there should be just two files (QuickTime.qts and QuickTimeVR.qtx), and no folders.

  • Adobe Flash Player is out of date (GOOGLE CHROME) it isn't...

    Hello!
    I am not very computer savvy so bare with me, but if anyone can help me I would be very grateful.
    I am using Google Chrome web browser (I have IE and FF but for some reason they are sooo slow). Everytime I visit a page that uses Flash (every page in the world almost) I get this ERROR message...
    (jigsaw puzzle logo) Adobe Flash Player was blocked because it is out of date.                                 Two boxes... 'Run this time' + Update plug-in
    I clicked update and it took me to the Adobe Flash page. It says it requires a MAC OS 10.6 or higher
    My MAC is an OS 10.5.8
    SO... I found the version for this OS and downloaded/installed.
    Restarted my computer, launched Chrome and what d'ya know, I got the same message!!!
    I don't know what I need to do now. I tried lower versions, still not working and I can't upgrade to Lion as this is a 10.5 (great!)
    My processor is a 2 GHz Intel Core 2 Duo
    Mem 2GB 667 MHz DDR2 SDRAM 
    Just incase that helps.
    If anyone knows how to fix this or what I need to buy to make it work I would very much appreciate the advice!
    Thank you
    OH I also just found on the Chrome:Plugins page that beside the FLASH note it says:
    Flash - Version: 10.3.183.29 Download Critical Security Update
    Shockwave Flash 10.3 r183
    When I click on download critical... it downloads and still doesn't work.

    Does this forum post help?
    http://forums.adobe.com/message/4763934#4763934
    Hitomi

  • Quicktime software is out of date - NOT!

    I saw this question answered for XP, but I have Windows Vista.
    For years now, when I open itunes, quicktime or even the apple website, I get the following... 'Some of your QuickTime software is out of date. You can fix this problem by updating to the latest version'. The choices given are Cancel or Do It Now. If I select Cancel, it closes and things usually function normally, or it may ask me again several times (asked me four times on the way to this forum). If I select Do It Now, it says Information received from the QuickTime server is invalid. Try later. This course of action usually freezes things up.
    There must be part of an old Quicktime version lurking that I need to seek out and destroy. Apple support recently (Nov 29, 2010) assisted with an uninstall and reinstall of the latest version of itunes and quicktime for another issue I was having. itunes wouldn't open. I had hoped that would fix this too, but it didn't.
    How do I seek out and destroy the offending files? Thanks

    There must be part of an old Quicktime version lurking that I need to seek out and destroy.
    Indeed. Let's go checking in the most likely location.
    1. Open My Computer from the desktop or Start menu.
    2. In the Tools menu, click Folder Options.
    3. Click the View tab.
    4. In the "Advanced settings" pane under "Hidden files and folders" make sure that the "Show hidden files and folders" option is selected, and the "Hide extensions for known file types" option is unchecked.
    5. Click OK.
    Now in My Computer, open your C drive.
    Open the "Windows" folder.
    Open the "system32" folder.
    What files and/or folders can you see in there with QuickTime in the file/folder name? (In a standard installation of QuickTime, you should see precisely two files ... QuickTime.qts and QuickTimeVR.qtx ... and no QuickTime folders whatsoever.)

  • "some of your Quicktime software is out of date,"  And then the fun starts

    I get the "out of date" message frequently. If I select "do it now", I am usually told "Info received from the QT server is invalid. Please try again later." Occasionally, I'll get a Dialogue Box listing five Quicktime components. If I select Update, I get a message informing me that I don't have authority from the Administrator (ME) and a more privileged user will have to update for me.
    In addition, attempts to use Apple websites and ITunes result in crashes of Internet Explorer. I can navigate thru Safari, though, and my ITouch syncs OK.
    I have uninstalled and reinstalled ITunes and Quicktime several times but the problems persist, I even get the "out of date" message during the install process. Any suggestions would be greatly appreciated.

    That sounds like there may be old misplaced QuickTime componentry lurking about in your system, Jack. Let's go looking for that.
    1. From the Start menu, click Open.
    2. In the Organize menu, click Folder and Search Options.
    3. Click the View tab.
    4. In the "Advanced settings" pane under "Hidden files and folders" make sure that the "Show hidden files and folders" option is selected, and the "Hide extensions for known file types" option is unchecked.
    5. Click OK.
    Now in Computer, open Local Disk C: or whichever drive your operating system is installed on.
    Open the "Windows" folder.
    *If you have a 32-bit Vista:* Open the "System32" folder.
    *If you have a 64-bit Vista:* Open the "SysWOW64" folder.
    What files or folders can you see in there with QuickTime in the file or folder name? (In a standard installation of QuickTime, you should see precisely two files ... QuickTime.qts and QuickTimeVR.qtx ... and no QuickTime folders whatsoever.)

Maybe you are looking for

  • I tunes not detecting my Pod! Please Help!!!!

    I have had my ipod for two years its a 20g model. When I was deleting music for new stuff I deleted alll my music figuring I could put it all back on later. A message came up sayin do you want to delet all of my music, and i said yes. when i reconnec

  • Table for billing documents not posted  to acounting

    Hi , Could you let me know the table  name wherein we can find biling documents not posted to accounting and has vbx3 error? Thanks, Praveen

  • Material Created/changed in ECC needs to be updated in thirdparty system

    Hi Gurus, I have a requirement. Please help me on this. We are having a legacy system (Material Master)which needs to be replaced by ECC 6.0 and data needs to be sent to third party system via middleware as PI. we also needs to extend message type(Ma

  • Photos from ipod, preserving structure

    So I lost a hard drive in my macbook recently, and I didn't have proper backups (silly silly boy, I know ). I've managed to get a lot of content back, but now I want to restore my photos. I've got all my photos synced to my ipod (including full-res v

  • Built application can't find DaqMX devices with VISA Find Resource VI

    My application programmatically finds all of my PXI devices using the VISA Find Resources VI with the following regular expression: (PXI[0-9]*::?*INSTR){VI_ATTR_S:LOT >= 0} This works with my built application on a PXI-8186 controller with LabVIEW in