[CAD] Hanging on the stages of loading.

I followed the installation and configuration steps in the guide: "Installation and implementation of Oracle BI applications. All steps completed succesfull.

When I run my 'implementation plan' the State of execution running still stays on "hand loading. When I check the log, there is only one line: "start ETL. I waited for almost an hour, but nothing happened. I know from another config, normally this procedure went in 1 minute and then he goes on to perform the tasks.

Does anyone have an idea what's wrong. Can I check something?

Other things that I produced in the configuration of the dac. I tooks 1 hour to back the execution plan (do not generate the parameters). As I remember it was always much more quickly in the past. What is your opinion about that?

Hope someone can help... tnx in advance


Edit:
When the parameters of generation and execution of construction plan. Is it necessary to be connected to the netwerk (read: connect to the db from the source (EBS R12)?)

did you ask this patch?

That contains this patch?

DAC Build # 10.1.3.4.1. patch.20100105.0812

infa_command. XML (see the note at the end)

Corrections:

1. unique constraint (W_ETL_SYSPROP_U1) violated when importing metadata incrementally Unflagged truncate DAC (8723317)

2. cannot replace CAD Email notification port, always uses port 25. Added support for SSL. (8570833)

3 CAD Server could not start on 64-bit AIX. (8584709)

4 DAC server hanging at the end of the ETL process (8743856)

5 allow the DAC settings in order for full and incremental mode (8760212)

6. creation of the DAC Index reported as much longer then on the database

7 DAC successfully connects to SQL Server 2008 (9179169)

8. various problems importing database column definitions

9. intermittent locking / DAC (9015527) server crash

10 workgroup DAC "Series run" option works not as desired (9252632)

How to apply?

-------------

Put an end to all clients of the DAC and the servers.

Rename the jar file in the current context of the DAC.

Copy the patched jar file in house CAD.

Restart the client.

If you are 7.9.x DAC platform, you will be asked to upgrade the repository for which you choose 'yes '.

For 10.1.3.4.1 customers, there is no upgrade necessary repository.

Once the repository is upgraded, please update the jar in ANY of your environments. Do NOT connect to the repository using different versions of the client/servers in DAC.

Note:

Pmcmd of Informatica can be called mode - lpf (managing DAC server and Informatica server on different machines) and paramfile - mode (which requires a Server Server DAC and Informatica to have a shared location for the parameter files). From 7.9.6.1 release of the BI Applications - paramfile mode become default. Correct Infa_command.XML is provided with this hotfix. If - paramfile meets your deployment needs, please copy on the conf directory and bounce Server DAC.

Tags: Business Intelligence

