Quicktime 7 (Resolution for some install / permission error)

Add "Everyone" permissions and "System" permissions to the following registry keys if you are having a problem installing the standalone quicktime 7.0 program
Make sure these permissions are are for Full control and read.
HKEYLOCAL_MACHINE_SOFTWARE_CLASSESQuickTime.qt
HKEYLOCAL_MACHINE_SOFTWARE_CLASSESQuickTime.qti
HKEYLOCAL_MACHINE_SOFTWARE_CLASSESQuickTime.qtf
HKEYLOCAL_MACHINE_SOFTWARE_CLASSESQuickTime.qtl
HKEYLOCAL_MACHINE_SOFTWARE_CLASSESQuickTimePreferences
HKEYLOCAL_MACHINE_SOFTWARE_CLASSESQuickTimeExtension
HKEYLOCAL_MACHINE_SOFTWARE_CLASSESQuickTimeSystem
Once these are edited, rerun the Quicktime 7.0 Installer and it should install correctly.
Tested and confirmed today on this computer.
Regards
Adam

I've been dealing with the Quicktime 1402 installation error for a week and tried everything in this forum and the Quicktime forum. I also talked to Apple 3 times to no avail.
This was the solution that finally fixed my problem:
I went back to the detailed information found in Error Code 1402, which pointed me to the Quicktime registration key named quicktimeupdater.exe. I went into the registry (run, regedit) and navigated to this file and right clicked. Initially I got an error, but hit OK and right clicked again and this time it let me change permissions. I changed the owner to "Administrators" and it then allowed me to add "Everyone" and I set to "allow full control".
I closed the registry editor and successfully installed the standalone Quicktime and then iTunes. I didn't need to reboot. Finally after 5 days it appears to be working.
Hope this helps.

