Error messages through BADI HRPAD00INFTY not reflected in Portal

Hi
     We are on ESS 6 and using web dynpro based Iviews.
     Various custom validations have been configured in R/3 via
     BADI <b>HRPAD00INFTY</b> for leave request.
     But those validations are not getting reflected when creating a leave through
     leave request Iview in portal.I need all those custome R/3 validations
     messages to appear in portal as well.
Regards
Mohamed Mansoor

> In which method should I write the validations and
> more over the BADI has already been implemented via
> class CL_PT_ARQ_REQ.
write your validations in SIMULATE_VIA_BLOP method. You can find current record in IM_ATTABS_TAB. after ur validations, when u want to raise an error message use follwing code.
CALL METHOD MESSAGE_HANDLER->ADD_MESSAGE
EXPORTING
IM_TYPE = 'E'
IM_CL = 'HRTIM_ABS_REQ'
IM_NUMBER = 'XXX'
IM_PAR1 = 'SIMULATE_VIA_BLOP'
IM_PAR2 = 'IF_EX_PT_ABS_REQ~SIMULATE_VIA_BLOP'
IM_PAR3 = 'BLOP'
IM_CONTEXT = ''
IM_SUBCONTEXT = ''
IM_CLASSNAME = 'CL_PT_ARQ_BLOP_ADAPTER'
IM_METHODNAME = 'MESSAGE'.
Here, IM_CL = 'HRTIM_ABS_REQ' is important.
This is message class created using se93. and XXX is the message number.
this should raise an error message on leave screen.
Cheers!!
Ashutosh

