LBWR gets runtime error display backup data

We are getting a runtime error "IMPORT_WRONG_END_POS" in program RMBWV3RE when we try to "dispay the data in the backup table" for logistics extractor 2LIS_46_SCL.
We have enhanced the extract structure several times since we did our initial LBWR customizing. Could it be that there is backup data still in the LBWR queue that is in the old format? Can we delete the backup queue?
Regards,
Mike Wagner

Francisco,
I check and those notes have already been applied to our system.
I did find a blog "A Safety Belt for Logistics Extraction Queues" by Bernd Sieger which is dedicated to LBWR.
/people/bernd.sieger/blog/2007/05/07/a-safety-belt-for-logistics-extraction-queues
Bernd gave me a couple of hints on how to fix the problem. I ended up writing an ABAP program to delete the contents of the queue for my logistics extractor 2LIS_46_SCL.
After clearing old records, the data display work fine now.
Regards,
Mike Wagner

Similar Messages

  • Getting runtime Error 'UC_OBJECTS_NOT_CHARLIKE'  for ALV grid

    Hi,
    When I call method SET_TABLE_FOR_FIRST_DISPLAY of ALV I get runtime error 'UC_OBJECTS_NOT_CHARLIKE'.
    Actually i have set in the fieldcatalog the field 'CHK' of internal table as checkbox.
    wa_fcat-fieldname = 'CHK' .
    wa_fcat-coltext = 'Clear' .
    wa_fcat-seltext = 'Clear' .
    wa_fcat-checkbox = 'X' .
    wa_fcat-edit = 'X' .
    APPEND wa_fcat to p_lt_fieldcatalog .
    Field CHK is of type c.
    when i dont set the field as checkbox, I stop getting the error.
    Please find a solution.
    regards,
    auro

    Relevant parts of code are:
    Data Declaration:
    types:  begin of tt_revenue_det,
           chk type c,
           budat like zefit0006-zefibudat,
           racct_txt like skat-txt50,
           amount like zefit0006-zefihsl,
           pbar_txt like tgsbt-gtext,
           sgtxt like zefit0006-zefisgtxt,
           costcentertxt like cskt-ktext,
           bar_txt like skat-txt50,
           doctype like zefit0006-zefiblart,
           ch_flag type c,
           end of tt_revenue_det,
    data:    gt_revenue_det type table of tt_revenue_det.
    FIELD CATALOG
    *&      Form  set_fieldcatalog_rev_det
          text
         -->P_LT_FIELDCATALOG  text
    form set_fieldcatalog_rev_det  using    p_lt_fieldcatalog type lvc_t_fcat.
    data:wa_fcat type lvc_s_fcat.
    wa_fcat-fieldname = 'P_GT_REVENUE_DET-CHK' .
    wa_fcat-coltext = 'Clear' .
    wa_fcat-seltext = 'Clear' .
    wa_fcat-checkbox = 'X' .
    wa_fcat-edit = 'X' .
    APPEND wa_fcat to p_lt_fieldcatalog .
    wa_fcat-fieldname = 'BUDAT' .
    wa_fcat-coltext = 'Posting Date' .
    wa_fcat-seltext = 'Posting Date' .
    APPEND wa_fcat to p_lt_fieldcatalog .
    wa_fcat-fieldname = 'RACCT_TXT' .
    wa_fcat-coltext = 'Account Item Text' .
    wa_fcat-seltext = 'Account Item Text' .
    APPEND wa_fcat to p_lt_fieldcatalog .
    wa_fcat-fieldname = 'AMOUNT' .
    wa_fcat-coltext = 'Amount' .
    wa_fcat-seltext = 'Amount' .
    APPEND wa_fcat to p_lt_fieldcatalog .
    wa_fcat-fieldname = 'PBAR_TXT' .
    wa_fcat-coltext = 'Partner Business Area' .
    wa_fcat-seltext = 'Partner Business Area' .
    APPEND wa_fcat to p_lt_fieldcatalog .
    wa_fcat-fieldname = 'SGTXT' .
    wa_fcat-coltext = 'Item Text' .
    wa_fcat-seltext = 'Item Text' .
    APPEND wa_fcat to p_lt_fieldcatalog .
    wa_fcat-fieldname = 'COSTCENTERTXT' .
    wa_fcat-coltext = 'Cost Center' .
    wa_fcat-seltext = 'Cost Center' .
    APPEND wa_fcat to p_lt_fieldcatalog .
    wa_fcat-fieldname = 'BAR_TXT' .
    wa_fcat-coltext = 'Business Area' .
    wa_fcat-seltext = 'Business Area' .
    APPEND wa_fcat to p_lt_fieldcatalog .
    wa_fcat-fieldname = 'DOCTYPE' .
    wa_fcat-coltext = 'Type' .
    wa_fcat-seltext = 'Type' .
    APPEND wa_fcat to p_lt_fieldcatalog .
    wa_fcat-fieldname = 'CH_FLAG' .
    wa_fcat-coltext = 'Split' .
    wa_fcat-seltext = 'Split' .
    APPEND wa_fcat to p_lt_fieldcatalog .
    endform.                    " set_fieldcatalog_rev_det
    CREATE ALV
    *&      Form  create_alv_revenue_det
          text
         -->P_GT_REVENUE_DET  text
    form create_alv_revenue_det  using    p_gt_revenue_det.
    ALV related data declaration
    DATA: lf_layout TYPE lvc_s_layo,  "alv layout
          lt_fieldcatalog type table of lvc_s_fcat, "field catalog internal table
          wa_fieldcatalog type lvc_s_fcat. "work area for field catalog
    create alv only if container is initial
    IF G_CUSTOM_CONTAINER_REV_DET IS INITIAL.
    lf_layout-no_toolbar = 'X'. " no toolbar
    lf_layout-sel_mode = 'B'.
    populate field catalog
    perform set_fieldcatalog_rev_det using lt_fieldcatalog.
    create instance of container class
        CREATE OBJECT G_CUSTOM_CONTAINER_REV_DET
               EXPORTING CONTAINER_NAME = G_CONTAINER_REV2.
    create instance of alv grid class
        CREATE OBJECT GR_ALVGRID_REV_DET
               EXPORTING I_PARENT = G_CUSTOM_CONTAINER_REV_DET.
    call method to display table in alv grid by passing layout and fieldcatalog
        CALL METHOD GR_ALVGRID_REV_DET->SET_TABLE_FOR_FIRST_DISPLAY
             EXPORTING
             is_layout = lf_layout
             CHANGING
             IT_OUTTAB        = p_gt_revenue_det
             IT_FIELDCATALOG  = lt_fieldcatalog.
      ENDIF.
    endform.                    " create_alv_revenue_det

  • Runtime error while loading data in BI 7.0

    Hi All,
    While loading data in BI 7.0,
    I am getting Runtime Errors "TSV_TNEW_PAGE_ALLOC_FAILED" . No more space available for extending internal table.
    As per SAP BASIS SUPPORT comments:
    "This is NOT a space problem but rather a huge memory resource consumption one, as you're trying to hold excessive amount of data in Memory, and that's when you get the short dump; I know that SAP sometimes is not clear in explaining the issue (ie "No more storage space available...."), but this refers to memory requirement, not disk storage space per se.
    So, please try to break down your data load in smaller sets and this will work OK"
    How to proceed with the above comments? How to break down data load in to smaller sets?
    Please helpme....

    there could be various ways -
    using selections / filters in Infopackage / DTPs based on may be some period or some other char you could identify based on your data.
    Hope it helps
    Vikash

  • Getting runtime error

    hi all
    i am getting runtime error in this report can any one help me out.
    Include prg is attached down.
    REPORT  ZVBLOCKED.
    INCLUDE ZVBLOCKEDTOP.
    REPID = SY-REPID.
    PERFORM GET_DATA.
    PERFORM APPEND_FIELD.
    CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_INIT'
      EXPORTING
        I_CALLBACK_PROGRAM             =  REPID.
    CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND'
      EXPORTING
        IS_LAYOUT                        =  LAYOUT
        IT_FIELDCAT                      =  F_VBAK
        I_TABNAME                        =  'IT_VBAK'
        IT_EVENTS                        =  F_EVENTS
      TABLES
        T_OUTTAB                         =  IT_VBAK.
    CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND'
      EXPORTING
        IS_LAYOUT                        =  LAYOUT
        IT_FIELDCAT                      =  F_EKKO
        I_TABNAME                        =  'IT_EKKO'
        IT_EVENTS                        =  F_EVENTS
    TABLES
        T_OUTTAB                         =  IT_EKKO.
    CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_DISPLAY'.
    FORM GET_DATA.
    SELECT VBELN NETWR FROM VBAK INTO TABLE IT_VBAK  WHERE KUNNR IN S_KUNNR.
    SELECT EBELN AEDAT FROM EKKO INTO TABLE IT_EKKO  WHERE LIFNR IN S_LIFNR.
    ENDFORM.
    FORM APPEND_FIELD.
    FCAT-FIELDNAME = 'VBELN'.
    FCAT-TABNAME = 'VBAK'.
    FCAT-REF_FIELDNAME = 'VBELN'.
    FCAT-REF_TABNAME = 'VBAK'.
    APPEND FCAT TO F_VBAK.
    FCAT-FIELDNAME = 'NETWR'.
    FCAT-TABNAME = 'VBAK'.
    FCAT-REF_FIELDNAME = 'NETWR'.
    FCAT-REF_TABNAME = 'VBAK'.
    APPEND FCAT TO F_VBAK.
    FCAT-FIELDNAME = 'EBELN'.
    FCAT-TABNAME = 'EKKO'.
    FCAT-REF_FIELDNAME = 'EBELN'.
    FCAT-REF_TABNAME = 'EKKO'.
    APPEND FCAT TO F_EKKO.
    FCAT-FIELDNAME = 'AEDAT'.
    FCAT-TABNAME = 'EKKO'.
    FCAT-REF_FIELDNAME = 'AEDAT'.
    FCAT-REF_TABNAME = 'EKKO'.
    APPEND FCAT TO F_EKKO.
    ENDFORM.
    This is include prg.
    TABLES: LFA1,EKKO,KNA1,VBAK.
    SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME.
    SELECT-OPTIONS: S_LIFNR FOR LFA1-LIFNR,
    S_KUNNR FOR KNA1-KUNNR.
    SELECTION-SCREEN END OF BLOCK B1.
    TYPES: BEGIN OF TY_VBAK,
    VBELN TYPE VBAK-VBELN,
    NETWR TYPE VBAK-NETWR,
    END OF TY_VBAK.
    DATA: WA_VBAK TYPE TY_VBAK,
    IT_VBAK TYPE TABLE OF TY_VBAK.
    TYPES: BEGIN OF TY_EKKO,
    EBELN TYPE EKKO-EBELN,
    AEDAT TYPE EKKO-AEDAT,
    END OF TY_EKKO.
    DATA: WA_EKKO TYPE TY_EKKO,
    IT_EKKO TYPE TABLE OF TY_EKKO.
    TYPE-POOLS: SLIS.
    DATA: REPID LIKE SY-REPID,
    FCAT TYPE SLIS_FIELDCAT_ALV,
    F_LFA1 TYPE SLIS_T_FIELDCAT_ALV,
    F_VBAK TYPE SLIS_T_FIELDCAT_ALV,
    F_EKKO TYPE SLIS_T_FIELDCAT_ALV,
    LAYOUT TYPE SLIS_LAYOUT_ALV,
    F_EVENTS TYPE SLIS_T_FIELDCAT_ALV.

    Check the below code, its working fine.
    *& Report  YSAT_TEST3
    REPORT  YSAT_TEST3.
    type-pools: slis.
    TABLES: LFA1,EKKO,KNA1,VBAK.
    data: lv_event  type slis_alv_event, " add this
          lt_event type slis_t_event.       " add this
    SELECTION-SCREEN BEGIN OF BLOCK B1 WITH FRAME.
    SELECT-OPTIONS: S_LIFNR FOR LFA1-LIFNR,
    S_KUNNR FOR KNA1-KUNNR.
    SELECTION-SCREEN END OF BLOCK B1.
    TYPES: BEGIN OF TY_VBAK,
    VBELN TYPE VBAK-VBELN,
    NETWR TYPE VBAK-NETWR,
    END OF TY_VBAK.
    DATA: WA_VBAK TYPE TY_VBAK,
    IT_VBAK TYPE TABLE OF TY_VBAK.
    TYPES: BEGIN OF TY_EKKO,
    EBELN TYPE EKKO-EBELN,
    AEDAT TYPE EKKO-AEDAT,
    END OF TY_EKKO.
    DATA: WA_EKKO TYPE TY_EKKO,
    IT_EKKO TYPE TABLE OF TY_EKKO.
    TYPE-POOLS: SLIS.
    DATA: REPID LIKE SY-REPID,
    FCAT TYPE SLIS_FIELDCAT_ALV,
    F_LFA1 TYPE SLIS_T_FIELDCAT_ALV,
    F_VBAK TYPE SLIS_T_FIELDCAT_ALV,
    F_EKKO TYPE SLIS_T_FIELDCAT_ALV,
    LAYOUT TYPE SLIS_LAYOUT_ALV,
    F_EVENTS TYPE SLIS_T_FIELDCAT_ALV.
    REPID = SY-REPID.
    perform it_events.   " add this
    PERFORM GET_DATA.
    PERFORM APPEND_FIELD.
    CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_INIT'
    EXPORTING
    I_CALLBACK_PROGRAM = REPID.
    CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND'
    EXPORTING
    IS_LAYOUT = LAYOUT
    IT_FIELDCAT = F_VBAK
    I_TABNAME = 'IT_VBAK'
    IT_EVENTS = lt_event        " add this
    TABLES
    T_OUTTAB = IT_VBAK.
    CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_APPEND'
    EXPORTING
    IS_LAYOUT = LAYOUT
    IT_FIELDCAT = F_EKKO
    I_TABNAME = 'IT_EKKO'
    IT_EVENTS = lt_event      " add this
    TABLES
    T_OUTTAB = IT_EKKO.
    CALL FUNCTION 'REUSE_ALV_BLOCK_LIST_DISPLAY'.
    FORM GET_DATA.
    SELECT VBELN NETWR FROM VBAK INTO TABLE IT_VBAK WHERE KUNNR IN S_KUNNR.
    SELECT EBELN AEDAT FROM EKKO INTO TABLE IT_EKKO WHERE LIFNR IN S_LIFNR.
    ENDFORM.
    FORM APPEND_FIELD.
    FCAT-FIELDNAME = 'VBELN'.
    FCAT-TABNAME = 'VBAK'.
    FCAT-REF_FIELDNAME = 'VBELN'.
    FCAT-REF_TABNAME = 'VBAK'.
    APPEND FCAT TO F_VBAK.
    FCAT-FIELDNAME = 'NETWR'.
    FCAT-TABNAME = 'VBAK'.
    FCAT-REF_FIELDNAME = 'NETWR'.
    FCAT-REF_TABNAME = 'VBAK'.
    APPEND FCAT TO F_VBAK.
    FCAT-FIELDNAME = 'EBELN'.
    FCAT-TABNAME = 'EKKO'.
    FCAT-REF_FIELDNAME = 'EBELN'.
    FCAT-REF_TABNAME = 'EKKO'.
    APPEND FCAT TO F_EKKO.
    FCAT-FIELDNAME = 'AEDAT'.
    FCAT-TABNAME = 'EKKO'.
    FCAT-REF_FIELDNAME = 'AEDAT'.
    FCAT-REF_TABNAME = 'EKKO'.
    APPEND FCAT TO F_EKKO.
    ENDFORM.
    *&      Form  IT_EVENTS
    *       text
    *  -->  p1        text
    *  <--  p2        text
    FORM IT_EVENTS .                         " add this
      refresh lt_event.
      clear lv_event.
      lv_event-name = slis_ev_top_of_list.
      lv_event-form = 'LIST_HEADER'.
      append lv_event to lt_event.
      clear lv_event.
      lv_event-name = slis_ev_top_of_page.
      lv_event-form = 'VERIFIC_HEADER'.
      append lv_event to lt_event.
    ENDFORM.                    " IT_EVENTS
    Thanks
    Satyasuresh Donepudi
    Edited by: Satya suresh Donepudi on Apr 29, 2009 9:04 AM

  • I just updated to the new version of itunes on a windows pc.  I now get runtime error r6034

    I jsut updated to a new version of itunes on a windows pd and now get runtime error R6034.  Any solutions?

    In the course of your troubleshooting to date, have you worked through the following document?
    No content shows up in iTunes after updating

  • HT3275 I get an error message "Volumes/Data-1/Colin's iMac.sparsebundle" is already in use

    My time machine is nor backing up. i get an error message "Volumes/Data-1/Colin's iMac.sparsebundle" is already in use. How do I get backups to recommence?

    Restart the TC is usually enough.. restart the network if you need to.. in correct order.. modem,, TC.. Clients.. 2min gap.
    Read other stuff. C12.
    http://pondini.org/TM/Troubleshooting.html

  • Getting Runtime Error while Activating Characteristics in BW sandbox system

    Hi, i m getting  runtime error while activating Characteristics. Error as All InfoObjects Already Saved(locked)
    Short Text
    SQL error 1691 occurred when accessing program "GP4H8Z73D1WOGH7XBIZ54N5GXEG "
       Runtime Errors         DBIF_REPO_SQL_ERROR
    even if creating a new Characteristics same error is comming.
    Key Figures are getting created successfully but problems is comming only with Characteristics. Please Help...
    Edited by: kush kumar on Mar 23, 2010 11:56 AM

    Hi,
    Follow bellow steps:
    a) Once check the Lock entries by useing SM13.
    Goto SM13--> Select your object lock entries --> Select delete.
    b). Acitvate the Infoobject.
    Regards.

  • Getting Runtime error while adding Second page in Smartform.

    I added 2 pages in smartform. When I worked with single page. smartform working properly. Now I added one more page(i.e Second page) I am getting runtime error.  ("The current ABAP/4 program encountered an unexpected
    situation".   A RAISE statement in the program "SAPLSTXBC" raised the exception
    condition "ERROR".)   When I debug this standard program Something width problem getting on line number 110. Both width not matched so program raising exception. Can you please tell me to solve this problem what changes will I do in my smartform?

    Please let me know the details of each page.
    Error can occur in these cases.
    1) You copied the first page to second. and later you change the width of second page
    2) You created the second page and there is template in second page. each column width is not matching with the total width of the template.
    3) windows width is greater than the page width
    Please have a look.
    Regards,
    Nikhil
    Edited by: Nikhil V Kumar on Jul 27, 2010 12:16 PM

  • In VL02N, getting runtime error "dynpro_msg_in_help" when deleting outbound delivery in production

    Hello SD members,
    I have an issue in which while executing VL02N and trying to delete the outbound delivery getting runtime error "dynpro_msg_in_help" in production system.
    Kindly suggest how to solve this...
    Regards
    Venkat

    Hi Venkata Pradeep,
    Can you please proivde more details about an error to understand the issue.
    Regards,
    Pravin

  • TS5376 I can not install itunes.  I get Runtime Error!  R6034.  An application has made an attempt to load the c runtime library incorrectly.  Please contact the application support team for more information.  I've been uninstalling, moving .dll files, re

    The other day I was prompted to update itunes.  I started to, and it crashed my itunes.  Then I tried to uninstall itunes, so that I could turn around and re-install it again.  Now I can not install itunes.  I get Runtime Error! message. R6034.  For the last two hours I have  tried deleting itunes, moving the .dll files to the desktop, restarting the computer (more times than I can count), deleting the temp files, updating my internet explorer, using the fix it program,..... 
    The two messages that I am getting are:
    Runtime Error! Program:c\Program Files (x86)\itunes\Tunes.exe     R6034   An application has made an attempt to load the c runtime library incorrectly.  Please contact the application's support team for more information.
    Also:  Service to 'Apple Mobile Device' (Apple Moblie Device) failed to start.  Verify that you have sufficient priviledges to start system services.

    I too was getting the same message regarding R6034. After many frustrating hours I went to the iTunes support page and clicked on "install and update." When that page came up I scrolled on to "removing and reinstalling iTunes......" There they tell you what files need to be removed and what order to do it in so you can reinstall iTunes. My iTunes works now and I didn't lose any music.
    About the Apple Mobile Device, well that's one of the files that has to be uninstalled. When you reinstall iTunes the Apple Mobile Device is automatically reinstalled.
    Hope this works for you as it did for me. Warning: it takes about an hour to do all this.

  • TS2570 startup itunes get runtime error R6034 and then not correctly installed ERROR 7 (windows error 1114).

    startup itunes get runtime error R6034 and then not correctly installed ERROR 7 (windows error 1114).

    ChrisJ4203 wrote:
    Use this support document to remove iTunes and reinstall it on the computer. Follow the directions exactly. http://support.apple.com/kb/HT1923
    Chris,
    This absolutely solved the problem !!!!!!!!!!!!!!!!!!!!!   I was having the exact same error messages as Mike.
    Thank You for the great fix and I did not lose one song file!!!!!!!!!!!!
    G

  • I am getting runtime error "OBJECTS_OBJREF_NOT_ASSIGNED_NO".

    I am getting runtime error "OBJECTS_OBJREF_NOT_ASSIGNED_NO" in transaction RSPC in BW system.

    Runtime Errors  :       OBJECTS_OBJREF_NOT_ASSIGNED_NO
    Exception         :     CX_SY_REF_IS_INITIAL
    Short text: Access via 'NULL' object reference not possible.
    What happened?
    Error in the ABAP Application Program
    The current ABAP program "CL_RSPC_FRONTEND==============CP" had to be terminated because it has come across a statement that unfortunately cannot be executed.

  • When i executed this class file  i am getting runtime errors

    when i executed this class file i am getting runtime errors
    code is :
    import java.awt.event.*;
    import java.awt.*;
    public class Test extends Frame
    java.awt.Window w;
         TextField t;
         Test()
         t=new TextField(20);
         add(t);
         addWindowListener(new WindowAdapter()
                             public void windowDeactivated(WindowEvent ev)                               {                    
                                  w.toFront();          
                                  System.out.println("hai");
         setSize(300,300);
         setVisible(true);
    public static void main(String args[])
    Test t =new Test();
    after executing that class i am getting this errors
    Exception occurred during event dispatching:
    java.lang.NullPointerException:
    at WindowEventDemo.windowActivated(WindowEventDemo.java:76)
    at java.awt.Window.processWindowEvent(Window.java:612)
    at java.awt.Window.processEvent(Window.java:576)
    at java.awt.Component.dispatchEventImpl(Compiled Code)
    at java.awt.Container.dispatchEventImpl(Compiled Code)
    at java.awt.Window.dispatchEventImpl(Compiled Code)
    at java.awt.Component.dispatchEvent(Compiled Code)
    at java.awt.EventQueue.dispatchEvent(Compiled Code)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:68)
    if anybody know how to pls help me

    You are using w that you have not done anything with.
    Add following code to the begining of your cinstructor:
    w = this;
    Then it should work.
    //Anders ;-D

  • While installing latest update I lost ability to open Itunes.  Getting "runtime error" and then next box says error 1114.  Tried uninstalling and reinstalling and does not work.  Getting same error.  Very frustrating.

    Cannot open Itunes after trying to install latest update.  Getting runtime error and then error 1114.  Tried uninstalling and reinstalling and still getting same error.  How do I fix this.  Very frustrating!

    Hi there,
    Earlier iTunes (and supporting applications) need to be completely uninstalled before you can install the new version. Here's the complete Apple info on this: http://support.apple.com/kb/HT1923
    Mobile device application will most likely fail to uninstall, so you would need to visit its location(s) and manually delete the files then folder(s). The location of the folders is documented in this link from Apple.
    It's a pain, but it should work.

  • Hollie**it! I can't even open iTunes anymore.I have Windows 7 Home Premium 64 Bit.  I tried to update iTunes twice today.  This is what I get:     Runtime error!     Program: C:\Program Files (x86)\iTunes\iTunes.exe     R6034  An application has made an

    Hollie**it!
    I can't even open iTunes anymore.I have Windows 7 Home Premium 64 Bit.  I tried to update iTunes Trice Now.  This is what I get: Runtime error!     Program: C:\Program Files (x86)\iTunes\iTunes.exe.   R6034  An application has made an

    Hello there, Vinnie.
    The following Knowledge Base article addresses the very issue you're describing:
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Check for .dll files
    Go to C:\Program Files (x86)\iTunes and C:\Program Files\iTunes and look for .dll files.
    If you find QTMovie.DLL, or any other .dll files, move them to the desktop.
    Reboot your computer.
    Note: Depending on your operating system, you may only have one of the listed paths.
    Uninstall and reinstall iTunes
    Uninstall iTunes and all of its related components.
    Reboot your computer. If you can't uninstall a piece of Apple software, try using the Microsoft Program Install and Uninstall Utility.
    Re-download and reinstall iTunes 11.1.4.
    Thanks for reaching out to Apple Support Communities.
    Cheers,
    Pedro.

Maybe you are looking for