Windows 2008 server (64 bit) setup not starting?

To all,
Windows 2008 server (64 bit) setup not starting? downloaded v17228-01-2of2 and v17228-01-1of2? Any ideas why the installer not starting?

Installing oracle database 11g( 64bit) on a windows 2008 server (64bit). I do not get the setup tool to start
Downloaded
Oracle Database 11g Release 1 (11.1.0.7.0) for Microsoft Windows Server 2008 x64 (Part 1 of 2) V17228-01 Part 1 of 2
and
Oracle Database 11g Release 1 (11.1.0.7.0) for Microsoft Windows Server 2008 x64 (Part 2 of 2) V17228-01 Part 2 of 2
Edited by: user731811 on Oct 14, 2010 1:11 PM

Similar Messages

  • Windows 2008 server 32 bit support

    Hello,
    Is MaxDB officially supported for Windows 2008 server 32 bit  platform?
    Thanks,
    Jose

    Jose Lopez wrote:>
    > OK, then perhaps mention specifically W2003 in the download link?
    Hmm... about what download link are you talking?
    The one in the download area here in SDN?
    If so, then this is not relevant for SAP customers as they should get all their software via DVD delivery or the Service Marketplace downloads!
    In the service marketplace download sections there are no restrictions given, since the Product Availability Matrix (https://service.sap.com/pam) contains all the release/support information.
    In general, the PAM is the one single place to check for supported versions.
    regards,
    Lars

  • Windows 2008 R2 WDS service is not start.

    Hi,
    Windows 2008 R2 WDS service is not start.
    I am facing the below error on it.
    Please help to resolve.
    -Thanks
    Ashish Dubey

    Hi Ashish,
    Before going further, we can open Event Viewer to see whether some related error events were logged.
    For now, we can refer to the article and thread below to troubleshoot the issue.
    Microsoft WDS Error "the service did not respond to the start or control request in a timely fashion
    http://linkdottech.wordpress.com/2011/12/04/microsoft-wds-error-the-service-did-not-respond-to-the-star-or-control-request-in-a-timely-fashion/
    Please Note: Since the web site is not hosted by Microsoft, the link may
    change without notice. Microsoft does not guarantee the accuracy of this information.
    Windows Deployment Services Error: The service did not respond to the start or control request in a timely fashion.
    http://social.technet.microsoft.com/Forums/en-US/5f71f652-ac73-4290-817e-5a251b7852b4/windows-deployment-services-error-the-service-did-not-respond-to-the-start-or-control-request-in-a?forum=winservergen
    Besides, if the server has more than 20 logical processors, the Windows Deployment Service cannot be started and we apply the hotfix in the following article to fix
    the issue.
    The Windows Deployment Service cannot be started on a computer that has more than 20 logical processors and that is running Windows Server 2008 R2 or Windows Server
    2008
    http://support.microsoft.com/kb/2121690/en-us
    Best regards,
    Frank Shen

  • In Windows 2008 server 64 bit database problem

    Hi
    In windows 2008 server (64 bit) application is deployed and database is oracle 10g. I got the error ORA-06502: PL/SQL: numeric or value error: character string buffer too small for one storeprocedure. The same database is dump in window 2003 server the application is working.No error. Given solution for window 2008 server.
    Regards
    ncsubbu

    Hello,
    You may check for the exact Oracle Release (with four digit) and scroll down to Oracle Database 10g Release 2 on the link below:
    http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
    In Windows *2008* you need to be in *10.2.0.3* (for 32 bit OS) or *10.2.0.4* (for 64 bit OS).
    In Windows *2008 R2* you need to be in *10.2.0.5*.
    Hope this help.
    Best regards,
    Jean-Valenti

  • ORA-12560:TNS:protocol adapter error on windows 2008 server(32 bit) for 10g

    Hi Friends,
    I am installaing Oracle 10g database on windows 2008 Server(32-bit) and when the Database is getting cretaed and during the database files copying portion it's throwing the error :
    ORA-12560: TNS:protocol adapter error
    I tried intsllaing 10g software alone and invoked DBCA and again during the database files copying portion it's throwing the same error
    what could be the issue?
    Regards,
    DB

    Pl indicate which version of "10g" and which version of Windows 2008 - R1 or R2 ?
    HTH
    Srini

  • Download 10g for Windows 2003 server 32 bit does not provide the correct pr

    The following Oracle OTN link provides a misleading product. It says that the following link provides the Oracle 9i Database Release 2 Enterprise/Standard/Personal/Client Edition for Windows Server 2003 (32bit) and
    what it contains is the OUI for applying the 9.2.0.3 patchset and the patchset itself. It does not contains the product.
    http://www.oracle.com/technology/software/htdocs/devlic.html?http://otn.oracle.c
    om/software/products/oracle9i/htdocs/win2k3soft.html

    >
    As far as I can tell there doesn't appear to be an Oracle10g download for
    10.2.0.4 for Windows 2003 Server. It looks like you have to download 10.2.0.1
    for Windows then apply the patch to bring it up to 10.2.0.4.
    Am I seeing this correctly or am I missing something?
    >
    Indeed you are; your eyes are definitely not lying to you. 10.2.0.4 is a patchset which can only be applied to an already existing Oracle Home.
    You might want to try and understand a little bit more about what the 10.2.0.4 means by accessing the links below.
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14238/intro.htm#sthref14
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/dba.htm#sthref94
    http://wiki.oracle.com/page/Patchset+Number+Overview
    Perhaps you also ought to go through this {message:id=3251402}
    Regards,
    Phiri

  • 64 bit Windows 2008 Server showing up as Win32NT

    I'm running this code on a windows 2008 server 64 bit and it's displaying Win32NT. I'm sure it's 64 bit windows server. Why would it show up as Win32NT?
    string OSVersion = System.Environment.OSVersion.Platform.ToString();
    Console.WriteLine("OS Version produced from System.Environment.OSVersion.Platform.ToString(): + " OSVersion);
    Console.ReadKey();

    I'm running this code on a windows 2008 server 64 bit and it's displaying Win32NT. I'm sure it's 64 bit windows server. Why would it show up as Win32NT?
    string OSVersion = System.Environment.OSVersion.Platform.ToString();
    Console.WriteLine("OS Version produced from System.Environment.OSVersion.Platform.ToString(): + " OSVersion);
    Console.ReadKey();
    Use this code instead:
    bool is64BitWindows = System.Environment.Is64BitOperatingSystem;
    if (is64BitWindows == true)
    Console.WriteLine("OS is 64 Bit");
    Console.WriteLine("System.Environment.Is64BitOperatingSystem == true");
    else
    Console.WriteLine("OS is 32 Bit");
    Console.WriteLine("System.Environment.Is64BitOperatingSystem == false");
    Console.ReadKey();

  • Why no 64 bit editions - or no Windows 7 / Windows 2008 server support yet

    Hi all
    I'm still having to run trials etc on a Windows 2003 Server virtual machine
    Can we get at least SUPPORT so we can run the trial versions on Windows 7 / Windows 2008 server  64 bit versions.
    Most computers are coming with Windows 7 pre installed now so having to keep running on XP type systems is a bit OLD  now - especially with SAP enbracing new web based technology.
    Hi Mods
    perhaps you can delete this as I've just seen the other Windows 7 support thread.
    Cheers
    jimbo

    You posted your inquiry to a hardware forum.
    Which blade server do you own?
    Do you have a question on any specific hardware component in that system?
    Perhaps we could point you to that system's documentation
    http://www.oracle.com/technetwork/indexes/documentation/index.html
    if you told us which hardware you own.
    Frankly, you need to go find a Microsoft-centric forum and ask your question over there.

  • Windows 2008 Server Configuration - Help

    Hello All,
    I am not an expert in configuring servers and I have just started to learn. Please forgive me if I am doing something funny!
    I have a router with static IP address and DHCP enabled on the router. The router had the following configuration as shown below and the clients were obtaining IP address from the router and using the internet without a problem.
    Router Configutaion:
    Basic Setting:
    IP Address : 122.165.60.160 (My Wan Static IP)
    IP Subnet Mask : 255.255.252.0
    Gateway IP: 122.165.60.1
    DNS Address:
    Primary DNS : 203.145.184.32
    Secondary DNS: 203.145.184.13
    Lan TCP/IP Setup:
    IP Address: 192.168.2.1 (Router IP)
    IP Subnet Mask: 255.255.255.0
    DHCP Enabled:
    Statring IP : 192.168.2.11 
    Ending IP: 192.168.2.100
    Now, I have installed Windows 2008 R2 Server with Active Directory, DNS and DHCP, IIS. I have created a few users and did nothing more than that in the server.
    Server IP Settings
    Server IP: 192.168.2.5
    Subnet : 255.255.255.0
    Gateway : 192.168.2.1
    DNS: 127.0.0.1
    And when I tried to join the domain i created... corp.globe.com the clients were not able to find the domain I therefore changed the following settings in the router.
    DNS Address:
    Primary DNS : 203.145.184.32
    Secondary DNS: 192.168.2.5 (Server IP)
    After this change the clients were able to join the domain and login as well. However the clients were getting the IP from the router. I am facing a lot of problems as listed below.
    1. I am not able to ping the clients using the computer name from the server.
    2. Clients cannot ping other clients or server using name. (Suppose if I try... PING SYS1 .... It looks like it is trying to ping some 92.x.x.xx IP address) even if SYS1 IP address is 192.168.2.13
    3. Clients can access Internet, but I cannot browse anything in the server.
    Please help me in the configuration, or point me to some guide which describes the same. I tried to set up and enable the DHCP server using Windows 2008 machine and I disabled it DHCP on the router, clients where able to get the IP address from Windows 2008
    server, but they were not able to use internet. Please advise.
    Thanks for your time.

    Hi,
    And you cannot ping the clients using the computer name from the server?
    Did you turn off the firewall on server and client?
    If you are having problems connecting to Active Directory and you have already successfully verified network connectivity, there might be a name resolution problem. For more and detail information, please refer to:
    http://technet.microsoft.com/en-us/library/cc961921.aspx
    Regards.
    Vivian Wang

  • JFServer.exe fault in Windows 2008 server with Central V 5.7

    I have an installation of Central 5.7 running 6 instances on Windows 2008 server 64 bit and have noticed that the six instances don't always come up when the machine is rebooted.  Here is the error that it logs in the Central Log. 
    "Open of table 'C:\Users\Userid|Appdata\Local\Temp\JFX8A00.tmp' failed.
    This also sometimes happens when I make changes to jobs in one of the instances and there seems to be no pattern wo what instances it happens in.
    This behavior does not appear to happen with Central 5.7 running on XP or 2003 server.
    Any thoughts on why this might be happening?

    This is a recently known issue specific to Central on Windows 2008
    Contact Adobe Support to obtain the patch. You can find their contact details in your support agreement.

  • Getting the Ericsson F3507g card to work in a T500 running Windows 2008 Server 64bit

    Folks
    I seem to have the correct drivers for the card but when I try to enable them I get a blue screen every time with the error BAD_POOL_CALLER.  This is now happening every time Windows starts as it tries to load the new drivers.
    Does anyone know if the card is supported under Windows 2008 Server 64 bit and if so, how do I get it working?
    Regards
    Simon
    (UK)

    Bump. Does anyone have any idea of what i can do to get wireless working on my windows partition?

  • Error connecting to the SAP SRV on Windows 2008 Server platform

    Hi All
    We have a problem with one of our clients they bought a new sbs windows server 2008 and we loaded sql 2005 and sap b1 SP01 PL07.
    When we did the SBO install we experience connection issues and we created odbc connection on the server using named pipes and tcp/ip (used both server name and Ip address).
    We also configured the server in configuration manager and we managed to login and solved the slow system connection issue. We also created odbc connection on the client machines. (Machine are on a workgroup and users have administration access on all machines),we also installed native client on all machines.
    After the first batch of client installs we managed to have connection, they were other computers which were left out during the first client install and now the client want to do the remaining machines connected to SBO. On every machine that we install now we get the same error :-
    *Connection failed:
    SQLState:'08001'
    SQl Server error:10060
    [Microsoft][SQL Native Client] TCP Provider: A connection attempt failed because the connected party didnot properly repsond after a period of time, or established connection failed because connected host has failed to respond.
    Connectioin failed:
    SQLState:'HYT00'
    SQL Server Error:0
    [Microsoft][SQL Native Client]Login timeout expired
    Connection failed:
    SQLState:'08001'
    SQL Server Error: 10060
    [Microsoft][SQL Native client] An error has occurred while establishing a connection to the server. When connecting to the sql server 2005, this failure may be cause by the that*
    Please help as most user who need access can't login and they are the main users.
    rgds,
    Bongani Dlamini

    Hi Eric,
    yes we are using Windows 2008 SBS for the SAP EHP4 FOR SAP ERP 6.0/NW7.01 installation.
    we tried to create the key but it says access is denied.
    Actual thing is we got the server with Windows 2008 server 64 bit SBS (standard FE) with Domain Controller (DC) configuration.
    We have removed the DC using dcpromo to convert into Wokgroup and tried the SAP installation.
    I hope you got the idea and please let me know any further suggestions or it is the problem with the license.
    Thanks & Regards,
    Prabhu Reddy.

  • Wily Enterprise Manager Service not Started in Windows 2008 Server

    Hi All,
    Our Solution Manager is in EHP1 SP21 and OS-Windows 2008 Server.
    We installed Wily Enterprise Manager 8.0. and found 1 non-fatal error in the installation log. The service is not starting.
    However it works fine for Windows 2003 Server.
    Can anyone encountered with the same kind of problem?
    This is the latest log file information:
    Summary
    Installation: Successfulwith errors.
    387 Successes
    0 Warnings
    1 NonFatalErrors
    0 FatalErrors
    Action Notes:
    Execute ANT Script:       Script:
                              Status: ERROR
                              Additional Notes: ERROR - E:\usr\sap\ccms\wilyintroscope\install\em.installer.exec.ant15.xml:425: Timeout: killed the sub-process
    Thank you in advance.
    Regards
    Sanjai

    Note 1273028 - Introscope 8 Release Notes resoved this issue.
    Known problems in all Releases 8.x
    2. Windows Server 2008 is not yet officially supported by CA Wily for the Enterprise Manager. If you want to install the Enterprise Manager anyway, set the "Windows 2003 compatibility mode" for the installer before launching it. To activate this mode, right click on the installer.exe file in the Windows Explorer, select tab "Compatibility", activate the check box for compatibility mode and select Windows 2003. If you do not set this, the installer will consider your OS as Unix and install shell scripts (no suffix) instead of batch files (.bat) and leave out some files for Windows Service registration.
    If the windows service still fails to start please check if files ServiceWrapper.jar and ServiceWrapper.dll are present in folder lib. If not download them from attachment of this note.
    The service should start although giving an error message regarding the ServiceWrapper.dll. You can ignore this error.

  • How to install a plugin on 64 bits windows 2008 server?

    From the developer forum, I found a description which told me how to install a plugin on windows series system, but I only succeded intalling the plugin on 32 bits windows xp, couldn't install the plugin on 64 bits windows 2008 server. Any ideas or advices, men of genius? Thanks :-)

    Please check if all your plugins are up-to-date. To do this, go to the [http://mozilla.com/plugincheck Mozilla Plugin Check site].
    Once you're there, the site will check if all your plugins have the latest versions.
    If you see plugins in the list that have a yellow ''Update'' button or a red ''Update now'' button, please update these immediately.
    To do so, please click each red or yellow button. Then you should see a site that allows you to download the latest version. Double-click the downloaded file to start the installation and follow the steps mentioned in the installation procedure.

  • Windows 2008 Server R2 64 bit what version of server applications?

    Hi, I'm new here please let me know what version of the OAS [Oracle Applikation Server] is required for the server running Windows 2008 Server R2 64 bit? Server wants to use the forms. I will be grateful for links to the version.
    I greet.

    Hi,
    As far as I can see OAS is not supported on Windows 2008 R2. You can have a look here:
    http://www.oracle.com/technetwork/middleware/ias/downloads/fusion-certification-100350.html
    10gR3 - http://www.oracle.com/technetwork/middleware/ias/downloads/oracle-soa-certification-r3-10-131499.xls
    10gR2 - http://www.oracle.com/technetwork/middleware/ias/downloads/as-certification-r2-101202-095871.html
    Regards Peter Lorenzen

Maybe you are looking for

  • Creation of XML !DOCTYPE DTD Validation line

    Hello all! I've been working in the creation of an XML File via Abap Objects. <b>if_ixml</b>          For Document Header <b>if_ixml_document</b> For Document Header <b>if_ixml_element</b>  For Nodes and their Child Nodes I have already developed the

  • A simple way to apply crop from photo book frame to image version?

    Hi Running MacOS X 10.8.5, Aperture 3.4.4 I have the following workflow for photobooks creation (a custom photobook): 0) Prepare an album with photos I'd like to create my book from. For 99% of my photos I have TIFF files as masters. Not RAW files. I

  • GUI_UPLOAD - issues with the filename

    I am trying to use GUI_UPLOAD to upload a PDF onto the applicaiton server.  I have done this many times but for some reason I am having issues with it this time.  Below is what I have: * Convert Smartform to PDF   call function 'CONVERT_OTF_2_PDF'   

  • Web dynpro  passing data

    Good day all, I have create a window with multiple views. On allows me to select a material number and the second is suppose to display the data in a textview. They are bound with the navigation links. How do I get the second view to only display the

  • Overlapping images over animation

    Hey, this is John again. take a look at this screen shot. I was wondering how to overlap the image in the left slightly over the left side of the center animation and the right image slightly over the right side of the animation. Basically I want to