Similar Messages

  • How to display Error messages through BADI HRPAD00INFTY in ESS ?

    Hi,
    In ESS, I want to perform custom validation on IT1067 ( Health Plan ) and allow only specific combinations of health plans to be selected.   We are on ECC6.0 EhP4 .  This infotype is "NOT PERMITTED" in the new decoupled framework and hence I cannot use NEW BADI's for validation and I am stuck with Classical BADI - HRPAD00INFTY.
    In my classical badi HRPAD00INFTY, after validation, I want to display an error message if "Invalid Combination" is selected by the user.  
    I tried using the following code to display the error message :
              DATA badi_message_handler   TYPE REF TO cl_hrpa_message_list.
              DATA message_handler        TYPE REF TO if_hrpa_message_handler. 
              DATA msg                    TYPE symsg.
              DATA is_ok                  TYPE boole_d.
              CREATE OBJECT badi_message_handler.
              message_handler = badi_message_handler.
              msg-msgid = 'YHBN'.
              msg-msgty = 'E'.
              msg-msgno = '006'.
              msg-msgv1 = c_none_plans. "'Invalid Plan'(z09).
              CALL METHOD message_handler->add_message
                EXPORTING
                  message = msg
                  cause   = message_handler->unknown.
                  is_ok = space.
              badi_message_handler->add_messages( message_handler ).
              RAISE error_with_message.
    The message is displayed in ESS but after that the Java Trace Exception is displayed.   I  want to display the error message in a user friendly way and provide an option to correct the plans.
    Please let me know if anyone has done similar thing or have any suggestions.
    Thanks

    Hi,
    DATA badi_message_handler   TYPE REF TO cl_hrpa_message_list.
              DATA message_handler        TYPE REF TO if_hrpa_message_handler. 
              DATA msg                    TYPE symsg.
              DATA is_ok                  TYPE boole_d.
              CREATE OBJECT badi_message_handler.
              message_handler = badi_message_handler.
              msg-msgid = 'YHBN'.
              msg-msgty = 'E'.
              msg-msgno = '006'.
              msg-msgv1 = c_none_plans. "'Invalid Plan'(z09).
              CALL METHOD message_handler->add_message
                EXPORTING
                  message = msg
                  cause   = message_handler->unknown.
                  is_ok = space.
              badi_message_handler->add_messages( message_handler ).
         *-- Add following--
        Exit.
              RAISE error_with_message.

  • Just upgraded to Lion an am discovering that I cannot send email photos from within iPhoto. Error message says bad Internet connection or server not working, when that's not the case. Never happened in Snow Leopard! Help!!!

    Just upgraded to Lion an am discovering that I cannot send email photos from within iPhoto. Error message says bad Internet connection or server not working, when that's not the case. Never happened in Snow Leopard! Help!!!

    what email service - Yahoo mail have been acting up lately
    you can try setting Mail as your email client - it resolves this pfoblem for some people
    LN

  • Am not able to use facebook on my Iphone 4, softwareversion:iOS7.1, also tried to access through safari and chrome that i have installed it gives an error message saying: "safari could not open the page because server stopped responding",

    Am not able to use facebook on my Iphone 4, softwareversion:iOS7.1, also tried to access through safari and chrome that i have installed it gives an error message saying: "safari could not open the page because server stopped responding", i tried network reset, reset the whole device, rebooting , changing airplane mode rebooting nothing fix the issue, but i can access other sites and google , am using Vodafone as my carrier with 2g network, when at home able to access facebook.com through wifi in safari requesting assistance thank you

    If you can access Facebook while on Wifi at home, but you are unable to access it while away running on your carrier's 2G network, I could phone your carrier.  You have already completed the Cellular Data troubleshooting for the iPhone, so any limitations keeping your from connecting to Facebook over cellular will have to be answered by your carrier.

  • HT201210 I tried to restore my iPhone 4s through iTunes and received error message that Restore could not be completed due to error 2003. Phone now not recognized in iTunes, with prompt to restore, phone w/screen with iTunes symbol and can't use.

    I tried to restore my iPhone 4s through iTunes and received error message that Restore could not be completed due to error 2003. Phone now not recognized in iTunes, with repeated prompts to restore phone. Now phone w/screen with iTunes symbol and USB cord can't use. It appears the phone has been restored, but I cannot activate it.
    I disabled my anti-software, iTunes and computer software (microsoft vista) are both up to date, I restarted the computer several times. My usb ports are working properly. I followed the troubleshooting suggestions from apple.

    yes did you buy it of somebody or a well known company such as apple or carphone warehouse?
    and i mean the phone would have been activated in the first place with the sim card you get given when you first get the phone.
    trying to activate the phone with another sim card that you did not get when you brought the phone may result in you not being able to activate it
    no worries

  • LE_SHP_DELIVERY_PROC Error message through Log .

    Hi,
    I'm working on a BADI LE_SHP_DELIVERY_PROC inside the method FILL_DELIVERY_ITEM. I have to show an error message over here. If i passed like MESSAGE e000(zless) WITH text-006 text-007 it is displaying message but it is come out from the layout of the transaction in scope.
    Te be more specific, when the pop up of message comes out and after that the user click on the "Exit" button, the  system should go back on the previous layout of the report to allow the user making another selection.
    I'm using Vl10D transaction.
    Now I'm trying to generate the error message through log by CT_LOG internal table . I have to block the deliveries whichever is creating through this transaction. If for a particular STO there are different loading points then I need to block the deliveries.
    I'm trying to block the current delivery using  IS_LIKP-LIFSK = 'X' and also I need to block the previous delivery IT_XLIKP-LIFSK = 'X'.
    strange thing is happening with STO which has 2 deliveries are getting created (because error msg is not getting tirggered thorugh log),  though I have blocked the deliveries.
    Could you please let me know how can i populate this error message through log as well as I can block the deliveries?
    Thanks in advance,
    Abhijit

    Hi
    To lock the delivery, see Note 198137 - VL10: Customer-specific enhancements / user exits and use this userexits. To populate the log I think that using the structure CT_LOG in the BADI is OK. Check when are called the userexit and BADI.
    I hope this helps you
    Regards
    Eduardo

  • Error message: this computer is not supported by the system recovery media.

    I replaced a bad samasung hard drive in my Pavilion dv6z 3200 with a Seagate Momentus XT 750 GB 7200RPM SATA 6Gb/s 32 MB Cache 2.5 Inch Solid State Hybrid Drive ST750LX003 and when trying to restore Windows 7 64 bit OS get the error message "this computer is not supported by the system recovery media"

    Is the new hdd at least as large a capacity as the original? Can be larger capacity, but sometimes smaller will cause error.
    Enter BIOS by tapping F10 key. Is all system info intact/complete?
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

  • I am installing Windows 7 on my macbook pro OSX Mountain Lion and I get an error message:" Your disk could not be partitioned." What does this mean?

    I am installing Windows 7 and I get an error message: "Your disk could not be partitioned. An error ocurred while partitioning the disk". I was using a Windows & Home Premium OEM Software that I purchased from Microsoft. I was given to Windows 100GB to use for Quickbooks pro, Payroll and Publisher. I have the Macbook Pro model No: MD102LL/A. Does anyone knows what happenned or can advice me in what to do? Please help!!!

    amarilysfl wrote:
    "Your disk could not be partitioned. An error occurred while partitioning the disk".
    https://www.apple.com/support/bootcamp/
    If you were using Apple's BootCamp and received this message, quit it and open Disk Uility in your Applicaitons/Utilities folder.
    Select the Macintosh HD partition on the left and select Erase and Erase Free Space > Zero option and let it complete (important) this will check the spare space for bad sectors that can cause issues formatting partitions.
    Once it's completed, try creating a partiton again in BootCamp.
    If that doesn't work, then hold command option r keys down while connected to a fast internet connection, Internet Recovery should load (spinning globe) and then in that Disk Utility, select your entire internal drive and click > First Aid > Repair Disk and Permissions.
    reboot and attempt Bootcamp again.
    If you still get a error, it might be that you have OS X data on the bottom area where BootCamp partition needs to go. This would occur if you had the drive or computer for a long time or wrote a large amount of files to the drive and nearly filling it up and then reduced some, but it left traces in the area BootCamp needs to go.
    To fix this
    BootCamp: "This disc can not be partitioned/impossible to move files."
    How to safely defrag a Mac's hard drive

  • After updating my MacBook Pro to yeosemite I want my old screen saver picture back. I did a full back up before the install. I found the "Settings" folder in Time machine but when I try to open it I get an error message saying "You can not open this

    After updating my MacBook Pro to yeosemite I want my old desktop picture back. I did a full back up before the install. I found the "Settings" folder in Time machine but when I try to open it I get an error message saying "You can not open this folder. It is in TimeMachine".

    Can you browse the Time Machine drive from Finder?
    If you can and you know where the picture was stored ie on your desktop you can browse through the folder structure to the picture copy it and paste it somewhere on your new install before right clicking it and 'set as desktop background'

  • PDF won't open on Mac with Adobe Reader Error message:Adobe Reader could not open

    I have Adobe Reader 10.1.3 for Mac, (10.7.3) and am having problems opening pdfs.  I get an error message: Adobe Reader could not open file name.pdf because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and wasn't correctly decoded). The files are not from emails, but are from websites, government sites, professional organizations etc.)  Help! Adobe is no help!

    Manually download the files to your computer (right-click on the url). When the file is downloaded to your computer do you get the same message when you try to open in Reader through the File->Open menu? What about when you open the file in Mac's Preview application?

  • ITunes stopped working on Windows 8. Error message 7: iTunes was not installed correctly.

    I have Windows 8. Originally iTunes worked fine, then it couldn't update (said it was unsuccessful). Then it stopped working, so I (after much research) tried a long and tiresome method of removing all Apple products and re-installing them. I did this 3 times and it eventually worked and has been working fine for a few months. Recently, when trying to update, it has said "update successful", but when checking for new updates, finds the same one it supposedly just installed, wanting to install it again. For a few weeks now it has not worked at all, saying "error message 7: iTunes was not installed correctly" when I attempt to open iTunes. I can't bring myself to go through the whole process again of uninstalling and reinstalling everything, it took hours and it clearly doesn't solve the problem. I have no idea what the problem is. Reinstalling only iTunes doesn't work. The support pages have no advice available for my crappy version of Windows.
    Please help me!

    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down the page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    It shouldn't really take that long to do, assuming it goes smoothly.
    tt2

  • IPHONE 5: can't receive calls & random error messages, such as "could not activate cellular data network" and "no connection - network unavailable, please connect to wifi or cellular network."  This occurs even when signal strength or wifi is operational.

    IPHONE 5:  can't receive calls and random error messages, such as "could not activate cellular data network" and "no connection - network unavailable, please connect to wifi or cellular network."  This occurs even when signal strength or wifi is operational, and it does not matter whether wifi is on or off.  ATT went through the standard protocol - resetting network, resetting sim card, etc.  No changes.  Other phones working fine in same region with same carrier.  Apple's solution is to restore software, but haven't gone there yet.  Anyone successfully addressed this/these issues?   

    I should point out that it worked when the iPhone was set back to factory settings, but when restored with the backup, data/internet no longer works again, and I get the "Could not activate cellular data network" error message yet again.

  • Revel Error Message: "Some files could not be uploaded."

    Error Message: "Some files could not be uploaded. 1 file was unable to be uploaded and was skipped." I am a Revel user from its inception. I have never had upload errors before in Adobe Revel. I am trying to upload jpeg files in the same way I have done for months, which is by dragging and dropping files directly into an album I have created. Starting yesterday, only some files upload properly. Others receive the above error message. When I have tried to re-upload the jpegs which have not gone, I receive either the same error message or a slightly different error which indicates the files are not uploading because they are duplicates. They're not duplicates and appear nowhere else in my Revel albums. I have rebooted my Window 7 PC, I have repeatedly logged out and back into Revel. I have tried both Firefox and IE. I have tried creating new albums and uploading the failed files to a new album. I have cleared my Firefox cache. I have tried both the "drag and drop" feature and the "Add Photos or Videos" button in Revel. I have tried using the "Export to Revel" feature in Adobe Photoshop Elements 11. I have tried uploading never-before-attempted files, and - on average - only 25% of those brand-new files are uploading. I am a subscriber and pay for the Revel service, so I am not bumping into any upload quotas. I have read through these forums and have found problems similar to mine as far back as May 2013, but none of the problems ever seem to have been resolved other than the users simply giving up. Can you help? I am becoming increasingly confused with respect to which files have succeeded and which files have failed. Thank you. -Dori

    Yvonne-
    You can have many libraries with many albums and files within them. Each library is independent, so if you upload a file to two libraries then you two copies. If you put a photo from a library in albums that live within that library, then there is only one copy in the library that each album has access to so it will show up when you view the album. This might help : http://forums.adobe.com/message/5197228#5197228.
    I found a few incomplete files in your account also. We will take care of this for you and contact you when it is complete.
    Pattie
    Some of these links might also be useful to you:
    Revel FAQ’s:
    http://forums.adobe.com/community/revel/faq
    especially:
    FAQ: Where can I learn tips and tricks about Revel? http://forums.adobe.com/message/5798092#5798092
    FAQ: How do I share my photos in Revel? http://forums.adobe.com/thread/1295026
    FAQ: How do I add (upload) files to revel? http://forums.adobe.com/thread/1162795?tstart=0

  • Repeating error message: "acl found but not expected" during permissions repair

    repeating error message: "acl found but not expected" during permissions repair
    My iMac is running slow. Processor running all the time. I was told to do permissions repair, so I did that. I get 100's and 100's of "ACL found but not expected" while doing a permissions repair in 'utilities'. It says 1 minute to complete but runs for a half hour. When it finally completes, I can restart the permissions repair again and it starts all over with same endless messages. Even though its says 'repaired', these ACL issues keep coming.
    SEE BELOW ... What's wrong? And How do I fix it?
    Kind thanks for your suggestions,
    Vic
    Hardware Overview:  Model Name: iMac
      Model Identifier: iMac8,1
      Processor Name: Intel Core 2 Duo
      Processor Speed: 2.8 GHz
      Number Of Processors: 1
      Total Number Of Cores: 2
      L2 Cache: 6 MB
      Memory: 4 GB
      Bus Speed: 1.07 GHz
      Boot ROM Version: IM81.00C1.B00
      SMC Version (system): 1.30f1
    Serial Number (system): W884000HZE4  Hardware UUID: BF3B8113-E0F0-54DB-9062-B73A0E4DB0F2
    Repairing permissions for “Vic's iMac”ACL found but not expected on “Library/Printers”Repaired “Library/Printers”ACL found but not expected on “Library/Printers/Icons”Repaired “Library/Printers/Icons”Group differs on “Library/Printers/InstalledPrinters.plist”; should be 80; group is 0.Permissions differ on “Library/Printers/InstalledPrinters.plist”; should be -rw-rw-rw- ; they are -rw-r--r-- .Repaired “Library/Printers/InstalledPrinters.plist”ACL found but not expected on “private/etc/apache2/extra/httpd-ssl.conf”Repaired “private/etc/apache2/extra/httpd-ssl.conf”ACL found but not expected on “Library/Application Support/Apple/Remote Desktop”Repaired “Library/Application Support/Apple/Remote Desktop”ACL found but not expected on “Library/Application Support/Apple/Remote Desktop/Notify”Repaired “Library/Application Support/Apple/Remote Desktop/Notify”ACL found but not expected on “Library/Preferences/Xsan”Repaired “Library/Preferences/Xsan”ACL found but not expected on “Library/Printers/Canon”Repaired “Library/Printers/Canon”ACL found but not expected on “Library/Printers/Canon/IJScanner”Repaired “Library/Printers/Canon/IJScanner”ACL found but not expected on “Library/Printers/Canon/IJScanner/Frameworks”Repaired “Library/Printers/Canon/IJScanner/Frameworks”ACL found but not expected on “Library/Printers/Canon/IJScanner/Plugins”Repaired “Library/Printers/Canon/IJScanner/Plugins”ACL found but not expected on “Library/Printers/Canon/IJScanner/Resources”Repaired “Library/Printers/Canon/IJScanner/Resources”ACL found but not expected on “Library/Printers/Canon/IJScanner/Resources/CIJIcons”Repaired “Library/Printers/Canon/IJScanner/Resources/CIJIcons”ACL found but not expected on “Library/Printers/Canon/IJScanner/Resources/CIJIcons/CIJCanoScan5600F.icns”Repa ired “Library/Printers/Canon/IJScanner/Resources/CIJIcons/CIJCanoScan5600F.icns”ACL found but not expected on “Library/Printers/Canon/IJScanner/Resources/CIJIcons/CIJCanoScan9000F.icns”Repa ired “Library/Printers/Canon/IJScanner/Resources/CIJIcons/CIJCanoScan9000F.icns”ACL found but not expected on “Library/Printers/Canon/IJScanner/Resources/CIJIcons/CIJCanoScanLiDE100.icns”Re paired “Library/Printers/Canon/IJScanner/Resources/CIJIcons/CIJCanoScanLiDE100.icns”AC L found but not expected on “Library/Printers/Canon/IJScanner/Resources/CIJIcons/CIJCanoScanLiDE110.icns”Re paired “Library/Printers/Canon/IJScanner/Resources/CIJIcons/CIJCanoScanLiDE110.icns”AC L found but not expected on “Library/Printers/Canon/IJScanner/Resources/CIJIcons/CIJCanoScanLiDE200.icns”Re paired “Library/Printers/Canon/IJScanner/Resources/CIJIcons/CIJCanoScanLiDE200.icns”AC L found but not expected on “Library/Printers/Canon/IJScanner/Resources/CIJIcons/CIJCanoScanLiDE210.icns”Re paired “Library/Printers/Canon/IJScanner/Resources/CIJIcons/CIJCanoScanLiDE210.icns”AC L found but not expected on “Library/Printers/Canon/IJScanner/Resources/CIJIcons/CIJCanoScanLiDE700F.icns”R epaired “Library/Printers/Canon/IJScanner/Resources/CIJIcons/CIJCanoScanLiDE700F.icns”A CL found but not expected on “Library/Printers/Canon/IJScanner/Resources/Parameters”Repaired “Library/Printers/Canon/IJScanner/Resources/Parameters”ACL found but not expected on “Library/Printers/Canon/IJScanner/Resources/Parameters/CNCICA”Repaired “Library/Printers/Canon/IJScanner/Resources/Parameters/CNCICA”ACL found but not expected on “Library/Printers/Canon/IJScanner/Resources/Parameters/CNCICA/ICACPG_07.DAT”Rep aired “Library/Printers/Canon/IJScanner/Resources/Parameters/CNCICA/ICACPG_07.DAT”ACL found but not expected on “Library/Printers/Canon/IJScanner/Resources/Parameters/CNCICA/ICACPG_08.DAT”Rep aired “Library/Printers/Canon/IJScanner/Resources/Parameters/CNCICA/ICACPG_08.DAT”ACL found but not expected on “Library/Printers/Canon/IJScanner/Resources/Parameters/CNCICA/ICADAT.DAT”Repair ed “Library/Printers/Canon/IJScanner/Resources/Parameters/CNCICA/ICADAT.DAT”ACL found but not expected on “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ2413”Repaired “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ2413”ACL found but not expected on “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ2413/CNQ2413N.DAT”Rep aired “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ2413/CNQ2413N.DAT”ACL found but not expected on “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ2413/CNQ2413P.DAT”Rep aired “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ2413/CNQ2413P.DAT”ACL found but not expected on “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ2414”Repaired “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ2414”ACL found but not expected on “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ2414/CNQ2414N.DAT”Rep aired “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ2414/CNQ2414N.DAT”ACL found but not expected on “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ2414/CNQ2414P.DAT”Rep aired “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ2414/CNQ2414P.DAT”ACL found but not expected on “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ4807”Repaired “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ4807”ACL found but not expected on “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ4807/CNQ4807N.DAT”Rep aired “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ4807/CNQ4807N.DAT”ACL found but not expected on “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ4807/CNQ4807P.DAT”Rep aired “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ4807/CNQ4807P.DAT”ACL found but not expected on “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ4808”Repaired “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ4808”ACL found but not expected on “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ4808/CNQ4808A.DAT”Rep aired “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ4808/CNQ4808A.DAT”ACL found but not expected on “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ4808/CNQ4808N.DAT”Rep aired “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ4808/CNQ4808N.DAT”ACL found but not expected on “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ4808/CNQ4808P.DAT”Rep aired “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ4808/CNQ4808P.DAT”ACL found but not expected on “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ4808/CNQ4808W.DAT”Rep aired “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ4808/CNQ4808W.DAT”ACL found but not expected on “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ4809”Repaired “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ4809”ACL found but not expected on “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ4809/CNQ4809N.DAT”Rep aired “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ4809/CNQ4809N.DAT”ACL found but not expected on “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ4809/CNQ4809P.DAT”Rep aired “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ4809/CNQ4809P.DAT”ACL found but not expected on “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ9601”Repaired “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ9601”ACL found but not expected on “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ9601/CNQ9601N.DAT”Rep aired “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ9601/CNQ9601N.DAT”ACL found but not expected on “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ9601/CNQ9601P.DAT”Rep aired “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ9601/CNQ9601P.DAT”ACL found but not expected on “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ9602”Repaired “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ9602”ACL found but not expected on “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ9602/CNQ1908D.TBL”Rep aired “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ9602/CNQ1908D.TBL”ACL found but not expected on “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ9602/CNQ9602A.DAT”Rep aired “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ9602/CNQ9602A.DAT”ACL found but not expected on “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ9602/CNQ9602N.DAT”Rep aired “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ9602/CNQ9602N.DAT”ACL found but not expected on “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ9602/CNQ9602P.DAT”Rep aired “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ9602/CNQ9602P.DAT”ACL found but not expected on “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ9602/CNQ9602W.DAT”Rep aired “Library/Printers/Canon/IJScanner/Resources/Parameters/CNQ9602/CNQ9602W.DAT”ACL found but not expected on “Library/Printers/PPDs”Repaired “Library/Printers/PPDs”ACL found but not expected on “Library/Printers/PPDs/Contents”Repaired “Library/Printers/PPDs/Contents”ACL found but not expected on “Library/Printers/PPDs/Contents/Resources”Repaired “Library/Printers/PPDs/Contents/Resources”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component”Repaired “Library/QuickTime/AppleIntermediateCodec.component”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Info.plist”Repaire d “Library/QuickTime/AppleIntermediateCodec.component/Contents/Info.plist”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/PkgInfo”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/PkgInfo”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/AppleInt ermediateCodec.rsrc”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/AppleInt ermediateCodec.rsrc”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/Dutch.lp roj”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/Dutch.lp roj”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/Dutch.lp roj/Localized.rsrc”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/Dutch.lp roj/Localized.rsrc”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/English. lproj”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/English. lproj”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/English. lproj/Localized.rsrc”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/English. lproj/Localized.rsrc”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/French.l proj”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/French.l proj”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/French.l proj/Localized.rsrc”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/French.l proj/Localized.rsrc”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/German.l proj”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/German.l proj”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/German.l proj/Localized.rsrc”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/German.l proj/Localized.rsrc”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/Italian. lproj”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/Italian. lproj”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/Italian. lproj/Localized.rsrc”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/Italian. lproj/Localized.rsrc”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/Japanese .lproj”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/Japanese .lproj”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/Japanese .lproj/Localized.rsrc”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/Japanese .lproj/Localized.rsrc”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/Spanish. lproj”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/Spanish. lproj”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/Spanish. lproj/Localized.rsrc”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/Spanish. lproj/Localized.rsrc”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/ar.lproj ”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/ar.lproj ”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/ar.lproj /Localized.rsrc”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/ar.lproj /Localized.rsrc”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/ca.lproj ”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/ca.lproj ”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/ca.lproj /Localized.rsrc”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/ca.lproj /Localized.rsrc”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/cs.lproj ”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/cs.lproj ”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/cs.lproj /Localized.rsrc”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/cs.lproj /Localized.rsrc”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/da.lproj ”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/da.lproj ”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/da.lproj /Localized.rsrc”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/da.lproj /Localized.rsrc”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/el.lproj ”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/el.lproj ”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/el.lproj /Localized.rsrc”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/el.lproj /Localized.rsrc”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/fi.lproj ”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/fi.lproj ”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/fi.lproj /Localized.rsrc”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/fi.lproj /Localized.rsrc”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/he.lproj ”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/he.lproj ”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/he.lproj /Localized.rsrc”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/he.lproj /Localized.rsrc”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/hr.lproj ”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/hr.lproj ”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/hr.lproj /Localized.rsrc”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/hr.lproj /Localized.rsrc”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/hu.lproj ”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/hu.lproj ”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/hu.lproj /Localized.rsrc”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/hu.lproj /Localized.rsrc”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/id.lproj ”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/id.lproj ”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/id.lproj /Localized.rsrc”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/id.lproj /Localized.rsrc”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/ko.lproj ”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/ko.lproj ”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/ko.lproj /Localized.rsrc”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/ko.lproj /Localized.rsrc”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/ms.lproj ”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/ms.lproj ”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/ms.lproj /Localized.rsrc”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/ms.lproj /Localized.rsrc”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/no.lproj ”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/no.lproj ”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/no.lproj /Localized.rsrc”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/no.lproj /Localized.rsrc”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/pl.lproj ”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/pl.lproj ”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/pl.lproj /Localized.rsrc”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/pl.lproj /Localized.rsrc”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/pt.lproj ”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/pt.lproj ”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/pt.lproj /Localized.rsrc”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/pt.lproj /Localized.rsrc”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/pt_PT.lp roj”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/pt_PT.lp roj”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/pt_PT.lp roj/Localized.rsrc”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/pt_PT.lp roj/Localized.rsrc”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/ro.lproj ”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/ro.lproj ”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/ro.lproj /Localized.rsrc”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/ro.lproj /Localized.rsrc”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/ru.lproj ”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/ru.lproj ”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/ru.lproj /Localized.rsrc”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/ru.lproj /Localized.rsrc”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/sk.lproj ”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/sk.lproj ”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/sk.lproj /Localized.rsrc”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/sk.lproj /Localized.rsrc”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/sv.lproj ”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/sv.lproj ”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/sv.lproj /Localized.rsrc”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/sv.lproj /Localized.rsrc”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/th.lproj ”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/th.lproj ”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/th.lproj /Localized.rsrc”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/th.lproj /Localized.rsrc”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/tr.lproj ”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/tr.lproj ”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/tr.lproj /Localized.rsrc”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/tr.lproj /Localized.rsrc”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/uk.lproj ”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/uk.lproj ”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/uk.lproj /Localized.rsrc”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/uk.lproj /Localized.rsrc”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/vi.lproj ”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/vi.lproj ”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/vi.lproj /Localized.rsrc”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/vi.lproj /Localized.rsrc”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/zh_CN.lp roj”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/zh_CN.lp roj”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/zh_CN.lp roj/Localized.rsrc”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/zh_CN.lp roj/Localized.rsrc”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/zh_TW.lp roj”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/zh_TW.lp roj”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/zh_TW.lp roj/Localized.rsrc”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/Resources/zh_TW.lp roj/Localized.rsrc”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/_CodeSignature”Rep aired “Library/QuickTime/AppleIntermediateCodec.component/Contents/_CodeSignature”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/_CodeSignature/Cod eResources”Repaired “Library/QuickTime/AppleIntermediateCodec.component/Contents/_CodeSignature/Cod eResources”ACL found but not expected on “Library/QuickTime/AppleIntermediateCodec.component/Contents/version.plist”Repa ired “Library/QuickTime/AppleIntermediateCodec.component/Contents/version.plist”

    VicDesotelle wrote:
    repeating error message: "acl found but not expected" during permissions repair
    My iMac is running slow. Processor running all the time. I was told to do permissions repair, so I did that. I get 100's and 100's of "ACL found but not expected" while doing a permissions repair in 'utilities'. It says 1 minute to complete but runs for a half hour. When it finally completes, I can restart the permissions repair again and it starts all over with same endless messages. Even though its says 'repaired', these ACL issues keep coming.
    ACLs are just junk left over from previously installed OSXs. Just ignore. They have no impact.
    Describe your exact issue and computer specs and Linc may run you through a series of tests which may well help you find the problem to your issues. I agree, Permissions repair is rarely required.
    Cheers
    Pete

  • I cannot BUY any iPhoto products. Every time I try to submit something, I get an error message - A coonection could not be established at this time - I have been trying to buy a photo book for 2 days now with no success. I am using iPhoto 09

    I cannot Buy any products from my iPhoto 09. Every time I try to submit something, I get an error message - A connection could not be established at this time. There is nothing wrong at all with our internet connection, and I have been through all the suggestions on the Apple help page, and spent 2 hours on the phone this morning getting passed round various call centres. They claimed they had not heard of this problem before. I successfully purchased a calendar in Dec with no problems at all - so I just don't understand!

    Before ordering your book preview it using this method - http://support.apple.com/kb/HT1040 - and save the resulting PDF for reference - the delivered book will match it.
    then boot into safe mode and try again
    LN

Maybe you are looking for

  • Free of charge demo goods

    Hi All, I have an issue that when you do free of charge demo goods how can we track wheather customer has return the goods or not. Thanks Arun

  • Qosmio F30-117: How long does the repair take?

    can any body tell me how long does it take for toshiba repair center to repair the laptop and send it back. I bought this new laptop but there was harddisk fault, then i sent it for repair but not yet received. Its two weeks now.

  • SQL Query to find cumulative values for a Financial Year

    Dear users, My requirement is to create a SQL query for a table/view where I have day-wise data. I want to find out cumulative values for financial year by giving any date. It should add the values from start of financial year till that date in the f

  • Error in connection string...

    Hi All, When I try to connect with Database(10g) through SQL*Plus, I generally login with sysdba user (like sqlplus "/as sysdba") there could be number of ways we can login to sql tool. normally I follow this ... sqlplus "/as sysdba" but for my appli

  • WRT%$G dropping wired connect frequently

    Trying to setup a wireless internet with WRT54G v.3 ( using latest firmware 4.2.1 1/30/2007) on Comcast IP w/VOIP modem (Arris TM502G). Seems to work fine when using only MAC address specific. However when adding WEP encyyption, it frequently drop th