Unable to change info for items in my library

I just upgraded to iTunes 11.0.0.163.  Whenever I try to edit an item in my library, I'm unable to make any changes.  If I select a single item, all fields in the 'Get Info' window are disabled except for Start and Stop Time on the Options tab.
If I select multiple items, all fields are available, but no changes are saved when I click OK.

Found the issue.
The folder was set to Read and Read & Execute permissions for the standard users group.  The Administrators group had Full Control.  When I ran iTunes as an administrator it worked, so I changed the permissions on my iTunes folder to allow Full Control for the users group.

Similar Messages

  • I am unable to change passwords for any users.  The "change password" is grayed out.

    I am unable to change passwords for any users.  The "change password" is grayed out.  I know there is a way to change them but I am having trouble finding it.
    Message was edited by: dmw1975

    If you're in the Users pane of the server app, and you select Network Users from the drop-down near the top, there's a small padlock icon at the bottom. Is it locked or open? If locked, click it and enter credentials into the authorisation box that opens

  • How to change position for items in shopping cart

    Hello,
    I am creating shopping cart using flat file. But i am not able to change the position for items i.e. both items contain position as 0000000001.
    Following are the item details of shopping cart which is created through portal. (from tcode BBP_PD)
    Items:
    Pos Type Quantity Unit Ordered_Prod Description Gross price
    0000000001 1 EA keyboard 100,00
    0000000002 1 EA CPU 1.000,00
    Following are the item details of shopping cart which is created using flat file & BAPI BBP_PD_SC_CREATE.(from tcode BBP_PD)
    Items:
    Pos Type Quantity Unit Ordered_Prod Description Gross price
    0000000001 1 EA MONITOR 1,00
    0000000001 1 EA MONITOR 1,00
    Position is not getting changed for item 2 & only first record is getting uploaded 2 times. My code is creating Shopping cart number .
    Please tell me how to change position of each item.
    Thanks & regards,
    Edited by: Ketkee Bhale on Sep 14, 2011 3:58 PM

    Moderator message - Cross post locked
    Rob

  • Enable change logs for item level of Sales Document

    Hi,
    On transaction VA02, additional screen field (Booking Date) is added (& consequently 2 appends with date field in the tables VBAK & VBAP).
    When this date is changed in the header, the corresponding dates are changed in the item level as well.
    However, the change documents are created only for table VBAK (though item data is updated in VBAP also).
    When the date is changed at the item level, the change logs are created for the corresponding field in table VBAP.
    The data element has 'Change Document' checked.
    How can I activate the change to be logged for the item level (VBAP), when the date is changed at header level (VBAK)?

    Hi Nidhi,
    Maybe set a breakpoint in include MV45AF0C_CHANGE_DOCUMENT_CREAT
    Then check in UPDATE debug mode the value of upd_vbap and the contents of xvbap which are passed on to function VERKBELEG_WRITE_DOCUMENT .
    This function creates the change documents based on the data changes.
    I would have thought that since the date values are changed at item level as well when you only change it at the header, they should get a change document created automatically, since the dates must be in the XVBAP table (as their value is changed at the DB).
    So I would compare the various internal tables for both scenarios (header change,  item change) to determine their differences.
    After this use one of the user-exits to populate the internal tables for the header scenario based on the values of the item scenario. I would feel this to be a last resort though, since something appears not to be working correctly (I think).
    Hope this makes sense,
    Robert

  • Change documents for item class 015

    Dear Experts,
    Kindly guide me how to get change documents for notification item class 015.
    THANKS & REGARDS

    Hi,
    All the changes in the documents will be located in CDPOS and where as the status change documents are located in JCDS.
    What we have to do is to enter the  correct object number.
      i think by this you get the issue resolved.

  • Can't enter/change info for songs...

    I can change the info for some of my songs but not for most of them. Why is this?

    Check that the problem files are not read only.
    If they are MP3s, there can sometime be problems with tag versions. Try selecting a track and right click on it. Select Convert ID3 tags. Try converting to none. It might be as well to experiment with a copy.
    Otherwise check the permissions on your music folder, but if this was a problem I would expect everything to be affected.
    Your account needs full control of any music folder.

  • Change info for multiple videos at once

    I am a mac newb, just got my mac book pro and am trying to learn and get things set up.  I have my media on a NAS (Qnap 451) and have added my existing videos to my library (without copying them locally to my library), and of course they show up as home videos.  I know how you are supposed to change the
    info for multiple files, I select them all and choose get info and change the options tab to Movie.  When I do that nothing happens at all, I can do the files one at a time and they change fine, but if I even select just two files it doesn't work.  Any ideas?

    Well an update in case any one else had this issue.  I don't know why but it only works if I choose Movie, then before choosing OK I switch to a different tab like the artwork tab and then back to the options tab.  No idea why that would have any effect on it.

  • Change Partners for item category - TAB

    Hi All,
    Why it is not possible to have different ship-to-party at item level for TAB orders.
    For item category TAB, the partner functions is maintained as "T" which is "No item Partner". Can you help me understand why SAP has maintained like this.
    Please provide me a quick response.

    HI,
    TAB item category is used for Make to Order senario, thats why its do not have Multiple Ship to party or Partner determination for Item category..
    2nd Make to Order is a Order contaning Customer Specific requirements like ur preparing a proto type for customer requirement (Like new development).So they break down the sales order into diff -diff parts U know (we call it BOM) & we get the delivery date s & quanties for that Make to order from Production Order because here Sub items are related to main item like...
    Computer ordered with entena....
    In make to order system brekdown the req.into...
    1Monitor
    2 CPU
    3. entena
    4.TV card etc...But all these belongs to 1 single material (even though they are also a individual material)
    thats why we dont have a provision of partner function for item category TAB....
    I hope i am able to explain u.......Pls. ask me if nathing is not clear to you......
    NOTE: You can always have a diff. Ship to Party at Header level.......
    Regards
    Deepak
    Edited by: Deepak Dhingra on Jul 14, 2009 6:58 AM

  • Unable to set tooltip for item (sap.ui.core.Item)

    sap.ui.core.Item does not have the property 'tooltip'. But it borrows 'tooltip' property and setTooltip( ), getTooltip( ) methods from sap.ui.core.Element.
    Still, if I set the tooltip for item, it is not reflected. What might be wrong?
    Consider the following piece of code for example:
    var item = new sap.ui.core.Item({text:'Item'});
      item.setTooltip('tooltip');
      var oCollection = new sap.ui.ux3.Collection({ items: item
      var oCollectionInspector = new sap.ui.ux3.CollectionInspector({
      'fitParent' : false,
      'collections' : [
      new sap.ui.ux3.Collection({
      'title' : 'My Accounts',
      'items' : [ item]
      oCollectionInspector.placeAt('content');

    Tooltip is applied on the Item, but it seems Collection Inspector set its own tooltip for the Item. You can do something like this to set your own tooltip,
    var item = new sap.ui.core.Item("myItem",{text:'Item'});
    var oCollectionInspector = new sap.ui.ux3.CollectionInspector({
      'fitParent' : false,
      'collections' : [
      new sap.ui.ux3.Collection({
      'title' : 'My Accounts',
      'items' : [ item]
      oCollectionInspector.placeAt('content');
      oCollectionInspector.onAfterRendering = function(){
           sap.ui.ux3.CollectionInspector.prototype.onAfterRendering.apply(this,arguments);
           $('#myItem').attr('title','My Tooltip');

  • Unable to change language for SAP BW Report Iview

    Dear all
    We are currently rolling out BW Web Templates can be displayed in both EN and MS languages. The language can be changed via the URL that we display, e.g.
    For English Language:
    http://<hostname>:<port>/sap/bw/BEx?SAP-LANGUAGE=EN&cmd=ldoc&template_id=ZTEST
    For Malay Language :
    http://<hostname>:<port>/sap/bw/BEx?SAP-LANGUAGE=7&cmd=ldoc&template_id=ZTEST
    We have published these templates into Ent. Portal 6 using SAP BW Report Iview, but unfortunately we cannot view the report in the Malay language (SAP-LANGUAGE=7), even though we have inserted the command SAP-LANGUAGE=7 in the SAP BW Report Iview query string. All the reports, although defaulted to SAP-LANGUAGE=7 displays in English. We also tried to set the language settings for the Iview, but there are no language 7 or MS in the Iview. It can only be defaulted to the Portal’s language, which is English.
    Note that the reports can be viewed in the different languages if we using the URL separately outside of Portal, and also within BW Bex Analyzer itself. Only the Portal doesn’t allow us to view the reports in MS language.
    Can someone help us on this matter? All helps really appreciated. Thanks a lot.

    Hi Chris,
    That's a bit odd indeed. If I understand your question correctly, you do get the BW reports in the correct language (either English or Malay) using the url's in your post but not when using them within a standard BW report iView?
    The language setting for the iView has, unfortunately, nothing to do with the language for the content itself but can you tell me what the requested URL is for both Reports?
    The BW Report iView is based on the Application Integration Component that generates the URL based on the paramaters you provide in the BW report iView.The following template is being used: <iView[PORTAl_URL]>?System=<System[url_Encode]>&Report=<Report>&DynamicParameter=<DynamicParameter[url_Encode]>. I could be that the generation of the URL fails due to the 7 (don't know why, just a gut feeling because it's the only thing that's different between those urls). You could try to use create an iView based on the Application Integrator instead (some more control over the URL template) but first you need to check whether the URL generated by the iView is correct.
    Cheers!
    Frodo
    P.S: Award points if you find this useful

  • I am unable to change location for editing photos.  I tried the advanced drop down menu in iPhoto and have 2 locations for editing-iphoto and aperture.  I want to add photoshop.  Can anyone help? Thanks.

    i cannot change editing location from aperture to photoshop in iphoto.  i followed directions to advanced tab in iphoto and have 2 choices for editing photos-iphoto and aperture.  any suggestions on how to change the sites?  thanks.

    Not sure why you would have Aperture there as it's not an editor.
    To change, just select Aperture again, and this will give you the dialogue to change the choice.
    Regards
    TD

  • Unable to change preferences for Adobe Reader 9.4.2 on Ubuntu 11.04

    I installed Adobe Reader 9 via the Ubuntu Software Center.  The installed files are located at /opt/Adobe/Reader9/
    The reader runs ok except when I want to change some preferences, I've found that I can only view Preferences, but I cannot change it.  All options are protected including the Cancel and OK buttons.  I can only close the Preferences window.
    Is it just a simple permission (chmod on some files) issue?
    Many thanks.

    If you have the latest updates, then Acrobat Reader 9.4.2 does (at least) partially work in Ubuntu 11.10 + Unity.
    There are a number of minor glitches - due to changes in Ubuntu's undelying GUI, kernal, etc. in the upgrde to Ubuntu 11.10 (Oneiric).
    -  floating scroll bars (only appearing when you hover mouse-cursor)
    DOES NOT WORK: Does not scroll page .. 
    You may need to disable this feature.  (in CCSM)
    -  Edit >> Preferences
    This tries to work, but loses focus.  I can see the Cancel and Ok buttons, but they don't do anyhting.
    This is a GTK+ library issue, and an update to 9.4.2+ is needed.
    Summary: There are a number of minor GUI issues that haev existed in 9.4.x for Linux.  The update to Gnome 3 and Unity (for Ubuntu 11.10) has definitely made this much worse.

  • Unable to Change Withholding Tax Base Amount while creating Service AP Invoice through DI API?

    Dear All,
    I am trying to create Service AP Invoice through DI API.
    If I post the document without changing SAPPurchaseInvoice.WithholdingTaxData.TaxableAmount the dount ocument is created in SAP without any problem.
    But if I change amount in above field then DI API throws error Unbalanced Transaction.
    If I post same document in SAP with changed base amount it got posted in SAP without any Issue.
    Where I am doing wrong?
    please guide.
    Using:
    SAP B1 version 9 Patch Level 11
    Location : India.
    Thanks.

    Hi ,
    maybe you can find solution to these note 1812344
    1846344  - Overview Note for SAP Business One 8.82 PL12
    Symptom
    This SAP Note contains collective information related to upgrades to SAP Business One 8.82 Patch Level 12 (B1 8.82 PL12) from previous SAP Business One releases.
    In order to receive information about delivered patches via email or RSS, please use the upper right subscription options on http://service.sap.com/~sapidp/011000358700001458732008E
    Solution
    Patch installation options:
    SAP Business One 8.82 PL12 can be installed directly on previous patches of SAP Business One 8.82
    You can upgrade your SAP Business One to 8.82PL12 from all patches of the following versions:8.81; 8.8; 2007 A SP01; 2007 A SP00; 2007 B SP00; 2005 A SP01; 2005 B
    Patch content:
    SAP Business One 8.82 PL12 includes all corrections from previous patches for releases 8.82, 8.81, 8.8, 2007, and 2005.
    For details about the contained corrections, please see the SAP Notes listed in the References section.
    Notes: SAP Business One 8.82 PL12 contains B1if version 1.17.5
    Patch download:
    Open http://service.sap.com/sbo-swcenter -> SAP Business One Products -> Updates -> SAP Business One 8.8 -> SAP BUSINESS ONE 8.82 -> Comprised Software Component Versions -> SAP BUSINESS ONE 8.82 -> Win32 -> Downloads tab
    Header Data
    Released On
    02.05.2013 02:34:18  
    Release Status
    Released for Customer  
    Component
    SBO-BC-UPG Upgrade  
    Priority
      Recommendations/additional info  
    Category
      Upgrade information  
    References
    This document refers to:
      SAP Business One Notes
    1482452
    IN_Wrong tax amount was created for some items in the invoice with Excisable BOM item involves
    1650289
    Printing Inventory Posting List for huge amount of data
    1678528
    Withholding amount in the first row is zeroed.
    1754529
    Error Message When Running Pick and Pack Manager
    1756263
    Open Items List shuts down on out of memory
    1757641
    Year-end closing
    1757690
    SEPA File Formats - New Pain Versions
    1757898
    Incoming Bank File Format
    1757904
    Outgoing Bank File Format
    1762860
    Incorrect weight calculation when Automatic Availability Check is on
    1770690
    Pro Forma Invoice
    1776948
    Calendar columns are wrong when working with Group View
    1780460
    OINM column description is not translated
    1780486
    UI_System crash when you set extreme value of double type to DataTable column
    1788256
    Incorrect User-Defined Field displayed in a Stock Transfer Request
    1788372
    ZH: 'Unacceptable Field' when export document to word
    1788818
    RU loc: No freight in the Tax Invoice layout
    1790404
    Cash Flow Inconsistency when Canceling Payment
    1791295
    B1info property of UI API AddonsInstaller object returns NULL value
    1791416
    Adding a new item to BoM is slow
    1794111
    Text is overlapping in specific localization
    1795595
    Change log for item group shows current system date in all the "Created" fields
    1797292
    Queries in alerts should support more query results
    1800055
    B1if_ Line break issue in inbound retrieval using JDBC
    1802580
    Add Journal Voucher to General Ledger report
    1803586
    Not realized payment is exported via Payment Engine using 'SAPBPDEOPBT_DTAUS' file format
    1803751
    Period indicator of document series can be changed although it has been used
    1804340
    LOC_BR_Cannot update Nota Fiscal Model
    1805554
    G/L Account displayed in a wrong position when unticking the checkbox "Account with Balance of Zero"
    1806576
    Payment Cannot Be Reconciled Internally
    1807611
    Cannot update UDF in Distribution Rule used in transactions
    1807654
    Serial No./Batch inconsistency by canceled Inventory Transfer
    1808694
    BR: Business Partner Code cannot be updated with CNPJ CPF error
    1809398
    CR_Cannot Display Related Multi-Value Parameters
    1809758
    Arrow key not work for Batch/Serial Number Transactions Report
    1810099
    Tax Amount is Recalculated Even if Tax Code Is Not Changed
    1811270
    Upgrade fails on Serial And Batches object with error code -10
    1811846
    Cannot run Exchange Rate Differences when multi branch is activated
    1812344
    Withholding Tax Amount Is Not Updated in Payment Once Witholding Tax Code Is Changed in Document through DI API
    1812740
    DI:"Operation Code" show wrong value when add "A/P Tax Invoice" based on "A/P Invoice"
    1813029
    US_Vendor address on 1099 Summary by Form/Box Report is not updated according to the latest Invoice
    1813835
    Wrong amounts of Goods Return in Open Item List
    1814207
    Preliminary page prints setting does not keep after upgrade
    1814860
    Value "Zero" cannot be imported to "Minimum Inventory Level" field via Excel file
    1815535
    RFQ: Web front end not displayed in supplier language
    1815810
    GT: Adding Incoming Payment for Some Cash Flow Relevant Accounts Fails
    1816191
    BR:System Crashes While Working with Tax Code Determination Window
    1816611
    CR_Crystal Report Displayed Incorrectly Afte

  • Ipod auto update. Changing info wrongly

    Whenever I add a tune to my itunes library the next time I connect my ipod. It goes through my library randomly changing info for 10 - 20 tracks wrongly about Genre, Year, Album for several tracks, and adding the track number to the tiltle so that an exclamation mark appears in the library to say it cant find the tune (Which ihas now been renamed) I have used a professionl mp3 tagging program. The info being changed by the ipod makes no sense anyway as it is wrong. I really want my music sorted into Genre and Years so this is really frustrating me. Can anyone help? Please! IPOD20gb and latest itunes but old version did same

    Sadly, iPod sync is all or nothing.
    If you auto-manage, you auto-manage EVERYTHING.
    Sorry.

  • How to fetch last changed date for Header in me22n?

    Hi Experts,
    I need to create a report for PO, where I have created one screen tab in Header level(customer data), therefore I need to fetch last changed date for header , I must mention that I do not want last changed date for item level, only for header last changed date is required.
    Kindly assist me on this.
    Thanx
    Shireen

    Read table CDHDR (object "EINKBELEG") and CDPOS (look for table name EKKO), keep the last CDHDR record with "EKKO" data actually changed.
    Regards,
    Raymond

Maybe you are looking for

  • Creation of TO with 101 Movement type

    Hi My requirement is: To create a Transfer Order(TO) with Movement Type 101 and when TO is created, checkbox "Immediate TO" should get ticked. For TO creation I am using : L_TO_CREATE_MULTIPLE But Checkbox "Immediate TO" does not gets checked for the

  • PM: how to track the operations in prev.maint order against object list

    Dear PM Guru's. i have one issue in my preventive maintenance scenario. i clubed the same type of machines in one maintenance order under object list tab. and i mention the list operations in maintenance order. suppose in one preventive maintenance o

  • Unable to access Archived HR-Payroll data

    Hi, I have archived some data using the object PA_CALC. The file created was stored on the HTTP Content Server, and there was no error for the file stored. When I tried retrieving the data using the FM "PA_READ_ARCHIVE_PA_CALC", I can retrieve data f

  • Outlook for MAC 2010 closes stating there is an error

    My Outlook for MAC 2010 now indicates there is an error and it must close.  I have tried everything and cannot find what is wrong.  Can anyone help?

  • TS2972 How do I stream music from shared library to my iPad/iPhone?

    I have home sharing activated on PC and iPhone and iPad. Music stored on PC shows up on iPad/iPhone when I select my shared library. When I select a song on my iPad/iPhone to play it is played on the PC (i.e., through the PC speakers) and not through