11g GC Installation Problem on Windows 2008

Hi All
I am facing a problem installing 11GC on Windows 2008. The installer will not get past "Step 12 - Agent Configuration Assistant" - it shows as FAILED.
My setup is as following:
- GCSERVER: where I am installing GC - Windows 2008 R1 32-bit (Actually a VMware VM)
- DBSERVER: where em repository db resides - Windows 2008 R1 64-bit (Physical Server)
The steps I have followed:
- Created a new database called emrep111 (11.1.0.7) on DBSERVER
- Installed WL Server (10.3.2) on GCSERVER
- Run GC 11.1.0.1.0 for Win32 on GCSERVER and then get error
I have to cancel the installation at this stage, however, I would have expected by the time it gets to this stage it would have done the important stuff, however, when I browse to the EM URL I get "Backend WLS or EM application seems to be down".
If anyone has any experience of 11g GC on Windows I would be grateful if you have any advice on Troubleshooting this problem.
Regards
Alan

Hi All,
a short intermediate result:
Oracle Support is working on the problem. Today they asked me to perform the following action:
set EM_SECURE_VERBOSE=true
+<agent_home>\bin>emctl secure agent+
If you take a look at the generated log file '<agent_home>\sysman\log\secure.log' you can see that OMS does not respond correctly:
[27-07-2010 10:06:50] USERINFO ::Securing agent... Started.
[27-07-2010 10:06:50] DEBUG ::Executing ... D:\oracle\product\em\agent11g\jdk\jre/bin/java -cp D:/oracle/product/em/agent11g/jdbc/lib/ojdbc5.jar;D:/oracle/product/em/agent11g/lib/xmlparserv2.jar;D:\oracle\product\em\agent11g/sysman/jlib/log4j-core.jar;D:/oracle/product/em/agent11g/jlib/share.jar;D:/oracle/product/em/agent11g/jlib/http_client.jar;D:/oracle/product/em/agent11g/jlib/jssl-1_1.jar;D:/oracle/product/em/agent11g/jlib/ojmisc.jar;D:/oracle/product/em/agent11g/opmn/lib/optic.jar;D:\oracle\product\em\agent11g/sysman/jlib/emagentRT.jar;D:\oracle\product\em\agent11g/sysman/jlib/emagentSDK.jar;D:/oracle/product/em/agent11g/lib/dms.jar;D:/oracle/product/em/agent11g/lib/dmsEmd.jar;D:\oracle\product\em\agent11g/sysman/jlib/emcoreAgent.jar;D:/oracle/product/em/agent11g/modules/oracle.http_client_11.1.1.jar -DEMSTATE=D:\oracle\product\em\agent11g -Ddebug=true oracle.sysman.emctl.secure.agent.SecureAgentCmd
2010-07-27 10:06:56,352 [main] INFO agent.SecureAgentCmd secureAgent.226 - Requesting an HTTPS Upload URL from the OMS
2010-07-27 10:06:56,368 [main] INFO agent.SecureAgentCmd openPage.829 - Opening: https://BTNDBSRV4.btnntdom.local:1159/em/genwallet
2010-07-27 10:07:15,166 [main] INFO agent.SecureAgentCmd openPage.855 - Response Status Code: 200
2010-07-27 10:07:15,166 [main] INFO agent.SecureAgentCmd openPage.863 - RESPONSE_STATUS header: null
2010-07-27 10:07:15,166 [main] INFO agent.SecureAgentCmd openPage.864 - Response body: <head><title>OMS is unavailable</title></head><body><br><br><div align=center><b><font size=5>Backend WLS or EM application seems to be down</font></b></div></body>
2010-07-27 10:07:15,166 [main] INFO agent.SecureAgentCmd getOMSSecurePort.809 - Non-numeric response obtained: <head><title>OMS is unavailable</title></head><body><br><br><div align=center><b><font size=5>Backend WLS or EM application seems to be down</font></b></div></body>
2010-07-27 10:07:15,166 [main] INFO agent.SecureAgentCmd getOMSSecurePort.811 - OMS Secure Port: -1
2010-07-27 10:07:15,166 [main] ERROR agent.SecureAgentCmd secureAgent.231 - The OMS is not set up for Enterprise Manager Security.
2010-07-27 10:07:15,166 [main] ERROR agent.SecureAgentCmd main.210 - Failed to secure the Agent:
java.lang.Exception: The OMS is not set up for Enterprise Manager Security.
     at oracle.sysman.emctl.secure.agent.SecureAgentCmd.secureAgent(SecureAgentCmd.java:232)
     at oracle.sysman.emctl.secure.agent.SecureAgentCmd.main(SecureAgentCmd.java:203)
