getting error while enhancing the RPD to 11g of 10g

Hello

I have a RPD using obiee 10g. I want to open the same in obiee 11g, but in error as need to run a file.
obieerpdmigrateutil.exe.

So I just run with the - i, - you and - o option, now I get this error message - >

The "DBFeatures.INI" file is required for the migration of the RPD and could not be located. Please make sure that ORACLE_INSTANCE is oriented to a valid instance directory.

Thank you

Hi Sophie,.

First of all you need from 10g and 11g, you must run a .bat to the path file and follow steps as collect files artifact like NQSconfig.ini, instanceconfig.xml, DBfeatures.ini with RPD and catalog to upgrade to 11g.

Here's the process step by step and upgrade some artifact files manually given in step 2 of this blog http://prolynxuk.com/blog/?p=424
http://www.biconsultinggroup.com/images/VideoAlbum/OBIEE11gUpgrade11-4-10.PDF
(OR) standard documentation, start here http://download.oracle.com/docs/cd/E1457101/bi.htm_

If the problem persists manually update you the file DBfeature.ini goes to the very spot in 10g and copy them into the path of 11g.

hope helps you.

See you soon,.
KK

Tags: Business Intelligence

Similar Questions

  • Getting error while deploying the Application to the cloud

    Hello

    I am getting below error while deploying the application oracle cloud

    [11: 11:06]-deployment began.  ----

    [11: 11:06] the target platform's (Oracle Cloud).

    [11: 11:06] recovery of the existing application information

    [11: 11:09] analysis of the dependence running...

    [11: 11:09] building...

    [11: 11:12] deployment 2 profiles...

    [11: 11:12] wrote on the Web for C:\JDeveloper\mywork\TrainingDemo\ViewController\deploy\TrainingDemo_ViewController_webapp1.war application Module

    [11: 11:12] wrote the Module Enterprise Application to C:\JDeveloper\mywork\TrainingDemo\deploy\TrainingDemo_application1.ear

    [11: 11:12] Application deployment...

    [11: 12:10] Oracle Cloud Job ID: 58640

    [11: 12:13] Oracle Cloud deploy job log: C:\Users\14992\AppData\Local\Temp\cloud-1546182943221418855.log

    [11: 12:13] # incomplete deployment.  ####

    [11: 12:13] the Cloud Oracle job failed. Message from the server Oracle Cloud was:

    Failure of the work of the Oracle Cloud. Check the job log file.


    Cloud - 1546182943221418855.log

    [INFO] - == > injection EAR finished: *.

    TrainingDemo1_application1.ear_dir* *.

    2015-03-16 03:12:53 CDT: Cloud Application Compilation succeeded

    2015-03-16 03:12:53 CDT: "Cloud App compile" complete: status SUCCESS

    2015-03-16 03:12:53 CDT: start action "deploy the Application.

    2015-03-16 03:12:53 CDT: deploy Application started

    2015-03-16 03:12:53 CDT: no servers managed at the service request

    2015-03-16 03:12:53 CDT: deploy Application failed.

    2015-03-16 03:12:53 CDT: 'Deploy the Application' complete: FAILED status


    Check this blog hands-on experience on Oracle products: deployment of Applications in the cloud to Oracle using JDeveloper ADF which giudes for the adf in the cloud application deployment.

    Timo

  • Getting error while booting: "the Catalyst Control Center is not suppoerted by the version of the driver for your current graphics card.

    Original title: error message

    Whenever I turn on my computer (Windows Vista) I get the following error: "the Catalyst Control Center is not suppoerted by the version of the driver for your compatible graphics card. Please update your ATI graphics driver or enavle your ATI card using the display manager. "How can I do this? and do I do this?

    Hello

    Update the driver may solve the problem. See the following article to install/update the drivers.

    Update a hardware driver that is not working properly.

    http://Windows.Microsoft.com/en-us/Windows-Vista/update-a-driver-for-hardware-that-isn ' t-work correctly

    You can also download the drivers from AMD. Choose the appropriate brand and model of the device and download the drivers.

    http://support.AMD.com/us/gpudownload/pages/index.aspx

  • getting error while publishing the post...

    one can tell me how to solve this problem

    make me eroor while publishing a message using stream.publish

    the answer is showwing an error... "user has not authorized the application to perform this action..." ...

    Please help me

    Thank you cordially yakoub Pasha...

    I solved the problem myself

    Thank you

  • Getting error while removing the coupon of the ATG 10.1.2 Decree

    Hi Experts,

    I am trying to withdraw a decree ATG 10.1.2 coupon, then I got the following exception


    java.lang.IllegalArgumentException: attempt of getting a property named type descriptor point promotion DeployablePromotionClaimable value.

    Then I changed the following line of code

    Of
    couponPromotionItem = couponItem.getPropertyValue ('promotion') (RepositoryItem);

    TO

    couponPromotionItem = couponItem.getPropertyValue ("promotions") (RepositoryItem);

    The reason is that the property of "promotion" was changed to "promotions" 10.0.

    Now I am getting following error

    java.lang.ClassCastException: atg.adapter.gsa.ChangeAwareSet cannot be cast to atg.repository.RepositoryItem


    Can you please advice me for this problem.


    Thank you and best regards,

    Murali.Ch

    correct code for your case:

    Promotions value = (set) couponItem.getPropertyValue ("promotions").

    If (promotions! = null) {}

    for (promotion RepositoryItem: promotions) {}

    perform your task here

    }

    }

  • Getting error while using the procedure UTL_MAIL

    Hi all

    I wrote a simple PL/SQL block that I call the UTL_MAIL. SEND the procedure:

    DECLARE
    vSender varchar2 (100);
    vReceiver varchar2 (100);
    vSubj varchar2 (100);
    vMesg varchar2 (100);
    vMType varchar2 (100);
    BEGIN

    vSender: = '[email protected] ';
    vReceiver: = '[email protected] ';
    vSubj: = 'Test Email ';
    vMesg: = 'this is a test email ";
    vMtype: = text/plain"; charset = us-ascii';

    UTL_MAIL. Send (vSender, vReceiver, NULL, NULL, vSubj, vMesg, vMType, NULL);
    END;


    When I run the code, I get the following error message:

    ORA-29261: bad argument
    ORA-06512: at "SYS." UTL_TCP", line 17
    ORA-06512: at "SYS." UTL_TCP", line 246
    ORA-06512: at "SYS." UTL_SMTP", line 115
    ORA-06512: at "SYS." UTL_SMTP", line 138
    ORA-06512: at "SYS." UTL_MAIL", line 386
    ORA-06512: at "SYS." UTL_MAIL", line 599
    ORA-06512: at line 15 level
    29261 00000 - "bad argument".
    * Cause: A bad argument was passed to the PL/SQL API.
    * Action: Check the arguments passed to the PL/SQL API and try the call again.


    Could someone tell me where I'm wrong?

    Kind regards

    AJ

    user11256160 wrote:

    Could someone tell me where I'm wrong?

    Code is fine. The SMTP server setting is missing.

    You define (using a SYSDBA account) as follows:

    SQL> alter system set smtp_out_server='' scope=both;
    

    Replace ++ with the IP address or hostname of your SMTP server. This includes also standard tcp/25 SMTP port is used. If this isn't the case, add the port number (using a colon separator) name of the server.

  • Getting error while using the certificate chain

    Hello

    I use a SSL security certificate chain and when sending message I get the error message. This error happens when B2B tries to retrieve the portfolio's private key to sign the message. He said "alias found certificate", but he then gives error message creating. Please find below the log for the specific portion

    2008.11.24 to 09:19:24:150: Thread-13: B2B - (DEBUGGING) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:getPrivateKeyFromWallet entry
    2008.11.24 to 09:19:24:154: Thread-13: B2B - alias of certificate oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:getPrivateKeyFromWallet (DEBUG) found: [email protected], CN = RECIPIENT B2BONRAMP, OU = Digital ID class 1 - full Microsoft Service, OR = invalid Persona, OU = www.verisign.com/repository/RPA Incorp. by order No.------, LIAB. LTD (c) 98, OU = VeriSign Trust Network, O is VeriSign\, Inc.
    2008.11.24 to 09:19:24:159: Thread-13: B2B - (DEBUGGING) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:createMessage an exception during construction create message
    2008.11.24 to 09:19:24:161: Thread-13: B2B - (DEBUG) oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:createMessage exception msg: null
    2008.11.24 to 09:19:24:163: Thread-13: B2B - oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin:createMessage (DEBUG) exception stack trace: java.lang.NullPointerException
    at oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin.getPrivateKeyFromWallet(EBMSExchangePlugin.java:5967)
    at oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin.getPrivateKeyForSigning(EBMSExchangePlugin.java:5322)
    at oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin.signAttachment(EBMSExchangePlugin.java:5160)
    at oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin.createMessage(EBMSExchangePlugin.java:2130)
    at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1641)
    at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequest(Request.java:968)
    at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1147)
    at oracle.tip.adapter.b2b.transport.AppInterfaceListener.onMessage(AppInterfaceListener.java:137)
    at oracle.tip.transport.basic.jms.JMSMonitor.processMessages(JMSMonitor.java:610)
    at oracle.tip.transport.basic.jms.JMSMonitor.run(JMSMonitor.java:236)

    2008.11.24 to 09:19:24:168: Thread-13: B2B - java.lang.Exception (ERROR): java.lang.NullPointerException
    at oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin.createMessage(EBMSExchangePlugin.java:2289)
    at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequestPostColab(Request.java:1641)
    at oracle.tip.adapter.b2b.msgproc.Request.outgoingRequest(Request.java:968)
    at oracle.tip.adapter.b2b.engine.Engine.processOutgoingMessage(Engine.java:1147)
    at oracle.tip.adapter.b2b.transport.AppInterfaceListener.onMessage(AppInterfaceListener.java:137)
    at oracle.tip.transport.basic.jms.JMSMonitor.processMessages(JMSMonitor.java:610)
    at oracle.tip.transport.basic.jms.JMSMonitor.run(JMSMonitor.java:236)
    Caused by: java.lang.NullPointerException
    at oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin.getPrivateKeyFromWallet(EBMSExchangePlugin.java:5967)
    at oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin.getPrivateKeyForSigning(EBMSExchangePlugin.java:5322)
    at oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin.signAttachment(EBMSExchangePlugin.java:5160)
    at oracle.tip.adapter.b2b.exchange.ebms.EBMSExchangePlugin.createMessage(EBMSExchangePlugin.java:2130)
    ... 6 more


    Does anyone have an idea what could be the reason for this error?

    Help, please.

    Thank you and best regards,
    Anuj Dwivedi

    Hello

    You may have the whole chain.

    A note aside on the issue of departure indicated - if you do the same conversion for some reason things don't work well. The work is as follows,

    1. tell certifcate user export to a file, utilisateur.cer
    2. remove the baptistery of the user of the ewallet.p12
    3. import the user certificate in the file that you created in step 1.

    It should work smoothly. HTH.

    Kind regards
    Sinkar
    [Correction to Ramesh Team]

  • Am increasing the drive C for XP VM, get error while doing below it please help me.

    error.JPG

    Am increasing the drive C for XP VM, get error while doing below it please help me.

    In this case, the reason is the virtual IDE drive. Increasing the disks IDE is not possible the vSphere client.

    Take a look at KB VMware: conversion of a virtual IDE disk to a virtual SCSI disk to see if this is an option for you.

    André

  • In e-mails AOL, verification of the individual messages in the results of regular system in this error message: there was an error while loading the message. Please try again later.

    In access to AOL e-mail via the full version, I can navigate my account (old messages, new messages, spam, etc.) very well, but when I try to open an individual email, I get this error message: "there was an error while loading the message. Please try again later. »

    This is identical to a problem someone else was described in another thread... Unfortunately, nothing suggested you him seemed to work. I have BEEN cheated at the opening of a file attached to an e-mail immediately before this started, so I think it's a virus or something. IN ANY CASE... I AM able to open the messages when I use the basic version of AOL. Initially, the problem seemed to be in Firefox, but I tried with Internet Explorer now also and it's the same thing, and the basic version is accessible while the full version is still blocked.

    On both browsers, after the error message, I can't even click on individual posts to TRY to open another, and there are a few not-very-right boxes and the x and the things that appear on the screen that do not belong.

    Please tell me that you can not do that, go away... I tried uninstalling and reinstalling... Firefox who did not. I also enjoy McAffee, and that has not changed anything.

    You can do a check of malware with several digitization programs of malicious software on the Windows computer.

    Please scan with all programs, because each program detects a different malicious program.

    All of these programs have free versions.

    Make sure that you update each program to get the latest version of their databases before scanning.

    Alternatively, you can write a check for an infection rootkit TDSSKiller.

    See also:

  • PSC 2510 - wireless configuration - "error while saving the settings of the device.

    While trying to configure my PSC 2510 to be wireless I get an "Error." error while saving the settings of the device. This comes after selecting the network connection, select printer device, choose WEP, enter key and clicking next.

    PSC 2510

    Windows Vista

    Using the latest HP sfotware to install

    Thank you

    Dennis

    PROBLEM SOLVED... based on PrintDoc response to penn (refrence section "C4385 printer - Netgear DGN2000 Wireless Setup".-

    PrintDoc response has helped me find my problem (to reset the network settings on the printer to the factory) if different same printer.

    Thank you

  • Getting error while creating partitation on hard drive

    Getting error while creating partitation on hard drive

    Attached screenshot for warning msg

    You can have up to four primary partitions. Since you already have four of these partitions, you cannot create a fifth partition. You must do this:

    1. Delete a primary partition.
    2. Create an extended partition.
    3. Create logical partitions as you wish within the extended partition.
  • ORA-900 sql not valid reporting error while calling the optimize_index pl/sql procedure


    Hi Experts,

    I'm on Oracle 11.2.0.3 on Linux and I have installed in my database Oracle text. I want to configure annex dbms_job to optimize my oracle text index. So first, I created a pl/sql procedure to optimize indexes. It gives me error ORA-900, but the sql even if I run in sqlplus works very well! Can you please help me the question is to find:

    Here is the procedure:

    (Either incidentally CTXAPP role has been granted in the schema where these Oracle text indexes are created and where the below procedure to optimize the index is running.)

    CREATE OR REPLACE PROCEDURE optimize_ora_txt_indexes_debug
    IS
       CURSOR cur_context_indexes
       IS
            SELECT index_name
              FROM user_indexes
             WHERE index_type = 'DOMAIN'
        AND ROWNUM<2  
        ORDER BY INDEX_NAME;
       v_user         VARCHAR2 (30);
       v_pod          VARCHAR2 (30);
       v_start_time   TIMESTAMP;
       v_end_time     TIMESTAMP;
       v_elapsed      VARCHAR2 (40);
       v_msg   VARCHAR2 (1000);
       v_error_code      NUMBER;
       v_error_msg   VARCHAR2 (1000);
       v_sql VARCHAR2 (1000);
    BEGIN
    
       FOR c IN cur_context_indexes
       LOOP
          BEGIN
            v_sql:= 'ctx_ddl.optimize_index (idx_name =>'||chr(39)|| c.index_name||chr(39)||', optlevel => '||chr(39)||'FULL'||chr(39)||')';
            dbms_output.put_line(v_sql);
            execute immediate v_sql;
          EXCEPTION
             WHEN OTHERS
             THEN
                v_error_code := SQLCODE;
                v_error_msg := SQLERRM;
                v_msg :=
                      'Error while optimizing the index '
                   || c.index_name
                   || ' '
                   || TO_CHAR (v_error_code)
                   || ' '
                   || v_error_msg;
                DBMS_OUTPUT.put_line (v_msg);
    
          END;
       END LOOP;
    
    EXCEPTION
       WHEN OTHERS
       THEN
          v_error_code := SQLCODE;
          v_error_msg := SQLERRM;
          v_msg :=
                'Error while in the optimize index procedure'
             || ' '
             || TO_CHAR (v_error_code)
             || ' '
             || v_error_msg;
          DBMS_OUTPUT.put_line (v_msg);
    
    END optimize_ora_txt_indexes_debug;
    /
    
     --the procedure compiles successfully. 
     Now when I run it , I get the error:
    SQL>exec optimize_ora_txt_indexes_debug;
    ctx_ddl.optimize_index (idx_name =>'ACCESS_CLNT_IDX04', optlevel => 'FULL')
    Error while optimizing the index ACCESS_CLNT_IDX04 -900 ORA-00900: invalid SQL
    statement
    
    
     --When I run the same command from sqlplus as execute statement , it works fine:
    SQL>exec ctx_ddl.optimize_index (idx_name =>'ACCESS_CLNT_IDX04', optlevel => 'FULL');
    PL/SQL procedure successfully completed.
     
     
    
    
    

    If everything runs from sqlplus, but fails in plsql... I'll be very grateful for pointers solve the problem.

    Thanks,

    OrauserN

    Hello

    It is a problem of pl/sql syntax. A call with EXEC is the same using BEGIN... Code of... END of block;

    SO, you need to include a beginning and an end to your call:

     v_sql:= 'BEGIN ctx_ddl.optimize_index (idx_name =>'||chr(39)|| c.index_name||chr(39)||', optlevel => '||chr(39)||'FULL'||chr(39)||'); END;';
    

    That's all.

    Herald tiomela

    http://htendam.WordPress.com

  • ODI 20088:Error while generating the script

    Hello
    Today I change the name of my file schema logic (the name is change to lower to uppercase). Then select the new template file schema (only it uses the schema file). Then try to generate the script again, but get an error like this:
    ODI 20088:Error while generating the script


    java.lang.NullPointerException
    at com.sunopsis.dwg.codeinterpretor.SnpGeneratorSQLCIT.treatPopSourceSet(SnpGeneratorSQLCIT.java:7990)
    at com.sunopsis.dwg.codeinterpretor.SnpGeneratorSQLCIT.treatJobPopCollectionBuild(SnpGeneratorSQLCIT.java:7726)
    at com.sunopsis.dwg.codeinterpretor.SnpGeneratorSQLCIT.preComputePop(SnpGeneratorSQLCIT.java:7668)
    at com.sunopsis.dwg.codeinterpretor.SnpGeneratorSQLCIT.treatJobPop(SnpGeneratorSQLCIT.java:7568)
    at com.sunopsis.dwg.codeinterpretor.SnpGeneratorSQLCIT.treatPackageStep(SnpGeneratorSQLCIT.java:10477)
    at com.sunopsis.dwg.codeinterpretor.SnpGeneratorSQLCIT.mainGenPackageScenario(SnpGeneratorSQLCIT.java:2883)
    at com.sunopsis.dwg.codeinterpretor.SnpGeneratorSQLCIT.mainGenPackageScenario(SnpGeneratorSQLCIT.java:2817)
    at com.sunopsis.dwg.codeinterpretor.SnpGeneratorSQLCIT.mainGenScenSourceScenario(SnpGeneratorSQLCIT.java:11481)
    at com.sunopsis.dwg.codeinterpretor.SnpGeneratorSQLCIT.mainGenScenSourceScenario(SnpGeneratorSQLCIT.java:11505)
    at com.sunopsis.graphical.dialog.SnpsDialogScen.generateScen(SnpsDialogScen.java:190)
    at com.sunopsis.graphical.scenario.DwgScenGeneratingWizard.generate(DwgScenGeneratingWizard.java:68)
    at oracle.odi.ui.action.SnpsPopupActionGenerateScenHandler.actionPerformed(SnpsPopupActionGenerateScenHandler.java:103)
    at oracle.odi.ui.SnpsActionControler.handleEvent(SnpsActionControler.java:86)
    at oracle.ide.controller.IdeAction.performAction(IdeAction.java:529)
    at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:897)
    at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:501)
    at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
    in javax.swing.AbstractButton$ Handler.actionPerformed (AbstractButton.java:2318)
    at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
    at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
    at javax.swing.AbstractButton.doClick(AbstractButton.java:357)
    at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:809)
    in javax.swing.plaf.basic.BasicMenuItemUI$ Handler.mouseReleased (BasicMenuItemUI.java:850)
    at java.awt.Component.processMouseEvent(Component.java:6297)
    at javax.swing.JComponent.processMouseEvent(JComponent.java:3275)
    at java.awt.Component.processEvent(Component.java:6062)
    at java.awt.Container.processEvent(Container.java:2039)
    at java.awt.Component.dispatchEventImpl(Component.java:4660)
    at java.awt.Container.dispatchEventImpl(Container.java:2097)
    at java.awt.Component.dispatchEvent(Component.java:4488)
    at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4575)
    at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4236)
    at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4166)
    at java.awt.Container.dispatchEventImpl(Container.java:2083)
    at java.awt.Window.dispatchEventImpl(Window.java:2489)
    at java.awt.Component.dispatchEvent(Component.java:4488)
    at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:668)
    to java.awt.EventQueue.access$ 400 (EventQueue.java:81)
    in java.awt.EventQueue$ 2.run(EventQueue.java:627)
    in java.awt.EventQueue$ 2.run(EventQueue.java:625)
    at java.security.AccessController.doPrivileged (Native Method)
    in java.security.AccessControlContext$ 1.doIntersectionPrivilege(AccessControlContext.java:87)
    in java.security.AccessControlContext$ 1.doIntersectionPrivilege(AccessControlContext.java:98)
    in java.awt.EventQueue$ 3.run(EventQueue.java:641)
    in java.awt.EventQueue$ 3.run(EventQueue.java:639)
    at java.security.AccessController.doPrivileged (Native Method)
    in java.security.AccessControlContext$ 1.doIntersectionPrivilege(AccessControlContext.java:87)
    at java.awt.EventQueue.dispatchEvent(EventQueue.java:638)
    at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
    at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
    at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
    at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
    at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    Help, please
    Thank you
    Sébastien

    If you have not removed the old schema file, then he should have been working, but there seems to be issues with the link between the interface and the model.
    I can't say this is the real reason, but it could be. Since you move the interface file data store, interface probably point to the old schema and model file point to the new schema.

    I guess you must recreate the interface again. Let me know how it goes with you

    Chantal
    http://dwteam.in

  • "Access denied" pop-up error while opening the form online Adobe in IE8.

    "Access denied" pop-up error while opening the form online Adobe in IE8. I use a crosslink to connect to the customer's network and then open IE with Tunnel of App. Tried to re - install Acrobat reader several times but always present problem. Even tried to change the properties of the PDF (-> Preferences - general/Internet/Security Enhanced Edition)

    Problem is resolved...

    Fact following the steps:

    Uninstalled Adobe

    Disable anti virus running to do a fresh install of adobe reader 10.0

    Delete the adobe folder under <> \AppData\Local>Adobe and <> \AppData\Roaming>Adobe

  • I formatted my computer to windows xp, I have an acer aspire m5100 is the message I get [error number: 0x8024400A] the website has encountered a problem and cannot display the page you are trying

    I formatted my computer to windows xp, I have an acer aspire m5100 is the message I get [error number: 0x8024400A] the website has encountered a problem and cannot display the page you are trying

    Sasha,

    What browser (exact version). ?

    Harold Horne MVP on September 24, 2012

    0x8024400a

    You must be at Service Pack 3 level before you can use Windows updates.

    To determine which service pack is currently installed on your computer, follow these steps:

    1. on start and then click Run.

    2 copy and paste, or type the following command, and then click OK:

    winver

    A dialog box displays the version of Windows and the service pack that is currently installed on your computer.

    See also: http://support.microsoft.com/kb/2497281>

    You may be unable to access the Windows Update of Windows XP Web site.

    If you haven't already done so, you will need to install the SP2 and SP3 (SP1 note no longer exists).

    How to obtain the latest Windows XP service pack

    http://support.Microsoft.com/kb/322389>

    SP2 - http://www.microsoft.com/en-us/download/details.aspx?id=28>

    (for single PCs too)

    For Windows XP Service Pack 2 installation procedure

    http://support.Microsoft.com/kb/875364>

    Steps to take before you install Windows XP Service Pack 3

    http://support.Microsoft.com/kb/950717>

    It is stated in "How to obtain the latest service pack XP" is.

    If you have problems obtaining the service pack from Windows Update, you can download the package of standalone update from the Download Center.

    This page will say that this installation package is intended for it professionals and developers. However, you can download this file safely.

    The following file is available for download from the Microsoft Download Center:

    Download the Windows XP Service Pack 3 package now

    FIRST: Uninstall IE8 and IE7 if they are installed. Back to all the way back to IE6. You want other patches before you get those. Reboot after doing this.

    You are not the first to ask questions about how to upgrade a clean Windows XP - not even installation in the last week. In fact, I will just cut and paste my answer here... here:

    Get SP2 (manually) and save it to your desktop. (There's a link here.) [You are a COMPUTER professional for now.]

    Install it.

    Then restart at least a couple of times for a few minutes between each restart.

    Get SP3 (manually) and save it to your desktop. (There's a link here.) [You are a COMPUTER professional for now.]

    Install it.

    Then restart at least a couple of times for a few minutes between each restart.

    Download at least Internet Explorer 7 (if it is not Internet Explorer 8).

    Install it.

    Reset.

    Now, try to get the updates through the normal web page (http://windowsupdate.microsoft.com/) and see how much more you can get (100 +) and keep checking until you no longer have.

    Back - let everyone know if it worked for you.

        

    UTC/GMT is 14:12 on Sunday, October 28, 2012

Maybe you are looking for

  • SD Card Reader does not work on my Satellite Pro P100

    Help, please. My card reader reads nothing at all. I have a P100-429. Could you please tell me how I make it work and what drivers to install? Thank you

  • Safari rendered image really does not work, Glitch

    I had this problem with image rendering in safari (see example below). It became a problem almost every day. I get horrible glitchy images, and they show bits of the previously loaded images: Example: http://i.imgur.com/b6fHsOV.png I have a Macbook P

  • VISTA PROBLEMS

    After one of your updates my computer goes into a blank screen and the message reads A ERROR PREVENTING this slide SHOW OF CHEEK

  • SkyDrive kann nicht mit administratorrechten installed werden underway

    Hallo! Habe Schön mermals versucht auf Windows Vista zu installieren, kommt immer die message is Skydrive: Skydrive kann nicht mit Administratorrechten installed werden underway! Könnt Ihr mir Helfen? Danke Maximilianhelm

  • Problem with IKEv2 routes w using PSK and RADIUS

    Hello I have a 7 881 + (15.2 (4) M2) connected to a 1001 ASR (03.07.01.S) via the Internet. The goal is to set up DVTI on the ASR, use FlexVPN on the CPE and inject crypto IKEv2 itineraries in the VRF on the EP for subnets protected on the SCE when u