Error while trying to install EBS 12.1.1

We are getting an error while trying to install EBS R12.1.1 on Linux x86_64 os(RHEL 5.2).We are getting the error at step 2 of 5 during database configuration stage 33% (65%) stage.The error is as given below,
RW-50004:Error code received when running external process.Check log files for details.Running Database Install Driver for TEST instance.
We checked the log files and in ApplyDB_****.log the error is
RW-50010 :script has returned an error: 1
How to fix these issues??
Regards,
Rupdipt

Hi Taj,
I am getting these error messages consistently throughout the log file,
Executing CreateDB...
ADX Database Utility
getConnectionUsingAppsJDBCConnector() -->
APPS_JDBC_URL='null'
Trying to get connection using SID based connect descriptor
getConnection() -->
sDbHost : testerp
sDbDomain : eigl.com
sDbPort : 1521
sDbSid : TEST
sDbUser : APPS
Trying to connect using SID...
getConnectionUsingSID() -->
JDBC URL: jdbc:oracle:thin:@testerp.eigl.com:1521:TEST
Exception occurred: java.sql.SQLException: ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux-x86_64 Error: 2: No such file or directory
Trying to connect using SID as ServiceName
getConnectionUsingServiceName() -->
JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=testerp.eigl.com)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=TEST)))
Exception occurred: java.sql.SQLException: ORA-01034: ORACLE not available
ORA-27101: shared memory realm does not exist
Linux-x86_64 Error: 2: No such file or directory
Trying to connect using SID as ServiceName.DomainName
getConnectionUsingServiceName() -->
JDBC URL: jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=testerp.eigl.com)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=TEST.eigl.com)))
Exception occurred: java.sql.SQLException: Listener refused the connection with the following error:
ORA-12514, TNS:listener does not currently know of service requested in connect descriptor
The Connection descriptor used by the client was:
(DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=testerp.eigl.com)(PORT=1521))(CONNECT_DATA=(SERVICE_NAME=TEST.eigl.com)))
Connection could not be obtained; returning null
-------------------ADX Database Utility Finished---------------
adcrdb.sh started at Wed Jul 22 17:47:10 IST 2009
The environment settings are as follows ...
ORACLE_HOME : /d01/oracle/TEST/db/tech_st/11.1.0
ORACLE_SID : TEST
TWO_TASK :
PATH : /d01/oracle/TEST/db/tech_st/11.1.0/perl/bin:/d01/oracle/TEST/db/tech_st/11.1.0/bin:/usr/bin:/usr/sbin:/d01/oracle/TEST/db/tech_st/11.1.0/appsutil/jre/bin:/bin:/usr/bin/X11:/usr/local/bin:/usr/bin:/d04/StageR12/startCD/Disk1/rapidwiz/unzip/Linux_x64:/usr/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/usr/X11R6/bin:/root/bin:.
LD_LIBRARY_PATH : /d01/oracle/TEST/db/tech_st/11.1.0/lib:/usr/X11R6/lib:/usr/openwin/lib:/d01/oracle/TEST/db/tech_st/11.1.0/lib:/usr/dt/lib:/d01/oracle/TEST/db/tech_st/11.1.0/ctx/lib
Executable : /d01/oracle/TEST/db/tech_st/11.1.0/bin/sqlplus
The log information will be written to
     /d01/oracle/TEST/db/tech_st/11.1.0/appsutil/log/TEST_testerp/adcrdb_TEST.txt
