FYI DU error:"Reserved fields in the catalog record have incorrect data"

I had a very perplexing problem...
My iMac G5 was shutting down by itself so I took it to Apple and had the power supply replaced. After it was repaired I was concerned about the hard drive health after the unexpected shutdowns. So I ran Disk Utility and encountered the following...
The iMac G5 is running OS 10.4.6.
I ran "Repair Disk Permissions" from Disk Utility and encountered no errors.
I ran "Verify Disk" from Disk Utility on the drive and I get these results (copied from DiskUtility.log):
Verifying volume “TheDisk”
Checking HFS Plus volume.
Checking Extents Overflow file.
Checking Catalog file.
Checking multi-linked files.
Checking Catalog hierarchy.
Checking Extended Attributes file.
Reserved fields in the catalog record have incorrect data
Checking volume bitmap.
Checking volume information.
The volume TheDisk needs to be repaired.
Error: The underlying task reported failure on exit
Disk Utility stopped verifying “TheDisk” because the following error was encountered:
The underlying task reported failure on exit
1 HFS volume checked
Volume needs repair
This occurs whether I run it while booted from the hard drive or the restore disc. While booted from the restore disc, running repair disc indicates that the failure could not be fixed.
Booted from the hardware test disc and all tests passed.
Booted from TechTool Pro disc and all the tests passed.
Booted from Disk Warrior (had to get the "free" update to boot my iMac G5) and rebuilt directory. No errors reported.
Still same error reported in Disk Utility. ???
Booted iMac in 'safe' mode. Rebooted iMac normally.
Disk Utility now reports success!

Sorry but this is not assistance to you but an additional request for help from someone!!!
I had the same thing occur just now!!!! I have used everything in site and keeps returning............
Hope someone has an answer as to why this occured....

