Partial Update error / sample code

Customer is trying to do Partial Update by refering the sample shown in PartialUpdatesGuide.pdf, however, baseline update is showing following error. Is there any sample code to do partial update with the actual success in some instance, or any resolution for this ?
WARNING:provisioning warning: The option '--updatedir' is reserved. It has been removed from the command line
Additional informations are:
- after partial update, dgraph_input/updates does not have partial update file (directory is empty). It seems that they does not use Parial Update Pipeline in forge, this file is not created.
- Dgidx log does not show any other error or warning

The message you see is just a warning that indicates the Dgraph node in your AppConfig XML (either DgraphCluster.xml or AuthoringDgraphCluster.xml) is not specified properly. My guess is that yours looks like this:
<dgraph id="DgraphA1" host-id="LiveMDEXHostA" port="25000"
post-startup-script="LiveDgraphPostStartup">
<properties>
<property name="restartGroup" value="1" />
<property name="DgraphContentGroup" value="Live" />
</properties>
*     <args>*
*          <arg>--updatedir</arg>*
*          <arg>./data/dgraphs/DgraphA1/dgraph_input/updates</arg>*
*     </args>*
<log-dir>./logs/dgraphs/DgraphA1</log-dir>
<input-dir>./data/dgraphs/DgraphA1/dgraph_input</input-dir>
+<update-dir>./data/dgraphs/DgraphA1/dgraph_input/updates</update-dir>+
</dgraph>
The error message is complaining about the args section. The updatedir argument gets sourced from the update-dir element and if you try to specify it in args, you see the message below.
I think we'll need more information to solve the primary issue (what does your PartialForge.log say, is there anything in data\partials\forge_output). Dgidx does not run during a partial update so not having a warning or error there is expected.
Regards,
Patrick Rafferty
http://branchbird.com