Creating the control file for TEST_testerp database ...
SQL*Plus: Release 11.1.0.7.0 - Production on Wed Jul 22 17:47:11 2009
Copyright (c) 1982, 2008, Oracle. All rights reserved.
Connected to an idle instance.
ORACLE instance shut down.
Connected to an idle instance.
ORACLE instance started.
Total System Global Area 1068937216 bytes
Fixed Size          2166536 bytes
Variable Size          427819256 bytes
Database Buffers     624951296 bytes
Redo Buffers          14000128 bytes
CREATE CONTROLFILE REUSE SET DATABASE "TEST"
ERROR at line 1:
ORA-01503: CREATE CONTROLFILE failed
ORA-01565: error in identifying file
'/d01/oracle/TEST/db/apps_st/data/system05.dbf'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
alter database open resetlogs
ERROR at line 1:
ORA-01507: database not mounted
alter tablespace TEMP1 add tempfile '/d01/oracle/TEST/db/apps_st/data/temp01.dbf' REUSE
ERROR at line 1:
ORA-01109: database not open
alter tablespace TEMP2 add tempfile '/d01/oracle/TEST/db/apps_st/data/temp02.dbf' REUSE
ERROR at line 1:
ORA-01109: database not open
ALTER DATABASE RENAME GLOBAL_NAME TO "TEST.eigl.com"
ERROR at line 1:
ORA-01109: database not open
ORA-01507: database not mounted
ORACLE instance shut down.
Connected to an idle instance.
ORACLE instance started.
Total System Global Area 1068937216 bytes
Fixed Size          2166536 bytes
Variable Size          427819256 bytes
Database Buffers     624951296 bytes
Redo Buffers          14000128 bytes
ORA-00205: error in identifying control file, check alert log for more info
BEGIN dbms_backup_restore.zeroDbid(0); END;
ERROR at line 1:
ORA-00210: cannot open the specified control file
ORA-06512: at "SYS.X$DBMS_BACKUP_RESTORE", line 4652
ORA-06512: at line 1
ORACLE instance shut down.
Connected to an idle instance.
ORACLE instance started.
Total System Global Area 1068937216 bytes
Fixed Size          2166536 bytes
Variable Size          427819256 bytes
Database Buffers     624951296 bytes
Redo Buffers          14000128 bytes
CREATE CONTROLFILE REUSE SET DATABASE "TEST"
ERROR at line 1:
ORA-01503: CREATE CONTROLFILE failed
ORA-01565: error in identifying file
'/d01/oracle/TEST/db/apps_st/data/system05.dbf'
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3
alter database open resetlogs
ERROR at line 1:
ORA-01507: database not mounted
alter tablespace TEMP1 add tempfile '/d01/oracle/TEST/db/apps_st/data/temp01.dbf' REUSE
ERROR at line 1:
ORA-01109: database not open
alter tablespace TEMP2 add tempfile '/d01/oracle/TEST/db/apps_st/data/temp02.dbf' REUSE
ERROR at line 1:
ORA-01109: database not open
ALTER DATABASE RENAME GLOBAL_NAME TO "TEST.eigl.com"
ERROR at line 1:
ORA-01109: database not open
Error Running create/replace library with adupdlib.sql
ORA-01109: database not open
PL/SQL procedure successfully completed.
Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
exit_code=0
Checking for errors ...
The database has not been successfully created. Shutting down the instance ...
SQL*Plus: Release 11.1.0.7.0 - Production on Wed Jul 22 17:47:20 2009
Copyright (c) 1982, 2008, Oracle. All rights reserved.
Connected.
ORACLE instance shut down.
Disconnected from Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - 64bit Production
With the Partitioning, OLAP, Data Mining and Real Application Testing options
.end std out.
.end err out.
Whats the solution??
Regards,
Rupdipt

