OEM DBControl Reinstall

After much research and using "emca" to deconfig/config DB Control, I believe the DB Control software is not in a correct state. I am able to bring up the login page but the "Login" button is unresponsive. I located the following errors in the emagentfetchlet.trc file: "ECM: Encountered problem(s) with installed Dependee: OUI Exception: Unexpected error occurred trying to collect a dependee of component Oracle Snap-In Common Files 9.2.0.1.0. OUI inventory may be in an inconsistent state" and "The inventory location file for the special Windows NT case does not exist or is unreadable".
So my question is: Can I reinstall (overwrite) just the DBControl software into the same Oracle home directory and not corrupt/damage a running, production database in the same Oracle home?

Yes sir, the OC4J_DBConsole_192.168.0.102_orcl dir does exist. Basicly I have setup a VM box and have installed Oracle 10g R2 on it. I created a database at home and it set it up with my cable modem IPs. When I came to work I couldn't get the dbconsole to work. I suspect it's from the different IP address which would be a 10.20.x.x address while at work, and a 192.168.x.x at home. I have tried to use the below commands to recreate the dbconsole with no luck.
1) emca -deconfig dbcontrol db -repos drop
2) emca -config dbcontrol db -repos create
I believe what happened to me this last time is... My laptop at work grabbed a new dhcp lease and I needed to restart the VMservice to make sure it picked up the new localhost IP address, because I'm up and running again. Just for the record I'm using the MS loopback adapter. Thanks for trying to help I'm done trying to take over this post.
Luke