Similar Messages

  • HT3775 Why doesn't QuickTime play audio for some avi videos?

    Why doesn't QuickTime play audio for some avi videos? Is there a download to help resovle this.
    I am running Mountain Lion, I have also installed flipformac, divx, and vlc. They are working fine.
    Appreciate your answers.

    You can only use QuickTime Player 7 to play that 12 year old format.

  • I am trying to update my software through the app store but for some reason an error occurs and will not allow me to do so

    I am trying to update my software through the app store but for some reason an error occurs and will not allow me to do so. And when i go online to log into my apple id account it states that there is an error. Can someone help me solve this issue, its annoying me?

    Apple’s having trouble with the iTunes Store servers right now. Wait for them to resolve the issue.
    (123935)

  • Downloaded and installed Flash Bios and for some reason an error occured, not computer wont boot!

    http://www.csd.toshiba.com/cgi-bin/tais/support/jsp/modelContent.jsp?ct=DL&os=&category=&moid=136412...
    THeres what i downloaded, shortly after i tried to restart my comp but it was all frozen. I used the button to turn it off and when i turn it back on its all black. Nothing happens, it just sits there. What the ****? This is the biggest bull that has ever happened.
    How can u download an update and now ur computer is useless? Any ideas? Thx.

    I have a P105-S6024
    I downloaded the Flash Bios
    03-04-2009 BIOS
    ACPI FLASH BIOS 4.70 for Satellite blah blah blah.
    While it was working the install got frozen and my comp froze. So i turned it off with the button and it never came back on. Well the screen is black, the fan works, the icon that looks like a cake blinks and then turns off.
    I dont understand. Toshiba said i might have to replace motherboard? WTF! Are you serious my computer was fine before this. I was just playing Killing Floor everything was going great and i decided to update some stuff. I really wish i didnt do this man, this is bull. I dont have the money to fix this right now if it is a motherboard problem.

  • Still no fix for Photoshop Install / Update Error? (Exit Code 15 - inconsistency in installer db)

    I have tried every suggested fix to no avail... what gives Adobe?
    - Removed all versions of Photoshop
    - Started in safe mode
    - Used cleaner tool
    - Used plist method
    All apps update except Photoshop and I can't install at all on other MacBook Pros.
    Can we please get a fix for this? So many threads on this topic from other customers!!!

    After using the Adobe Clean tool, I checked its output log and it mentioned it couldn't find a "caps.db" in the Common Files/Adobe/caps/ folder under Program Files or Program Files (x86).
    So what I did: I manually deleted the Adobe folders from:
    - Program Files
    - Program Files (x86)
    - Program Files (x86)/Common Files
    After that, I was able to install successfully Photoshop CS5.1 and at this very moment I'm able to install PS CS6 (it's been already 50% of the installing progress).
    So far, this action of deleting the Adobe folders from my Program Files folders seems to be sorting out the matter...

  • IPhoto seems to have lost photo resolution for some photos

    I recently upgrade to iPhoto8. I have set of photos in 2006 which now have only about 50KB file size. It is if they are thumbnails, not the orignal photos whose file size was 500KB to + 1MB etc.
    I noticed that in my orignals folder I sometimes have multiple folders for the same day or roll. i.e. Roll 1, Roll 1_2, Roll13. These folders seem to be duplicates of the pictures, and the folder with the underscore naming sometimes has the photo with the bigger file size.
    Any understadning how this could have happened or how/where iPhoto stores the orignal files so I might locate and recover, is appreciated.
    Thanks
    MikeK

    Can anyone comment on why iPhoto is creating these additional directories?
    ie. Roll 1, "Roll 1_2", "Roll 1_3"
    ie. "November 18, 2006", "November 18, 2006_2"
    I guess as an adjunct, if I want to back up my photo's an guarantee I have the actual origianls, should I back up the "Originals" folder?
    Thanks
    MikeK

  • Return The remote server returned an error: (403) Forbidden error for some file types

    hi
    am using below code to get the byte array 
    byte[] myDataBuffer = client.DownloadData((new Uri(sourceUrl)));
    for source of type .txt/.jpg no problem with accessing.but the file type with .master/.wsp/.cs
    it is returning "The remote server returned an error: (403) Forbidden error for some file types" Error.how can i get rid of this.please help me
    Thanks in Advance

    Hi,
    It seems there is something wrong with your code, from your code the account and key are the same, because their appsetting name are the same.
    string account = ConfigurationManager.AppSettings["StorageAccountName"];
    //string account = CloudConfigurationManager.GetSetting("StorageAccountName");
    //string key = CloudConfigurationManager.GetSetting("StorageAccountAccessKey");
    string key = ConfigurationManager.AppSettings["StorageAccountName"];
    string connectionString = String.Format("DefaultEndpointsProtocol=https;AccountName={0};AccountKey={1}", account, key);
    return CloudStorageAccount.Parse(connectionString);
    If you use CloudConfigurationManager.GetSetting, please consider set azure project as the startup project, if not, this value will be null, this resulted in solution being started as a web project that didn't run inside the Azure emulator. Since CloudConfigurationManager.GetSetting
    tries to get setting by contacting Azure (or Azure emulator in this case), and it is not running, it returns null.
    Best Regards,
    Jambor
    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.
    Click
    HERE to participate the survey.

  • For some reason my itunes will not open because it says that I need Quicktime 7.5.5 or later which I have installed. Any suggestions?

    I recently had my computer cleared out and for some reason I am getting an error when I try to open my iTunes. It says that I need to install Quicktime 7.5.5 or later which I have installed and I keep getting this error mesage. Any suggestions?
    Also I am opporating MacOS 10.5  Do I have to buy the software from the store or can be be downloaded off the apple site? I have heard that you need the actual software from a retailer?
    RB

    Hi, try this...
    http://www.apple.com/itunes/download/

  • I have installed Photoshop element 12 trail version in my system and i worked also for some days but it given error that "cannot load default brushes because scratch disk is full " but scratch is 158GB free

    Hi,
    I have installed Photoshop element 12 trail version in my system and i worked also for some days but it given error that "cannot load default brushes because scratch disk is full " but scratch is 158GB free why whats the problem am not getting.

    That thread helped for a time.  But now it seems as though my computer is back to slow again.  But, some of the jargon is over my head as well.  Not sure I knew quoite everything they were talking about.  But thanks a lot for that, it helped I probably just need to reread it and follow the instructions again.  Thanks so much.

  • How do I download OS 10.6.7 to an external drive? For some reason it gives me an error when I try to download and install directly to my MacBook Pro.

    How do I download OS 10.6.7 to an external drive?  For some reason I get an error message when I try to download directly to my MacBook Pro from Software Update or from the Apple Downloads site.

    brandonfromcharlton wrote:
    I just had this issue as well.  A work around is to manually install all of the updates, one-by-one.  This may take a while and be a pain, but after this it's freesailing for future updates.  Not sure what the issue is but don't worry, that will fix it.
    BF
    Instead of downloading one by one simply download the 10.6.7 'combo' update from Apples support site, it contains all previous updates in one package.

  • TS3694 I just received the unknown software error (6) do you have a resolution for this issue?  Occurred after install of software and firmware in the final validation phase. I have a 4S

    I just received the unknown software error (6) do you have a resolution for this issue?  Occurred after install of software and firmware in the final validation phase. I have a 4S

    http://lmgtfy.com/?q=iPhone+error+code+6

  • HT1926 can't install quicktime or itunes on windows 7 get the error message There is a problem with the windows installer package. A program required for this install to complete could not be run

    please help. Can't install quictime player or itunes on windows 7. Get the error message There is a problem with the windows installer package. A program required for this install to complete could not be run. Have followed all the steps suggested and still no luck.

    thank you for trying to help. I do not have apple software update on my computer. I have tried to install several programs so i could install it but every installation will not finish and rolls back and says no changes were made to my computer so i can't install the update. I even tried to force install as administrator but nothing works. Any help would be greatly appreciated. I have windows 7 64 bit.

  • My iTunes won't update, it starts to install then just says it can't. I decided to try uninstall it but it won't even uninstall anymore, there is some type of ERROR going on. I tried to just install iTunes from the website and that won't even work.

    My iTunes won't update, it starts to install then just says it can't. I decided to try uninstall it but it won't even uninstall anymore, there is some type of ERROR going on. I tried to just install iTunes from the website and that won't even work. I'm using a Windows Vista.

    Hi there,
    I've got a couple of articles that may help you out. This first one goes over how to properly remove and reinstall iTunes.
    Removing and reinstalling iTunes, QuickTime, and other software components for Windows Vista or Windows 7
    http://support.apple.com/kb/HT1923
    This next one goes over some of the troubleshooting steps if you are having issues reinstalling iTunes.
    Trouble installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/HT1926
    Hope that helps,
    Griff W.

  • Reoccurring Quicktime permission errors in Disk Utility?

    Hi all.
    I have this Mac tower:
    http://www.everymac.com/systems/apple/powermac_g5/specs/powermac_g5_1.8_dp_2.htm l
    Running 10.5.8
    I ran Disk Utility to verify and then repair permissions recently, but when I reopen the
    utility again the very next day or same day and verify again I get what I am assuming is
    the same errors, all seeming to do largely with some aspect of Quicktime?
    Can anyone tell me what might be causing all these? I have pasted a copy of the permission
    errors below. Thanks a lot.
    Dan
    2012-04-11 14:36:33 -0500: Verify permissions for “MAC OS X HD”
    2012-04-11 14:36:33 -0500:           Reading permissions database.
    2012-04-11 14:36:33 -0500:           Reading the permissions database can take several minutes.
    2012-04-11 14:47:14 -0500: Permissions differ on "System/Library/Frameworks/CoreVideo.framework/Versions/A/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2012-04-11 14:47:17 -0500: Permissions differ on "System/Library/Components/CoreMediaAuthoringPrivateComponents.component/Conten ts/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2012-04-11 14:47:17 -0500: Permissions differ on "System/Library/PrivateFrameworks/CoreMediaAuthoringPrivate.framework/Versions/ A/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2012-04-11 14:47:18 -0500: Permissions differ on "System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2012-04-11 14:47:18 -0500: Permissions differ on "System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/Resources/AVC.plugin/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2012-04-11 14:47:18 -0500: Permissions differ on "System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/Resources/IIDC.plugin/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2012-04-11 14:47:18 -0500: Permissions differ on "System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/Resources/MPEGAudioDecoder.component/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2012-04-11 14:47:18 -0500: Permissions differ on "System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/Resources/MPEGLayer2AudioEncoder.component/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2012-04-11 14:47:18 -0500: Permissions differ on "System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/Resources/Tundra.component/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2012-04-11 14:47:18 -0500: Permissions differ on "System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/Resources/VDC.plugin/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2012-04-11 14:47:18 -0500: Permissions differ on "System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CodeRes ources", should be -rw-r--r-- , they are lrw-r--r-- .
    2012-04-11 14:47:18 -0500: Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2012-04-11 14:47:18 -0500: Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/DVD.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2012-04-11 14:47:18 -0500: Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/FRSettings.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2012-04-11 14:47:18 -0500: Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/FRSources.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2012-04-11 14:47:18 -0500: Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/Movies.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2012-04-11 14:47:18 -0500: Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/Music.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2012-04-11 14:47:18 -0500: Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/Photos.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2012-04-11 14:47:18 -0500: Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/Podcasts.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2012-04-11 14:47:18 -0500: Permissions differ on "System/Library/CoreServices/Front Row.app/Contents/PlugIns/TV.frappliance/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2012-04-11 14:47:18 -0500: Permissions differ on "System/Library/PrivateFrameworks/BackRow.framework/Versions/A/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2012-04-11 14:47:20 -0500: Permissions differ on "System/Library/QuickTime/QuickTimeComponents.component/Contents/CodeResources" , should be -rw-r--r-- , they are lrw-r--r-- .
    2012-04-11 14:47:20 -0500: Permissions differ on "System/Library/QuickTimeJava/QuickTimeJava.bundle/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2012-04-11 14:47:20 -0500: Permissions differ on "System/Library/QuickTime/AppleVAH264HW.component/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2012-04-11 14:47:20 -0500: Permissions differ on "System/Library/QuickTime/QuickTime3GPP.component/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2012-04-11 14:47:20 -0500: Permissions differ on "System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/CodeResources" , should be -rw-r--r-- , they are lrw-r--r-- .
    2012-04-11 14:47:20 -0500: Permissions differ on "System/Library/QuickTime/QuickTimeH264.component/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2012-04-11 14:47:20 -0500: Permissions differ on "System/Library/QuickTime/QuickTimeIIDCDigitizer.component/Contents/CodeResourc es", should be -rw-r--r-- , they are lrw-r--r-- .
    2012-04-11 14:47:20 -0500: Permissions differ on "System/Library/QuickTime/QuickTimeImporters.component/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2012-04-11 14:47:20 -0500: Permissions differ on "System/Library/QuickTime/QuickTimeMPEG.component/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2012-04-11 14:47:20 -0500: Permissions differ on "System/Library/QuickTime/QuickTimeMPEG4.component/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2012-04-11 14:47:20 -0500: Permissions differ on "System/Library/QuickTime/QuickTimeStreaming.component/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2012-04-11 14:47:20 -0500: Permissions differ on "System/Library/QuickTime/QuickTimeVR.component/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2012-04-11 14:47:20 -0500: Permissions differ on "Library/Internet Plug-Ins/QuickTime Plugin.plugin/Contents/CodeResources", should be -rw-rw-r-- , they are lrw-rw-r-- .
    2012-04-11 14:47:20 -0500: Permissions differ on "Library/Internet Plug-Ins/QuickTime Plugin.webplugin/Contents/CodeResources", should be -rw-rw-r-- , they are lrw-rw-r-- .
    2012-04-11 14:47:20 -0500: Permissions differ on "System/Library/Frameworks/QTKit.framework/Versions/A/Resources/QTKitIBPlugin.i bplugin/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2012-04-11 14:47:21 -0500: Permissions differ on "System/Library/Spotlight/QuickTime.mdimporter/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2012-04-11 14:47:21 -0500: Permissions differ on "Library/Audio/Plug-Ins/HAL/iSightAudio.plugin/Contents/CodeResources", should be -rw-rw-r-- , they are lrw-rw-r-- .
    2012-04-11 14:47:21 -0500: Permissions differ on "System/Library/Frameworks/QuickTime.framework/Versions/A/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2012-04-11 14:47:21 -0500: Permissions differ on "Applications/QuickTime Player.app/Contents/CodeResources", should be -rw-rw-r-- , they are lrw-rw-r-- .
    2012-04-11 14:47:21 -0500: Permissions differ on "Applications/QuickTime Player.app/Contents/PlugIns/AnnotationInspector.propPane/Contents/CodeResources ", should be -rw-rw-r-- , they are lrw-rw-r-- .
    2012-04-11 14:47:21 -0500: Permissions differ on "Applications/QuickTime Player.app/Contents/PlugIns/AudioSettingsInspector.propPane/Contents/CodeResour ces", should be -rw-rw-r-- , they are lrw-rw-r-- .
    2012-04-11 14:47:21 -0500: Permissions differ on "Applications/QuickTime Player.app/Contents/PlugIns/DataRefInspector.propPane/Contents/CodeResources", should be -rw-rw-r-- , they are lrw-rw-r-- .
    2012-04-11 14:47:21 -0500: Permissions differ on "Applications/QuickTime Player.app/Contents/PlugIns/HintTrackInspector.propPane/Contents/CodeResources" , should be -rw-rw-r-- , they are lrw-rw-r-- .
    2012-04-11 14:47:21 -0500: Permissions differ on "Applications/QuickTime Player.app/Contents/PlugIns/NetworkInspector.propPane/Contents/CodeResources", should be -rw-rw-r-- , they are lrw-rw-r-- .
    2012-04-11 14:47:21 -0500: Permissions differ on "Applications/QuickTime Player.app/Contents/PlugIns/SettingsInspector.propPane/Contents/CodeResources", should be -rw-rw-r-- , they are lrw-rw-r-- .
    2012-04-11 14:47:21 -0500: Permissions differ on "Applications/QuickTime Player.app/Contents/PlugIns/VisualTrackInspector.propPane/Contents/CodeResource s", should be -rw-rw-r-- , they are lrw-rw-r-- .
    2012-04-11 14:47:21 -0500: Permissions differ on "System/Library/PreferencePanes/QuickTime.prefPane/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2012-04-11 14:47:21 -0500: Permissions differ on "System/Library/PreferencePanes/QuickTime.prefPane/Contents/Resources/QTAdvance d.prefPane/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2012-04-11 14:47:21 -0500: Permissions differ on "System/Library/PreferencePanes/QuickTime.prefPane/Contents/Resources/QTAdvance d.prefPane/Contents/Resources/QTMediaKeys.bundle/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2012-04-11 14:47:22 -0500: Permissions differ on "System/Library/PreferencePanes/QuickTime.prefPane/Contents/Resources/QTAdvance d.prefPane/Contents/Resources/QTMime.bundle/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2012-04-11 14:47:22 -0500: Permissions differ on "System/Library/PreferencePanes/QuickTime.prefPane/Contents/Resources/QTAdvance d.prefPane/Contents/Resources/QTTransport.bundle/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2012-04-11 14:47:22 -0500: Permissions differ on "System/Library/PreferencePanes/QuickTime.prefPane/Contents/Resources/QTPlugIn. prefPane/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2012-04-11 14:47:22 -0500: Permissions differ on "System/Library/PreferencePanes/QuickTime.prefPane/Contents/Resources/QTRegiste r.prefPane/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2012-04-11 14:47:22 -0500: Permissions differ on "System/Library/PreferencePanes/QuickTime.prefPane/Contents/Resources/QTRegiste r.prefPane/Contents/Resources/QTAbout.bundle/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2012-04-11 14:47:22 -0500: Permissions differ on "System/Library/PreferencePanes/QuickTime.prefPane/Contents/Resources/QTStreami ng.prefPane/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2012-04-11 14:47:22 -0500: Permissions differ on "System/Library/PreferencePanes/QuickTime.prefPane/Contents/Resources/QTUpdate. prefPane/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2012-04-11 14:47:22 -0500: Permissions differ on "System/Library/CoreServices/Menu Extras/RemoteDesktop.menu/Contents/CodeResources", should be -rw-r--r-- , they are lrw-r--r-- .
    2012-04-11 14:48:30 -0500: Permissions differ on "Library/Internet Plug-Ins/JavaPluginCocoa.bundle/Contents/CodeResources", should be -rw-rw-r-- , they are lrw-rw-r-- .
    2012-04-11 14:49:44 -0500: Permissions differ on "System/Library/Frameworks/AppKit.framework/Versions/C/_CodeSignature/CodeResou rces", should be ?--------- , they are ---------- .
    2012-04-11 14:49:44 -0500: Permissions differ on "System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/_CodeS ignature/CodeResources", should be ?--------- , they are ---------- .
    2012-04-11 14:49:44 -0500: Permissions differ on "System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/Resour ces/DotMacSyncHelper.app/Contents/_CodeSignature/CodeResources", should be ?--------- , they are ---------- .
    2012-04-11 14:49:44 -0500: Permissions differ on "System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/Resour ces/dotmacsyncui.app/Contents/_CodeSignature/CodeResources", should be ?--------- , they are ---------- .
    2012-04-11 14:49:44 -0500: Permissions differ on "System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/_CodeSignat ure/CodeResources", should be ?--------- , they are ---------- .
    2012-04-11 14:49:44 -0500: Permissions differ on "System/Library/Extensions/IOUSBMassStorageClass.kext/Contents/_CodeSignature/C odeDirectory", should be ?--------- , they are ---------- .
    2012-04-11 14:49:44 -0500: Permissions differ on "System/Library/Extensions/IOUSBMassStorageClass.kext/Contents/_CodeSignature/C odeResources", should be ?--------- , they are ---------- .
    2012-04-11 14:49:44 -0500: Permissions differ on "System/Library/Extensions/IOUSBMassStorageClass.kext/Contents/_CodeSignature/C odeSignature", should be ?--------- , they are ---------- .
    2012-04-11 14:49:45 -0500: Permissions differ on "System/Library/SystemProfiler/SPDisplaysReporter.spreporter/Contents/_CodeSign ature/CodeResources", should be ?--------- , they are ---------- .
    2012-04-11 14:49:49 -0500:
    2012-04-11 14:49:49 -0500: Permissions verification complete
    2012-04-11 14:49:49 -0500:
    2012-04-11 14:49:49 -0500:

    Hello, you can safely ignore the second round, you need to Repair Permissions once in awhile, but Permissions Repair is really messed up.
    It uses a combo of PKG stubs in Library>Receipts & a Database.
    http://support.apple.com/kb/TS1448
    http://pondini.org/OSX/DU5.html

  • Hi All, can i have some production support issues with rootcasue and resolution for SAP TM?

    Hi All, can i have some production support issues with rootcasue and resolution for SAP TM?
    Thanks,
    Sreenivas

    Hi Sreenivas,
    I would recommend that you read the Rules of Engagement and other documents in the Getting Started link (top right) before posting anymore.  Your Discussion will most likely get reported as non-specific and get removed.  If you have a specific problem with TM, please post it in a new thread with error messages, version and SPs installed, and how the error occurs and what you are trying to get TM to do.
    There are a lot of resources available in the TM Overview page which can help, so start there and maybe also look at some of the MKS (Monday Knowledge Session) recordings which should also be listed.  There are also a lot of experienced people who can help resolve issues your TM installation, but you need to provide enough information on the problems you are having.  If you are just looking for information on past problems, do a Search or simply browse through past Discussions which are marked with a green Check (Correct Answer).
    Regards, Mike
    SAP Customer Experience Group - CEG (and a Moderator)

Maybe you are looking for

  • Creation of logical index terminated. Join index create error.

    Hi to all, After running for a few weeks fine. See my earlier message Delete and recreate BWA index of a cube in process chain. Chains are "terminating" again. I get the following error messages: Creation of logical index '[Technical Cube_name]' term

  • Numbers sorting problem

    I know that this problem may have been asked before but I searched and could not find a similar situation. I have a spreadsheet that will not sort the contents of a cell correctly. As an example, the table has two columns, the first is formatted as a

  • 5/9 Lost episode.  Where is it???!!!

    Where is last night's epidsode of ABC's Lost (5/9)? Usually Apple has it available the very next morning.

  • Re: Error relating to material code when raising PR

    Dear all, I came acrossed the error "Material not subject to inventory management in plant XXXX" when trying to raise a PR by entering the material code. Checking the material created, the material is active and has been properly maintained by Purcha

  • How to Use Captcha in Flash Forms

    Hi, does anyone knows how to use a captcha in flash forms I am using Coldfusion 7 not version 8. Please Guide Me Cheers