Similar Messages

  • Error while trying to install SAP CE 7.1 EHP 1 on Windows 7

    I am trying to install SAP CE 7.1 EHP 1 on Windows 7.  I am getting below error while trying to install. can you please help to fix this problem?
    Running msiexec failed with return code 1603: undefined
    Commandline was msiexec.exe /norestart /L sapmmcX86u.log /i sapmmcX86u.msi /qn
    If you want the installer to retry, choose Yes. If you want the installer to abort the installation, choose No.
    Thanks,
    Sridhar.

    I donu2019t think so it is windows 7 or 64/32 bit hardware/software issue. I have faced u201Cmsiexec failed with return code 1603u201D error many times during SAP installation and solved this issue with below mentioned procedure.
    Solution:
    Just change the location of temp directory to empty folder in user environment variable without cancel installation in current user session. After that, click on yes button to continue the installation. If installation will ended after click on yes button, restart the installation with continue old installation option.
    Regards.
    Yasir

  • Receiving an error while trying to installed Photoshop CS4 . error code 6. using windows 7

    receiving an error while trying to installed Photoshop CS4 . error code 6. using windows 7

    There isn't much here which is actionable.  Please review your installation logs by following the steps listed at Troubleshoot installation with install logs | CS3, CS4 - http://helpx.adobe.com/creative-suite/kb/troubleshoot-installation-install-logs-cs3.html.

  • Error while trying to install Oracle 8.15 on Redhat 6.1

    I have been trying to install Oracle 8i (8.15) on my machine but I got an error while trying to run runInstaller:
    Initializing java virtual machine from /usr/local/jre/bin/jre. Please wait
    Error in CreateOUIProcess(): -1
    : Bad Address
    FYI:
    - I downloaded the Oracle 8i from the technet download site (I am not using a CD)
    - I am using Redhat 6.1
    - I downloaded and installed JRE as advised in the documentation.
    - My machine is a AMD K6, so is non-intel but I have not noticed any other problems using Redhat.
    - I currently only have 96MB RAM as opposed to the recommended 128MB.
    Please Help!!!
    null

    (All comments are based on redhat 6.0, not sure about other distros)
    If u are only using one linux machine, then I don't think you need to have 'DISPLAY' defined. Unset it then. This variable tells X clients where to display its X output. If unsetting does not make it work, then try 'export DISPLAY=ip_address:0.0' and then 'xhost +ip_address', where ip_address is the IP of your machine, or try 127.0.0.1.
    If u have two linux machines, like what I did:
    * Ran X on client machine (192.168.0.2).
    * Telnet to server machine (192.168.0.1 - where 8i will be installed), login as 'oracle'
    * On the telnet session, I 'su' as root then mounted the CD, then 'exit' to return to the 'oracle' login on the telnet session.
    * On the telnet session, I did 'export DISPLAY=192.168.0.2:0.0' - telling it that all X clients on this telnet session will send its X output to the host on 192.168.0.1.
    * On the client machine (where X is running), opened another shell, did a 'xhost +192.168.0.1' - telling the X server on the client machine to accept X connections from the server machine (192.168.0.1).
    * Went back to the telnet session to the server machine, then ran the installer.
    In short, everything you do can be done remotely, apart from putting the CD on the server machine.
    The installer runs on the server but send its output to the client.
    null

  • Error while trying to install SAP 8.8 Pl 10 Server on Windows 7

    Hellow All,
                       I am facing the problem while trying to instal the Server and Server Tool os SAP 8.8 Patch Level 10 on the windows server.It is displaying the error failed to installed:1628 error evertime I try to run the Server Installer.
    regards,
    pankajk

    Dear,
    Check the below link:
    https://websmp106.sap-ag.de/~form/sapnet?_SHORTKEY=01100035870000705857&_SCENARIO=01100035870000000183&_ADDINC=011000358700001192682007E&
    https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1434624&nlang=E&smpsrv=https%3a%2f%2fwebsmp110%2esap-ag%2ede
    Thanks,
    Neetu

  • 1603 error while trying to install skype

    I'm having an issue while trying to install Skype on this computer, when I try to install it, it pops up and says "Object Already Exists" and then I get a second window saying "Error 1603 has occured: Fatal Error During Installation." I had Skype and it told me I needed to update so I clicked it and I've been getting this message ever sense. I tried to find Skype to uninstall it but after clicking that update the program was gone. So I went into Program files and deleted all skype related things and tried to download and install again. Got the same message. Please help!

    You have to reboot for that fix to work.  If you already did this then for whatever reason the solution didn't work on your machine (possibly due to some other corruption).  The issue you are having is not Skype based but Windows/OS installer based.  Try to install the latest Windows updates to see if that will fix the issue as newer Windows updates were designed to address that problem.  If you have already tried that then remove the problematic Windows updates that causes this issue on some computers.
    http://community.skype.com/t5/Windows-desktop-client/Skype-Installation-fatal-error-1603/td-p/366472...

  • Error 109, network connection error while trying to install cs6 trial

    I am getting a error as described above while trying to install the CS6 trial. First time install on a new computer with Vista.
    any advice/ help..? Thanks

    hI Atul_Soni
    Error 109 indicates there were problems with your network connection.  Please try initiating a direct download by following the steps listed athttp://forums.adobe.com/thread/981369.  If you continue to experience difficulties then you may want to try an alternate Internet connection...
    For other error codes, please see the below link : http://helpx.adobe.com/creative-suite/kb/troubleshoot-download-assista nt.html
    Reasons and Solutions are provided in the above link.

  • Error while trying to install WS2012 R2 Essentials evaluation copy

    While trying to install (Setup.exe) the evaluation copy of Windows Server 2012 R2 Essentials which I downloaded from the Microsoft site, after clicking on install and the temporary files start to unpack, I received the following error:
    Windows cannot open required file C:\Users\Donald\Desktop\Windows Server 2012 Essentials\9600.16384.WINBLUE_RTM.130821-1623_X64FRE_SERVER_SOLUTION_EN-US-IRM_SSSO_X64FRE_EN-US-DV5\Sources\install.wim.  Make sure all files required for installation are
    available, and restart the installation.  Error code: 0x8007000B
    I checked in the sources folder and install.wim is present.  Should I suspect the file is corrupt?  This was extracted from the downloaded 9600.16384.WINBLUE_RTM.130821-1623_X64FRE_SERVER_SOLUTION_EN-US-IRM_SSSO_X64FRE_EN-US_DV5.ISO file.
    Thanks

    Hi,
    As Dave mentioned, maybe the ISO is corrupted. Please try to download it again to see if the issue persists.
    Best Regards,
    Andy Qi
    Andy Qi
    TechNet Community Support

  • Access denied error while trying to install graphics drivers

    Hello,
    I have a new toshiba laptop P70-A. I have installed windows 7 and the pc was working excellent up until now. Noticed yesterday that the nvidia automated system failed to install the new update. When I tried to install the new driver manually, even from the
    device manager, I got the access denied message. 
    A day now wasted reading all the possible causes and solutions but with no luck. Read all the forums and all the posts, tried almost everything. Below youll find everything I tried as a solution and failed.
    1.Disabled UAC
    2.Enabled the administrator account and trying to take control from there
    3.Run the subinacl and the reset.cmd
    4.Tried manually to take control the folder windows (and access denied while changing the rights)
    5. Scanned the system with everything there is available ( Kaspersky, MalwareBytes, RegCurePro, Tuneup Utilities, CCleaner) The system came out clean.
    6. Tried restoring the system to an earlier time (got again access denied error code 0x80070005)
    7. Checked all the group policies (all seem to be fine)
    8. Run a script to take immediate ownership over all of C:
    TAKEOWN /A /F C:
    then the next one
    TAKEOWN /F C: 
    9. With subinacl I run all the above scripts... (still nothing changed)
    @echo off
    title Resetting ACLs...
    echo.
    echo Determine whether we are on an 32 or 64 bit machine
    echo.
    if "%PROCESSOR_ARCHITECTURE%"=="x86" if "%PROCESSOR_ARCHITEW6432%"=="" goto x86
    set ProgramFilesPath=%ProgramFiles(x86)%
    goto startResetting
    :x86
    set ProgramFilesPath=%ProgramFiles%
    :startResetting
    echo.
    cd /d "%ProgramFilesPath%\Windows Resource Kits\Tools"
    echo. 
    echo Resetting ACLs...
    echo (this may take several minutes to complete)
    echo. 
    echo IMPORTANT NOTE: For this script to run correctly, you must change
    echo the values named Athena to be the Windows user account that
    echo you are logged in with.
    echo.
    echo ==========================================================================
    echo. 
    echo. 
    subinacl /subkeyreg HKEY_CURRENT_USER /grant=administrators=f /grant=system=f /grant=restricted=r /grant=Athena=f /setowner=administrators > %temp%\subinacl_output.txt
    echo. 
    echo. 
    subinacl /keyreg HKEY_CURRENT_USER /grant=administrators=f /grant=system=f /grant=restricted=r /grant=Athena=f /setowner=administrators >> %temp%\subinacl_output.txt
    echo. 
    echo. 
    subinacl /subkeyreg HKEY_LOCAL_MACHINE /grant=administrators=f /grant=system=f /grant=users=r /grant=everyone=r /grant=restricted=r /setowner=administrators >> %temp%\subinacl_output.txt
    echo. 
    echo. 
    subinacl /keyreg HKEY_LOCAL_MACHINE /grant=administrators=f /grant=system=f /grant=users=r /grant=everyone=r /grant=restricted=r /setowner=administrators >> %temp%\subinacl_output.txt
    echo. 
    echo. 
    subinacl /subkeyreg HKEY_CLASSES_ROOT /grant=administrators=f /grant=system=f /grant=users=r /setowner=administrators >> %temp%\subinacl_output.txt
    echo. 
    echo. 
    subinacl /keyreg HKEY_CLASSES_ROOT /grant=administrators=f /grant=system=f /grant=users=r /setowner=administrators >> %temp%\subinacl_output.txt
    echo. 
    echo. 
    echo System Drive...
    subinacl /subdirectories %ProgramFilesPath%\ /grant=administrators=f /grant=system=f /grant=users=e >> %temp%\subinacl_output.txt
    echo. 
    echo. 
    echo Windows Directory...
    subinacl /subdirectories %windir%\ /grant=administrators=f /grant=system=f /grant=users=e >> %temp%\subinacl_output.txt
    echo. 
    echo. 
    echo ==========================================================================
    echo. 
    echo FINISHED.
    echo. 
    echo Press any key to exit . . .
    pause >NUL
    Im frustrated really... ANY help at all would be really appreciated.
    Thanks in Advance and sorry for the long post
    Athena 

    Hello,
    Thanks for the replies, i much appreciate it. I tried all of the above with no luck again. Safe mode allows me though to install drivers but thats reverting the moment im entering windows. Im always running commands and programs as a administrator or in
    the Admin enabled account.
    It seems the problem is solved today. Via tune up utilities I disabled most of the startup programs and services and it seems that 1 service is causing this issue. Although I havent played much with the disabled services but 3 remain to be checked. One of
    the three is causing this.
    Thanks again guys and Ill keep you posted about the soft. conflict.
    Athena

  • Error while trying to install printer on Airport Express

    Hi,
    I'm trying to install a HP Deskjet 3930 on my Macbook through the Airport Express. I'm getting an error:
    An error occured while trying to add the selected printer Error:-9672
    Anyone have any ideas?

    BINGO!!
    After trying every driver possible (and there were many...), I finally got my HP Deskjet 3930 to print through Bonjour. Here's how:
    1. Reset the printing system with Printer Setup Repair from fixamacsoftware.com
    2. Add a new printer with Printer Setup Utility
    3. Select the HP 3930 connected through Bonjour
    4. Instead of using the default HP driver, select the HP PSC 1110 Foomatic/hpijs driver (available at http://www.linuxprinting.org/macosx/hpijs/)
    I've tested the printer on a variety of print jobs and so far everything seems to be working smoothly. I should probably note that this driver does not grant access to the printer utilities, but at least it works.
    Hopefully someone finds this useful.
    Macbook Pro   Mac OS X (10.4.7)  

  • Error while trying to install NI-VISA driver on SUSE LINUX 11.1(The version of gcc in the path does not match the version of gcc used to compile the currently running kernel.)

    hi i am trying to install NI-VISA driver on SUSE LINUX 11.1.
     the error message it shows is
              ******************************** ERROR ****************************************
    * The version of gcc in the path does not match the version of gcc used to    *
    * compile the currently running kernel.  This can cause unpredictable         *
    * behavior in kernel drivers and should be fixed.                             *
    * gcc version: Linux)                                                          *
    * kernel compiled with: 4.3.2                                                 *
    ******************************** ERROR ****************************************
    my kernel source version is 
       linux-8nes:/home/admin # rpm -qi kernel-source
    Name        : kernel-source                Relocations: /usr/src
    Version     : 2.6.27.29                         Vendor: openSUSE
    Release     : 0.1.1                         Build Date: Sun 16 Aug 2009 03:43:52 PM IST
    Install Date: Sat 24 Oct 2009 02:13:12 AM IST      Build Host: rinck
    Group       : Development/Sources           Source RPM: kernel-source-2.6.27.29-0.1.1.src.rpm
    Size        : 309251954                        License: GPL v2 only
    Signature   : RSA/8, Sun 16 Aug 2009 03:57:25 PM IST, Key ID b88b2fd43dbdc284
    Packager    : http://bugs.opensuse.org
    URL         : http://www.kernel.org/
    Summary     : The Linux Kernel Sources
    Description :
    Linux kernel sources with many fixes and improvements.
    Authors:
        Linus Torvalds <[email protected]>
        see /usr/src/linux/CREDITS for more details.
    Source Timestamp: 2009-08-15 17:53:59 +0200
    GIT Revision: 8a413546901c407e96f7fba18574cceeb40452af
    GIT Branch: SLE11_BRANCH
    Distribution: openSUSE 11.1 
    i had also installed GCC 4.3.2.
    it shows the error message as i had posted.
    please kindly help me on this.
    Thanks and regards,
    P.karthick

    Check this solution

  • Error while trying to install jwsdp1.4 on linux

    I was trying to install java web service on my account. But having some problem.
    i have download j2sdk-1_4_2_05-linux-i586.bin and installed in my user directory /scratch/huda/Java/j2sdk-1_4_2_05-linux-i586
    Also set the JAVA_HOME , PATH And CLASSPATH variable.
    Then i tried to install the Web Service installation pack using the following Command.
    /bin/sh jwsdp-1_4-unix.sh -is:javahome /scratch/huda/Java/j2sdk1.4.2_05 -is:tempdir /scratch/huda/WebService/tempo -console
    But it is giving me the following errors.
    Using /scratch/huda/WebService/tempo as temporary directory...
    Searching for Java(TM) 2 Platform, Standard Edition...
    Initializing InstallShield Wizard...
    Exception in thread "main" java.lang.NoClassDefFoundError: JWSDP
    Can u please tell me why i am getting this error.
    regards

    This is a shot out of left field but is it possible that one of your environment variables contains a " " (space) and then JWSDP?
    Also did you define JWSDP_HOME ?
    For example, I once had an environment variable that included something like this:
    C:\Documents and Settings\myUsername, ...
    And I would get:
    "Exception in thread "main" java.lang.NoClassDefFoundError: Documents"

  • Getting error while trying to install ADRMS role on Windows Server 2008 R2 SP1.

    Hello,
    I am trying to install ADRMS on Windows Server 2008 R2 SP1 (This machine also has domain controller and Exchange Server 2010 SP3 installed). But I am getting following error:
    Install-ADRMS : The configuration object is read only, because it has been committed by a call to ServerManager.CommitChanges().
    If write access is required, use ServerManager to get a new reference.    at Microsoft.Web.Administration.Configuration.SetDirty()
    Not sure what is causing this error. Any help to solve it would be appreciated.
    Thanks.
    Jigar Mehta

    Hello,
    I am trying to install ADRMS on Windows Server 2008 R2 SP1 (This machine also has domain controller and Exchange Server 2010 SP3 installed). But I am getting following error:
    Install-ADRMS : The configuration object is read only, because it has been committed by a call to ServerManager.CommitChanges().
    If write access is required, use ServerManager to get a new reference.    at Microsoft.Web.Administration.Configuration.SetDirty()
    Not sure what is causing this error. Any help to solve it would be appreciated.
    Thanks.
    Jigar Mehta

  • Blue screen error while trying to install windows server 2003 in Lenovo G500s essentials Notebook

    Hi,
    I bought a new lenovo G500s essentials note book. It's a freedos system.  I am trying to install windows server 2003 in it. But I am getting blue screen error . error message like ths,
    Technical Information:
    STOP: 0*0000007B (0*FFFFFADF2CE323C0, 0*FFFFFFFFC0000034, 0*0000000000000000, 0*0000000000000000)
    Can someone please help.
    Regards,
    Priya.
    Solved!
    Go to Solution.

    I don't have a similar machine to look at so this is a bit of a guess:
    Per page 30 or your user's guide http://download.lenovo.com/consumer/mobiles_pub/lenovo_g400sg400stouchg500sg500stouchg405sg505s_ug_e...:
    How can I start the BIOS setup utility?
    To start the BIOS setup utility:
    1 Shut down the computer.
    2 Press the Novo button and then select BIOS Setup
    There should be a tab labelled something like "Configuration" and on that page something like "SATA controller mode".  Select "compatible" and save and exit.
    I'm not certain this will fix your problem, but it's worth a try.
    Z.
    The large print: please read the Community Participation Rules before posting. Include as much information as possible: model, machine type, operating system, and a descriptive subject line. Do not include personal information: serial number, telephone number, email address, etc.  The fine print: I do not work for, nor do I speak for Lenovo. Unsolicited private messages will be ignored. ... GeezBlog
    English Community   Deutsche Community   Comunidad en Español   Русскоязычное Сообщество

  • Windows Installer error while trying to install Acrobat Reader 8

    I am trying to install Adobe Acrobat Reader 8 off the CS3 disc. I already have Acrobat 8 Professional (8.2.3) installed. I just need the Reader. Whenever I try to install the Reader I get the following error, "The Windows Installer Service could not be accessed. This can occur if the Windows Installer is not correctly installed. Contact your support personnal for assistance."
    I have tried all the Microsoft fixes for this situation, but I still keep getting the error message. I am using Windows 7 Home Premium (64-bit). Any help would be appreciated.
    Thanks.

    Nevermind, I figured out what was wrong. I had disabled User Account Control (UAC) when I was tweaking my OS. So I enabled UAC again and was able to install Acrobat Reader 8 without any problems.