Similar Messages

  • Reserved fields in the catalog record have incorrect data???

    I inserted the orginal installation disk for the Mac mini. I ran the verify disk. Then nine of these messages in red showed - "Reserved fields in the catalog record have incorrect data." I then did repair disk and now it shows that 1 volume could not be repaired. I have the MiniStack as well. I am assuming that the Hard Drive is the one needing repair. Not the MiniStack which also has OS installed along with Classic. How can I fix the disk? How important is the message in red?

    You have directory damage.
    Use Disk Warrior to repair the drive: http://www.alsoft.com
    Explanation of what directory damage is and what causes it: http://alsoft.com/DiskWarrior/details4.html
    The other option is to wipe your drive and re-install everything.

  • To plugin developers: can I have access to any metadata field of the catalog in Print Module?

    Dear LR plugin developers,
    Maybe one of you has already implemented such a feature, maybe I can entice you to do so, if several people find this useful?
    Is there a forum for plugin feature requests? If so, forgive me for using this general user-to-user for this. Or would you look on the Adobe feature request forum for such input?
    I would like to have access to any metadata field of the catalog in Print module, ok if for all LR standard catalog fields, preferable if also for custom fields created by other plugins.
    I would want to add such a field underneath each image on a print page, e.g. something like complete exposure info.
    Doing so in export in a "Mogrify-like" way would also be ok, if metadata accessible. Fixed custom text obviously would be cumbersome, as limiting to 1 image to export at a time. Creating jpgs in export is ok,
    Print module would be preferable as I was hoping for more than one image per page=jpg.
    Now if such text could even be placed anywhere on a print template, possibly containing also free text, and formatable - you would have corrected the basic design flaw of the Book module imo...
    Cornelia

    Cornelia
    The problem one faces is that the SDK does not access Print or Book. You'll need to (ab)use the fields that are available, and I'd suggest you look at my Search and Replace plugin which can transfer values between fields. So you could move info from an inaccessible field to one that can be printed. Maybe use virtual copies which you can just discard afterwards?
    John

  • Mandatory fields in the Conditio Records

    Hi,
    The question is;
    When we maintain the condition record for pricing, we find that certain fields are mandatory and certain fields are not mandatory in a key combination.. Where and how is the mandatory setting set to the fields?
    Thanks in advance,
    Fazal

    Hi Fazal,
    All the fields of the condition record are mandatory. Once u define the fields in the condition table, they become mandatory in the condition record.
    For ex. if my condition record consists of Customer, material, and sales orgn, then i need to maintain all the fields in the condition record with out which the condition record will not be found.
    Cheers,
    Hi Anil,
    Considering your example of a table consisting of fields Customer, material, and sales orgn; when i go to VK12, enter the condition type and select the key combination consisting of the above fields, the sales org would be mandatory or the sales org and the customer would be mandatory fields and material would not be mandatory before execution.
    If I give the material details then the specific condition record is the output, but if the sales org is the only mandatory field and i enter that and execute then it gives me a huge list.. Now, my question is how do you make this feild (sales org) mandatory or rather see it a mandatory entry in the VK12 screen???
    Regards
    Fazal

  • To find the date type fields in the row and validate those date fields

    TYPES : BEGIN OF TY_MARA,
              MATNR TYPE MARA-MATNR,
              ERSDA TYPE MARA-ERSDA,
              ERNAM TYPE MARA-ERNAM,
              LAEDA TYPE MARA-LAEDA,
              MTART TYPE MARA-MTART,
            END OF TY_MARA.
    DATA : it_mara TYPE STANDARD TABLE OF ty_mara,
          it_mara1 TYPE STANDARD TABLE OF ty_mara,
           wa_mara TYPE ty_mara.
    loop at it_mara into wa_mara.
      describe field wa_mara-ersda type c_data.
    if c_data eq 'D'.
      CALL FUNCTION 'DATE_CHECK_PLAUSIBILITY'
        EXPORTING
          date                            = wa_mara-ersda
       EXCEPTIONS
         PLAUSIBILITY_CHECK_FAILED       = 1
         OTHERS                          = 2
      IF sy-subrc eq 0.
    wa_mara-ersda = '00000000'.
        append wa_mara to it_mara1.
        write :wa_mara-matnr,wa_mara-ersda.
        else.
            wa_mara-ersda = '00000000'.
        append wa_mara to it_mara1.
        write :wa_mara-matnr,wa_mara-ersda.
      ENDIF.
      endif.
      endloop.
    This issue regarding how to find the date type fields in the row and validate those date fields.If its not a valid date ,i have to assign initial value to that.
    I've tried that for single field using describe field.Please help me do that for all fields.

    Hi Sam,
     I believe we had discussed the same issue in the below thread. Can you please refer the below one?
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/d93e16ff-c123-4b36-b60b-60ccd34f6ca7/calculate-time-differences-in-infopath?forum=sharepointcustomizationprevious
    If it's not helping you please let us know
    Sekar - Our life is short, so help others to grow
    Whenever you see a reply and if you think is helpful, click "Vote As Helpful"! And whenever
    you see a reply being an answer to the question of the thread, click "Mark As Answer

  • I have my catalog "Back Up Each Time Lightroom Exits" checked, and always have. That means the catalog should have been backed-up and saved everyday, if not more than once on some dates. So with a a major problem now and needing to use the Catalog backup

    I have my catalog "Back Up Each Time Lightroom Exits" checked, and always have. That means the catalog should have been backed-up and saved everyday, if not more than once on some dates. So with a a major problem now and needing to use the Catalog backup from last Friday, I go to my Lightroom Backups folder - and the most recent one showing not only isn't yesterday, it's OCTOBER 28 !?? Where the hell are the daily backups between October 28 and November 14?

    Oh wow - JET LAG strikes agin - my apologies; I have located the missing weeks of back-ups. After getting home from a 30-day trip to Europe, I had changed the location of my LR catalog back-ups to an external drive, and forgot that I did that. I have found them, and all is good. Never operate Heavy Machinery without enough rest. Cheers

  • How do I stop Mavericks from using the Internet, I have a DATA PLAN LIMIT!

    Since installing Mavericks on our 2 iMacs our DATA PLAN is overused. Over 1.5 to 2.5 GB PER DAY! This is unacceptable!
    How do I stop Mavericks from using the Internet, I have a DATA PLAN LIMIT!
    HELP!

    Have you seen this thread…
    https://discussions.apple.com/message/23826437#23826437
    The short story is that the new 'certifcate checking' system could be downloading large amounts of data, you can turn it of as follows…
    clockworkapps wrote:
    Turning off CRL & OCSP checking in the Certificates Preferences in Keychain Access solved the problem.
    You can do as others have done, install Little Snitch & use the Network Monitor to view what is happening, that thread has some good advice. http://www.obdev.at/products/littlesnitch/index.html
    @Topher, Activity Monitor is a bit pants for tracking processes that respawn or just go away (I assume its because it's an on-demand job, have you got a nice article on 'mach services', Linc confused me !? ).
    ocspd seems to do that in my limited testing,
    Little Snitch is the easiest way to monitor & you can get away with the free demo for long enough to test if funds are tight.

  • Lsmw error - no fields with the same name

    Dear Experts,
    I am trying to upload master data through LSMW through Standard Batch/Direct Input but when i am executing the step READ DATA it is throwing me error as
    File 'C:\Documents and Settings\Guest\Desktop\DMS.TXT' and source structure 'ZEQUI_STRUTURE' have no fields with the same name.
    Even though i cheked my flat file in notepad i used the following field for it
    AEDAT
    EQTYP
    SHTXT
    EQART
    GROES
    ERDAT
    ANSDT
    ANSWT
    WAERS
    HERST
    HERLD
    TYPBZ
    BAUJJ
    BAUMM
    SERGE
    SWERK
    STORT
    BEBER
    GEWRK
    ABCKZ
    EQFNR
    BUKRS
    ANLNR
    KOSTL
    IWERK
    INGRP
    TPLNR
    HEQUI
    Regards,
    Rip.
    Edited by: Julius Bussche on Jan 20, 2009 11:04 AM
    Please use meaningfull subject titles

    Hi Ripel,
    When you are assinging a file if it has field names in first row then select "Field names at Start of file", if not names then uncheck the box at "File Structure".
    If fields are using, then check the tabulator in file and Uncheck the "Field order matches Source structure Definition."
    Regards,
    Sunil
    Edited by: Sunil Reddy Sibbala on Jan 20, 2009 11:10 AM

  • Error in SQL Query The text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator. for the query

    hi Experts,
    while running SQL Query i am getting an error as
    The text, ntext, and image data types cannot be compared or sorted, except when using IS NULL or LIKE operator. for the query
    select  T1. Dscription,T1.docEntry,T1.Quantity,T1.Price ,
    T2.LineText
    from OQUT T0  INNER JOIN QUT1 T1 ON T0.DocEntry = T1.DocEntry INNER JOIN
    QUT10 T2 ON T1.DocEntry = T2.DocEntry where T1.DocEntry='590'
    group by  T1. Dscription,T1.docEntry,T1.Quantity,T1.Price
    ,T2.LineText
    how to resolve the issue

    Dear Meghanath,
    Please use the following query, Hope your purpose will serve.
    select  T1. Dscription,T1.docEntry,T1.Quantity,T1.Price ,
    CAST(T2.LineText as nvarchar (MAX))[LineText]
    from OQUT T0  INNER JOIN QUT1 T1 ON T0.DocEntry = T1.DocEntry LEFT OUTER JOIN
    QUT10 T2 ON T1.DocEntry = T2.DocEntry --where T1.DocEntry='590'
    group by  T1. Dscription,T1.docEntry,T1.Quantity,T1.Price
    ,CAST(T2.LineText as nvarchar (MAX))
    Regards,
    Amit

  • Changing the attibutes of a field in the table will affect existing data

    Hi Experts,
    If I want to changne the field attribute of particular field in the table, this table whoes field is changed is used in 15 more tables.Will that affect the data in production after changing the field attributes in all the 15 tables.
    Thanks in Advance.
    Regards,
    IFF

    Hi,
    Definitely data will effect in all tables and also you have to modify all the programs which are used modified tables.
    Regards,
    Peranandam

  • How to add a custom field to the "Projects" page "Group by" data menu list

    Hi,
    I'm deploying Project Online and I want to group projects by a custom field on the "Projects" page. Currently I can see options for group by Project Name, Start, Finish, % complete etc. I would like to group by a custom field of programme name
    which is filled in on the Project Details form.
    I can create the enterprise field etc, however I can't work out how to make the new enterprise field appear in this list. Or am I barking up the wrong tree and should be creating separate Project Types for each programme?
    Any help an advise greatly appreciated.
    Regards,
    Conrad

    Hello, add the programme field to the Project Center view then it will be available to group by. Paul
    Paul Mather | Twitter |
    http://pwmather.wordpress.com | CPS

  • I'm receiving an error message that reads "The backup disk image '/Volumes/Data/my name's iMAC.sparesebundle" is already in use.  The time capsule is not backing up any files.

    I'm receiving this error message about my Time Capsule:
    "The backup disk image '/Volumes/Data/my name's iMAC.sparesebundle" is already in use.  The time capsule is not backing up any files.

    1. Open the Sharing preference pane and check that the computer name hasn't changed without your knowledge. For example, if the name was "X's iMac," it might now be "X's iMac (2)". In that case, restore the original name. You may have to click the lock icon in the lower left corner of the preference pane to unlock the settings. Test. If there's no improvement, or if the name had not been changed, continue.
    2. If you're backing up to a Time Capsule, or an AirDisk attached to a 2013 or later model AirPort Extreme base station, restart it in either of the following ways:
    ☞ Disconnect and reconnect the power adapter.
    ☞ Select the device in the AirPort Utility application and then select
              Base Station ▹ Restart
    from the menu bar.
    If AirPort Utility notifies you of a firmware update, install it.

  • OAK3 error message - Specifications for the mean value methods incorrectly

    Hello experts,
    After golive of sap ECC system of our client, when the auditors check the consistency of depreciaion areas in transaction OAK3, the error message is appearing under the depreciation area 01 as "Specifications for the mean value methods incorrectly defined". Can anybody throw some light on how to encounter this error message?
    Thanks

    Hi,
    1) Usually, the reason why the error occurs is that you have no area defined in the chart of depreciation.
    2) Also please check the attached note 847289.     
    3) Please also run OIB5 and check if capitalization version is assigned to depreciation area 01                                            
    If you use capitalization versions it is necessary to have a depreciation area with area type 07 (Cost-acc. valuation) which     
    get the whole amounts.                                                                               
    The depreciation area which takes the values to 100 % must have the following features:                                                 
    => The currency of the depreciation area should have the currency of the controlling area                                          
    => The depreciation area should have the depreciation area type "07 Cost-acc. valuation"                                         
    => The area should not have a capitalization version       
    regards Bernhard

  • HT3275 I'm receiving an error message that reads "The backup disk image '/Volumes/Data/my name's iMAC.sparesebundle" is already in use.  The time capsule is not backing up any files.

    The Time Machine is not completing thte backup to my Time Capsule.  I am receiving a message which reads "The backup disk image "/Volumes/Data/Mac Jet's iMAC.sparsebundle" is already in use."  I cannot locate the source of the problem or what steps need to be taken to get the Time Capsule operating.

    Hi, see if it shows here...
    In Finder's Menu, select Go menu>Go to Folder, and go to "/volumes". (no quotes)
    Volumes is where an alias to your hard drive ("/" at boot) is placed at startup, and where all the "mount points" for auxiliary drives are created for you to access them. This folder is normally hidden from view.
    Drives with an extra 1 on the end have a side-effect of mounting a drive with the same name as the system already think exists. Try trashing the duplicates with a 1 or 2 if there are no real files in them, and reboot.
    If it does contain data...
    http://support.apple.com/kb/TS2474

  • How do I export a video so I can still edit it in the future and have all data (no compression)

    I am super new to Premiere Elements and video in general so my question is probably a no brainer.  I am taking parts of a video and exporting them out so I can come back later and edit them.  When I try this the dimension is changing even though I'm checking 1080x720.  It's also losing quality.   I'm a wedding photographer (not videoagrapher) and don't know the correct terminology to use.  This is for a family wedding I did where I also experimented with video.  Basically what I would like to do is take the "raw" clips and grab the scenes I want, export them and bring them back at a future time and edit them without losing quality.
    I have tried researching this and am so frustrated.  I just can't figure this out.  Thank you in advance to anyone who can point me in the right direction. 

    clarkiek
    Thanks for the reply. From your screenshot, I cannot be sure if you are using Premiere Elements 12 or 11 (very similar) on Windows. So, for now I will assume Premiere Elements 12 on Windows 7, 8, or 8.1 64 bit.
    From your screenshot, it would appear that your source is
    1920 x 1080 @ 23.976 progressive frames per second
    So, you or the project should have set a project preset of
    NTSC
    DSLR
    1080p
    DSLR 1080p24
    If the program was allowed to set the project preset based on the properties of the first video drag from Project Assets to Timeline, we can find out if it did it "right". Sometimes it does not. To do this...Edit Menu/Project Settings/General. And, if the Project Settings look like the following screenshot, the program set the project preset correctly:
    If you do not see the above, then new project whose project preset you set manually before you import your video.
    To do that...
    In Expert workspace, File Menu/New/Project and Change Settings.
    Change Settings to NTSC/DSLR/1080p/DSLR1080p24
    Before exiting that area, be sure to have a check mark next to "Force Selected Project Settings on This Project" in the new project dialog.
    Now the big question, what to export this TImeline to so that the export will be part of a family of exports to joint a grand project. If you know that all you want as the destination is NTSC DVD-VIDEO Widescreen on DVD disc, then you can export each TImeline as a DV AVI Widescreen file (Publish+Share/Computer/AVI with Presets = DV NTSC Widescreen. When all is said and done, all these DV AVI Widescreen files will be imported in a new Premiere Elements 12 NTSC DV Widescreen project for burn to with Publish+Share/Disc/DVD disc with NTSC _Widescreen_Dolby DVD preset.
    Alternative way, if you had HD plans for this edited video on this Timeline, could be
    a. Project Preset - set as before 1920 x 1080p24
    b. Export as Publish+Share/Computer/AVCHD with Presets = MP4 - H.264 1920 x 1080 p24
    c. Combine all the individual .mp4 into one grand project (project preset = 1920 x 1080p24) with a destination for
    DVD-VIDEO Widescreen on DVD disc
    or
    AVCHD format on DVD disc
    or
    Blu-ray disc format on Blu-ray disc.
    You wrote
    In mpeg I used preset HDTV 1080p 29.97 high quality and it seems to save it just fine.  But can I bring these files back in and edit with non-destructive editing?
    This would be a Publish+Share/Computer/MPEG choice (MPEG2 HD.mpg 1920 x1080p29.97 versus what I described as an alternative Publish+Share/Computer/AVCHD choice (AVCHD.mp4 1920 x 1080p24). The project preset for the grand project might be:
    for 1920 x 1080p29.97, NTSC/DSLR/1080p/DSLR1080p30 @ 29.97
    for 1920 x 1080p24, NTSC/DSLR/1080p/DSLR1080p24
    Irrespective of the frame rate along the line, in the end, burn to presets are standarded at @29.97 interlaced frames per second.
    Please review and consider. If I did not explain clearly enough, please let me know, and I will rewrite if need be.
    Thanks.
    ATR

Maybe you are looking for

  • Serious time issue in FP9 on Linx

    Can somebody confirm the following issue FP 9 on Linux shows time one hour ahead than the local time. Try following line with FP9 on Linux trace("Current Time "+new Date()); if yes then when will this get fixed.

  • I cannot select images that I've sent to back.

    Once I send an image to the back, it's impossible to ever reselect it. Any suggestions?

  • Export to Folder as Collection Hierarchy

    Currently it is impossible to use the collection Hierarchy as the "folder structure" for the export. Maybe Adobe can consider adding in the Export Location section a new option like 'Put in Subfolder' called 'Put in Current Collection Folder' which w

  • Oraganisation Chart

    Hi, i have jus try to create an organisation chart .So i have create java script and application process .But Now in Region There is no Organisation chart display. Java Script Put In HTML header <script src="http://www.google.com/jsapi"></script>  <s

  • I couldn't locate policy.properties or sso directory in Oracle AS10.1.3.1.1

    I'm trying to do SSO, configured policy in Access Manager as per integration steps in b25347.pdf I couldn't locate policy.properties or sso directory in Oracle AS10.1.3.1.1 I dont know what i'm missing ?