OBIEE BI answers: measures bad aggregation at the top level of the hierarchy

Hi all,
I have the following problem. I hope to be clear in my English because it is somewhat complicated to explain.

I did following:

ID of drugs classified in quantity
1 9
2 4
1 3
2 2

and drugs following table:

Drug brand Id brand Description drug whose active ingredient Id drug whose active principle Description
Aulin Nimesulide 1 1
2 Asprina 2 Acetilsalicilico

In AWM, I've defined a Dimension of drugs based on the following hierarchy: drug whose active ingredient (parent) - brand name of medication (sheet) mapped as Description:

The active ingredient of drug = drug Active ingredient Id of my Table of drugs (pharmaceutical = Description of the active ingredient LONG DESCRIPTION attribute)
Pharmaceutical brand Description = drug brand Id of my drugs Table (LONG DESCRIPTION = Description of drug brand attribute)

Indeed, in my cube, I have traced pharmaceutical leaf-level brand Description = Id of the drug of my fact table. In AWM drugs Dimension is mapped as Sum aggregation operator

If I select on answers drug whose active ingredient (parent of my hierarchy) and the quantity, in my view, after the result

Description of the active ingredient drugs classified in quantity
Acetilsalicilico 24
Nimesulide 12

indeed of the correct values

Description of the active ingredient drugs classified in quantity
Acetilsalicilico 12
Nimesulide 6

EXACTLY the double! But if I dig drug Description of the active ingredient Acetilsalicilico I can't see correctly:

Drug whose active ingredient Description pharmaceutical brand classified in quantity Description
Acetilsalicilico
-12 Aspirina
Total 12

Aggregation of evil is only at the top level of the hierarchy. The aggregation on the lower level of the hierarchy is correct. Perhaps the answers also amount Total line? Why?

I'm frustrated. I ask your help, please!

Giancarlo

OK your on 10G but the view of the cube and the obligation to limit the levels in the LTS in the RPD is valid in both.
I think we found the problem,
Go to each source logical table this logic table (x 2 in your case you have two levels) and on the content tab, window background ' use this "Clause Where" filter to limit the rows returned. »
Open the expression builder, locate LEVEL_NAME according to your cube and limit accordingly, it is to say LEVEL_NAME = "BRAND_DESCRTIPION" for the aggregation BRAND_DESCRIPTION LTS and LEVEL_NAME = "XXXX" in detail, SFF, where XXXX is the name of level of hierarchy in your cube for details (leaves) records.

Can you try that and let us know?
Thank you
Alastair

Tags: Business Intelligence