Similar Messages

  • OEM DBControl Ports In Use

    Hello...
    I've been having trouble connecting to OEM EM (http://host:1158/em). The database and applications are running just fine, but I cannot connect to OEM...the web page just times out. I'm running 10gR2 (10.2.0.1) on Linux RHEL4.
    After reading some posts, I decided to drop and recreate my OEM Repository.
    emca -config dbcontrol db -repos recreateAlthough the repository created successfully, I got an error saying that dbcontrol could not start up as ports were in use. This is the only database instance running on this machine. I'm confused as to why it would be saying this.
    Here's the output from the command, the logs, and a netstat -l listing.
    Any help would be appreciated!
    Thx
    Ken
    INFO: Repository successfully created
    Aug 20, 2007 5:46:44 PM oracle.sysman.emcp.EMConfig perform
    SEVERE: Cannot start Database Control. The following ports are already in use: [Database Control HTTP port:1158 EM agent port:3938 RMI port for Database Control:5520 JMS port for Database Control:5540].
    Refer to the log file at /home/oracle/oracle/product/10.2.0/db_1/cfgtoollogs/emca/apex/emca_2007-08-20_05-34-00-PM.log for more details.
    Could not complete the configuration. Refer to the log file at /home/oracle/oracle/product/10.2.0/db_1/cfgtoollogs/emca/apex/emca_2007-08-20_05-34-00-PM.log for more details.
    [oracle@clthcmmb03 ~]$
    LOG FILE Extract:
    CONFIG: Successfully deployed state dirs for clthcmmb03
    Aug 20, 2007 5:46:44 PM oracle.sysman.emcp.EMAgentConfig performConfiguration
    CONFIG: Successfully updated agent config files
    Aug 20, 2007 5:46:44 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /home/oracle/oracle/product/10.2.0/db_1/sysman/config/emd.properties.emca.tmp to /home/oracle/oracle/product/10.2.0/db_1/sysman/config/emd.properties
    Aug 20, 2007 5:46:44 PM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file /home/oracle/oracle/product/10.2.0/db_1/sysman/config/emd.properties.emca.tmp has been copied to /home/oracle/oracle/product/10.2.0/db_1/sysman/config/emd.properties
    Aug 20, 2007 5:46:44 PM oracle.sysman.emcp.util.FileUtil _copyFile
    CONFIG: Copying file /home/oracle/oracle/product/10.2.0/db_1/sysman/emd/targets.xml.emca.tmp to /home/oracle/oracle/product/10.2.0/db_1/sysman/emd/targets.xml
    Aug 20, 2007 5:46:44 PM oracle.sysman.emcp.util.FileUtil backupFile
    CONFIG: The original file /home/oracle/oracle/product/10.2.0/db_1/sysman/emd/targets.xml.emca.tmp has been copied to /home/oracle/oracle/product/10.2.0/db_1/sysman/emd/targets.xml
    Aug 20, 2007 5:46:44 PM oracle.sysman.emcp.EMConfig perform
    SEVERE: Cannot start Database Control. The following ports are already in use: [Database Control HTTP port:1158 EM agent port:3938 RMI port for Database Control:5520 JMS port for Database Control:5540].
    Refer to the log file at /home/oracle/oracle/product/10.2.0/db_1/cfgtoollogs/emca/apex/emca_2007-08-20_05-34-00-PM.log for more details.
    Aug 20, 2007 5:46:44 PM oracle.sysman.emcp.EMConfig perform
    CONFIG: Stack Trace:
    oracle.sysman.emcp.exception.EMConfigException: Cannot start Database Control. The following ports are already in use: [Database Control HTTP port:1158 EM agent port:3938 RMI port for Database Control:5520 JMS port for Database Control:5540].
    at oracle.sysman.emcp.EMDBPostConfig.areDbcPortsFree(EMDBPostConfig.java:1661)
    at oracle.sysman.emcp.EMDBPostConfig.performConfiguration(EMDBPostConfig.java:451)
    at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:177)
    at oracle.sysman.emcp.EMDBPostConfig.invoke(EMDBPostConfig.java:146)
    at oracle.sysman.emcp.EMConfig.perform(EMConfig.java:155)
    at oracle.sysman.emcp.EMConfigAssistant.invokeEMCA(EMConfigAssistant.java:479)
    at oracle.sysman.emcp.EMConfigAssistant.performConfiguration(EMConfigAssistant.java:1123)
    at oracle.sysman.emcp.EMConfigAssistant.statusMain(EMConfigAssistant.java:463)
    at oracle.sysman.emcp.EMConfigAssistant.main(EMConfigAssistant.java:412)
    NETSTAT -l
    [oracle@clthcmmb03 ~]$ netstat -l
    Active Internet connections (only servers)
    Proto Recv-Q Send-Q Local Address Foreign Address State
    tcp 0 0 clthcmmb03:7200 *:* LISTEN
    tcp 0 0 *:7777 *:* LISTEN
    tcp 0 0 *:smux *:* LISTEN
    tcp 0 0 *:mysql *:* LISTEN
    tcp 0 0 *:netbios-ssn *:* LISTEN
    tcp 0 0 *:5900 *:* LISTEN
    tcp 0 0 clthcmmb03:2381 *:* LISTEN
    tcp 0 0 0.0.0.6:2381 *:* LISTEN
    tcp 0 0 172.23.183.169:2381 *:* LISTEN
    tcp 0 0 *:sunrpc *:* LISTEN
    tcp 0 0 *:10000 *:* LISTEN
    tcp 0 0 *:1521 *:* LISTEN
    tcp 0 0 *:krb5_prop *:* LISTEN
    tcp 0 0 *:6003 *:* LISTEN
    tcp 0 0 clthcmmb03:6100 *:* LISTEN
    tcp 0 0 *:ftp *:* LISTEN
    tcp 0 0 clthcmmb03:ipp *:* LISTEN
    tcp 0 0 *:6200 *:* LISTEN
    tcp 0 0 *:32792 *:* LISTEN
    tcp 0 0 clthcmmb03:smtp *:* LISTEN
    tcp 0 0 *:microsoft-ds *:* LISTEN
    tcp 0 0 clthcmmb03:2301 *:* LISTEN
    tcp 0 0 0.0.0.6:2301 *:* LISTEN
    tcp 0 0 172.23.183.169:2301 *:* LISTEN
    tcp 0 0 *:http *:* LISTEN
    tcp 0 0 *:ssh *:* LISTEN
    udp 0 0 *:2563 *:*
    udp 0 0 clthcmmb03:1028 *:*
    udp 0 0 clthcmmb03:1029 *:*
    udp 0 0 clthcmmb03:1030 *:*
    udp 0 0 172.23.183.169:netbios-ns *:*
    udp 0 0 *:netbios-ns *:*
    udp 0 0 172.23.183.169:netbios-dgm *:*
    udp 0 0 *:netbios-dgm *:*
    udp 0 0 *:2458 *:*
    udp 0 0 clthcmmb03:25375 *:*
    udp 0 0 clthcmmb03:25376 *:*
    udp 0 0 *:snmp *:*
    udp 0 0 *:snmptrap *:*
    udp 0 0 *:2083 *:*
    udp 0 0 *:2084 *:*
    udp 0 0 clthcmmb03:25393 *:*
    udp 0 0 *:748 *:*
    udp 0 0 *:kerberos_master *:*
    udp 0 0 *:sunrpc *:*
    udp 0 0 *:ipp *:*
    udp 0 0 172.23.183.169:ntp *:*
    udp 0 0 clthcmmb03:ntp *:*
    udp 0 0 *:ntp *:*
    udp 0 0 *:ntp *:*
    Active UNIX domain sockets (only servers)
    Proto RefCnt Flags Type State I-Node Path
    unix 2 [ ACC ] STREAM LISTENING 7579 /var/lib/mysql/mysql.sock
    unix 2 [ ACC ] STREAM LISTENING 15701 /var/tmp/.oracle/sEXTPROC1
    unix 2 [ ACC ] STREAM LISTENING 8173 /tmp/.font-unix/fs7100
    unix 2 [ ACC ] STREAM LISTENING 13725 /tmp/.gdm_socket
    unix 2 [ ACC ] STREAM LISTENING 15703 /var/tmp/.oracle/s#6840.1
    unix 2 [ ACC ] STREAM LISTENING 13832 /tmp/.X11-unix/X0
    unix 2 [ ACC ] STREAM LISTENING 15706 /var/tmp/.oracle/s#6840.2
    unix 2 [ ACC ] STREAM LISTENING 14807 /tmp/mapping-oracle
    unix 2 [ ACC ] STREAM LISTENING 14268 /tmp/ssh-dybiGw6580/agent.6580
    unix 2 [ ACC ] STREAM LISTENING 14295 /tmp/orbit-oracle/linc-19f0-0-398f676f54732
    unix 2 [ ACC ] STREAM LISTENING 14304 /tmp/orbit-oracle/linc-19b4-0-3c90bd7268e43
    unix 2 [ ACC ] STREAM LISTENING 14462 /tmp/.ICE-unix/6580
    unix 2 [ ACC ] STREAM LISTENING 14471 /tmp/keyring-uFau6k/socket
    unix 2 [ ACC ] STREAM LISTENING 14481 /tmp/orbit-oracle/linc-19f5-0-2a2e23d663ad1
    unix 2 [ ACC ] STREAM LISTENING 14275 @/tmp/dbus-uEKexk6EGd
    unix 2 [ ACC ] STREAM LISTENING 14501 /tmp/orbit-oracle/linc-19f7-0-20e59b5678786
    unix 2 [ ACC ] STREAM LISTENING 14597 /tmp/orbit-oracle/linc-1a15-0-3bae216a82e63
    unix 2 [ ACC ] STREAM LISTENING 14627 /tmp/orbit-oracle/linc-1a20-0-45f53a962d1b1
    unix 2 [ ACC ] STREAM LISTENING 14663 /tmp/orbit-oracle/linc-1a24-0-4a81afb83fc8
    unix 2 [ ACC ] STREAM LISTENING 14668 /tmp/orbit-oracle/linc-1a22-0-4a81afb84243
    unix 2 [ ACC ] STREAM LISTENING 14692 /tmp/orbit-oracle/linc-1a26-0-4a81afba2502
    unix 2 [ ACC ] STREAM LISTENING 14716 /tmp/orbit-oracle/linc-1a28-0-4a81afbc1f69
    unix 2 [ ACC ] STREAM LISTENING 14768 /tmp/orbit-oracle/linc-1a31-0-2d401161d8d3
    unix 2 [ ACC ] STREAM LISTENING 14821 /tmp/orbit-oracle/linc-1a2c-0-5b393ea916ecc
    unix 2 [ ACC ] STREAM LISTENING 14837 /tmp/orbit-oracle/linc-1a3b-0-5b393ea92aa98
    unix 2 [ ACC ] STREAM LISTENING 14875 /tmp/orbit-oracle/linc-1a3d-0-4d4825aea283
    unix 2 [ ACC ] STREAM LISTENING 14908 /tmp/orbit-oracle/linc-1a3f-0-4d4825ae6dc91
    unix 2 [ ACC ] STREAM LISTENING 14976 /tmp/orbit-oracle/linc-1a42-0-4d4825ae8e4db
    unix 2 [ ACC ] STREAM LISTENING 15555 /tmp/orbit-oracle/linc-1a70-0-7c3ecf6b622e4
    unix 2 [ ACC ] STREAM LISTENING 3250446 /tmp/ksocket-oracle/kdeinit__0
    unix 2 [ ACC ] STREAM LISTENING 3250448 /tmp/ksocket-oracle/kdeinit-:0
    unix 2 [ ACC ] STREAM LISTENING 3250454 /tmp/.ICE-unix/dcop16694-1187024927
    unix 2 [ ACC ] STREAM LISTENING 3250475 /tmp/ksocket-oracle/klauncherjAx6La.slave-socket
    unix 2 [ ACC ] STREAM LISTENING 3682455 /tmp/orbit-oracle/linc-1c7e-0-56225ca3e7baf
    unix 2 [ ACC ] STREAM LISTENING 1256092055 /tmp/orbit-oracle/linc-ca7-0-368a06bee8b42
    unix 2 [ ACC ] STREAM LISTENING 7762 /dev/gpmctl
    unix 2 [ ACC ] STREAM LISTENING 12341085 /tmp/mcop-oracle/clthcmmb03-7563-46c0a1a3
    unix 2 [ ACC ] STREAM LISTENING 14516 @/tmp/fam-oracle-
    unix 2 [ ACC ] STREAM LISTENING 7145 /var/run/acpid.socket
    unix 2 [ ACC ] STREAM LISTENING 11484 /var/run/dbus/system_bus_socket
    [oracle@clthcmmb03 ~]$

    ...so should I just change port 1158 to something else in emoms.properties, emd.properties, and http-web-site.xml? Are there any other ports I should remap as well?
    I still don't understand why I should have to do this when this is a fresh install of Linux and Oracle. It doesn't make sense to me why this is happening. It was working initially until I rebooted one day and then it all stopped.
    I did drop and recreate the OEM repository but that didn't fix anything.
    Please let me know your thoughts. Thx!
    Ken

  • Problem installing packages for SQL monitoring activites - in OEM dbcontrol

    hi guys,
    possible to reinstall the OEM (dbconsole)component as i am having alot of running issues with it.
    i do not intend to emca drop repository as the repository cannot be drop successfully as well.
    ( base on the emca log - i am stuck at
    Getting temporary tablespace from database ) - log just stop at there.
    so i went my own way and drop the sysman user
    drop the MGMT_VIEW , the public synonyms and recreate the repository.
    While configuring SQL activity Monitoring, i am suppose required to install packages but i keep getting the <i> cannot compute dynamic properties in time </i> error.
    Went to metalink, search for this error [ID 739993.1], follow the fixed - but is of no help. (any other logs i can look at ?)
    So i just want to reinstall this whole piece of thing again, but not sure whelther it is possible or not (as i think the dbconsole comes with the oracle software installation).
    What should i do ?~~ I been trying this for days and hours .
    any advices, gurus
    - Desperate and angry noob.
    Regards,
    Noob

    Solved....
    Although I add the same ILOM versions on both servers (2.0.2.6) I updated the ILOM to 3.0.6.15 and everything was installed successfully.

  • OEM dbcontrol 10.2.0.4 64 bit on Windows 2003 / XP 64..certificate Error

    Hi
    When DB Control (OEM) is launched, raise the error "Certificate Error" and provides the option
    on click "Continue to this website" Login page appears with certificate error..
    How / where can i find certificate or fix this problem
    -Mustafa

    You can click on View Certificate, then you will have the option to install the certificate. Once you install the certificate, you won't be prompted again.
    Once the certificate is installed, you can check it under Internet Options/Content/Certificates/Other People tab - you will see one that's issued by your Grid Control server.
    HTH

  • I need the Windows 8.1 Pro OEM for reinstall mi notebook from factory

    I need the ISO for istall windows 8.1 the las version available, i already download all the updated drivers except for the HP Recovery Manager and the Recovery discs. I am a programer and my system fail whit the time, tanks to some programs of my work. Please I Need some help. Sory for de English but y only speak Spanish OK.

    Use this to order the factory recovery media... Obtaining HP Recovery Discs or an HP USB Recovery Drive
    Read this before ordering your Recovery Discs! (US and Canada Only)

  • WINDOWS INSTALL

    Just to confirm, I can use the oem / builder version of windows 7 via boot camp to my mac without any issues?
    The 100 dollar version?
    Chris

    "Generic" OEM will work (not from a specific system like an old Dell).
    The difference between generic-OEM and full-retail is that when an OEM is reinstalled enough times (3 different CPUs I think is thelimit), you must beg MS's fogiveness to register again.  Full install ones MS allows to install freely forever.

  • Diagnosing 'broken' job

    Oracle 10.2.0.4.0 EE on HP-UX 11.23
    OEM (dbcontrol) is reporting 1 "broken" job and 2 "failed" jobs. Googling on fixing 'broken' jobs. A select on dba_jobs returns two rows. Following suggestions found elsewhere (mostly Burleson's site) I tried
    SQL> select job from dba_jobs where broken='Y';
           JOB
            50
            51
    2 rows selected.
    SQL> exec dbms_job.broken(JOB=>50, NEXT_DATE=>SYSDATE+1/1440, BROKEN=>FALSE);
    PL/SQL procedure successfully completed.
    SQL> commit;
    Commit complete.
    SQL> select job from dba_jobs where broken='Y';
           JOB
            51
    1 row selected.wait a couple of minutes ....
    SQL> /
           JOB
            50
            51
    2 rows selected.
    SQL> exec dbms_job.run(50);
    BEGIN dbms_job.run(50); END;
    ERROR at line 1:
    ORA-12011: execution of 1 jobs failed
    ORA-06512: at "SYS.DBMS_IJOB", line 413
    ORA-06512: at "SYS.DBMS_JOB", line 275
    ORA-06512: at line 1
    SQL>I keep running into dead ends on how to diagnose why the job is failing ... pointers appreciated.

    sb92075 wrote:
    I keep running into dead ends on how to diagnose why the job is failing ... pointers appreciated.manually invoke same procedure as JOB 50 does & see what happens
    SQL> select what from dba_jobs where job=51;
    WHAT
    BEGIN /*Quest PPCM Bottleneck job */  quest_ppcm_bottleneck.collect_data; END;
    1 row selected.
    SQL> BEGIN /*Quest PPCM Bottleneck job */  quest_ppcm_bottleneck.collect_data; END;
      2  /
    BEGIN /*Quest PPCM Bottleneck job */  quest_ppcm_bottleneck.collect_data; END;
    ERROR at line 1:
    ORA-06550: line 1, column 39:
    PLS-00201: identifier 'QUEST_PPCM_BOTTLENECK.COLLECT_DATA' must be declared
    ORA-06550: line 1, column 39:
    PL/SQL: Statement ignoredAnd the package body for QUEST_PPCM_BOTTLENECK is wrapped, so I'm not able to see what it is -- at least I don't know that I can. But being it is a well used commercial package, I'd not expect something like the error shown.
    FWIW, and should have pointed out in my original, this database was rebuilt from scratch -- used dbca to create a template from it, then create scripts from the template. Run the CREATE DATABASE and related scripts from dbca, then reload the application schemas from the nightly export.
    We could delete and re-install Spotlight (the only Quest product installed there) but as it's not critical at this point, I'd rather work through the problem as a learning exercise.

  • P7N Diamond and Q6600

    After going through 2 boards and cpus as well as memory from patriot, g.skill and corsair, I still have the random rebbot problems. I have a coolermaster stacker 830m case with the 1000wt psu and have used it with other systems fine.
    Which bios and what settings will make this thing stable, no need for overclocking right now.
    I have eliminated video cards, memory, psu and heat from the list of possible problems.
    I just want to get it stable and running at spec with the ddr2 1066 memory that I have.
    Any help would be appreciated.

    Quote from: Bomberh on 26-April-08, 06:45:30
    Thanks loonym for the BIOS images.
    I thought that I would give it one more shot and crossed my fingers. Changed BIOS settings to ones in the image for a basic OC up to 3.2Ghz. Saved and reboot, but it didn’t reboot, and wouldn’t.  Had to wait and then clear everything. Tried the 3.6Ghz settings, and didn’t hold much hope as it wouldn’t even work for 3.2Ghz. Guess what it didn’t work.
    I think that it is enough, can’t do a minor OC, and can’t get my 1066 RAM to run at that speed, will only run at 800, no matter what settings I put my RAM to.
    This is really starting to get me annoyed. I am not relishing buying a new board and new copy of Vista (OEM) and reinstalling all my stuff due to the new board. However, if it means that I can get a little out of my present CPU by one change in the BIOS, or even buying a new Q9550 that works in the board straight out of the box, and I don’t have to wait for it to be tested or a new BIOS then ASUS here I come.
    Like I said enough is enough, this is a high end board cost me £200 and it should enable me to get things running correctly, and it don’t. From now on I won’t buy or build anymore computers with MSI boards. Sorry to all you MSI fans out there, but it isn’t working for me.
    I used the settings that loonym posted and they failed for me as well. I adjusted them a tad to an overclock of 3.0 (1333x9) used all of the other settings but dropped the nb voltage one click below his to stay out of the red in this 1.0 bios and set the cpu gtl to 20 instead of 10. Manually set all ram timings and voltage to spec but left it at ddr2 800 (1066 would lock up at start of prime95 torture test). I ran out of time but at those settings it ran the torture test for 30 minutes with zero errors and downloaded a gig of stuff from usenet in the background while keeping a cpu temp of 47c under that load. I am using air cooling so I don't think that was too shabby. Will put it under a more severe stress test tonight after work and try to find a way to get the memory running to speed. I think this board will have a problem with 1066 memory running a full 8gb, I might put that to the test once I establish a stable system as it is now.

  • Adobe Acorobat 8 standard OEM - Reinstall

    I've had a computer crash, so I need to change motherboard and processor...
    The hard disk with all data stored is ok; on this machine I have installed Acrobat 8 Standard OEM, so I''d like to know how to do to reinstall the software once I'll have changed motherboard and processor. Now i can't use the PC, and I don't know how to de-licence the software installed in order to re-licence once re-installed the machine.
    If someone knows the procedure your help will be appreciated
    (I have the original CD with original licence code, supplied with the PC)

    Good day,
    You should be able to reinstall and activate your software again once your machine is back up and running.  Our activation policy allows you to install and activate the software on up to two computers.  I don't think the inability to deactivate your existing installation should cause you any trouble. 
    Let us know if you have trouble when you try to reinstall and we'll try to lend a hand! 
    Kind regards,
    David

  • How to Reinstall Acrobat X Standard OEM

    We recently bought 40 computers for our company that came with Acrobat X preinstalled (and cards with their serial #s for reinstall for each).  To simplify their roll-out, we sysprepped them all and now want to reinstall Acrobat X Standard on them using the licenses/serial #s we have on hand.  But I can't find ANYWHERE to download Acrobat X Standard to reinstall - please help!

    Hi MargoTSG,
    As we don't offer a trial of Acrobat X Standard, there isn't just a full-time available download source unless the licenses were purchased directly from Adobe as ESD.  Your best bet is to contact the OEM who provided the machines to see if a copy of the software was provided with the computers (buried on some installation disk) or if they have an ESD available.
    -David

  • How do I reinstall an OEM version of Adobe Acrobat Standard X

    I have an OEM card for Adobe Acrobat Standard X.  I cannot download the trial of this and then activate it becasue the download automatically goes to Acrobat Pro and then says the serial number I have is invalid.  I cannot go to the store because I do not have an order ... it came as an OEM software with the computer I purchased.  I cannot call anyone as there is no number listed.  The website listed on the card takes me through the deadend circle expalined above of the Acrobat Pro Trial with an invalid serial number.  So does anyone have any ideas?

    Yes ... Jeff's forum link supplied the link to Dell of https://smartsource.dell.com.  I did purchase the Standard version with a Dell, so I will go try to download it from the link to Dell.  Thank you both.  It is too bad that Dell does supply that link by putting a sticker on the card ... I think that would save a lot of people time and avoid frustration.  I have had simular difficulties with OEM software cards in the past, but usually can get around it by downloading a trial version first.  Again, thanks.

  • Satellite L750-1WW - OEM Windows 7 home premium reinstall

    Hello,
    a few days ago I bought an used (about 3 years old) Toshiba Satellite L750-1WW notebook.
    The only matter with it is, that it has Windows 7 Professional, and of course corrupted, but the original OS was Home Premium. This laptop will be my mother's, and I don't want (and she also) to get messages every startup: "This copy of Windows is not genuine" and other stuff.
    Another thing: there is no recovery partition! I couldn't make a simple system recovery...
    However there's a Product key for Win7 HP 64bit on the bottom of the PC, it does not work on any kind of Windows 7 (Home Premium -Ultimate - Professinal, 32-64 bit), I have tried every possibilities.
    I asked Microsoft Community to give me help about reinstalling the original operating system.
    They told me to tell my problem to Toshiba, because only the manufacturer can reactivate the system, or reinstall the original OS.
    So now, I ask You for some help.
    Greetings,
    Csaba

    I don't know where you have bought this notebook but I know, for instance, that many people who sold notebooks on the eBay write in description that notebook has preinstalled other Windows version but notebook has valid product key that can be used for any Windows activation.
    Fact is that this information is wrong.
    Every Toshiba notebook offered with preinstalled OS has Microsoft sticker at the bottom side but product key on it belongs to original version delivered with the notebook. With other words: this product key s useless.
    If I understand you right you have non-activated OS version preinstalled on this machine but also you don't have original recovery installation disc.
    Now you have two options:
    1/ To order original recovery disc (link posted by Tonny)
    2/ To install own OS version using Microsoft installation disc and pay for valid licence.
    In my opinion option to buy recovery disc is best for you. Using this disc in 2 hours you will have perfectly installed OS that will be activated and you will not have any problems anymore.
    After clean OS installation all you must do is to optimize it and configure for usage. Thats all.

  • How do I reinstall an OEM version of Photoshop Elements 6?

    I have recently upgrade my os to windows 7 and when i try to launch photoshop, i recieve a message informing me to delete and re-install the mentioned file. The issuse i have is that photoshop came pre-installed on my laptop so i dont have a hard copy to do so. I cant seem to find any re-download link anywhere so can someone point me in the right direction to reinstall it. Thank you in advance
    Message title was edited by: Brett N

    Sorry, but you have not understood me. No serial number forf PSE 6 can be entered into the trial to make it work like a purchased version.. You cannot use a serial number from PSE 6, any format of PSE 6, in any other version. Each new version number requires a new purchase. I was merely pointing out that while you can convert a trial of PSE 9, 10, or 11 into an activated version by entering a serial number for that version, you could not do that before PSE 9.
    In other words, the trial for PSE 6 is a trial only and always. The trial for PSE 7 is  trial only and always, etc. You had to uninstall the trial and install the bought version in all versions of PSE prior to PSE 9.

  • Windows 7 OEM Reinstall

    Hello all,
    I currently have Windows 7 OEM on a virtual machine on my MacBook Pro, but I wish to instead use it with Boot Camp where you can choose to boot into either Windows or Mac OS, because the performance is quite bad on a VM. I realize that Windows 7 OEM is bound
    to your motherboard/BIOS. So, I was wondering if anyone knew if it would be possible to remove the VM I currently have Windows 7 installed, and then use the same installer disc and product key to create a Windows 7 partition in Boot Camp, since the VM and
    new partition are using the same motherboard.
    Thanks
    -BrazM

    You can install and activate the OS by calling MS support, activate windows using product ID.
    Arnav Sharma | http://arnavsharma.net/ Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading
    the thread.

  • OEM 10g DBControl: no information in Database Instance. Listener and  Agent

    Hi,
    we hat a Database Crash, after recovering the Database the OEM is not working completely.
    There are no informations about Database Instance, Listener and Agent.
    The emoms.trc :
    2006-01-23 17:40:29,409 [EMUI_17_40_29_/console/database/instance/sitemap] ERROR rt.DbMetricCollectorTarget _getListenerTarget.366 - oracle.sysman.emSDK.emd.comm.CommException: IOException in sending Request :: Connection refused
    oracle.sysman.emSDK.emd.comm.CommException: IOException in sending Request :: Connection refused
    at oracle.sysman.emSDK.emd.comm.EMDClient.getResponseForRequest_(EMDClient.java:1308)
    at oracle.sysman.emSDK.emd.comm.EMDClient.getResponseForRequest(EMDClient.java:1212)
    at oracle.sysman.emSDK.emd.comm.EMDClient.getTarget(EMDClient.java:826)
    at oracle.sysman.emSDK.emd.comm.EMDClient.getTarget(EMDClient.java:834)
    at oracle.sysman.emo.perf.metric.rt.DbTargetDown._getListenerTarget(DbTargetDown.java:346)
    at oracle.sysman.emo.perf.metric.rt.DbTargetDown.getData(DbTargetDown.java:159)
    at oracle.sysman.emo.perf.metric.eng.MetricCollectorThread.getMetricResult(MetricCollectorThread.java:993)
    at oracle.sysman.emo.perf.metric.eng.MetricCollectorTarget.getMetricResult(MetricCollectorTarget.java:564)
    at oracle.sysman.db.uix.DBUtil.getMetricResult(DBUtil.java:249)
    at oracle.sysman.emo.smap.TargetDownBean.initialize(TargetDownBean.java:89)
    at oracle.sysman.db.adm.inst.SitemapController.setRequestAttributes(SitemapController.java:1043)
    at oracle.sysman.db.adm.BaseController.handleEvent(BaseController.java:848)
    at oracle.sysman.emSDK.svlt.PageHandler.handleRequest(PageHandler.java:376)
    at oracle.sysman.db.adm.RootController.handleRequest(RootController.java:169)
    at oracle.sysman.db.adm.DBControllerResolver.handleRequest(DBControllerResolver.java:114)
    at oracle.sysman.emSDK.svlt.EMServlet.myDoGet(EMServlet.java:688)
    at oracle.sysman.emSDK.svlt.EMServlet.doGet(EMServlet.java:291)
    at oracle.sysman.eml.app.Console.doGet(Console.java:285)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:65)
    at oracle.sysman.emSDK.svlt.EMRedirectFilter.doFilter(EMRedirectFilter.java:101)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:16)
    at oracle.sysman.db.adm.inst.HandleRepDownFilter.doFilter(HandleRepDownFilter.java:138)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:20)
    at oracle.sysman.eml.app.ContextInitFilter.doFilter(ContextInitFilter.java:269)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:600)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:317)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:793)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:270)
    at com.evermind.server.http.HttpRequestHandler.run(HttpRequestHandler.java:112)
    at com.evermind.util.ReleasableResourcePooledExecutor$MyWorker.run(ReleasableResourcePooledExecutor.java:192)
    at java.lang.Thread.run(Thread.java:534)
    any ideas?
    thanks Wolfgang

    If you recovered only the database ensure that
    Database Name and Instance Name remains unchanged.
    Listener name and ports is the same
    Ensure they all services can start successfully. If not, recreate the services.
    If you recovered any other thing other than the database, ensure that you followed the correct recovery procedure for both the database and directory structures
    e.g
    Directory names and structures are recreated as before Crash
    Oracle and Agent Homes remain the same as before crash
    IP Address and Ports remain unchanged
    Then restart both the database and db control
    In short, the important thing is to keep all all before crash especially for DB Control to work immeiodiately.