I'm curious about the next steps from Oracle Support.
Best rgds
Kai

Similar Messages

  • Oracle database 11g release 2 installation problem on windows 7 (64-bit)

    First of all my windows is not genuine, but on my friend's desktop oracle download and installation  worked fine, he chose "create and configure database" options, and it works very well on his desktop, though his windows is also illegitimate. In my case, when I select "Create and configure database" option and pressed 'next",
    (Go to my blog to see it with snapshots: Computer Science: Oracle database 11g release 2 installation problem on windows 7 (64-bit))
    it asks to select class, I select "Desktop class" and pressed "next". The moment I pressed "next", the whole setup thing disappeared like it was never started. I searched for all possible reasons for why its not getting installed on my laptop, I used registry cleaner s/w,  deleted 25 GB of data to create free space if it were the problem, increased the virtual memory to increase the space for RAM, I did almost everything to get this setup working, but I found no success with the "Create and Configure database" option
    and
    then
    I chose a "database software only" option and chose to store in a folder w/o spaces. This way, I got database s/w only and then later I found "Database configuration Assistant (DBCA)"  from windows START button and clicked to create and configure database manually. The steps are pretty much interactive and doesn't involve much brainstorming.
    The values I filled for
    1) Global Database Name :  orcl
    2) System Identifier : orcl
    3) I chose common password for both SYS and SYSTEM
    4) while on Enterprise Manager Configuration step, It asked me to create and configure listener in oracle home, so for that too, I typed "netca" in windows START menu and clicked it. There I added a listener.
    5) I chose a Storage area which was the Oracle-home itself i.e. where our installation files goes , in my case it is : C:\oracle_base\product\11.2.0\dbhome_1\oradata
    6) Then after few more nitty-gritty clicks, we are set to go !
    Finally to write SQL code and to create your first TABLE , type "sqlplus" in windows "START" menu and click it when it appears. A command-prompt like window appears , which will ask you for username and password, so here they are :
    Username : sys/ as sysdba
    Password : (its the one you created in step 3 stated above )
    After this you are ready to write your first SQL command.

    Is this your solution to your original post at Oracle database 11g release 2 installation on windows 7 (64-bit) ?
    Pl be aware that you should not create any custom objects in SYS or SYSTEM schema - you should create any such objects in a separate custom schema.
    About Database Administrator Security and Privileges

  • Lightroom 3.2 Installation Problem on Windows 7 64-bit

    Lightroom 3.2 Installation Problem on Windows 7 64-bit
    I can't install Lightroom 3.2 (German) on my computer (Windows 7 Professional 64-bit).
    While copying the extracted program files the following error message appears:
    An error occurred during the installation of assembly component {6435B7C0-E0C8-3EA2-91AE-7640034EAFCE}. HRESULT: 0x80070002.
    I found out that other users had the same problem, and couldn't find a solution.
    Perhaps it is a Microsoft .NET Framework related problem. But after installing .NET Framework 4 nothing changed.
    Thanks for ideas to solve the problem.

    Thanks for your advice, Mr. McLion.
    I downloaded the 3.4.1 version and started the installation as administrator. Unfortunately the same error message occured again.
    Then I tried to install the 32-bit version (although I prefer a 64-bit program on a 64-bit operating system). A similar error message appeared at the same point of installation progress, but with another combination of numbers and letters in brackets.

  • Oracle 11g installation issue on windows 2008 -64 bit

    I have downloaded the Oracle DB Server software from http://www.oracle.com/technetwork/database/enterprise-edition/downloads/111070-win64-2008soft-084715.html:
    Oracle Database 11g Release 1 (11.1.0.7.0)
    for Microsoft Windows Server 2008 x64
    win64_11gR1_database_111070.zip (2,014,141,880 bytes)
    The installer always fails with the following:
    Checking operating system requirements ...
    Expected result: One of 5.0,5.1,5.2,6.0
    Actual Result: 6.1
    Check complete. The overall result of this check is: Failed <<<<
    Problem: Oracle Database 11g is not certified on the current operating system.
    Recommendation: Make sure you are installing the software on the correct platform.
    ========================================================
    Checking service pack requirements ...
    Check complete. The overall result of this check is: Not executed <<<<
    OUI-18001: The operating system 'Windows Vista Version 6.1' is not supported.
    I am using Windows 2008R2 -64 bit and not Windows Vista. Any idea?

    Hi;
    Oracle Certified versions for 2008R2:
    Oracle 11.2.0.x
    Oracle 10.2.0.5 (See Note 1173433.1 (How to Install Oracle 10.2.0.5 on MS Windows 7 / Windows 2008R2)
    For Oracle 11gR1:
    For MS Windows 2008, you can select either:
    (11.1.0.7.0)
    Microsoft Windows Server 2008 (32-bit) (1.9 GB)
    Microsoft Windows Server 2008 x64 (1.9 GB)
    For details see:
    Where can I find the Database / Client software to download for Microsoft Vista, or Windows 2008R1? [ID 740926.1]
    Statement of Direction: Oracle Database 11g Release 2 – Microsoft Windows 7 and Windows Server 2008 R2 [ID 867040.1]
    Regard
    Helios

  • Installation problem on windows server 2008 r2 datacenter edition 64bit

    hi
    today, i tried to install the current maxdb 7.8 release on my virtual server with a windows server 2008 r2 datacenter 64bit edition os. at the first installation, i got an error message something with "rte runtime error". at this point, the installation stopped.
    because of this error, i tried to uninstall the failed installation. this was not possible, in the uninstaller, i didn't see any components, so i can't uninstall.
    so i tried to delete the files manually: the entries in the start menu, and the application's path under "program files"... first, i need to kill a process named "serv.exe", that creates a tcp daemon under port 7200... after killing it, the deletion of the dir in program files was successful.
    this is very very weird, now my server is "contaminated" with an uncomplete uninstallation of maxdb...
    why maxdb 7.8 has problems on windows server 2008 r2 datacenter 64bit edition???
    thanks for feedbacks!
    regards, jan

    > no, because i canceled this virtual server - another method to solve this problem. (i have really no time for things like that..!)
    If you take the time to give exact error messages then someone will be certainly able to help
    > on windows server 2003, there are NO problems.
    Windows 2003 != Windows 2008 - they use a different kernel, a different security system (UAC) and other features that may prevent a succesfull installation in the first place.
    I installed a MaxDB 7.8 just today on Windows 2008 R2 and it worked fine.
    Markus

  • OBIEE install problem on Windows 2008 R2 64bit server

    Hi!
    I have for 1 month struggled with a OBIEE 11g install on a Windows 2008 R2 64 bit server. (I have a open SR at Oracle but have not got any answer/suggestion for 2 weeks)
    I follow these documentations:
    Oracle® Fusion Middleware
    Installation Guide for Oracle Business Intelligence
    11g Release 1 (11.1.1)
    E10539-01
    and
    http://download.oracle.com/docs/cd/E14571_01/bi.1111/e10539/c4_installing.htm#CIHDJGIH
    Specially chapter 4.4.4 for the moment, cant get pass step "Specify Installation Location"
    First did I run RCU against our Oracle 11g database and created the schemas for BI Publisher
    Then did I install JRockIT - jrockit-jdk1.6.0_26-R28.1.4-4.0.1-windows-x64.exe
    Then from JRockIT installed WLS_1035 generic.
    Then configure AdminServer so thatone is up and running (even installed a HTML server from E1 to check if WLS is up and running and working)
    Then start the installer (Oracle Business Intelligence, v. 11.1.1.5.0, for Microsoft Windows x86-64-bit) disk 1, setup.exe, then must I choose "software only" install. But on step 3 och 9 can I not press next, the installer says that I do not have any "Application Server" running. I have installed on E:\Oracle\Middleware but the installer can not see any application there, but I can access it thru a browser.
    Tests I have done,
    Install loopback adapter
    Deinstall loopback
    Deactivated everything but IPV4 protocoll (we have also IPV6 on all server).
    Verified that we have static ip on the server
    Tried installer for BIP (OBIEE) with WLS AdminServer running and without have it running.
    And checked the installer logs everytime, no errors, no warning.
    Is there anyone how can guide me or give some tips? I am getting frustrated after 4 weeks without success.
    Best regards,
    Anders

    Hi!
    It is the installer who not working properly, when using the "Browse", I had to choose a comletly wrong place first, and then again choose the correct installation path, after that would the understand where I wanted to install.
    Best regards,
    Anders

  • MDM 7.1 Installation on a Windows 2008 Cluster

    Hello everyone,
    We have a two node x64 Windows 2008 Server cluster.
    We have just installed MDM 7.1 (MDS & MDIS) onto the Microsoft Failover Cluster which already has an ABAP system and a JAVA system installed.  Each of these systems has it's own Cluster Service/Application as required, with shared storage (saploc & sapmnt share for each install).
    The only way I can get the MDM services to start (SAPMDQ_04 & SAPMDQ_05) is if the local saploc share is removed from each node (c:\sap\usr).
    The following entry exists in the Windows Event log when the MDS or MDIS service tries to start
    Unable to change to Directory C:\usr\sap\MDQ\MDS04\work. (Error 3 ESRCH*: No such process OR: The system cannot find the path specified.) [ntservstart.cpp 1053]
    This path is not valid which is why the service doesn't start but I cannot work out why it is defaulting to looking at the saploc share on c:\usr\sap.  MDS and MDIS are installed on the shared cluster disk which is v:\usr\sap so why does it not pick up this share i.e.
    SRMQAMDMCI\saploc.  (SRMQAMDMCI is the name of the Client Access Point for the MDM cluster service)
    -> I can browse to this share perfectly fine
    Any help would be greatly appreciated
    Regards
    Dave H

    I was just wondering if you found a solution to this problem.
    I am currently installing a multi-sid installation on 2008 and getting the same problem.
    The first <SID> was fine, but now when I try to install the the second <SID> I am getting the same problem with the saploc when installing the SCS.
    The install recognizes the the Virtual saploc, but when the service starts it tries to use the physical saploc.

  • 11g r2 Slow performance in windows 2008 R2

    Hi,
    I have installed 2Node RAC on windows 2008 R2 (IBM servers) with IBM SAN storage, everything went well and oracle is working fine but with performance issue.
    its Standard edition and we are using ASM for database storage.
    The problem is with performance, as i know installation take cares of all basic configuration to begin with, or do i need to perform some postinstallation in windows, this is my first installation on windows.
    We are facing performance issue here.
    what exactly i mean is, if i do a logical import on my laptop it finishes in 10 mins but the same import takes more than 20 mins on server. This server will be used for production use in few days, so please i need some help.
    Is there a way to monitor SAN usage in windows not the storage util provided by IBM.
    Thanks,
    Ajay Kumar

    AEzzy wrote:
    Hi Ajay
    Till now you didn't provide any information about how you trace this problem.
    I'll suggest if you take a snapshot before the import then one after you finish the import. after that get an ASH and AWR reports for these two snapshots.
    On the other hand is the two nodes private network on a physical isolated netwrok? or so they share the public network switches?
    Regards
    AminHi,
    I was doing couple of test, the problem is related to interconnect or RAC, if i shutdown one server then all process are fast including impdp. i tried this from both the servers by bringing down the alternative server.
    Initially we had used cross-cable for interconnect, but now we are using a100MBps dedicated switch, just for testing, once this works then we will upgrade the switch to 1GBps or create VLAN in existing.
    But even after having a dedicated 100MBps switch only for interconnect, same problem exists. i have taken Trace during the impdp process.
    trace from dm00 file
    Elapsed times include waiting on following events:
    Event waited on Times Max. Wait Total Waited
    ---------------------------------------- Waited ---------- ------------
    wait for unread message on broadcast channel
    1359 1.01 1056.87
    ges message buffer allocation 511 0.00 0.00
    library cache lock 20 0.00 0.00
    library cache pin 22 0.00 0.00
    rdbms ipc reply 19 0.00 0.00
    enq: PS - contention 181 0.00 0.07
    PX Deq: reap credit 3010 0.00 0.02
    PX Deq: Join ACK 270 0.00 0.39
    PX Deq: Parse Reply 271 2.52 7.16
    PX Deq: Execute Reply 181 0.00 0.03
    reliable message 552 0.12 0.33
    PX Deq: Signal ACK RSG 270 0.01 0.15
    asynch descriptor resize 44 0.00 0.00
    PX Deq: Signal ACK EXT 120 0.04 0.05
    IPC send completion sync 135 0.00 0.00
    PX Deq: Slave Session Stats 270 0.00 0.30
    row cache lock 35 0.00 0.00
    db file sequential read 1 0.51 0.51
    latch: ges resource hash list 3 0.00 0.00
    latch: shared pool 2 0.00 0.00
    90 user SQL statements in session.
    2022 internal SQL statements in session.
    2112 SQL statements in session.
    Trace file: slrhprod1_dm00_5208.trc
    Trace file compatibility: 10.01.00
    Sort options: default
    1 session in tracefile.
    90 user SQL statements in trace file.
    2022 internal SQL statements in trace file.
    2112 SQL statements in trace file.
    45 unique SQL statements in trace file.
    28261 lines in trace file.
    4218 elapsed seconds in trace file.
    Thanks,
    Ajay

  • Problem Installing Windows 2008 R2 in BladeCenter HS21 in IBM Storage DS3400

    Please someone help
    me ..
    Hi I have problems installing Windows
    Server 2008 R2 on BladeCenter
    H (HS21) using IBM Storage
    DS3400 (fiber)
    I can map the drive to
    Hojilla HS21, and the installation
    wizard start Windows Server 2008
    can see the mapped achieve 60GB
    hard drive.
    When I try to install it shows me the following
    error:
    "Setup was unable to
    create a new system partitio
    or locate an existing system
    partition"
    It's like that but puediera
    create the system partition.
    I add the (LUN 0),
    and the Logic Controller and
    Fiber the place to make a Boot's
    (LUN 0)
    Please someone give me a solution
    to solve this problem.
    I used a translator in English because
    I only speak Spanish
    Thank you.

    Hi,
    Please check if file allocation size is 4k for boot/system partition. Windows basically does not support non-default file allocation size for boot/system partition.
    For more detailed information, please refer to the thread below:
    Setup was unable to create a new system partition or locate an existing system partition. See the Setup log files for more information
    http://social.technet.microsoft.com/Forums/en-US/42b1023f-ed59-48cb-ab29-4360b8ca457a/setup-was-unable-to-create-a-new-system-partition-or-locate-an-existing-system-partition-see-the?forum=winserver8setup
    You could also follow the article below to troubleshoot the issue:
    Error message when you try to install Windows Vista: "Windows is unable to find a system volume which meets its criteria for installation"
    http://support.microsoft.com/kb/938984
    Regards,
    Mandy
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • CRM 7.0 installation failed on Windows 2008 R2  SQL Server 2008 SP1

    Hello I'm currently trying to install CRM 7.0 on a windows 2008 R2 (64B) plateform  with SQL Server 2008 SP1 as database engine
    while launching sapinst.exe i'm facing this issue  that i cannot get rid of it 
    Could someone Help , would really be appreciated as i'm a newby on SAP world
    thanks a lot
    Unable to start a service execution.  Please check the following information for the possibble reason and inform the installation development :  Opened sylib701_1.dll exe dir is C:/Users/SAPINS1/AppData/Local/Temp/2/sapinst_exe.3492.1286357336 Opened C:/Users/SAPINS1/AppData/Local/Temp/2/sapinst_exe.3492.1286357336/iaguieng701_1.dll receiving and sending on port 21200 Environment variable SAPINST_JRE_HOME set to value 'C:/Users/SAPINS1/AppData/Local/Temp/2/sapinst_exe.3492.1286357336/jre'. exe dir is C:/Users/SAPINS1/AppData/Local/Temp/2/sapinst_exe.3492.1286357336 Creating file C:\Program Files\sapinst_instdir\x. Removing file C:\Program Files\sapinst_instdir\x. Opened C:/Users/SAPINS~1/AppData/Local/Temp/2/sapinst_exe.3492.1286357336/iakdblib701_1.dll  This is SAPinst, version 701_1, make variant 701_REL, build 1015514 compiled on Oct 3 2008, 01:51:15  MessageLib initialized successfully. showing dlg diProductChoice <dialog sid="diProductChoice"> <title>Welcome to SAP Installation Master</title> <dialog/> Login in progress Connection request to guiengine backend by host 169.254.138.68 Protocol version is 3.1 Send connect information client logged on Waiting for an answer from GUI CDialogHandler: ACTION_NEXT requested <dialog sid="diProductChoice"> <dialog/> Creating file C:\Windows\System32\x. Removing file C:\Windows\System32\x. showing dlg diRestartOrCancel <dialog sid="diRestartOrCancel"> Dialog does not contain standard input handler, so the backend is not able to generate a log entry <dialog/> Waiting for an answer from GUI current working directory is C:/Windows/System32 Creating file C:\Program Files\sapinst_instdir\x. Removing file C:\Program Files\sapinst_instdir\x. Unable to open URL file://C:\Windows\System32\control.xml.  The execution will be terminated now.

    Hi!
    Windows 2008 R2 is not yet listed in the PAM - and hence not yet supported. The technical prerequisites are met (with a special kernel patch) but not all software is released, so you may get it to run technically but not everything is tested and so, you should not install any SAP system on it!
    In fact, and just to provide you further details it is not possible to expect the 710 products released for Windows Server 2008 R2 before around four weeks; 700 products will be released even after 710.
    See [SAP note 1383873|https://service.sap.com/sap/support/notes/1383873]  ("Windows Server 2008 R2 Support").
    You can be always up to date with the latest Windows news at:
    [SAP on Microsoft Windows|SAP on Microsoft Windows] --> Support of Microsoft Windows Server 2008 R2
    Cheers!

  • 10g R2 Client Installation Problem on Windows 2003 64 bit itanium

    Hi,
    When I click on the setup.exe, i am getting the following..and not getting setup screen
    Using paramFile: E:\oracle_client\10g_winIA_client_102010\client\install\oraparam.ini
    No pre-requisite checks found in oraparam.ini, no system pre-requisite checks will be executed.
    The commandline for unzip:
    E:\oracle_client\10g_winIA_client_102010\client\install\unzip -qqq ../stage/Components/oracle.swd.jre/1.4.2.8.0/1/DataFiles/"*.jar" -d "C:\DOCUME~1\SBOLLI~1\LOCALS~1\Temp\1\OraInstall2008-04-22_03-44-38PM"
    The commandline for unzip:
    E:\oracle_client\10g_winIA_client_102010\client\install\unzip -qqq ..\stage\Components\oracle.swd.oui\10.2.0.1.0\1\DataFiles\/"*.jar" -d "C:\DOCUME~1\SBOLLI~1\LOCALS~1\Temp\1\OraInstall2008-04-22_03-44-38PM"
    The commandline for unzip:
    E:\oracle_client\10g_winIA_client_102010\client\install\unzip -qqq ..\stage\Components\oracle.swd.oui.core\10.2.0.1.0\1\DataFiles\/"*.jar" -d "C:\DOCUME~1\SBOLLI~1\LOCALS~1\Temp\1\OraInstall2008-04-22_03-44-38PM"
    The number of files bootstrapped for the jre is 528.
    The number of files bootstrapped for the oui is 98.
    what might be the problem, is this due to not having unzip software in the server.
    Please help me

    Just check this link:
    Oracle Installer crashes in Windows XP attempting to install 10g database
    May be useful...
    Amardeep Sidhu
    http://www.amardeepsidhu.com

  • PPStream installation problem on Windows 7

    I just recently install bootcamp and use bootcamp to install windows 7 pro. Everything seems fine until i download PPStream and install it. The installation process was smooth just like usual. However, when it finishes installing, it asked me if i wanna open the PPStream. and i said yes. guess what, nothing happened, then the PPStream icon on desktop is not a normal app icon, it's like a unknown file icon with the reflash arrow on the bottom right corner.
    I thought it might be the installation problem, then i went into Control Panel and uninstall the app, and reinstall PPStream, the same thing happened, and every time i click the PPStream icon on desktop, windows explorer stopped working. Anyone knows what's going on or got experience like this before? i will appreciate for any input. thanks

    很简单。你子安装的过程中。看一下安装的目录。默认是安装在苹果的系统盘里的。而这个盘是只读的。所以管理器会崩溃。只要改到c盘的目录就可以了。
    very easy, reinstall pps. when install pps directory change e : drive ---- to c: drive ... you area set to watch

  • Iscsitarget installation fails on Windows 2008 R2 server

    Dear All
    We have windows 2008 Server which is also DC server. I am trying to install iscsitarget utility which I downloaded from Microsoft site. I want to configure the server as iscsi target and map the disk space to another server as disk volume.
    The installation fails  as it says ' due to some error' there is no explicit entry in the event viewer also. The iscsitarget is version 3.3.
    We have installed all the applicable updates from Microsoft updates.  ANy alternatives are available?
    Shekhar-nsk

    Hi,
    Follow your description, I also download Microsoft iSCSI Software Target 3.3 on my Windows Server 2008 R2 and
    install it. However, it succeed.
    àThe installation
    fails  as it says ' due to some error'
    Would you please let me know the complete error message that you can get? Or provide a screenshot of it?
    (please hide all protected or private information.)
    Meanwhile, would you please let me know where you download the Microsoft iSCSI Software Target 3.3? Please
    download it from following link and
    perform a clean boot, then check if install successfully in clean boot.
    Microsoft iSCSI Software Target 3.3
    If any update, please feel free to let me know.
    Hope this helps.
    Best regards,
    Justin Gu
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Oracle 10g Installation Error on Windows 2008 server

    Hi Experts,
    I have tried to install Oracle 10g via "51036975 ORACLE 10.2.0.4 Failsafe Server 3.4.1.5 Windows 2008" as per note no. Note 1303262 - Oracle on Windows Server 2008. Server is 64 bit server.
    Oracle service is not getting started and showing as "starting" in services.msc. I cant stop the service. I have taken the restart of the server as well but no luck.
    Just before the end of installation of Oracle, one pop up box named isqlplussvc opened up stating as "Failed to start the service, Error:0, the operation completed successfully".
    Can you please suggest how to handle this error and start the service?
    Regards,
    Naresh.

    Hi All,
    Yes, I started with Failsafe server CD only. After trying installing Oracle couple of times, once the service didnt went into starting mode & it couldnt start as well. Then I started going ahead with SAP installation and later I found that the service got automatically started.
    I was under the impression that the service has to be started before going for SAP installation.
    Thanks all for your replies.
    Regards,
    Naresh.

  • Unable to Start EHP Installer Server on Windows 2008 -

    Hi,
    I have an SAP ECC 6.0 running on Windows 2008 x64 (64 bit)with MS SQL 2005. I have downloaded latest EHP Installer and the recommended JCE Policy and followed SAP Note 1245473. After extracting the SAR file I tried to start EHP Installer in <sid>adm using the command STARTUP.BAT "jce_policy_zip=<Policy-Zip file>"  with Administrator Privilege but its not getting started.
    Regards
    Manesh M S

    Hi,
    "If your UAC on Windows 2008 is enabled (if you didn't switch it off) you have to start sapehpi using a security elevated cmd.exe:
    Start -> execute -> cmd.exe --> press CTRLSHIFTENTER and confirm the dialog box.
    This is due to the new security model in Windows 2008.
    You can switch to ""Windows 2003 mode"" by executing ""msconfig"", scrolling down and launching ""disable UAC"" and reboot."
    Thanks
    Sunny

Maybe you are looking for