Library xml is not updated, or created empty

I have my playlists and files in itunes, but not in imovie for example. I figured out that the Library.xml is not created even when i open itunes with a new library.
Maybe it has some "invalid" chars in my music file names. I have a lot of files, so renaming one by one is not a option.
I'm just guessing that is the problem, but i suppose the xml have to support utf-8, am i right?
And the option to export the playlist as xml does nothing.
The question is simple: How can i fix that?

Hi Pradeep,
R you able to replicate document perfectly with standard transaction type?
Best Regards,
Pratik Patel

Similar Messages

  • Ekkn is not updated while creating PO

    hi,
    when i execute my ZRFC for PO creation i am getting this problem.
    ekkn table is not get updated with tax code details but successfully PO created
    i can able to get ADRC , ekko, EKPO details (header and itrem details)
    this is my code
    ""Local Interface:
    *"  TABLES
    *"      LT_EKKO STRUCTURE  ZPO_DATA_60 OPTIONAL
    *"      LT_EKPO STRUCTURE  ZPO_ITEM_60 OPTIONAL
    *"      LT_EKET STRUCTURE  ZPO_EKET_60 OPTIONAL
    *"      LT_ADRC STRUCTURE  ZPO_ADRC_60 OPTIONAL
    *"      LT_EKKN STRUCTURE  ZPO_EKKN_60 OPTIONAL
    *"      LT_EKBE STRUCTURE  ZPO_EKBE_60 OPTIONAL
    *"      LT_SUCCESS_PO STRUCTURE  ZPO_SUCCESS
    *"      LT_ERROR_PO STRUCTURE  ZPO_ERROR_60
    *data it_head type standard table of bapimepoheader.
      DATA ls_head TYPE bapimepoheader.
      DATA it_headx TYPE STANDARD TABLE OF bapimepoheaderx.
      DATA ls_headx TYPE bapimepoheaderx.
      DATA it_item TYPE STANDARD TABLE OF bapimepoitem.
      DATA ls_item TYPE bapimepoitem.
      DATA it_itemx TYPE STANDARD TABLE OF bapimepoitemx.
      DATA ls_itemx TYPE bapimepoitemx.
      DATA it_sch TYPE STANDARD TABLE OF bapimeposchedule  .
      DATA ls_sch TYPE bapimeposchedule.
      DATA it_schx TYPE STANDARD TABLE OF bapimeposchedulx.
      DATA ls_schx TYPE bapimeposchedulx.
      DATA it_poact TYPE STANDARD TABLE OF bapimepoaccount.
      DATA ls_poact TYPE bapimepoaccount.
      DATA it_poactx TYPE STANDARD TABLE OF bapimepoaccountx.
      DATA ls_poactx TYPE bapimepoaccountx.
      DATA it_cond TYPE STANDARD TABLE OF bapimepocond.
      DATA ls_cond TYPE bapimepocond.
      DATA it_adrc TYPE STANDARD TABLE OF bapimepoaddrdelivery.
      DATA st_adrc TYPE bapimepoaddrdelivery.
      DATA it_condx TYPE STANDARD TABLE OF bapimepocondx.
      DATA ls_condx TYPE bapimepocondx.
      DATA it_popart TYPE STANDARD TABLE OF bapiekkop.
      DATA ls_popart TYPE bapiekkop.
      data : ret2 type bapiret2 occurs 0 with header line.
      DATA ls_ekko TYPE zpo_data_60.
      DATA st_ekko TYPE zpo_data_60.
      DATA ls_ekpo TYPE zpo_item_60.
      DATA st_ekpo TYPE zpo_item_60.
      DATA:     ls_adrc TYPE zpo_adrc_60,
              ls_ekkn TYPE zpo_ekkn_60,
             ls_eket TYPE zpo_eket_60,
              ls_ekbe TYPE zpo_ekbe_60,
              w_purchaseorder type BAPIMEPOHEADER-PO_NUMBER.
      LOOP AT lt_ekpo INTO st_ekpo.
        ls_ekpo = st_ekpo.
        AT NEW ebeln.
          READ TABLE lt_ekko WITH KEY ebeln = ls_ekpo-ebeln.
          IF sy-subrc = 0.
            ls_head-comp_code = lt_ekko-bukrs.
            ls_head-doc_type = lt_ekko-bsart.
            ls_head-vendor = lt_ekko-lifnr.
            ls_head-purch_org = lt_ekko-ekorg.
            ls_head-pur_group = lt_ekko-ekgrp.
            ls_head-pmnttrms = lt_ekko-zterm.
            ls_head-exch_rate = lt_ekko-wkurs.
           ls_head-incoterms1 = lt_ekko-inco1.
           ls_head-incoterms2 = lt_ekko-inco2.
            ls_head-currency = lt_ekko-waers.
            ls_head-PO_NUMBER = lt_ekko-ebeln.
    *append ls_head to it_head.
    *Parameter: POHEADERX
            ls_headx-comp_code = 'X' .
            ls_headx-doc_type = 'X' .
            ls_headx-vendor = 'X' .
            ls_headx-purch_org = 'X'.
            ls_headx-pur_group = 'X' .
            ls_headx-pmnttrms = 'X'.
            ls_headx-currency = 'X'.
            ls_headx-exch_rate = 'X'.
           ls_headx-incoterms1 = 'X'.
           ls_headx-incoterms2 = 'X'.
            ls_headx-currency = 'X'.
            ls_headx-PO_NUMBER = 'X'.
    *append ls_headx to it_headx.
          ENDIF.
        ENDAT.
        ls_item-po_unit = ls_ekpo-meins.
        ls_item-po_item  = ls_ekpo-ebelp.
        ls_item-material = ls_ekpo-matnr.
        ls_item-price_unit = ls_ekpo-peinh.
        ls_item-orderpr_un = ls_ekpo-bprme.
        ls_item-net_price = ls_ekpo-netpr.
        ls_item-matl_group = ls_ekpo-matkl.
       ls_item-short_text = ls_ekpo-txz01.
        ls_item-plant = ls_ekpo-werks.
        ls_item-stge_loc = ls_ekpo-lgort.
        ls_item-quantity = ls_ekpo-menge.
        ls_item-acctasscat = ls_ekpo-knttp.
        ls_item-gr_basediv  = ls_ekpo-webre.
        ls_item-vend_mat  = ls_ekpo-idnlf.
        ls_item-no_more_gr = ls_ekpo-elikz.
        ls_item-final_inv  = ls_ekpo-erekz.
        ls_item-gr_ind   = ls_ekpo-wepos.
        ls_item-gr_non_val = ls_ekpo-weunb.
        ls_item-conv_num1   = ls_ekpo-bpumz.
        ls_item-conv_den1   = ls_ekpo-bpumn.
        ls_item-ir_ind      = ls_ekpo-repos.
        ls_item-unlimited_dlv = ls_ekpo-uebtk.
        ls_item-reminder1 = ls_ekpo-mahn1.
        ls_item-reminder2  = ls_ekpo-mahn2.
        ls_item-reminder3   = ls_ekpo-mahn3.
        ls_item-vend_mat  = ls_ekpo-idnlf.
        ls_item-no_more_gr = ls_ekpo-elikz.
        ls_item-final_inv = ls_ekpo-erekz.
        ls_item-gr_ind  = ls_ekpo-wepos.
    *Parameter: POITEMX
        ls_itemx-po_unit = 'X'.
        ls_itemx-po_item  = ls_ekpo-ebelp.
        ls_itemx-material = 'X'.
        ls_itemx-price_unit = 'X'.
        ls_itemx-orderpr_un = 'X'.
        ls_itemx-net_price = 'X'.
        ls_itemx-matl_group = 'X'.
       ls_itemx-short_text = 'X'.
        ls_itemx-plant = 'X'.
        ls_itemx-stge_loc = 'X'.
        ls_itemx-quantity = 'X'.
        ls_itemx-acctasscat = 'X'.
        ls_itemx-gr_basediv  = 'X'.
        ls_itemx-vend_mat  = 'X'.
        ls_itemx-no_more_gr = 'X'.
        ls_itemx-final_inv  = 'X'.
        ls_itemx-gr_ind   = 'X'.
        ls_itemx-gr_non_val = 'X'.
        ls_itemx-conv_num1   = 'X'.
        ls_itemx-conv_den1   = 'X'.
        ls_itemx-ir_ind      = 'X'.
        ls_itemx-unlimited_dlv = 'X'.
        ls_itemx-reminder1 = 'X'.
        ls_itemx-reminder2  = 'X'.
        ls_itemx-reminder3   = 'X'.
        ls_itemx-vend_mat  = 'X'.
        ls_itemx-no_more_gr = 'X'.
        ls_itemx-final_inv = 'X'.
        ls_itemx-gr_ind  = 'X'.
        APPEND ls_itemx TO it_itemx.
        APPEND ls_item TO it_item.
        READ TABLE lt_eket INTO ls_eket WITH KEY ebeln = ls_ekpo-ebeln
                                                 ebelp = ls_ekpo-ebelp.
        IF sy-subrc = 0.
    *Parameter: POSCHEDULE
          ls_sch-po_item = ls_ekpo-ebelp.
          ls_sch-sched_line = LS_EKET-ETENR.
          ls_sch-delivery_date = ls_eket-eindt.
          ls_sch-quantity = ls_ekpo-menge .
          APPEND ls_sch TO it_sch.
        ENDIF.
    *Parameter: POSCHEDULEX
        ls_schx-po_item = ls_ekpo-ebelp.
        ls_schx-sched_line = LS_EKET-ETENR.
        ls_schx-po_itemx = 'X' .
        ls_schx-sched_linex = 'X'.
        ls_schx-delivery_date = 'X'.
        ls_schx-quantity = 'X' .
        APPEND ls_schx TO it_schx.
    read table lt_ekkn into ls_ekkn with key ebeln = ls_ekpo-ebeln
                                             ebelp = ls_ekpo-ebelp.
    *Parameter: POACCOUNT
        ls_poact-po_item = ls_ekpo-ebelp.
        ls_poact-serial_no = sy-tabix.
        ls_poact-quantity = ls_ekpo-menge.
        ls_poact-gl_account = ls_ekkn-sakto.
       '0000400000'.
        ls_poact-costcenter = ls_ekkn-KOSTL.
       ls_poact-co_area = '1000'.
        ls_poact-tax_code = ls_ekkn-mwskz.
        APPEND ls_poact TO it_poact.
    *Parameter: POACCOUNTX
        ls_poactx-po_item = ls_ekpo-ebelp.
        ls_poactx-serial_no = sy-tabix .
        ls_poactx-quantity = ls_ekpo-menge.
        ls_poactx-gl_account = ls_ekkn-sakto.
        ls_poactx-costcenter = ls_ekkn-KOSTL.
       ls_poactx-co_area = 'X' .
        ls_poactx-tax_code = ls_ekkn-mwskz.
       'X'.
        APPEND ls_poactx TO it_poactx.
    *Parameter: POCOND
        ls_cond-itm_number = ls_ekpo-ebelp.
        ls_cond-cond_st_no = '001' .
        ls_cond-cond_type = 'PB00' .
        ls_cond-cond_value = '79.900000000' .
        ls_cond-currency = ls_ekko-waers.
        ls_cond-currency_iso = 'USD'.
        ls_cond-cond_unit = 'KG' .
        ls_cond-cond_p_unt = '1' .
        ls_cond-change_id = 'U' .
        APPEND ls_cond TO it_cond.
    *Parameter: POCONDX
        ls_condx-itm_number = ls_ekpo-ebelp.
        ls_condx-cond_st_no = '000' .
        ls_condx-itm_numberx = 'X' .
        ls_condx-cond_type = 'X' .
        ls_condx-cond_value = 'X' .
        ls_condx-currency = 'X' .
        ls_condx-change_id = 'X' .
        APPEND ls_condx TO it_condx.
    *Parameter: POPARTNER,
       ls_popart-partnerdesc = 'OA' .
       ls_popart-langu = 'EN' .
       ls_popart-buspartno = '0000001100' .
       ls_popart-partnerdesc = 'GS' .
       ls_popart-langu = 'EN' .
       ls_popart-buspartno = '0000001200' .
       ls_popart-partnerdesc = 'IP' .
       ls_popart-langu = 'EN' .
       ls_popart-buspartno = '0000001000'.
       APPEND ls_popart TO it_popart.
    Address data
        READ TABLE lt_adrc  INTO ls_adrc WITH KEY addrnumber = ls_ekko-adrnr.
        IF sy-subrc = 0.
          st_adrc-addr_no = ls_adrc-addrnumber.
          st_adrc-name = ls_adrc-name1.
          st_adrc-street = ls_adrc-street.
          st_adrc-district = ls_adrc-city2.
          st_adrc-postl_cod1 = ls_adrc-post_code1.
          st_adrc-city = ls_adrc-city1.
          st_adrc-country = ls_adrc-country.
          st_adrc-region = ls_adrc-region.
          APPEND st_adrc TO it_adrc.
        ENDIF.
        AT END OF ebeln.
          CALL FUNCTION 'BAPI_PO_CREATE1'
            EXPORTING
             poheader                     =  ls_head
             poheaderx                    = ls_headx
      POADDRVENDOR                 =
      TESTRUN                      =
      MEMORY_UNCOMPLETE            =
      MEMORY_COMPLETE              =
      POEXPIMPHEADER               =
      POEXPIMPHEADERX              =
      VERSIONS                     =
      NO_MESSAGING                 =
      NO_MESSAGE_REQ               =
      NO_AUTHORITY                 =
      NO_PRICE_FROM_PO             =
    IMPORTING
       EXPPURCHASEORDER              = w_purchaseorder
      EXPHEADER                    =
      EXPPOEXPIMPHEADER            =
           TABLES
             return                       = ret2
             poitem                       = it_item
             poitemx                      = it_itemx
             poaddrdelivery               = it_adrc
             poschedule                   = it_sch
             poschedulex                  = it_schx
             poaccount                    = it_poact
      POACCOUNTPROFITSEGMENT       =
             poaccountx                   = it_poactx
      POCONDHEADER                 =
      POCONDHEADERX                =
             pocond                       = it_cond
             pocondx                      = it_condx
      POLIMITS                     =
      POCONTRACTLIMITS             =
      POSERVICES                   =
      POSRVACCESSVALUES            =
      POSERVICESTEXT               =
      EXTENSIONIN                  =
      EXTENSIONOUT                 =
      POEXPIMPITEM                 =
      POEXPIMPITEMX                =
      POTEXTHEADER                 =
      POTEXTITEM                   =
      ALLVERSIONS                  =
            popartner                    = it_popart
      POCOMPONENTS                 =
      POCOMPONENTSX                =
      POSHIPPING                   =
      POSHIPPINGX                  =
      POSHIPPINGEXP                =
    if w_purchaseorder is not initial.
          CALL FUNCTION 'BAPI_TRANSACTION_COMMIT'
           LOOP AT ret2 WHERE type = 'S'.
                lt_success_po-ebeln =   ret2-message_v2.
                lt_success_po-type = ret2-type.
                lt_success_po-message = ret2-message.
                append lt_success_po.
                clear : lt_success_po.
              ENDLOOP.
    else.
    loop at ret2 where type = 'E'.
    move-corresponding lt_ekko to lt_error_po.
    move-corresponding ls_ekpo to lt_error_po.
    move ret2-type to lt_error_po-type.
    move ret2-message to lt_error_po-message.
    append lt_error_po.
    clear : lt_error_po.
    endloop.
      endif.
      CLEAR : ls_ekko,
                  st_ekko,
                  ls_ekpo,
                  st_ekpo,
                  ls_ekkn,
                  ls_ekbe,
                  ls_eket.
        ENDAT.
      ENDLOOP.
    ENDFUNCTION.
    Thanks
    Ruban

    hi,
    I could able to get successful PO creation no.
    but problem is with  tax code(MWskz) not updated for that tax code in EKKN table for that successfully created PO.
    Even though the value is passing into the standard BAPI bapi_PO_create1.
    Thanks
    Ruban

  • Item status of SC of subtype ER not updated after creating BDI invitation

    Dear Experts,
    Our process is that we push a PR from ECC that creates a SC of subtype ER in SRM.
    In a Z program we based on some criterion we consolidate the line items of these SCs and create BID invitation for these.
    After BID invitation is created for the SCs what should be the status of these SCs in BBP_PD?
    In our system it is showing
    HEADER          I1021              Created
    HEADER          I1038              Completed
    HEADER          I1106              Shopping Cart Ordered
    HEADER          I1129              Approved
    0000000001    I111                Item in transfer process             X
    For ITEM the status is not updated to I1113 follow on documents created.
    In the Z program we check if the SC Item has status I1113, if yes it means it is already processed for BID else process it for BID now. Since the SC item status is not updated properly same SCs are getting processed again .
    How can we update the ITEM status for a SC of subtype ER after a BID invitation for the SC is created?
    Thanks,
    Anubhav

    Hi Jay,
    Forgot to mention we are on SRM4.0 .
    I solved the issue by calling FM BBP_PD_SC_STATUS_CHANGE_DIRECT(passing item guid and status) and BBP_PDH_DIRECT_UPDATE (passing shopping cart guid) in sequence .
    Now the item level status is updated correctly.
    Thanks a lot,
    Anubhav

  • Workflow: XML Container not updated

    Hallo Gurus!
    I am starting a new workflow with SWW_WI_START_SIMPLE. After that i change some container values with following code:
    *Workflow starten
      CALL FUNCTION 'SWW_WI_START_SIMPLE'
        EXPORTING
    *   CREATOR                            = ' '
    *   PRIORITY                           = SWFCO_NO_PRIO
          task                               = wa_ess_prozess-prozess_task
    *   CALLED_IN_BACKGROUND               = ' '
    *   DEADLINE_DATA                      = ' '
    *   NO_DEADLINE_PARAMETERS             = ' '
      IMPORTING
    *   WI_ID                              =
    *   WI_HEADER                          =
    *   RETURN                             =
    *   WI_RESULT                          =
        swf_return                         = lwa_swf_return
        TABLES
          agents                             = it_swhactor
    *   DEADLINE_AGENTS                    =
    *   DESIRED_END_AGENTS                 =
    *   LATEST_START_AGENTS                =
    *   EXCLUDED_AGENTS                    =
    *   NOTIFICATION_AGENTS                =
    *   SECONDARY_METHODS                  =
    *    wi_container                       = i_event_cont
    CHANGING
       wi_container_handle                =  lc_container
      EXCEPTIONS
       id_not_created                     = 1
       read_failed                        = 2
       immediate_start_not_possible       = 3
       execution_failed                   = 4
       invalid_status                     = 5
       OTHERS                             = 6
      TRY.
          CALL METHOD lc_container->if_swf_cnt_element_access_1~element_set_value "if_swf_ifs_parameter_container~set
            EXPORTING
              name       = 'Vorgesetzter'
              qname      = 'Vorgesetzter'
              value      =  m_vorg
    *                  unit       =
    *                IMPORTING
    *                  returncode =
        CATCH cx_swf_cnt_cont_access_denied .
        CATCH cx_swf_cnt_elem_access_denied .
        CATCH cx_swf_cnt_elem_not_found .
        CATCH cx_swf_cnt_elem_type_conflict .
        CATCH cx_swf_cnt_unit_type_conflict .
        CATCH cx_swf_cnt_elem_def_invalid .
        CATCH cx_swf_cnt_container .
      ENDTRY.
    COMMIT WORK.
    No excpetions are raised, but the container is not updated! Did i make something wrong?
    Please help!
    Thanks in advance.
    Alex

    Hallo Mike.
    I think i should explain my requirements in more detail. I'm working on different Employee Self Service Scenarios. The User Interface is a Webdynpro which can be called form the Portal. In Background a Workflow is trigger and all following steps can be executed through the UWL.
    For each Scenario it is possible to enter different date by the user. As the data is used in the workfow i would like to set it into the container by an generic Function Module for all scenarios. Each Process has a unique name and i made a table where the related information (Workflow task...) is stored.
    But i think I already found a solution:
    CREATE OBJECT cnt TYPE  cl_swf_cnt_container .
      TRY.
          CALL METHOD cnt->if_swf_cnt_element_access_1~element_set_value
            EXPORTING
              name  = 'Vorgesetzter'
              value = m_vorg.
    *    unit       =
    *  IMPORTING
    *    returncode =
          CALL METHOD cnt->if_swf_cnt_element_access_1~element_set_value
            EXPORTING
              name  = 'Prozessdaten'
              value = <wa_proc_struc>.
    *    unit       =
    *  IMPORTING
    *    returncode =
          CALL METHOD cnt->if_swf_cnt_element_access_1~element_set_value
            EXPORTING
              name  = 'ESS_KEY'
              value = lwa_ess_key.
    *    unit       =
    *  IMPORTING
    *    returncode =
          CALL METHOD cnt->if_swf_cnt_element_access_1~element_set_value
            EXPORTING
              name  = 'PROCESS_NAME'
              value = i_ess_process.
    *    unit       =
    *  IMPORTING
    *    returncode =
        CATCH cx_root .
      ENDTRY.
      CALL METHOD cl_swf_ifs_conversion_base=>to_ifs_xml
        EXPORTING
          source_container    = cnt
          import_param        = 'X'
          export_param        = 'X'
          local_elements      = 'X'
          no_system_elements  = ' '
          no_initial_elements = ' '
    *      id                  = l_key-task
        IMPORTING
          ifs_xml_stream      = ifs_xml_container
          error_handle        = lv_excp.
      IF lv_excp IS NOT INITIAL.
        CALL METHOD lv_excp->if_message~get_text
          RECEIVING
            result = lwa_swf_return-message.
        e_return-type = 'E'.
        e_return-id   = 'ZESS'.
        e_return-number = lwa_swf_return-message.
        e_return-message  = lwa_swf_return-text.
        e_rc = 1.
        ROLLBACK WORK.
        EXIT.
      ENDIF.
    *Workflow starten
      CALL FUNCTION 'SAP_WAPI_START_WORKFLOW'
        EXPORTING
          task                      = lwa_ess_prozess-prozess_task
    *   LANGUAGE                  = SY-LANGU
          do_commit                 = ''
    *   USER                      = SY-UNAME
    *   START_ASYNCHRONOUS        = ' '
    *   DESIRED_START_DATE        =
    *   DESIRED_START_TIME        =
    *   DESIRED_START_ZONLO       = SY-ZONLO
         ifs_xml_container         = ifs_xml_container
    IMPORTING
       return_code               = l_subrc
    *   WORKITEM_ID               =
    *   NEW_STATUS                =
    TABLES
    *       input_container           = i_event_cont
       message_lines             = lit_messag
       message_struct            = lit_messstruc
       agents                    = it_swhactor
    With this technique i am now able to set dynamic structures (e.g. <wa_proc_struc>) to the Container.
    Thanks.
    Alex

  • Customer Master not updated when creating BP- BAPIBUSISM007_CREATEFROMDATA

    Hi All
    When I creating BP with TCODE BP-with BP role ISM020 , BP is created and all the tables are updated.
    But when I create BP programmatically with the BAPI -BAPIBUSISM007_CREATEFROMDATA
    Though the BP is created ,But The customer master tables are not updated(KNVV,KNB1,KNA1)
    Only table jjtvm is updated.
    Hence when we create SALES order , the msg appers that the  'ROLE MEDIA CUSTOMER DOES NOT EXIST FOR BP(BPNO)
    Need some help.
    regards

    HI
    Thanks for the reply.
    It is indeed very  helpful .
    I created the BP with my program and then run MDS_ppo2  TCODE
    Where I saw the missing field knvv-vkgrp,  KNVV-VKGRP: Required field check failed
    I am using the BAPI  BAPIBUSISM007_CREATEFROMDATA for creating BP, in this in none of importing parameters can i send this value to the table,
    Infact I tried with the update  statement  to send this value to the database for the BP no craeted , but failed as there is no line in KNVV for the BP created ..
    Now What should I check for.? pl do tell
    Thanks & Regards

  • Materialo slip no not updating when creating the transfer posting(MB1B 313)

    Hi all
    I have a problem in  updating material slip no when creating the transfer posting(MB1B 313).
    when creating the MB1B if i put the mat slip no manually then system updating in the material doc.
    But when system creating the transfer posting(through auto Jobs) the material slip no not updating in the material doc.
    this is started to happen only after i deleted the condition records(ZDRL) for printing the doc for a relavent storage location.Kidly let me know is there any relation between ZDRL and the material slip updating.
    Thanks
    Manju

    hi krishan,
    Pl ensure that there is any release strategy, or in the transfer posting enter the plant and m.type also storage location in the application tool bar click with reference to PO, and enter the po number and try to proceed. it will work.
    Regards,
    nagarajan

  • Files in itunes music library.xml but not visible in itunes

    I have several files that are visible in the xml file, but that do not appear when I search for them in the itunes library. I've seen what looks like attempts to sync these files to my ipod, but they don't exist any more. The files in question are podcasts created by the product formerly known as ipodderx and were converted to m4b.
    How can I fix this without losing all of my ratings and play counts?

    Can you be more specific about the files you're referring to?  Overall, the structure of a "well formed" library is like this:
    The five files listed in the iTunes folder are the four "library" files I listed in my previous file, plus the "sentinel" file (which is normally hidden in Windows) which is associated with maintaining the integrity of the iTunes database.  The Previous iTunes Libraries folder contains date-stamped copies of the library database file - these are generated by the iTunes update process if and when the new version being installed requires a change to the database structure.  These files aren't used by iTunes when in operation, but act as a partial backup mechanism should you want/need to roll back to an earlier release.  Otherwise you have:
    the Album Artwork folder which contains (in an iTunes-specific format) both all the artwork images retrieved from the iTunes Store and cached versions of all artwork images used to speed up display.
    the iTunes Media folder, which contains several subfolders based on the media kinds you have present in your library.  In the "standard" layout (as found when you configure iTunes to organize your library for you) you'll find - within the Music folder - one folder for each artist, each containing one folder for each album by that artist, where each of these contains the actual media files (.m4a, .mp3, etc.) containing your music.  The iTunes Preferences.plist file lurking in the iTunes Media folder determines the actual folder structure in place (this was changed between iTunes 8 and 9, though iTunes will still work if the library is in the "old" layout.
    Does this help?  If not, posting a screen shot showing the files you're referring to would be useful!

  • Batch not updating while creating delivery using bapi

    Hi
    I have used following bapi to create delivery BAPI_DELIVERYPROCESSING_EXEC and passed the following parameters into bapi
    lt_request-document_type = 'A'.
            lt_request-document_numb = deltab-vbeln.
            lt_request-document_item = deltab-posnr.
            lt_request-batch        = deltab-charg.
            lt_request-material = deltab-matnr.
            lt_request-plant = '3200'.
            lt_request-quantity_base__uom = deltab-kwmeng.
            lt_request-delivery_date = sy-datum.
    CALL FUNCTION 'BAPI_DELIVERYPROCESSING_EXEC'
    EXPORTING
    DELIVERY_EXTEND =
    TECHN_CONTROL =
          TABLES
          request = lt_request
          createditems = lt_createditems
          return = lt_return.
    here i am able to create delivery successfully but the batch which i passed in bapi is not getting updated in vl02n to do PGI.
    again i need to go to vl02n and give batch and quanitty manually to do PGI.is there anyway that batch gets updated in vl02n also.
    Regards,
    Venkat.

    Hi
    My answer is pure assumption.
    Please check the following OSS notes
    Note 758810 - BAPI_PO_CHANGE vendor batch and batch not visible
    Note 1230268 - Field Vendor Batch never filled for PO BAPIs
    Please take help from BASIS and SAP, before implementing the OSS note
    Regards
    Madhan D

  • XML file not updating

    The imsmanifest.xml doesn't seem to be updated after I have
    completed the test in the presentation. I have tried all the
    settings in quiz manager.
    I am suppose to see the test results in the imsmanifest.xml
    file, right?

    did you use the site list manager tool, or edit the XML by hand?
    if you edited by hand, did you increase the file version number ?
    http://technet.microsoft.com/en-us/library/dn640701.aspx
    Don
    (Please take a moment to "Vote as Helpful" and/or "Mark as Answer", where applicable.
    This helps the community, keeps the forums tidy, and recognises useful contributions. Thanks!)

  • XML Data not updating on xlf

    hi,
    My IT department created some xml files for a project that I am working on. I want to have XML connecting into the dashboard whenever I update the xml file. Is there a way I can do it? I tried saving the XML data into Excel and importing the spreadsheet into dashboard, which gave the me the data but if I want to have XML data connection with the URL of xml data in my local file it doesn't work. I also tried XML Maps for data manager and that worked one time but if I update same file it won't show me new data after refreshing.
    Does any body know how to do it from starting and give me steps to automatically refresh the data... I have three different data sheets for charts. I have Xcelsius 2008 Engage....I am totally confused...
    Thanks.

    Hi, Sejal Shah
    Please Have a Look at the following Thread where i explain the Steps, hope will help to solve your problem,
    [XML u2013 Structure Needed in Xcelsius|XML u2013 Structure needed in Xcelsius;
    Please REply if any Issue.
    Kind Regards,
    Faisal

  • Windows 7 XML SP2 not updating

      I have a problem that hopefully someone can help with.  I am using a HP Omni 120-1124 Desktop PC. It has Windows 7 Home premium, 64-bit installed. There are 2 Windows updates that will not install no matter what I do.  They are: 1) "Security Update for MSXML 4.0 Service Pack 2" (KB954430) and "Update for Microsoft XML Core Services 4.0 Service Pack 2" (KB973688). In one of the MSN articles I looked at, it said to go to: c:\
    Windows\System32 and right-click the Msxml4.dll file and click properties. The file Msxml4.dll file is not there.
    Any advice on how to proceed would be greatly appreciated!
    Thank-You, Terry
    This question was solved.
    View Solution.

    Hello Terry57,
    I understand you are having issues with a couple of Microsoft Windows 7 Updates not installing. I am providing you with a Microsoft Support document: Troubleshoot problems with installing updates that Microsoft has designed to address the very issue you are experiencing.
    I hope I have provided you with the solution you were looking for. Thank you for posting on the HP Forums. Have a great day!
    Please click the "Thumbs Up" on the bottom right of this post to say thank you if you appreciate the support I provide!
    Also be sure to mark my post as “Accept as Solution" if you feel my post solved your issue, it will help others who face the same challenge find the same solution.
    Dunidar
    I work on behalf of HP
    Find out a bit more about me by checking out my profile!
    "Customers don’t expect you to be perfect. They do expect you to fix things when they go wrong." ~ Donald Porter

  • Save As not updating file "Created:" date in CC programs

    I just downloaded and installed the trial for CC. So far, I have noticed that when performing a "Save As" on files stored locally on my computer that the "Created:" date is not being updated/changed to the current date/time. Is there a reason for this? Is there a fix? I am not synced with the cloud and don't know if that might be the reason.
    I am using Windows 7 Home Premium 64-bit

    Hi,
    I'm marking the reply as answer as there has been no update for a couple of days.
    If you come back to find it doesn't work for you, please reply to us and unmark the answer.
    Regards,
    Melon Chen
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • XML Publisher not updating translated XLFs

    Hi,
    We are using XML Publisher Administrator responsibility to upload French translated XLFs for our RTF files. We are using EBS version 12.1.3.
    We are able to successfully upload XLFs in WINDOWS-1252 encoding format. However,when we download those, the resulting files are encoded in UTF-8,with some characters distorted out.However, the final report output shows the correct European character set.
    Can anyone suggest why is this happening ?

    <TEL_TXT><?b?>Telephone:<?/b?> Call this number to pay by credit card using a land line or mobile phone.</TEL_TXT>
    <TEL_HOW>Tel: 1300 362 589</TEL_HOW>
    <INT_TXT><?b?>Internet:<?/b?> Visit this website to make a secure credit card payment over the internet.</INT_TXT>
    We use BPEL to extract information from an external source, once we get this, we use BI publisher to then compile everything together including output from a receivables report, to produce a pdf report. Microsoft Word just ignores the <?b?>, thinks it's a sub tag. p.s i put the ? in there so that html browser does not bold the text. in the real sample the ? are not in there.
    Message was edited by:
    THLAM
    Message was edited by:
    THLAM

  • Excise base amount not updated after creating Excise Invoice

    Dear Friends,
    The excise base amount is not getting updated in table J_1IEXCDTL u2013 EXBAS. System updates J_1IEXCDTL u2013 EXBAS, if condition category in the Base price condition type is maintained as H.But the problem comes when discounts are applicable.
    Say, the base price is Rs 10000 and there is a discount of Rs1000. If I maintain the condition category u2018Hu2019, the excise base value is getting updated as Rs10000, but it should be Rs 9000. But there is no problem with the BED/EDCess/SHEd cess which are calculated as expected based on the steps defined in the pricing procedure.
    I even tried using condition type JASS (Acc Seq JDUM -100% on the (Base price - Discount value and condition category H).It works only when JASS is set as Non-statistical.By doing so,Base price and also the Discounts conditions are getting inactive. When JASS is set as statistical, EXBAS is not getting updated.
    Thanks
    ISaac

    Hi  Issac,
    Use the below user exit to populate the excise base value.
    J_1I7_USEREXIT_CALC_EXC_BASE.
    This user exit has the KONV strcuture of your billing, you can derevive
    the base value and pass it to the parameter EXCITM_BASE so that the exci
    se base can be updated during billing.
    Thanks and Regards
    MBS

  • TOC not updating when creating PDF from Robo9

    I have not really created PDFs from Robo before, so I might be missing something basic. I am trying to create Word and PDF documents from my Robo9 project. My problem is that some of my topics are not being generated, in either the Word output or the PDF output. The topics are indeed part of the TOC in the Robo project, but they are not part of the TOC in the Word and PDF output. The strange thing is, all of the TOC books make the conversion, but the one book I am having the issue with includes one topic, but all of the other topics in that book do not get converted. I tried recreating the TOC, and it still does the same thing. It's almost like the printed documentation generation is ignoring any new changes to the TOC, as it's the same every time no matter what I change. I tried making some changes to topics that are generated, and I can indeed see the changes in the printed output docs.
    Anything glaring I am missing, or should try? Thanks.
    Mark

    Likely a common misunderstanding.
    The first time you create printed documentation, the topics are based on the TOC. Thereafter there is no link.
    When you add new topics to the project, they are not automatically in any of the TOCs. You have to add them to each TOC. It's the same with print, you have to add them in the print layout.
    Easiest way is to simply use the double left chevrons to remove the topics in the print layout and then use the double right chevron to back in, the difference being it will add all the topics in the TOC and as you added the new topics there, they will be in the print layout.
    There's more in Printed Documentation on my site.
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

Maybe you are looking for