Maybe you are looking for

  • Impact of BWA on Multiprovider

    Hi Friends, If we build a multi-provider on a cube (BWA enabled) and a DSO (which is not BWA enabled since our version is < 7.3), and if we build a query on that multi-provider, do you know if the query will utilize the BWA for the cube portion of th

  • How do I transfer Yahoo e-mail addresses to the Contact app?

    How can I transfer my e-mail addresses from my Yahoo address book to the Contact app on the main screen of the iPod touch? If I go into my Yahoo mail on the iPod, the addresses are there but if I click directly on the Contacts app on the main screen

  • Menus pop up when typing the same word in Koteri

    When I type Japanese words again and again, a menu pops up with the kanji that I've used previously. How do I select this word from the menu so I don't have to keep typing? I've clicked on the word, and it doesn't do any good.

  • Separate ABAP-HR Forum?

    Hi All, I read the below 2 threads: [What is the relevant Place to post?|What is the relevant Place to post?; in 2008 from SAS [Why not ABAP HR Forum|Why not ABAP HR Forum; in 2009 from Sikindar So, any good news? I am working on ABAP-HR for the past

  • Serious Issue with "third party subscriptions" through text messages.

    Forgive me for perhaps sounding dramatic. After having this experience I nearly paid the fee to break my contract and quit on cell phones all together. If apple gets the iPhone to a point where no cellular carrier is neccessary I will be the first to