Similar Messages

  • Update Error Tansaction code FB01

    Hi Sap Gurus,
    In batch input session of accounting documents via FB01, batch input
    session log showed " UPDATE ERROR, TRANSACTION FB01, no. in session
    000001", Message number is 00373.
    Users are asking why is there an update error ?

    The message you see is just a warning that indicates the Dgraph node in your AppConfig XML (either DgraphCluster.xml or AuthoringDgraphCluster.xml) is not specified properly. My guess is that yours looks like this:
    <dgraph id="DgraphA1" host-id="LiveMDEXHostA" port="25000"
    post-startup-script="LiveDgraphPostStartup">
    <properties>
    <property name="restartGroup" value="1" />
    <property name="DgraphContentGroup" value="Live" />
    </properties>
    *     <args>*
    *          <arg>--updatedir</arg>*
    *          <arg>./data/dgraphs/DgraphA1/dgraph_input/updates</arg>*
    *     </args>*
    <log-dir>./logs/dgraphs/DgraphA1</log-dir>
    <input-dir>./data/dgraphs/DgraphA1/dgraph_input</input-dir>
    +<update-dir>./data/dgraphs/DgraphA1/dgraph_input/updates</update-dir>+
    </dgraph>
    The error message is complaining about the args section. The updatedir argument gets sourced from the update-dir element and if you try to specify it in args, you see the message below.
    I think we'll need more information to solve the primary issue (what does your PartialForge.log say, is there anything in data\partials\forge_output). Dgidx does not run during a partial update so not having a warning or error there is expected.
    Regards,
    Patrick Rafferty
    http://branchbird.com

  • Updates/downloadable sample codes

    Hi, everybody!!!
    1) Core J2EE Patterns book indicates a website for updates, etc:(http://www.phptr.com/corej2eepatterns).
    It seems it's not working or available; when will it be available??? (Or is there another site to reflect new updates/changes to the book?)
    2) Do you guys have some sort of "blueprint" that can be used as a template for learning/modelling patterns? Something that can be compiled and minimally executed??
    3) Are there plans to include more example codes?
    Thanks in advance...

    Re: 1):
    We have informed our publisher and they are fixing it as we speak.
    Re: 2)
    We have a reference implementation for the patterns called PSA.
    PSA (Professional Services Automation) is discussed briefly in the last chapter in the book. This runs on the J2EE Reference implementation. We intend to make this code available at a future date.
    Re: 3) Are there plans to include more example codes?
    Yes, by releasing the PSA reference implementation. See #2.
    thanks,
    -deepak

  • Java Error Sample Code

    I get the following error when I try to complie the hotel.java
    class in the travel schema.
    internal error: unanticipated exception:
    java.lang.NoClassDefFoundError: oracle/aurora/sqljdecl/sqldec1
    What classes is it looking for? What do I need in my path?
    Thanks Rob
    null

    Sorry, the issue is already documented in the documents i suggested. Here is an extract
    Cleartext Authentication Note
    The default configuration for an out-of-box Oracle Content DB installation allows Cleartext Authentication only if SSL has been enabled (and the Web Services connection string begins with https). See the authentication topic for details.
    To allow Cleartext Authentication to take place over standard (non-SSL) HTTP, set the Oracle Content DB domain property IFS.DOMAIN.WS.CleartextAuthenticationRequiresHttps to false using Enterprise Manager (Application Server Control). See the Content DB Administration Guide for details.
    If the domain property above is not modified to false and Cleartext Authentication is attempted using using standard HTTP, an FdkException will be thrown:
    ORACLE.FDK.UnexpectedError : ORACLE.FDK.FeatureNotEnabled
    Ammar Sajdi
    www.e-ammar.com/oracle.html

  • Partial Update - Unknown Dimension Value ID

    Hello Old Endeca Friends,
    I am getting a lot of these sorts of errors when I perform a partial update:
    ERROR     04/25/13 16:56:21.115 UTC (1366908981115)     DGRAPH     {dgraph,update}     Record change references unknown dimension value id 4294484500     [recspec=`UPI:100224148']
    I am using MDEX 6.4 and PS 6.1.3. The dimension value ids in question seem to be in the autogen_dimensions.xml, but the dgraph doesn't seem to recognize to know about them. Why?
    Any further insight would be appreciated. "Just run a baseline" is not a good answer, I need to do partials every hour throughout the day.

    Thanks for the input, everyone.
    It looks like my issue was that my state file had a set of updated dimensions but my dgraph did not.
    I had a baseline extract with properties X, Y and Z (let's say) and I was adding in new dimensions A and B. I moved my state files from my test environment to my production environment with entries on dimensions A and B. I started getting partial data for dimensions A and B and processing it. However, my dgraph knew nothing about A and B. So, although forge created the dim vals fine and the state files were modified appropriately, my dim val updates and adds on my dgraph failed because my dgraph had never processed a baseline extract with dimensions A and B.
    Once I ran a baseline with dimensions A and B, partial updates went fine and have now processed dozens without issue.
    Unfortunately, I only get baseline data once a week, so it took me a bit of time to realize what was going on.

  • Hi guys please give me sample code for call transaction that handles error

    hi guys, please give me sample code for call transaction that handles error,
    please send me the sample code in which there should be all decleration part and everything, based on the sample code i will develop my code.
    please do help me as it is urgent.
    thanks and regards.
    prasadnn.

    Hi Prasad,
    Check this code.
    Source Code for BDC using Call Transaction
    *Code used to create BDC
    *& Report  ZBDC_EXAMPLE                                                *
    *& Example BDC program, which updates net price of item 00010 of a     *
    *& particular Purchase order(EBELN).                                   *
    REPORT  ZBDC_EXAMPLE  NO STANDARD PAGE HEADING
                          LINE-SIZE 132.
    Data declaration
    TABLES: ekko, ekpo.
    TYPES: BEGIN OF t_ekko,
        ebeln TYPE ekko-ebeln,
        waers TYPE ekko-waers,
        netpr TYPE ekpo-netpr,
        err_msg(73) TYPE c,
    END OF t_ekko.
    DATA: it_ekko  TYPE STANDARD TABLE OF t_ekko INITIAL SIZE 0,
          wa_ekko  TYPE t_ekko,
          it_error TYPE STANDARD TABLE OF t_ekko INITIAL SIZE 0,
          wa_error TYPE t_ekko,
          it_success TYPE STANDARD TABLE OF t_ekko INITIAL SIZE 0,
          wa_success TYPE t_ekko.
    DATA: w_textout            LIKE t100-text.
    DATA: gd_update TYPE i,
          gd_lines TYPE i.
    *Used to store BDC data
    DATA: BEGIN OF bdc_tab OCCURS 0.
            INCLUDE STRUCTURE bdcdata.
    DATA: END OF bdc_tab.
    *Used to stores error information from CALL TRANSACTION Function Module
    DATA: BEGIN OF messtab OCCURS 0.
            INCLUDE STRUCTURE bdcmsgcoll.
    DATA: END OF messtab.
    *Screen declaration
    SELECTION-SCREEN BEGIN OF BLOCK block1 WITH FRAME
                                        TITLE text-001. "Purchase order Num
    SELECT-OPTIONS: so_ebeln FOR ekko-ebeln OBLIGATORY.
    SELECTION-SCREEN END OF BLOCK block1.
    SELECTION-SCREEN BEGIN OF BLOCK block2 WITH FRAME
                                        TITLE text-002. "New NETPR value
    PARAMETERS:  p_newpr(14)   TYPE c obligatory.  "LIKE ekpo-netpr.
    SELECTION-SCREEN END OF BLOCK block2.
    *START-OF-SELECTION
    START-OF-SELECTION.
    Retrieve data from Purchase order table(EKKO)
      SELECT ekkoebeln ekkowaers ekpo~netpr
        INTO TABLE it_ekko
        FROM ekko AS ekko INNER JOIN ekpo AS ekpo
          ON ekpoebeln EQ ekkoebeln
       WHERE ekko~ebeln IN so_ebeln AND
             ekpo~ebelp EQ '10'.
    *END-OF-SELECTION
    END-OF-SELECTION.
    Check data has been retrieved ready for processing
      DESCRIBE TABLE it_ekko LINES gd_lines.
      IF gd_lines LE 0.
      Display message if no data has been retrieved
        MESSAGE i003(zp) WITH 'No Records Found'(001).
        LEAVE TO SCREEN 0.
      ELSE.
      Update Customer master data (instalment text)
        LOOP AT it_ekko INTO wa_ekko.
          PERFORM bdc_update.
        ENDLOOP.
      Display message confirming number of records updated
        IF gd_update GT 1.
          MESSAGE i003(zp) WITH gd_update 'Records updated'(002).
        ELSE.
          MESSAGE i003(zp) WITH gd_update 'Record updated'(003).
        ENDIF.
    Display Success Report
      Check Success table
        DESCRIBE TABLE it_success LINES gd_lines.
        IF gd_lines GT 0.
        Display result report column headings
          PERFORM display_column_headings.
        Display result report
          PERFORM display_report.
        ENDIF.
    Display Error Report
      Check errors table
        DESCRIBE TABLE it_error LINES gd_lines.
      If errors exist then display errors report
        IF gd_lines GT 0.
        Display errors report
          PERFORM display_error_headings.
          PERFORM display_error_report.
        ENDIF.
      ENDIF.
    *&      Form  DISPLAY_COLUMN_HEADINGS
          Display column headings
    FORM display_column_headings.
      WRITE:2 ' Success Report '(014) COLOR COL_POSITIVE.
      SKIP.
      WRITE:2 'The following records updated successfully:'(013).
      WRITE:/ sy-uline(42).
      FORMAT COLOR COL_HEADING.
      WRITE:/      sy-vline,
              (10) 'Purchase Order'(004), sy-vline,
              (11) 'Old Netpr'(005), sy-vline,
              (11) 'New Netpr'(006), sy-vline.
      WRITE:/ sy-uline(42).
    ENDFORM.                    " DISPLAY_COLUMN_HEADINGS
    *&      Form  BDC_UPDATE
          Populate BDC table and call transaction ME22
    FORM bdc_update.
      PERFORM dynpro USING:
          'X'   'SAPMM06E'        '0105',
          ' '   'BDC_CURSOR'      'RM06E-BSTNR',
          ' '   'RM06E-BSTNR'     wa_ekko-ebeln,
          ' '   'BDC_OKCODE'      '/00',                      "OK code
          'X'   'SAPMM06E'        '0120',
          ' '   'BDC_CURSOR'      'EKPO-NETPR(01)',
          ' '   'EKPO-NETPR(01)'  p_newpr,
          ' '   'BDC_OKCODE'      '=BU'.                      "OK code
    Call transaction to update customer instalment text
      CALL TRANSACTION 'ME22' USING bdc_tab MODE 'N' UPDATE 'S'
             MESSAGES INTO messtab.
    Check if update was succesful
      IF sy-subrc EQ 0.
        ADD 1 TO gd_update.
        APPEND wa_ekko TO it_success.
      ELSE.
      Retrieve error messages displayed during BDC update
        LOOP AT messtab WHERE msgtyp = 'E'.
        Builds actual message based on info returned from Call transaction
          CALL FUNCTION 'MESSAGE_TEXT_BUILD'
               EXPORTING
                    msgid               = messtab-msgid
                    msgnr               = messtab-msgnr
                    msgv1               = messtab-msgv1
                    msgv2               = messtab-msgv2
                    msgv3               = messtab-msgv3
                    msgv4               = messtab-msgv4
               IMPORTING
                    message_text_output = w_textout.
        ENDLOOP.
      Build error table ready for output
        wa_error = wa_ekko.
        wa_error-err_msg = w_textout.
        APPEND wa_error TO it_error.
        CLEAR: wa_error.
      ENDIF.
    Clear bdc date table
      CLEAR: bdc_tab.
      REFRESH: bdc_tab.
    ENDFORM.                    " BDC_UPDATE
          FORM DYNPRO                                                   *
          stores values to bdc table                                    *
    -->  DYNBEGIN                                                      *
    -->  NAME                                                          *
    -->  VALUE                                                         *
    FORM dynpro USING    dynbegin name value.
      IF dynbegin = 'X'.
        CLEAR bdc_tab.
        MOVE:  name TO bdc_tab-program,
               value TO bdc_tab-dynpro,
               'X'  TO bdc_tab-dynbegin.
        APPEND bdc_tab.
      ELSE.
        CLEAR bdc_tab.
        MOVE:  name TO bdc_tab-fnam,
               value TO bdc_tab-fval.
        APPEND bdc_tab.
      ENDIF.
    ENDFORM.                               " DYNPRO
    *&      Form  DISPLAY_REPORT
          Display Report
    FORM display_report.
      FORMAT COLOR COL_NORMAL.
    Loop at data table
      LOOP AT it_success INTO wa_success.
        WRITE:/      sy-vline,
                (10) wa_success-ebeln, sy-vline,
                (11) wa_success-netpr CURRENCY wa_success-waers, sy-vline,
                (11) p_newpr, sy-vline.
        CLEAR: wa_success.
      ENDLOOP.
      WRITE:/ sy-uline(42).
      REFRESH: it_success.
      FORMAT COLOR COL_BACKGROUND.
    ENDFORM.                    " DISPLAY_REPORT
    *&      Form  DISPLAY_ERROR_REPORT
          Display error report data
    FORM display_error_report.
      LOOP AT it_error INTO wa_error.
        WRITE:/      sy-vline,
                (10) wa_error-ebeln, sy-vline,
                (11) wa_error-netpr CURRENCY wa_error-waers, sy-vline,
                (73) wa_error-err_msg, sy-vline.
      ENDLOOP.
      WRITE:/ sy-uline(104).
      REFRESH: it_error.
    ENDFORM.                    " DISPLAY_ERROR_REPORT
    *&      Form  DISPLAY_ERROR_HEADINGS
          Display error report headings
    FORM display_error_headings.
      SKIP.
      WRITE:2 ' Error Report '(007) COLOR COL_NEGATIVE.
      SKIP.
      WRITE:2 'The following records failed during update:'(008).
      WRITE:/ sy-uline(104).
      FORMAT COLOR COL_HEADING.
      WRITE:/      sy-vline,
              (10) 'Purchase Order'(009), sy-vline,
              (11) 'Netpr'(010), sy-vline,
              (73) 'Error Message'(012), sy-vline.
      WRITE:/ sy-uline(104).
      FORMAT COLOR COL_NORMAL.
    ENDFORM.                    " DISPLAY_ERROR_HEADINGS
    Hope this resolves your query.
    Reward all the helpful answers.
    Regards

  • Error while running a sample code

    Hello,
    I 'm getting the following error while i'm trying to run a
    sample code which I have imported into Flex 3.
    ===================================================================
    Severity and Description Path Resource Location Creation Time
    Id
    unable to open 'C:\Documents and Settings\sn55179\My
    Documents\Flex Builder
    3\FlexForDummies_Chapter3_Code\libs'FlexForDummies_Chapter3_Code
    Unknown 1237909480511 215
    ===================================================================
    Can anyone help me in resolving this issue.
    Many thanks in advance.

    It's very frustrating that FB stops working when the libs
    folder is missing. If you are checking in project files to a source
    control app like Perforce, empty folders don't get added, so if you
    don't add an initial dummy file, the next time you do a clean sync,
    the libs folder may not be there, and even though there is nothing
    there, FB complains. :-(

  • Error while compiling CS5.5 sample code

    Hi,
    I have just started on using InDesign CS5.5. I am trying to compile the sample code on Windows 7 and with Visual Studio 2008. On compilation it is giving me an error of SDKLib.sdk.lib
    "LINK : fatal error LNK1181: cannot open input file '..\..\..\build\win\objr\SDKLib.sdk.lib'"
    Have I missed some settings. I have set the Bin folder in the tools option. If anyone knows about this error please do let me know.
    Thanks all in advance.
    Regards,
    Farzana.

    Hi to all again,
    I just noticed that I don't have the SDKLib.sdk.lib file in the folder. Neither for Debug or for Release I have this file. Do I need to download this from somewhere??
    Thanks in advance.
    Regards
    Farzana.

  • Windows update error code 8e5e0147 help!

    I get the error code 8e5e0147 from windows update while trying to do 8 different updates. ive tried doing different things to fix this that I find online but nothing has help, can someone please help fix this?

    Please review this previous post:
    Cannot install some Windows updates, error code 8e5e0147
    Carey Frisch

  • Windows update error code 80246002

    I have 4 PCs running Windows 7 (both 64 and 32 bit) and found that after the last update on Wednesday morning, all 4 are now getting a code 80246002 when I did a check for updates today. I tried uninstalling the latest updates and this did not help. On 2
    of the PCs, I did a restore to a week ago (when I know that there had been at least two successful checks for updates and this did not resolve the problem. I have seen a lot of posts implying that this is related to KB 2982791 and KB 2993651 but uninstalling
    these didn’t resolve the issue.
    Any suggestions on how to resolve this?
    Mize Johnson

    Hi,
    If you receive Windows Update error 80246002 while checking for updates, it means that files required by Windows Update might be damaged. This often can be corrected by renaming the Windows Update download folder, and then running Windows Update again.
    Try to run the following commands: 
    1. Type net stop wuauserv. Hit Enter.
    2. Type: ren c:\windows\SoftwareDistribution softwaredistribution.old.
    Hit Enter.
    3. Type: net start wuauserv. Hit Enter.
    4. Type: exit  and hit Enter.
    If it doesn't resolve the issue, run this "Fix It" tool below:
    Troubleshoot problems with installing updates
    http://windows.microsoft.com/en-in/windows/troubleshoot-problems-installing-updates#1TC=windows-7
    Karen Hu
    TechNet Community Support

  • Windows Update Error Code 80070663 and 64C

    I am running x64 Vista on an HP Pavillion dv9000 laptop.
    I was cleaning up my desktop when I saw a Word doc I didn't recognize.  I tried to open it and got a Windows Installer window saying "Preparing to Install".  I have an activated, legal version of Microsoft Office 2007.  This is the first time
    I've seen that window pop up.  I let it try to install whatever it's trying to install and it comes up with an error: "This update package could not be opened.  Verify that the update package exists and that you can access it, or contact the application
    vendor to verify that this is a valid Windows Installer update package."  I am the administrator on this computer.  I have full access to all files.
    This prompts me to start Windows Update to see if that will fix it.  That's where the error codes come in.  The windows updates: "Microsoft .NET Framework 3.5 Family Update (KB959209) x64" and "Security Update for Microsoft Visual C++ 2008 Service
    Pack 1 Redistributable Package (KB2538243) yielded the error codes 80070663 and 64C.
    I noticed when I press Start, the power button occasionally says "Installs Updates then Shuts Down".  I didn't click it because I had work open I needed to work on later.  Then when I left the computer and came back, the power button didn't have
    the shield on it that said "Installs Updates then Shuts Down".  I shut down my computer anyway and it didn't install any updates, and this is where I'm at.  I've retried installing the updates via Windows Update and it still shows the original error
    codes.
    I've researched this error and came across Microsoft Fix It, downloaded as: "MicrosoftFixit.wu.LB.137269729445221149.2.1".  I've run it and it did not solve the problem.
    Please help,
    Jake

    Jake, did you ever find a solution to your problem? I'm afraid I can't help if you didn't, but I'm experiencing the same problem.
    I also run Vista and had no problems until recently when I had an installation failure on 12th April 2014 for the same two updates:
    Microsoft .NET Framework 3.5 Family Update (KB959209) x86 - (Installation status: Failed. Error details: Code 80070663)
    Security Update for Microsoft Visual C++ 2008 Service Pack 1 Redistributable Package (KB2538243) - (Installation status: Failed. Error details: Code 64C)
    I don't know whether it's these updates that caused the problem or an earlier update that has stopped these updates been installed.  The PC is generally working but Word & Excel don't load any more. I get a 'Preparing to install' popup follwed by
    the message: 'This update package could not be opened. Verify that the update package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer update package.'
    If you did find a solution or any one else knows of one then I'd be very grateful.
    Dave.

  • Windows update error Code 80072EF3

    Greetings!
    I have a Dell PowerEdge T320 that is experiencing this issue: Windows update error Code 80072EF3
    I followed instructions in article
    http://support.microsoft.com/kb/947821/en-usand ran the DISM.exe with the offline source (my DVD drive) to avoid using the windows update component that appears to be damaged. Command completed, but no effect on the error.
    Last successful update session was 7/8/2014
    Security Update for Windows Server 2012 (KB2922229) cancelled. Tried to install manually. Not applicable.
    Update for Windows Server 2012 (KB2811660) Failed.  When running the manual download get the message it is already installed. Same for KB2855336
    Any help appreciated.
    Below is the detailed update history.
    This link contains the log for the DISM repair tool:
    https://www.dropbox.com/s/3aufjud0wd0n53n/CBS.zip

    Hi,
    Please re-run Windows update and then provide us the windowsupdate.log file for check. It is under C:\Windows.
    Thanks.
    Jeremy Wu
    TechNet Community Support

  • Windows Vista Home Premium (SP2) - Update Error Code 80071AA7: Unable to install KB3033889

    I am having problems updating my Windows Vista Home Premium (SP2) with KB3033889
    I am always getting the Update error Code 80071AA7
    I have tried a clean boot, to install Microsoft Update Standalone Package (KB3033889), but does not worked.
    I tried Sfc /scannow, and "Could not repair corrupted file", and i have checked "CBS.log" file:
    POQ 93 ends.
    2015-03-19 02:18:46, Info                  CSI    000001dc [SR] Verify complete
    2015-03-19 02:18:46, Info                  CSI    000001dd [SR] Repairing 1 components
    2015-03-19 02:18:46, Info                  CSI    000001de [SR] Beginning Verify and Repair transaction
    2015-03-19 02:18:46, Info                  CSI    000001df Hashes for file member \SystemRoot\WinSxS\x86_microsoft-windows-sidebar_31bf3856ad364e35_6.0.6002.18005_none_d0c824c923c9e622\settings.ini
    do not match actual file [l:24{12}]"settings.ini" :
      Found: {l:32 b:ceS/bmgz5Fkqs00J27mkzYn/b2SuD9mJsx/R1y3hPqA=} Expected: {l:32 b:v6OQf2AJO5FVbRBJuIwXxkdkCoOaSk3y0ol6uTH491o=}
    2015-03-19 02:18:46, Info                  CSI    000001e0 [SR] Cannot repair member file [l:24{12}]"settings.ini" of Microsoft-Windows-Sidebar, Version
    = 6.0.6002.18005, pA = PROCESSOR_ARCHITECTURE_INTEL (0), Culture neutral, VersionScope = 1 nonSxS, PublicKeyToken = {l:8 b:31bf3856ad364e35}, Type neutral, TypeName neutral, PublicKey neutral in the store, hash mismatch
    After that i have checked "WindowsUpdate.log" file:
    2015-03-18    22:12:23:584    1264    db0    Handler    WARNING: Got extended error: "POQ    Operation    HardLinkFile    OperationData  
     \SystemRoot\WinSxS\x86_microsoft-windows-t..icesframework-msctf_31bf3856ad364e35_6.0.6002.19296_none_774ec727ec2f0da4\msctf.dll, \??\C:\Windows\System32\msctf.dll"
    I am out of ideas.
    Can some one please help me?
    What can i do?
    Thank you.

    See Troubleshooting issues with iTunes for Windows updates.
    tt2

  • Unable to install windows 7 home premium updates error code 643 (KB 954430, KB973688 & KB2538243)

    Unable to install windows 7 home premium updates error code 643 (KB 954430, KB973688 & KB2538243) - Please help me!!
    I'm running Windows 7 Home Premium 64-bit on a Lenovo ThinkPad E530. This laptop is only brands new.
    KB954430, KB973688 & KB2538243 - These three updates keep giving me problems. In Windows Update, under "view update history" these keep showing up as failed. I also get the error, "Code 643".
    At the end of the installation it tells me three updates are failed to be installed and when I shut down to try to update, Windows always configures up to ~15%, then fails, and reverts changes, then prompts me to install updates the next time I turn my computer on. Each time, I have to re-install every update that I had installed prior to shutting down.
    I went through Trouble shooter - "Fix it" numerous times, Repaired Net framework profile and also followed few instructions I found from the net such as running "Reset Register Windows update Components" but nothing works so far.
    I even tried manually installing KB954430 but it told me "An error occurred during the installation of assembly component. 7B30B69B-OE6C-B7EO-A06B-D6B9ABF34537  HR RESULT: 0 x 80070BC9" and the installation bar seems to stop at "Publishing Product information", then rolls back the installation.
    If you need more details, please tell me & Thanks in advance

    Checkout this Microsoft article: http://support.microsoft.com/kb/976982 
    It has some resolution steps that may help.
    Thank you for being a part of the Lenovo Family,
    Catie
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Donate KUDOS and Click "Accepted Solution"

  • Office 2010 update error Code 80070663 on Window 8.1: Roiscan VB Script states an error on 1a1f08c.msp

    Hi, trying to get 7 updates onto MS Office 2010, getting a repeated 80070663 error. Running Win 8.1. Executed Robust Inventory Scan and got the following:
    Review Items
    ============
    Error:                       OpenDatabase failed to open .msp file C:\WINDOWS\Installer\1a1f08c.msp
    Any idea what next move should be? Tried for a reinstall, but but downloader runs for a while then says an error has been found and it shuts down... 

    Jake, did you ever find a solution to your problem? I'm afraid I can't help if you didn't, but I'm experiencing the same problem.
    I also run Vista and had no problems until recently when I had an installation failure on 12th April 2014 for the same two updates:
    Microsoft .NET Framework 3.5 Family Update (KB959209) x86 - (Installation status: Failed. Error details: Code 80070663)
    Security Update for Microsoft Visual C++ 2008 Service Pack 1 Redistributable Package (KB2538243) - (Installation status: Failed. Error details: Code 64C)
    I don't know whether it's these updates that caused the problem or an earlier update that has stopped these updates been installed.  The PC is generally working but Word & Excel don't load any more. I get a 'Preparing to install' popup follwed by
    the message: 'This update package could not be opened. Verify that the update package exists and that you can access it, or contact the application vendor to verify that this is a valid Windows Installer update package.'
    If you did find a solution or any one else knows of one then I'd be very grateful.
    Dave.

Maybe you are looking for