Similar Questions

  • HP Mini210-1041NR hangs on the Windows Xp loading screen

    my HP Mini210-1041NR hangs on the Windows Xp loading screen, the laod reached late bar, then he stops and restarts, can someone hlp me difficulty this please

    Hello:

    Please read this guide and read the news on the chipset intel.

    http://h30434.www3.HP.com/T5/notebook-operating-systems-and/SATA-drivers-for-XP-solution-on-0x0000007B-BSOD/TD-p/114120

    Tip: Your model has the NM10 chipset.

    Paul

  • Product catalog for indexing hanged at the stage of 'CLEARING '.

    Hi all

    Please help us on this.

    We started indexing from/atg/commerce/short/index/ProductCatalogSimpleIndexingAdmin.

    All the steps are successful, but it hangs at the section 'CLEANSING' of ProductCatalogOutputConfig.


    Start: 11 April 2014 20:47:35

    Phase Component Documents sent Records failed Status
    PreIndexing (duration: 0:00:00)
    / ATG/commerce/short/index/CategoryTreeServiceCOMPLETE (successfully)
    RepositoryExport (started: 11 April 2014 20:47:35)
    / ATG/commerce/short/index/SchemaExporter870COMPLETE (successfully)
    / ATG/commerce/short/index/CategoryToDimensionOutputConfig4490COMPLETE (successfully)
    / ATG/commerce/short/index/RepositoryTypeDimensionExporter100COMPLETE (successfully)
    / ATG/commerce/Search/ProductCatalogOutputConfig73900CLEANING
    EndecaIndexing
    / ATG/commerce/short/index/EndecaScriptServicePENDING
    Actions:

    Note: We use Websphere Application server 7.0.0.29 with ATG 10.2.

    Indexing is successful in JBOSS.

    Thanks in advance,

    Ravinder P

    Hi Ravinder

    For updates of product catalog, you must run

    DELETE srch_update_queue WHERE item_desc_name = "sku" OR item_desc_name = "product".

    compared to the Production schema.

    Thank you

    Gareth

    Please indicate any update as "Good response" or "Useful answer" If this update help and answers your question, so that others can identify the correct/good update between the many updates.

  • Dynamically loaded swf to communicate with the MovieClip on the stage

    I have a devil of a time here with a problem. I've got an xml document when it is clicked on a certain button on the stage, it loads its corresponding external swf into an empty movieclip on the stage. This empty clip is support for all external SWF.

    So what I'm trying to do, is when an external swf is loaded that has buttons on it, I need these buttons to communicate with the main timeline and delete an mc who is on the stage. I need the swf (s) currently loaded to be able to do. So whatever the currently loaded external swf is loaded, I need to talk to the main timeline. (I have external SWF files a certain need to do this) So I guess I have to somehow target the external swf currently loaded so he could talk to the main timeline.

    The code below in summary does not, but it gives no errors either. I don't pretend to know what I'm doing, and I did not find a solution to this particular problem. If someone could give me advice or direct me to a solution. I would be so happy.

    scenario focus

    var object: index = this;

    function loadComplete (e: Event) {}

    TweenMax.to (index.mcholder, 1, {alpha:. 5});

    Add the current module to the mcholder movieclip according to addChild

    index.mcholder.addChild (e.currentTarget.content);

    (e.currentTarget.content as MovieClip) .addEventListener ("eventTriggered", startListener);

    function startListener(e:Event):void {}

    var ext_swf:MovieClip;

    ext_swf = e.currentTarget.content as MovieClip;

    trace ("external swf");

    ext_swf. Button1.addEventListener (MouseEvent.CLICK, talktomainswf);

    function talktomainswf (): void {}

    TweenMax.to (index.mc_thatsonthestage, 1, {x: 1000});

    }

    }

    Now we have the first load we set to false firstLoad

    index.firstLoad = false;

    }

    function loadError (e: Event) {}

    trace ("Error");

    }

    }

    You can use the event to communicate with external SWF Dispatcher and a main timeline

    as follows:

    //in an external swf
    
    //Once loaded
    function onLoadComplete(event:Event):void
    {
         //dispatch an event in the form of a string
         dispatchEvent(new Event("Talk to Main Timeline"));
    }
    
    //On the Main timeline
    
    //listen for "Talk to Main Timeline"
    stage.addEventListener("Talk to Main Timeline", listenForCallsFromExternalFiles, true); 
    
    //if the event is heard, do this:
    function listenForCallsFromExternalFiles(e:Event):void
    {
         trace("I heard ya, now do stuff...");
    }
    

    That's the idea anyway, I use it all the time.

    hope that helps,

    ~ chipleh

  • age of conquerors hangs at the loading screen

    Running windows xp sp 3, the age of the conquerors hangs at the loading screen. I tried all the suggestions in the article and had no success. Age of Mythology Gold edition also fails to load beyond the cinematics (black screen)

    Running direct x9.c

    Other games work fine, just the age of Kings / age of Conq and Age of Mythology - crazy thing is the origin of the Age of Empires loads and runs.

    Hello

    1. have you made changes on the computer recently?

    Method 1.
    It is possible that a third-party application is causing the conflict.
    You are required to perform a clean boot to find the program that is causing this conflict and then disable or remove.
    How to configure Windows XP to start in a "clean boot" State
    http://support.Microsoft.com/kb/310353/en-us
    Note: When you are finished troubleshooting, follow the steps as explained in the article to reset the computer to start as usual.

    Method 2.
    Also I recommend you to update the card drivers video from the manufacturer's website and check.
    Note: You can visit the website of the manufacturer of the computer to get the latest drivers for Windows XP and install it.

    I hope this helps.

  • Windows 7 32-bit slow start of blue circle hangs on the network icon in the tray for 10 minutes, some programs don't load until the problem resolves.

    Hello world.

    It will be long and windy.

    I have a problem with my Dell XPS M1530.

    im going to write down the details of my question, short first. so if you want you can read my short story on my laptop and I.

    • Slow start.
    • Network at startup initialization problem.
    • Blue circle weighs on my network icon in the taskbar notification for 10 minutes or more. then she disappears with the problem that everything starts to operate correctly.
    • some startup programs do not start until the issue is resolved. (blue circle disappears) i.e. Dell touchpad, magic disc, pda.net and perhaps language bar.
    • programs that have to do with the network or the internet such as IE or center network to hang until the issue is resolved.
    • Some programs won't load if started up that the problem is solved. i.e. open office, cakewalk sonar.

    Another thing, I noticed. If I have automatic network connection configuration and the network is in range when I launch firefox I can actually serf the web regardless of the question.

    I'm not the only one having this problem, but solutions that work for some do not work for me. some of the things I've tried to understand.

    • has run msconfig to see if it is one of the start up programs or cervix causing the problem. found nothing.
    • has ran the command cmd, I forgot what's it called some thing/something else. It digitizes and restores the registers according to me. did not help
    • Used pc AVG scanner. then corrected all the errors found and the questions. did not help.
    • reinstalled the network drivers. did not help.
    • Ran startup recovery tool to fix problems at the beginning. did not help.
    • Booted up my laptop in SafeMode with network. Works very well

    Also, the problem started not with win 7 install I had it on my laptop well before the Enigma.

    im running Windows 7 Professional 32-bit. as if lately, about 3 months ago, my laptop started to start slowly and be laggy when the system boots. I have no much attention at first. Since the question does not disappear on its own, I noticed that my network in the notification bar icon has a blue circle probably because its network initialization or loading something that is bound to it something as is. After about 10 minutes the issue resolves itself and everything works fine until I have reboot or restart. also if I put my laptop to sleep when I start it it works fine. I think that the time to resolve that issue got longer it is about 10 min now but it used a lot less. at least that's what I recall. In addition, I noticed a few more things. If I left click on the network icon does nothing when normally it will display network connections. If I right click on it displays troubleshooting and Open Network and Sharing Center. Troubleshooting doesn't help and returns nothing. Network and sharing Center is suspended until the problem resolves. in fact, some programs won't load until it the problem goes away like internet explore, network and sharing virtually Center almost everything what has to do with the network and also other programs that require a little more resources e.g. cakewalk Sonar. In addition, other startup programs and services such as Dell touch pad, magic disk, PDA. NEt don't start until after the problem goes away. What else... the kicker is that while the issue is to present the networks I connect to automatically are in fact very well and I have internet, even though the network is still initializing. what I mean is that if I start my portable firefox and launch (cannot use IE because he hangs up) I can go online and the serf of the web.

    Well, I am at a loss and don't know what to do next, except to format and clean install. However, people who did it until the problem was which leads me to believe that this is one of the windows updates may be.

    If someone knows how to fix this problem or can give a kind of constructive contribution, I'm all ears.

    Thanks in advance.

    Hey Kosmosis,

    I had the same problem, and after fishing trawl through the web to find answers, this is the most reliable solution that I found. At the very least, it will help to determine where the problem is.

    (1) reboot your computer.

    (2) go to Run--> services.msc

    (3) to sort the list by status (click the heading)

    (4) see those blocked at the 'boot '? These are your incriminated objects.

    Apparently, Windows has problems initializing services, and until he solves, or give up, he can't go the rest of the startup procedure. Different people get stuck on different things. For me, it was the 'Server' service as jams it for 20 minutes or more.

    You have 2 options:

    Right click 1)--> properties and change the Startup Type to "automatic (Delayed). This requires to load later, that hopefully allows all the rest at the end of initialization so that you can use the computer first.

    (2) read the Description of the service and see if you can find whats causing it to get stuck. In my case, 'Server' rule of network discovery, file sharing and printing. I realized that I UNPLUGGED a NAS from Buffalo, who worked as a print server as well. My windows was blocked to find a printer on a network that was no longer available. Remove the printer from devices solved the problem.

    If all else fails, you can always try to disable the service. This is probably not the best reccomendation, like its there for a reason, but it might help you to troubleshoot.

  • Windows 7 64-bit slow start of blue circle hangs on the network icon in the notification area. Some programs don't load until the problem resolves. stuck at the screen of welcome for 5-10 minutes sometimes.

    Hello world.

    It will be long and windy.

    I have a problem with my ASUS G50VT - X 5.

    im going to write down the details of my question, short first. so if you want you can read my short story on my laptop and I.

    • Slow start.
    • Network at startup initialization problem.
    • Blue circle weighs on my network icon in the taskbar notification for 10 minutes or more. then she disappears with the problem that everything starts to operate correctly.
    • some startup programs do not start until the issue is resolved. (blue circle disappears) i.e. adjustment of splendid colors, services, programs of control really like network connections and things like that but some i can still run.
    • programs that have to do with the network or the internet such as IE or center network to hang until the issue is resolved.
    • Some programs won't load if started up that the problem is solved. for example, microsoft outlook and other things.

    Another thing, I noticed. If I have automatic network connection configuration and the network is in range when I launch firefox I can actually serf the web regardless of the question.

    I'm not the only one having this problem, but solutions that work for some do not work for me. some of the things I've tried to understand.

    • has run msconfig to see if it is one of the start up programs or services is causing the problem. found nothing.
    • run the cmd command, I think that the chkdsk. It digitizes and restores the registers according to me. did not help
    • Used norton. then corrected all the errors found and the questions. did not help.
    • Ran startup recovery tool to fix problems at the beginning. did not help.
    • Booted up my laptop in SafeMode with network. Works very well

    Also, the problem started not with win 7 install I had it on my laptop well before the problem.

    im running Windows 7 Professional 64-bit. as if lately, about a week ago my laptop started to start, slow down and be laggy when the system boots. I have no much attention at first. Since the question does not disappear on its own, I noticed that my network in the notification bar icon has a blue circle probably because its network initialization or loading something that is bound to it something as is. After about 10 minutes the issue resolves itself and everything works fine until I have reboot or restart. also sometimes on occasion I will be stuck to the homescreen for 7-10 minutes.  also if I put my laptop to sleep when I start it it works fine. I think that the time to resolve that issue got longer it is about 10 min now but it used a lot less. at least that's what I recall. In addition, I noticed a few more things. If I left click on the network icon does nothing when normally it will display network connections. If I right click on it displays troubleshooting and Open Network and Sharing Center. Troubleshooting doesn't help and returns nothing. Network and sharing Center is suspended until the problem resolves. in fact, some programs won't load until it the problem goes away as internet explore, network and sharing virtually Center almost everything what has to do with the network and also other programs that require a bit more resources. What else... the kicker is that while the issue is to present the networks I connect to automatically are in fact very well and I have internet, even though the network is still initializing. what I mean is that if I start my portable firefox and launch (cannot use IE because he hangs up) I can go online and the serf of the web.

    Well, I am at a loss and don't know what to do next, except to format and clean install. However, people who did it until the problem was which leads me to believe that this is one of the windows updates may be.

    If someone knows how to fix this problem or can give a kind of constructive contribution, I'm all ears.

    Thanks in advance.

    I also looked in the event viewer and noticed these problems...
    The winlogon notification subscriber took 916 second (s) to handle the notification event (Logon).
    -
    -
    6006
    0
    3
    0
    0
    0 x 80000000000000
    56201
    Application
    Collin-PC

    -
    TermSrv
    916
    Opening of session
    02000000

    and it was lower than...
    Bucket of error, type 0
    Name of the event: ServiceHang
    Answer: No available
    Cabin ID: 0
    Signature of the problem:
    P1: LanmanServer
    P2: srvsvc.dll
    P3: 6.1.7601.17514
    P4: 20
    P5: 2
    P6:
    P7:
    P8:
    P9:
    P10:
    Attached files:
    C:\Windows\Temp\WERBC1D.tmp.WERInternalMetadata.XML
    C:\Windows\Temp\WERBC1E.tmp.HDMP
    C:\Windows\Temp\WERCBA9.tmp.mdmp
    These files are available here:
    C:\ProgramData\Microsoft\Windows\WER\ReportQueue\AppHang_LanmanServer_958bb07ee47f1d58779ce0fb489791f2b7187bdb_cab_0de8cef2
    Symbol of the analysis:
    Recheck for solution: 0
    Report ID: 0de8cd67-d5a8-11e0-a8a7-9ab1f0009500
    Display state: 6
    and below that,.,.
    The winlogon notification subscriber takes a long time to handle the notification event (Logon).

    Hello

    1. Since when are you facing this problem?

    2 have you made changes on the computer before this problem?

    3. do you get any error code or error message while starting?

    I would suggest trying the following methods and check if it helps.

    Method 1:

    If you have not tried the steps in the following Microsoft article, then try to clean boot and check if it helps.

    How to solve the problem by running the clean boot in Windows Vista or Windows 7:
    http://support.Microsoft.com/kb/929135

    Note: Once you have completed troubleshooting, perform the steps in the step 7: to reset the computer as usual.

    Method 2:

    Step 1:

    If the problem persists, you can create a new user account and check what is happening. To create a new user account

    http://Windows.Microsoft.com/en-us/Windows7/create-a-user-account

    Step 2:

    If the new user account works fine then the old account has been corrupted, you can follow the link given below to fix the corrupted user profile.

    http://Windows.Microsoft.com/en-us/Windows7/fix-a-corrupted-user-profile

    Hope the information is useful.

  • How to remove a loaded image on the stage of a symbol containing a button?

    1st configuration:

    1. General map is loaded

    Texas1.png

    2. on a click event, a larger image of the region is loaded with the following code (thanks Joel demo). Mouse is displayed the name of the County and then the click on a popup (symbol) shows some info.

    $(' < img id = "Région1" width = "310" height = "475" src="images/region1.png" usemap = "#region1" > '+' < nom de la carte = "Région1" > "+...)

    ' < area id = "Dallam" shape = "rect" title = "Dallam" coords = "29,17,97,58" / > "+...

    texas2.pngtexas3.png

    3. in the symbol of the pop-up window, I want to expand the plan to be delete on the click event of the button: 'display another region '. I have the following code that does not work (the image is not deleted) resulting in what you see below:

    sym.playReverse ();

    sym.getComposition () .getStage () .stop (0);

    sym.getComposition () .getStage ().getElementById("region1").remove ();

    texas4.png

    So my question is how can I delete the image (image large region in purple here loaded as described in 2.)?

    I got it. It should be:

    $("#region1").remove ();

    # was missing.

    In fact, I added that to the time 0 on the main timeline, so when I got there he deletes the image.

    It doesn't have the side still, but I guess I should get finally it works from there, instead.

    Thanks for your time.

  • Satellite P300 with XP hangs at the screen "starting windows."

    I recently bought the Satellite P300 - 01 and had XP installed on it. I have fixed all the problems except for the question, that I'm going to start.

    When I turn on the laptop it loads everything flashes on the login screen and then hangs at 'starting windows' screen If I turn it off and then again about three times this issue finally arrives with the login screen. There was an ASP.NET account, and after the BIOS update that he disappeared, but the problem is still there? Any comments would be greatly appreciated.

    Thank you

    > There was an ASP.NET account, and he disappeared after the update of the BIOS
    The whole story is really strange

    I put t know how you installed XP on this laptop and why an ASP.NET account was created or exist, but in your case I would recommend doing so again.
    Then install all service packs, hotfixes and patches of the XP!

    Simply show words on XP on P300.
    A friend of mine has installed XP on a P300 yesterday too and the XP works well
    Everything works fine!

  • Repeated failed installs Ko 977074, 978506, 978506. O/s of hanging in the journal began or pass the user's request.

    OK, here's my story:

    Windows 7 Home Premium, solid running, since 13/10/09
    History of failure of 974431 update that the next day, he managed without my taken part troubleshooting.  No complaints since more about 1 week ago got a BSoD outside no where while my child is on a restricted user account using IE.  Has not returned since, but suffice it to say.
    So now it's 26/01/10 and an update to install Windows Defender K915597 with success.  Cool deal.  It end tonight here and he says it is to install the updates and then stops.  Next day:
    1/27 - KB976972 failed
    1/27 - KB978506 failed
    1/27 - KB977074 failed
    1/27 - KB976972 failed
    1/27 - KB978506 failed
    1/27 - KB977074 failed
    1/27 - office Live add-in 1.4 successful
    1/27 - KB976972 failed
    1/27 - driver update successful
    1/27 - KB977074 failed
    1/27 - KB976972 failed
    1/27 - KB978506 failed
    1/27 - KB977074 failed
    See a pattern here?  So I should also mention that all of a sudden if I click log off or switch users while one of these updates says waiting and not pass/fail it hangs on Please wait... I waited about 10 minutes (normally it's about 10 seconds for the newspaper and immediate to change user) then have to restart the computer or force the feeding cycle.  So I decided to uncheck the Group of updates and just try one at a time through the automatic updates.
    Wait what he...
    1/28 - KB976972 successful
    1/28 - KB978506 successful
    1/28 - KB977074 successful
    1/28 - KB915597 successful (Windows Defender again)
    Hooray! life is good again!
    It end tonight here and he said please wait... Configuration of windows or something like this.  Odd.  Given that all of the updates succeeded and I had no updates available message.  Well it stops down.
    On the morning.  Please wait while windows configures (or other) updates failed returning changes.  What updates?  They managed you cursed!
    29/1 - KB976972 failed (what  Wait.  What?)
    1/29 - KB978506 failed (what  Wait.  What?)
    1/29 - KB977074 failed (what  Wait.  What
    ?)
    1/30 - KB976972 failed
    1/30 - KB978506 failed
    1/30 - KB977074 failed
    1/30 - KB978506 failed (me trying just the update to the compatibility mode)
    1/31 - KB977074 failed (my download and try to install the update manually)
    So there is some sort of timeline for what it's worth.  So basically three updates repeatedly failing and play with my head.   Here are the error codes for each of them:
    Update for Internet explore 8 Compatibility View List for Windows 7 (KB978506)
    Installation status: failed
    Error details: Code 80004004
    Update for Windows 7 (KB977074)
    Installation status: failed
    Error details: Code 80004004

    Update for Windows 7 (KB976972)
    Installation status: failed
    Error details: Code 80004004
    More potentially useful data.  I have manually install a (977074), said she is successful and I want to reboot, Yes, please wait windows configuration, stops, comes up, please wait configuration updates, no error, log, look at the history of the update, says "pending" 977074 next, I reboot on mine, please wait windows configuration, stop , rises, please wait for configuration updates, UPDATES COULD not return changes, allows me to connect... She does it every time.
    So I think I'll just deselect all and hide updates, screw it right?  I don't really have the situations these difficulty going home anyway.  So all deselected.  No found update, green check in Windows doesn't update.  Everything is cool.  Stop this night here, please wait windows configuration, stops, appears, wait for updated configuration to update, UPDATES FAIL back.
    And yet, he is suspended when the logoff or switch user thing.
    Seriously.  What is going on?

    Hello
     
    First, install the system tool using the link provided: http://support.microsoft.com/default.aspx/kb/947821
     
    Then, run boot.
     
    To help troubleshoot error messages and other issues, you can try to troubleshoot this issue with a clean boot to see if we can identify a program or driver causing the problem you are experiencing.
    A clean boot to start Windows with some programs and drivers off or on selection. By doing this through trials and errors we can hopefully identify a specific cause of this problem. Here's how to solve problems with a clean boot:

    Clean clean boot.

    1. click on start, type msconfig in the search box and press ENTER.
    The user account control permission.
    If you are prompted for an administrator password or confirmation, type
    password, or click on continue.
    2. in the general tab, click Selective startup.
    3. under Selective startup, clear the check box load starting points.
    4. click on the Services tab, select the hide all Microsoft Services check box, and then click Disable all.
    5. click on OK.
    6. When you are prompted, click on restart.
    7. after the computer starts, check if the problem is resolved.
     
    If the problem is resolved, make sure what third-party program is at the origin of the problem, referring to the link given below:

    http://support.Microsoft.com/kb/929135
     
    Reset the computer to start as usual.

    When you are finished troubleshooting, follow these steps to reset the computer to start as usual:
    Click Start, type msconfig.exe in the start search box and press ENTER.
    If you are prompted for an administrator password or for confirmation, type your password, or click on continue. On the general tab, click the Normal startup option, and then click OK.
    When you are prompted to restart the computer, click on restart.
     
    When you are finished troubleshooting, follow these steps to reset the computer to start as usual:
     
    1. click the Start button, type msconfig.exe in the start search box and press ENTER.
    If you are prompted for an administrator password or for confirmation, type your password, or click on continue.
    2. on the general tab, click the Normal startup option, and then click OK.
    3. When you are prompted to restart the computer, click on restart.
     
    If you are still experiencing a problem, try the following:
     
    I suggest to download the update manually and install it. Use the link below to download the update.
     
    http://www.Microsoft.com/downloads/details.aspx?FamilyId=6711bec7-130F-4244-A13C-675bd9e42298&displaylang=en
     
    If this does not resolve the issue, I suggest you to reset windows update by following the steps listed in the article below:
     
    How to reset the Windows Update components?
     
    http://support.Microsoft.com/kb/971058
     
    You can also use the "Fix it" described in the article above solution.
     
    For more information on August 2009 Windows Vista and Windows Server 2008 Application Compatibility Update, follow this link:
     
    http://support.Microsoft.com/default.aspx/KB/972036

    Thank you, and in what concerns:

    I. Suuresh Kumar-Microsoft Support.

    Visit our Microsoft answers feedback Forumand let us know what you think.

  • I am trying to install windows xp from the disk, but it hangs during the installation process. no error code. It just hangs. What is the cause and what is the solution?

    I am trying to install windows xp from the disk, but it hangs during the installation process. no error code. It just hangs. What is the cause and what is the solution?

    Hello

    1. at what stage of the installation, the computer crashes?

    2. what operating system was installed on your computer prior to this?

    If you have the similar problem as mentioned in these links, you can follow these links and check if the problem persists:

    Windows XP Setup stops responding (hangs) during the "Preparing Installation" phase

    Windows XP does not meet the Message "Setup starts Windows XP"

    Hope the helps of information.

  • When install Vista Home Premium computer hangs on the language selection screen. No visible cursor, the keyboard and the mouse does not.

    Hi, when I try to install vista that Home Premium 32 bits on the computer of my son, through the installation of loading files with the gray bar at the bottom, then goes to the screen language selection, at this stage, I can not select anything using the keyboard or the mouse. There is no cursor visible. Keyboard and mouse both work fine in the bios and on other machines. Have used other keyboards and mice on the machine in question, but that makes no difference. Tried another copy of vista, no difference. Tested on Windows 7 install and everything works fine!

    Very confused, thinking that it must be a driver problem, but how about him? Any help is appreciated!

    Hi Rickydg,

    Thanks for posting. Please contact ASUS and see if there is a BIOS update available for your system. Update the BIOS and then try to install again.

    I hope this helps! Shawn - Support Engineer - MCP, MCDST
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think

  • Menu items hang on the screen randomly

    I have a problem with my vista 64 machine.  The menu items to hang on the screen after being selected.  That one hangs at the time, and the same that one can suspend all day, or change at one point to the other.  As I type this "Explore" appears in a box in blue light on bottm left of the screen.  It's not too bad, sometimes a menu item will be suspended in the middle of the screen, and the only way to get rid of it is to reboot and hope that something less obnoxious block next time.  I've updated all my drivers, software and bios.  It is a processor I7 920 on Asus P6T motherboard with a nVidia 9800GT video card.

    Hello Erousculp,

    Thank you for posting.  I just looked into your question and noticed that you are using a videocard of Nvidia desktop/game.  The combination that the nvidia drivers have had some problems with Vista and this could be the root of your problem.  Video card manufacturers generally has really intend to their home desktop video cards to use in the environment of heavy graphics CAD and 3D modeling software.  Another note, it's that both your processor manufacturer and card mother manufacter have compatibility problems between their product lines, then you want to check possible BIOS updates for your motherboard.  Nephilum i7 is a very recent product range and could have issues as well unknown.  In the last year or more, I noticed an increase in stability problems when they are used together.

    Please let me know if this helps you. Zack
    Engineer Microsoft Support answers visit our Microsoft answers feedback Forum and let us know what you think.

  • Windows Vista: windows could not start error. is suspended from the "Microsoft Corporation" loading bar then black screen BIOS not acpi compliant

    After you have installed the driver for the zune hd, I was asked to restart my computer. After the reboot, start froze on a white screen. I've seen this before and it is usually because of some connected usb components. so I manually powered down the Tower, disconnected the cable from zune and restarted. This time a screen saying that windows could not start, "launch Startup Repair tool" was recommended. Select this habit makes the startup hang to the progress bar from Microsoft corporation, then to a completely white screen. Although strangely, once only a blue error screen appears which says that the BIOS is not acpi compatible. I can't restart with F8 to go into safe mode, "windows error recovery" still appears. "Start windows normally"produces the same results as the tool to restart launch system. " I have a drive to upgrade to windows 7 and a windows XP upgrade disk. the disc of windows 7 hangs at "starting windows" and the XP disc gives a blue screen error: stop: 0x0000007B (0xF78D2524, 0c 0000034, 0 x 00000000, 0 x 00000000)

    I think I have a BIOS problem, but I don't know how I could continue dealing with the repair. I have no success update the bios from usb flash. Any idea is appreciated.
    Update: managed to start with F8, choose to boot in safe mode and loading hangs after "load: \windows\system32\drivers\crcdisk.sys"***.
    the machine is a gateway LX6810-01 (friend motherboard)

    Hello

    1. What is the exact error message when Windows Vista does not start?

    2. you have the disk Installation of Windows Vista operating system?

    I suggest you change the mode of RAMA to IDE in the BIOS. You can contact the PC manufacturer for assistance.

    Note: BIOS change / oxide of additional metal (CMOS) semiconductor parameters incorrectly can causeserious problems that may prevent your computer from starting properly. Microsoft cannot guarantee that problems resulting from the configuration of the BIOS/CMOS settings can be solved. Changes to settings are at your own risk.

     

    In addition, perform a check disk in Windows Recovery Mode.

    (a) Insert the Windows Vista installation disc in the disc drive, and then start the computer.

    (b) press a key when the message "Press any key to boot from CD or DVD".

    (c) select a language, an hour and the currencyand a keyboard or an input method, and then click Next.

    (d) click on check drive for errors.

    (e) in the System Recovery Options dialog box, select the drive of your Windows installation and click Next

    (f) to the System Recovery Options dialog box, click on check Drive for errors.

    (g) use the switch/r to run the disk check.

    Important: Running chkdsk on the drive if bad sectors are found on the disk hard when chkdsk attempts to repair this area if all available on which data may be lost

     

    It will be useful.

  • Windows Vista hangs at the Welcome screen. Can anyone help?

    From early December 2009, my Dell Inspiron E1505 said hung up on the 'Welcome' screen, leaving me stuck and cannot use the computer. It would do this every time I tried to start it. Since that time I switch Safe Mode and using the restore system to get it going again. Sometimes, I have to use restore the system several times to allow to start correctly. More recently, I learned that when it hangs at the Welcome screen, I can press "Ctrl-alt-del" and then my computer will load up the icons after about 10 seconds and then it is ready to go.

    I finally started to 'Sleep' mode, and then it starts right up when I want to use it. The problem is that he sometimes stops for updates, or crash if I overload it somehow, and then it's a big problem, it'll still do. ... Well, now I can turn it on by pressing the "Ctrl-alt-del' when it clings to the host, but I don't feel comfortable making. I'm afraid that it will eventually mess worse.

    I have not installed any new software or downloaded anything by email, with the exception, so I don't know what caused this problem. I have the feeling that something has been altered during the automatic update of windows.

    Can someone please help me understand what caused this problem and what to do to fix? I need a walkthrough very detailed, as I am not a computer technician. My experience with computers is very limited, but I do not know a few basics such as obtaining safe mode, etc. My warranty with Dell has long expired. My computer is 3 years old. With the exception of this problem Windows Vista worked great shape. I liked Windows XP much better, but Vista was 'correct' that day until this problem came.

    Thank you: Jean

    Hello

    Given that the system restore works sort the problem is likely corruption at a certain level.

    Start - type this in the search box-> find COMMAND at the top and RIGHT CLICK – RUN AS ADMIN

    Enter this at the command prompt - sfc/scannow

    How to analyze the log file entries that the Microsoft Windows Resource Checker (SFC.exe) program
    generates in Windows Vista cbs.log
    http://support.Microsoft.com/kb/928228

    Also run CheckDisk, so we cannot exclude as much as possible of the corruption.
    How to run the check disk at startup in Vista
    http://www.Vistax64.com/tutorials/67612-check-disk-Chkdsk.html

    ==========================================

    If necessary try a stronger set of controls:

    From the COMMAND prompt from a floppy boot or the Recovery Console/environment (if you have) run these:

    Chkdsk /f /r

    RESET

    sfc/scannow

    RESET

    This tells you how to access the System Recovery Options and/or a Vista DVD
    http://windowshelp.Microsoft.com/Windows/en-us/help/326b756b-1601-435e-99D0-1585439470351033.mspx

    And if necessary check here:

    Manufacturer diagnostic utilities - run for the manufacturer of your hard drive
    http://www.techsupportforum.com/hardware-support/hard-drive-support/302602-hard-drive-diagnostic-utilities.html
    Trial versions of these 'might' help.

    SpeedFan
    http://www.almico.com/sfdownload.php

    HD Tune
    http://www.hdtune.com/

    I hope this helps.
    Rob - bicycle - Mark Twain said it is good.

Maybe you are looking for

  • white frame on screen

    Anyone would be able to let me know what it is please? It's over now, but I fear that it was perhaps a sign of the failure of graphics. The MacBook Pro is less than years. Thank you

  • Download plans of fertilizer Talk

    HHey guyz, someone has already tried to downloa Straight Talk for an iPhone 5 will not my Sim Card except # and invite you to call me. Offices closed English speaking! Pretty sad Memorial weekend and I am a veteran! Tracphone typical scam marketing t

  • There is no "Import and backup" button in "show all bookmarks".

    I try to import bookmarks from an HTML file, using the isntructions to https://support.mozilla.com/en-US/kb/Importing%20Bookmarks%20from%20an%20HTML%20File?as=aaq#os=linux & browser = fx7 I click on bookmarks-> show all bookmarks. The next step, said

  • Remove the old account review App

    Hello I'm trying to delete several comments that I left in the AppStore that were associated with an old iTunes/e-mail account.  I had 1 account and past to a new and so when I go in "settings > iTunes & App Store > Apple ID > review Apple ID > comme

  • Can I add more ram for my HP Pavilion dv7-6c60us computer laptop?

    I have a HP Pavilion dv7-6c60us laptop I like to use for games. For the moment, it has 6 GB of ram. I want to put this number as much as possible. I looked at a lot of places with no luck. I don't know what ram card is compatible with my computer. If