Similar Questions

  • Surely the size measure LMT has not the same

    Hello

    If we identify not UNIFORM, surely the size of the measure has not the same.

    However, http://www.oaktable.net/articles/locally-managed-tablespaces States

    + You can ask yourself, "If a single bit is a measure, probably all extensions in the tablespace are then obliged to present the same size?". It's true -as in the example above, Oracle allows you to specify any size you like, but it will be always reduces to a number of bits of the bitmap, where each bit represents a segment of the space. In any case, it is advisable for all extensions in a tablespace to be the same size, because it eliminates the space lost because of the fragmentation. +

    Doesn't it not bad?

    Thank you.

    Published by: OracleGuy777 on March 13, 2012 13:16

    OracleGuy777 wrote:
    So, you're saying that each bit in the bitmap LMT will be the size as much as the lowest possible? And if we have a measure 1 M, it is going to be 1 024 000 bytes?

    Only the hard drive manufacturers use 1 000 000 bytes. The rest of the computer industry has pretty much standardized on 1 MB = 2 * 20.

    In addition, if the BLOCKS are 8K (or 2K, 4K, 16K, 32K) and 8 K = 8192 bytes, and if 1 MB MUST be a multiple of blocks assigned, you can check quickly enough that 1 MB = 128 x 8 K - BLOCKS. (And Yes, you can choose ANY size you want for a block, but that can get silly and will probably cause "opportunities for off-peak service calls").

    And we know that extensions are allocated in BLOCKS. (So why no Oracle used number of advancements of level measurement?)

    >

    So if we have a 64K extent, followed by a measure of 1 MB, followed by a measure of 64K, Oracle will store as

    1 followed by 1 s to 1 M and then 1 for the next measure 64K?

    To answer your question (even if it is answered on this link to the Oak Table - explicitly)

    The ILO plan represents the size of measurement RB. And non-linear growth that the system uses after distributing a few extensions will always be a multiple of the size of this base.

    Then the first few times the table grows, it will be in blocks of 64 k with each piece slightly.

    The next time it grows, it will say "I have seen the growth here before and to save effort later" so it will distribute pieces of 1 M. And a piece of 1 M is 16 x 64K, so each piece of 1 M will be represented by 16 bits. Then, after a few of those pieces of 1 M, it will distribute pieces of 8 M and guess how many 64 K parts there are in this 8 M chunk - each represented by one bit.

    And since all this piece pieces in this specific tablespace are 64K, if a table is dropped, all of its pieces can be distributed to other tables/segments as needed with no wasted space.

    That is the second reason to use LMT.

    Now you know.

    But, how does that help you administer the database? (Other than following best practices to use LMT?)

  • How conervert psd to css and pixel-to-pixel measurement and positioning at the same position in dreamveaw

    How conervert psd to css and pixel-to-pixel measurement and positioning at the same position in dreamveawer?

    The basic answer is that you can't.  Graphics program can export your mockup in html format, but the result is so bad that people get to the top of the page of coding manually.

    The easiest way to convert your drawings into a working Web page is starting with models already included in your package CS6.  I advise to read the article by Steph at this link to help you get started quickly:

    http://www.Adobe.com/devnet/Dreamweaver/articles/css_simple_styling.html>

    G/L

  • bad terminator in the Basler A504k CIM series

    I'm talking about in series of LV to a Basler A504k via a NOR-1429th and, despite what says in the compatibility report and in this post, I perfectly managed, at least as long as I tried. A (still unpolished) example of my order that VI is attached (LV8.6.1), for the sake of anyone running in my same problems.

    However, there is one thing that bothers me about the string terminator defined in the file of the camera. The original definition is

    TermChars (\x06)

    This is not correct.  \x06 is the character of the acknowledgement of receipt sent by the camera to recognize the command sent by the host was correctly formed; the channels are normally end with ETX, i.e. \x03, while the camera can be answered by a single NAK, i.e. \x15, if the query string is incorrect. For this device, the command for a reading sequence is (when it is correct) STX-query - ETX-> ACK-STX-response-ETX, so if ACK is used as an indicator of end, the response to the reading of orders is always lost. At least, so much as "IMAQ Serial Read.vi" is used; given that the format of the camera control is strict, an alternative using 'IMAQ series Read Bytes.vi' and the exact number of characters to read would still be possible.

    It was simple to change the TermChars to (\x03) entry in the file of the camera and with whom my VI essentially works, while the replay would not be with the bad terminator.  The only whim so far I am aware, is that I seem to be able to set Timer1 and Timer2, settings that control the rate of time and part of the exhibition, but not to reread, contrary to what the manual says (the camera meets always 0).

    Any comments on that?

    Enrico

    Correction to what I wrote just above - fixed read a number of bytes is required anyway, because the answer may contain binary camera the \x03 or whether in the data field. It was actually the reason why I couldn't read some specific areas, such as versions of firmware or the timer data.

    A corrected version of my previous vi is attached. As for me, the problem is now resolved - this message in one concern for others in my situation.

  • Rstrui.exe - bad Image of the application or DLL C:\Windows\System32\Wbem\Framedyn.dll is not a valid windows image. AND the exe task manager. -Bad guess. The application or DLL C:\Windows\System32\VDMDBG. DLL is not a valid windows image.

    I use WIndows XP.  After that THINKPOINT is presented on my system, I have not been able to access my task manager or restore my system to an earlier date.

    I have checked Kellys Korner and various other suggestions on the internet, but have had no luck with anything.

    It shows that the HKEY value for the Task Manager is set to 0.  Don't know if that helps.

    I BELIEVE I have the THINK POINT removed from my system.  I use Microsoft Security, Ad-Ware and Malwarebytes Anti - Malware.  Between the 3, it seems I have everything.

    But now I can not restore my system, or use my TASK MANAGER.

    Help would be GREATLY appreciated.

    Thank you!

    Bindifer

    Think like a malicious software...
    It infects your system and is not to be found and removed.
    What are you most likely to use to find and remove malware?
    Internet, Google, Task Manager, regedit, restore the system command prompt, etc...
    The malware is often afflicts one or more of these components to try to trick into thinking you need to perform a system restore, a repair facility, or even to reinstall your XP from scratch.  None of these things are necessary since you can usually just to thwart malware.
    If the referenced files are completely absent from your system, you will see messages like this when you try to run the applications:
    Taskmgr.exe - Unable to locate component
    This application has failed to start because VDMDBG.dll is not found.  Reinstalling the application may fix this problem.
    Rstrui.exe - Unable to locate component
    This application has failed to start because framedyn.dll was not found.  Reinstalling the application may fix this problem.
    Sometimes you can click through the OK messages to access the System Restore screen, but the restoration of the system is still broken.
    If the referenced files are present on the system, but somehow corrupted, you will see messages like this when you try to run the applications:
    Taskmgr.exe - bad Image
    The application or DLL C:\WINDOWS\system32\VDMDBG.dll is not a valid Windows image.  Please check this against your installation diskette.
    Rstrui.exe - bad Image
    The application or DLL C:\WINDOWS\system32\wbem\framedyn.dll is not a valid Windows image.  Please check this against your installation diskette.
    Sometimes you can click through the OK messages to access the System Restore screen, but the restoration of the system is still broken.
    These files are part of the file 3498 who cares about Windows File Protection, so unless the WFP is also broken it is likely that files are missing completely (you get a different error message).  What is more likely is that the files are somehow corrupt or have been replaced by incorrect files.
    Assuming that XP is installed on your C drive and in the windows folder, XP keeps copies of 3498 files that he cares about this issue:
    c:\Windows\System32\dllcache
    On a health care system, Windows File Protection keeps track of 3498 protected files and quickly and quietly replaces all the files in the list that appears missing from the backup folder.  File protection Windows will not replace the files if they are somehow corrupted or replaced by bad files.
    You can simply copy the backup files in the dllcache folder in the folder where are the suspects or missing files.
    Using Explorer, navigate to the folder c:\windows\system32\dllcache and individually to copy the backup files in there and then navigate the folders where the suspect or incorrect files are and paste in the copied files.
    Depending on your installation, you can also find copies of the files in this folder:
    c:\windows\ServicePackFiles\i386
    Answer Yes, if you are prompted to replace existing files.
    Test your functions now and then to reboot your system to make sure the changes 'stick', and then fix any problems.

    Do, or do not. There is no test.

    I need YOUR voice and the points for helpful answers and propose responses. I'm saving for a pony!

  • Bad sectors on the hard drive; help to isolate or repair

    Hello, recently I discovered that my windows get to slump that closely mimics a gel at a random time. After a lot of research on this topic, I did several diagnostic tests on my laptop and finally reduced to my hard drive.
    The problem is evident for the following reasons:
    • When I tried to run chkdsk/r/f, which is always translated by he stuck to "step 4: check the data in the file" around 70%.
    • When the slowdown occurs, the resource monitor from Task Manager for the disk activity showed 1 KB/s (not sure if this is suspicious)
    • Tried various hard drive diagnostic tools. WinDLG gets blocked for a certain sector, but has never even if I waited for 6 h +. SeaTools for DOS has reported that the hard drive failed the tests. Dell diagnostic tool also pointed out the hard drive, is not the test of confidence in some sectors. Toshiba Diagnostics tool did not work as I could not highlight the readers so he could test.
    Formally, this means that I have bad sectors on the hard drive and I want to know if there are solutions to 'fix' or isolate him rather than replace the hard drive. The hard drive is only a year old and I would like to get as much time as I can with the drive without having to spend on a new.
    In addition, I also came to this post here which seems to reflect the same situation:
    However, there are a few parts where I am confused and does not really apply to my situation (for example, meanwhile his stage 5, for me its stage 4). Thanks in advance for any help.

    CHKDSK does not indicate a failing hard drive, it indicates problems with the filesystem (NTFS.sys) hard disk.  I like to repeat because that may indicate more out of trouble (if you get several times CHKDSK repair things, then something else is the cause).

    That's what I'm looking for:
    "Windows has made corrections to the file system."
    Know me mistakes.

    DO NOT use the drivers from the resource CD.  They are overwhelmed when you get them.  Go to the Dell support site and download the latest versions here.

    Unfortunately, unless your highly qualified with a soldering iron on small electric parts, then there is no replacement of the part.  Also unfortunately, there is no test for a motherboard problem, so we have to everything else on the rule.

    If it passes all the tests, it indicates that it passed all tests.  All these tests are software - they can not physically 'see' a hardware problem, but can deduct that it based on the results of the tests.

    I suggest you a few additional tests before start thinking that it's the mobo.  They are Prime95 test and tests stress CPU at this link: http://www.carrona.org/hwdiag.html

    I also suggest another facility 'clean' - just to be sure.  Here's what I propose for a clean install:
    [quote]
    For testing purposes, it is best to install Windows "clean".
    It is, basically, install the way that Microsoft intended (with the drivers from Windows Update).
    This procedure is for Windows 7, Vista is similar (but has 2 service packs)

    You will need your installation/recovery DVD (s) before you start.  Once you wipe the hard drive, there is no going back!

    1 back up all your data.
    It will wipe everything off of your hard drive, so what you want to keep should be backed up elsewhere.

    [b] [u] NOTES: [/ b] [/ u] If this is due to an infection, remember to analyze the data with current antivirus to another system to locate and remove malware.

    2. connect the system to the internet (if the system shows then disconnect from the Internet, do).

    3. use one of these free utilities to wipe the hard drive:
    DBAN (http://www.dban.org/download)
    KillDisk (http://www.killdisk.com/downloadfree.htm).
    This will remove also any partition system - then the intallation/recovery recovery DVD are essential!

    4. install Windows by booting from the installation/recovery DVD - [b] [u] DO NOT change any settings! [/ u] [/ b]

    5 visit Windows Update and get all updates

    6 visit Windows Update and download the Service Pack 1 (normally under important updates).  Read these notes for installing SP1: http://support.microsoft.com/kb/2505743

    7 visit Windows Update and get any other available updates

    8. check device for all unknown/disabled devices Manager - if there are unknown disabled devices, secure them with the latest drivers from the website of the manufacturer of the device (not the PC manufacturer)

    9 download, install and update a free antivirus, so it does not get infected during the test (http://www.carrona.org/freeav.html).

    [u] if problems persist [/ u], the problem is probably with your hardware.

    [b] [u] warning: [/ u] [/ b] If you have an Asus motherboard, check the date on the file C:\Windows\System32\driver\ASACPI.sys.  2004/2005 is a problem, 2009,2010 is OK.  Updates are available on the Web from Asus site.

    [b] [u] warning: [/ u] [/ b] If you have a Sony system, make sure that you do NOT have the 2007 version (or earlier) Extension of Firmware of Sony Analyzer (SFEP.sys).  To update this driver immediately!

    [/ quote]

  • bad design but the query needed to solve this problem

    Dear expert;

    I have the sample data below
    create table p1_header
    (
           parent_id number(30),
           p_shutterid number(30),
           color varchar2(4000)
    );
    
    
    insert into p1_header
      (parent_id, p_shutterid, color)
    values
      (1111, 789, 'GREY');
      
    insert into p1_header
      (parent_id, p_shutterid, color)
    values
      (444, 456, 'RED');
      
    insert into p1_header
      (parent_id, p_shutterid, color)
    values
      (999, 123, 'WHITE');
    
    insert into p1_header
      (parent_id, p_shutterid, color)
    values
      (888, 900000, 'BLACK');
    create table p1 
    ( p1_id number(30),
      p_shutterid number(30),
      parent_id number(30),
      describe_me varchar2(1000)
    );
    
    
     insert into p1
      (p1_id, p_shutterid, parent_id, describe_me)
    values
      (5, 131415, 999, 'ZONE LAKE');
      
    insert into p1
      (p1_id, p_shutterid, parent_id, describe_me)
    values
      (6, 161718, 999, 'ZONE BOSTON');
      
    insert into p1
      (p1_id, p_shutterid, parent_id, describe_me)
    values
      (7, 192021, 999, 'ZONE NY'); 
    insert into p1
      (p1_id, p_shutterid, parent_id, describe_me)
    values
      (1, 123, 888, 'ZONE PLACE');
    insert into p1
      (p1_id, p_shutterid, parent_id, describe_me)
    values
       (2, 456, 888, 'BIG AGE'); 
    insert into p1
       (p1_id, p_shutterid, parent_id, describe_me)
    values
       (3, 789, 888, 'EMG');  
    insert into p1
       (p1_id, p_shutterid, parent_id, describe_me)
    values
       (4, 101112, 888, 'SMC');  
    
    insert into p1
       (p1_id, p_shutterid, parent_id, describe_me)
    values
       (8, 97080402, 444, 'CLASH');  
       
       insert into p1
       (p1_id, p_shutterid, parent_id, describe_me)
    values
       (9, 4687903, 444, 'INTEREST');  
       
    This is the output I want below for parent_id 888
    P_SHUTTERID   DESCRIBE_ME
    123                  ZONE PLACE 
    456                  BIG AGE 
    789                 EMG
    101112            SMC     
    192021            ZONE NY
    131415            ZONE LAKE
    161718            ZONE BOSTON
    4687903          INTEREST
    97080402        CLASH
    the idea behind the logic is when user id input parent 888, then we get a list of all kinds of things.

    Thus, for example the first list shows all the children (p_shutterid) associated to 888 parent id and then we go to every child (p_shutterid) individual and get any associated child and do this at the end and once that the first child is done we are going to the next child (p_shutterid), which is of 456 and get all children for that child. This is how the output is derived.

    Any help is appreciated. Thank you.

    Published by: user13328581 on July 15, 2011 07:32

    Published by: user13328581 on July 15, 2011 10:35

    Published by: user13328581 on July 15, 2011 10:36

    Hello.

    Yes, it is an example.

    SELECT LEVEL,p1.p_shutterid,p1.describe_me
    FROM p1_header,p1
    WHERE p1.parent_id=p1_header.parent_id
    START WITH p1.parent_id=888
    CONNECT BY p1_header.p_shutterid = PRIOR p1.p_shutterid;
    
    LEVEL     P_SHUTTERID     DESCRIBE_ME
    -----     ----------     ----------
    1     123          ZONE PLACE
    2     131415          ZONE LAKE
    2     161718          ZONE BOSTON
    2     192021          ZONE NY
    1     456          BIG AGE
    2     4687903          INTEREST
    2     97080402     CLASH
    1     789          EMG
    1     101112          SMC
    

    An important note:

    >
    A general reminder on "Forum label / Reward Points": http://forums.oracle.com/forums/ann.jspa?annID=718

    It is important to score the answers you thought useful or appropriate, he lets other people know that you appreciate their help, but it also acts as a pointer for other people when they are researching on the same issue, moreover, this means that when you mark a bad or wrong the useful answer someone can be invited to tell you (and the rest of the forum) which is bad or wrong on the answer you have found useful.
    >

    Kind regards.

  • Active measure of calories during the bike ride

    Hello

    I do a lot of road cycling and also use my Apple Watch to measure my fitness activity.

    I used the option open air training on rides Cycle and it seems good but drain the battery of the watch. I don't really it measure the speed and distance as my Garmin that does very well and is also linked to Strava, but I don't want the watch to measure my year, and the number of calories active.

    So, I tried cycling without starting a workout. The watch is a precise measure of the amount of time work, I exercised, but the number of calories burned seem much less than if I used a training to measure the same route.

    The question is, which is more accurate? A workout outdoor Cycle or while leaving the watch to do its own thing? I suspect the former. This then begs the question, how shows measure of calories burned.

    Thank you very much

    Phil

    Hi Phil

    The external Cycle estimate is more accurate.

    When recording a workout outdoor Cycle, Apple Watch esteem Active Energy (calories / kilojoules) using a calculation that is suitable for this type of activity. Apple has not released details of the calculation method.

  • Qosmio F20: Bad sound using the MSN Messenger & video transmission

    Hi all

    I recently bought a laptop Qosmio F20, who is currently connected to the Internet via a router/modem WiFi Netgear (DG834v2).
    I tried to use MSN messenger v7.5 (7.5.0311 and 7.5.0324) with a webcam Creative NX () to make a video call.
    But the sound of the person I'm talking to is so distorted, it is impossible to have a conversation (I tried with several of my friends, who all have good sound on their end).
    However, if I have an audio only (no video) conversation, I have a perfect sound.
    Despite my best efforts (update drivers, reinstall messenger, windows firewall ok for messenger etc...) I've had no chance of finding the problem so far. If anyone has any suggestions I would be very grateful.

    Thanks in advance.
    François

    Hello

    You suggested that the sound working properly without the video connection.
    In my opinion, it happens because of the webcam. Maybe the software has a bad influence on the sound.
    This is not a product of Toshiba, and Toshiba is not responsible for any 3rd party device.
    I recommend you to check the site of the manufacture of cam. Maybe you will find the solution.

  • Satellite L20-214 - isolate bad sectors on the HARD drive?

    Dear Sir

    My laptop fell off my table leading to serious hard drive problems. The hard drive now has some bad sectors that can be repaired with the chkdsk command. I managed to get my data on an external hard drive. Despite the bad sectors, I can reinstall it however from the recovery cd. Starting after that time consuming (1.5 hours) and after starting Windows I get the error messages from programs that cannot be started. It's the same thing after each reinstall. My guess is that the recovery disk writes data on the same spot every time both on bad sectors.

    I was wondering if theres a way to fix or even isolate bad sectors on the disk, so I can continue to use my laptop.

    Your help is very appreciated.

    Hello

    You can try HDD Regenerator 1.61 (HDD Regenerator is a unique program for regeneration of physically damaged hard disk drives. It does not hide bad sectors, it really restores them).
    However, the best way is to buy a new hard drive :)

  • Satellite P10-304: bad sectors on the disk - how to fix?

    My drive HARD drive bad sectors developed and replacement needs, does anyone know how to do this?

    My model is a P10-304.

    In addition, Windows will not start upward in my old HDD because of bad sectors and the drive is protected by Norton and back, does anyone know how to bypass or disable round trip

    Hello

    I found these tips how to disable the Norto Go Back tool.
    You can uninstall it from your computer, disable GoBack to your laptop press 'space' GoBack screen button and select the option "disable" GoBack.

    Follow these steps:
    1. reboot your computer.
    2. when the Norton GoBack splash screen appears, press the SPACEBAR.
    3. in the Norton GoBack boot menu, click on disable.
    A message informs you that disable Norton GoBack erases history and you will not be able to run the hard drive or hard disk restore advanced restore until Norton GoBack is turned back on.
    4. click on Yes.
    5. click on continue.
    Your computer restarts automatically, and Norton GoBack is off
    After restarting the laptop, I recommend once again using the following key: CTRL + ALT + G.
    Immediately press on and hold the keys Ctrl + Alt + G after restarting the laptop you. A message you giving the possibility to force the removal of GoBack master boot record. Press F to force the removal of GoBack master boot record.

    If failure of keys Ctrl + Alt + G in the first time then try this again for three or four times until you get the prompt to remove the master boot record of GoBack.
    Finally, restart the computer.

    To fix bad sectors on the HARD drive, you could boot from the XP CD to use the console of "repair".
    And then use the CHKDSK /p command to repair the bad sectors.

    Good luck

  • Tecra 9000 - bad scratch on the screen

    I have a Tecra 9000, which has a bad scratch on the screen.
    Does anyone know if the mask LCD Toshiba (P000328760) meeting will fix the scratch and if it is difficult to adapt?

    As far as I know if the stripe is displayed directly, this mask will help any. This mask is just sort of plastic placed around the screen cover.

  • Qosmio G20-117: bad pixels on the screen and the CD rom does not work

    Hello

    I have a problem with the computer hardware. I got a Qosmio G20-117 and you have a problem with the cdrom and the screen. Got bad pixels on the screen, and cdrom does not work. I live in the United Kingdom, so I tried signing up to them to choose the computer before the computer is out of warranty.

    Whenever I register, it says sorry, an unexpected error has occurred, please try again later. I have tried at least 20 times since yesterday and it doesn't seem to work. I have them even called and they told me, the service is stopped and will be fixed this morning but yet nothing works.

    Any solution?

    Hello

    If you want to contact Toshiba service partner in your country then why you don't call them?
    Toshiba page you will find the database with all service providers in the world.
    http://www.CSD.Toshiba.com/cgi-bin/TAIS/Su/su_gaspLocator.jsp?PF=true

    I don't think that you need to register something apart from the serial number of your laptop. But in my opinion this could also be done at the point of service.

  • Bad sectors on the hard drive

    My neighbor's daughter brought me his cell phone more, g6-1d20ca model. It does not start. There is a loop on the text of recovery. I ran my "CD Boot" (Hiren s) on this topic and saw that the hard drive was littered with bad sectors. The HD is obviously toast. My Question: Is - this acceptable once I replaced the HD to load my version of Win 7 64 bit on his cell phone, but the use of its Windows product key? The part of the recovery of the HD is inaccessible. It's never the disks when she bought the laptop. I then download the drivers and others on the HP website. Is this legally possible?

    Forward to your response.

    Yes, as long as your version corresponds to its key. Like Home Premium.

    You can order a recovery media for about $17 (I ordered last time) of his models support page:

    http://h10025.www1.HP.com/ewfrf/wc/softwareCategory?OS=4063&LC=en&cc=us&DLC=en&sw_lang=&product=5223311

  • ThinkPad T410 collapsed after that I replaced the bad srew near the fan to work!

    Hello
    my Thinkpad T410 stoped working after that opening and blow the dust out of my fan.
    by mistake I replaced the bad srew near the fan... that would be a mojor to my motherboard damage prevents it from start.
    When i replaced the battery in my laptop and kicked it... all I saw my battery I icon started flashing.

    additional information:
    whenever I press the power bottom, I hear the noise for less than a second of the hard drive started to load and then nothing.

    I would be very grateful for any help

    Note from Moderator: Edition subject to the content of the game.

    A long screw can damage the keyboard only.

Maybe you are looking for

  • No updated driver in dxdiag (Satellite M60) to display ATI

    I bought a Satellite M60-139 last week and I have huge problems with various games, gel, so I started to update my drivers. However after downloading and installing the ATI display driver, restart the pc and check dxdiag and the hardware Manager, the

  • IPX protocol for windows 7

    I'm eager to play a game on my home network Stronghold Crusader, but the game requires the IPX protocol to work on a local network. The pc of Windows 7 is on a wireless connection and the other pc is wired in XP pro. I tried to install the IPX, but i

  • How can I change the default font settings in windows?

    Today

  • Force the print to stop/restart spooler service when it does not

    Our office has a HP plotter, where the driver (note that we have the latest version, directly from the HP site) seems to cause the print spooler service becomes out of order sometimes.  In turn of the programs (including AutoCAD and Outlook) to lock,

  • Smart Connect bug

    I have smart connect together to launch Spotify and Walkman a pause when the headphones are connected. It is also put on pause when the headphones are pulled out. Since the update published last week (v. 23.1.A.1.28) smart connect play Walkman when t