Maybe you are looking for

  • IE02 services for object- How to collective list attachment by many equip?

    Hi all, IE01/IE02  i create attachment by services for object for equipment. But I want to collective  list attachment by equipment, not by individual  equip to display. How to do that?  or which table can i find the info? thanks a lot

  • Adobe Extendscript Toolkit 2 in finder

    The latest Adobe updater left "Adobe Extendscript Toolkit 2" in my finder under Devices. Clicking on it does and shows nothing. Googling on this find similar complaints but no solutions. Does anybody know how to get rid of this??? This is on a Macboo

  • Generic XML Structure solution/suggestions

    Hi, I am pretty new to XML, so looking for some suggestions. I want to create an XML structure for following data. I have Product P1, and Product P2 P1 has following fields: F1,F2,F3,F4 P2 has following fields:F0,F1, F3, F4, F5,F6 You see both the pr

  • Wifi connection drops & requires password every time

    Hi, I have a brand new macbook pro and installed Lion on it the day I got it. I am new to macs so I'm having difficulties figuring this problem out myself since I'm not familiar with settings. Every time I start my computer up or shut it and come bac

  • Need some suggestions for a design layout like this site

    This is just an example, but what im working on is personal family site that will be more of a family history site.. Is there anyway to build a layout dynamically so it looks like this? http://en.wikipedia.org/wiki/Image:Family_tree.svg Basically, in