Seeking recommendations on server/Oracle setup

I am seeking recommendations on server/Oracle setup for our environment.
We currently are running 4 seperate servers for Oracle and are looking to streamline our setup to reduce overhead as well as furture growth.
Our current setup consists of Oracle 10gR2 Standard Edition running on the following platforms as the backend db for 3rd party apps. OEM is also colocated with the db.
RP5470, HPUX 11i (64bit OS and Oracle) - servers IBM Clearquest user dbs, @ 120 users
DL580 - Win 2003R2 (64bit OS and Oracle) - production db for BMC Remedy. @ 500 users
DL320 - Win 2003R2 (64bit OS and 32bit Oracle) - dev db for BMC Remedy. @ 5 users
DL320 - Win 2003 (32bit OS and Oracle) - test db for BMC Remedy. @ 3 users
We are also planning to support additonal dbs for applications such as IBM DOORS in the near future.
Any and all feedback welcome.

I was surprised to see the answer to this post. How could you come out with this architectural proposal?, Two UNIX servers … development and production … ? First of all there are four servers listed here with different workloads.
By itself Unix is not magical, I could setup a “UNIX” box on my laptop and that doesn't mean any thing at all. I could setup a development and a production environment and that does not mean any thing …
As you can see the OP already has a “UNIX” box here, HPUX 11i, so ? Lots of growth potential?
Sorry, I don't want to be rude, it's just that I don't know what surprises me the most, the question itself or the answer given.
By the way, out of the so huge list of "UNIX" flavors are you talking about?
~ Madrid
http://hrivera99.blogspot.com

Similar Messages

  • Deploying OracleAS Single Sign-On Server Cluster setup with a Proxy Server

    I have a question regarding setting up a OracleAS Single Sign-On Server in a cluster mode along with a Apache Proxy Server.
    Step1 - I'm planning to install OracleAS Single Sign-On Server on two nodes sso1.oracle.com and sso2.oracle.com in a Cluster. Both the nodes in the cluster accesed via Load balancer i.e sso.oracle.com.
    Step2 - Then I'm planning to setup two Apache Servers as Proxy Server i.e apache1.oracle.com and apache2.oracle.com. These two apache servers are accessed via Load balancer i.e apache.oracle.com
    The question I have is
    1)while setting up OracleAS Single Sign-On cluster I would provide Load balancer host i.e sso.oracle.com as part of the install. So that all the user requests coming to sso1.oracle.com/sso2.oracle.com get redirected back to Load balancer.
    2)But as part of the Apache Server proxy setup I am also supposed to redirect from SSO server to apache.oracle.com
    But using ssocfg.sh I can only provide either sso.oracle.com or apache.oracle.com NOT BOTH.
    In this case what I should
    1) avoid redirecting to sso.oracle.com instead redirect only to apache server OR are there any other methods to configure.
    I have above setup working fine in DEV environment, where there is only one sso server and one apache proxy server. Problem really comes when I go for setting OSSO server as a cluster in this case I have to redirect to load balancer as well as proxy server?

    why not using webcacheclustering between the apache and the 2 sso's?

  • I made oracle setup in WSAD by rightclick on server perspective

    I made oracle setup in WSAD following below steps.
    I was created server.right click on that and click on open.
    I follow the all steps by adding datasource.
    I am trying start the my servlet class its giving below error.any one help on this.
    I just used the below code.
    DataSource ds = null;
    Hashtable parms = new Hashtable();
    parms.put(Context.INITIAL_CONTEXT_FACTORY, "com.ibm.websphere.naming.WsnInitialContextFactory");
    InitialContext context = new InitialContext(parms);
                   ds = (DataSource) context.lookup("jdbc/ds1");
    The error is:
    [3/15/06 19:25:10:289 SGT] 6bb3bf1e SystemOut O no connection
    [3/15/06 19:25:10:680 SGT] 6bb3bf1e J2CXAResource E J2CA0036E: An exception occurred while invoking method setDataSourceProperties on com.ibm.ws.rsadapter.spi.WSManagedConnectionFactoryImpl used by resource ds1 : java.lang.reflect.InvocationTargetException
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java(Compiled Code))
         at java.lang.reflect.Method.invoke(Method.java(Compiled Code))
         at com.ibm.ejs.j2c.J2CXAResourceFactory.createMCFEntry(J2CXAResourceFactory.java:375)
         at com.ibm.ejs.j2c.ConnectionFactoryBuilderImpl.createMCFandPM(ConnectionFactoryBuilderImpl.java:1418)
         at com.ibm.ejs.j2c.ConnectionFactoryBuilderImpl.getObjectInstance(ConnectionFactoryBuilderImpl.java:1205)
         at javax.naming.spi.NamingManager.getObjectInstance(NamingManager.java:313)
         at com.ibm.ws.naming.util.Helpers.processSerializedObjectForLookupExt(Helpers.java:873)
         at com.ibm.ws.naming.util.Helpers.processSerializedObjectForLookup(Helpers.java:680)
         at com.ibm.ws.naming.jndicos.CNContextImpl.processResolveResults(CNContextImpl.java:1712)
         at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1567)
         at com.ibm.ws.naming.jndicos.CNContextImpl.doLookup(CNContextImpl.java:1480)
         at com.ibm.ws.naming.jndicos.CNContextImpl.lookupExt(CNContextImpl.java:1187)
         at com.ibm.ws.naming.jndicos.CNContextImpl.lookup(CNContextImpl.java:1067)
         at com.ibm.ws.naming.util.WsnInitCtx.lookup(WsnInitCtx.java:132)
         at javax.naming.InitialContext.lookup(InitialContext.java:360)
         at OpenDS.getDS(OpenDS.java:30)
         at ResultData.doGet(ResultData.java:35)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.ibm.ws.webcontainer.servlet.StrictServletInstance.doService(StrictServletInstance.java:110)
         at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet._service(StrictLifecycleServlet.java:174)
         at com.ibm.ws.webcontainer.servlet.IdleServletState.service(StrictLifecycleServlet.java:313)
         at com.ibm.ws.webcontainer.servlet.StrictLifecycleServlet.service(StrictLifecycleServlet.java:116)
         at com.ibm.ws.webcontainer.servlet.ServletInstance.service(ServletInstance.java:283)
         at com.ibm.ws.webcontainer.servlet.ValidServletReferenceState.dispatch(ValidServletReferenceState.java:42)
         at com.ibm.ws.webcontainer.servlet.ServletInstanceReference.dispatch(ServletInstanceReference.java:40)
         at com.ibm.ws.webc

    Oops. I missed one step -
    After the Deployment Procedure completes, delete the file emInstanceMapping.properties from <OMS Oracle Home>/sysman/config on the standby OMS host.
    After that the standby OMS was configured successfully.

  • \\SERVER\Clients\Setup\setup.exe with Windows Vista Error

    I added the first Vista client to an SBS 2003, SP1 domain.  Until now, all clients were WinXP, SP2.  Office 2003 is installed on the XP clients, and the Vista client, which may not be pertinent to this problem.
    As is normal, "\\SERVER\Clients\Setup\setup.exe /s SERVER" is executed when a user logs on to any domain client.  On the Vista client, I always get the dialog -- regardless of the account privilege -- asking for permission to run Setup.exe.  It is annoying.  Occasionally, the Program Compatiblity Assistant will appear and advise there's a known compatiblity issue with Setup.exe.  It points to KB article 926505 for resolution.  The title of the KB is, "Windows Small Business Server 2003: Windows Vista and Outlook 2007 compatibility update."
    When I run the SBS2003SP1-KB926505-X86-ENU.EXE fix, I get the error:  "This update cannot be installed.  Either it is already installed as part of an existing service pack, or it requires a more recent service pack.  For more information, see the systems requirements on the download page."
    I installed Windows Server 2003 SP2 and run the KB926505 fix, but I get the same error  "This update cannot be installed.  Either it is already installed as part of an existing service pack" After a reboot of te SBS server the same  problem on the Vista client, I always get the dialog -- regardless of the account privilege -- asking for permission to run Setup.exe.  It is annoying.  Occasionally, the Program Compatiblity Assistant will appear and advise there's a known compatiblity issue with Setup.exe.  It points to KB article 926505 for resolution.
    The problem is Windows Vista Business, because all windows XP clients have no problem at all.

    PNP,
    You do not say whether if you accept the permission dialog whether the setup continues or not, but the short answer to the question revolves around UAC.
    Remember that EVERY user (except the actual Administrator account) has only Standard user rights regardless of group.  When a task that requires Admin rights is executed, one of three things will happen: 1) If you are THE Administrator, then your task will continue.  2) If you have Admin rights, you will be prompted that a process is trying to use elevated rights and ask for permission, or 3) If you are a Standard user, you will either be denied flatly or prompted to supply credentials.  Which of these happen depend on GPO settings, but the default is to prompt.
    In any event, I believe that this is what you are running into, and is one of the big feature improvements in Vista.  Yes, it can be a bit annoying (Try deleting an "All Users" icon from the Start Menu!) but is there to place one more barrier between virus and malware writers and your OS.
    If it's TOO annoying to bear, you can turn off UAC by going into your profile and disabling it. (It requires Admin rights, of course. )  It is not recommended as you do a very effective job or nutering the Vista Security Model by doing so.
    If it, of course, your choice.  we IT Admins have a lot more issues with this than the standard user, but for me, I gladly take the tradeoff because I worry a lot less about those few I HAVE to give Admin rights to.
    Good luck!

  • Recommend an Home Media Setup Using iTunes

    Perhaps someone could point me in the right direction--an article or discussion that might give me some direction regarding setting up an "ideal" iTunes media server/client setup in my home.
    Right now, I have a MacBook Pro with a 320GB hard drive that holds my iTunes media. I've got an AppleTV with a 160GB hard drive that syncs to the MacBook Pro.
    My iTunes media collection is growing quite large (143GB), and it is starting to make less and less sense to keep my entire iTunes media collection on my primary laptop (as HD content becomes more standard, I see myself losing even more laptop hard disk space to iTunes media--especially purchased movies).
    I'm beginning to think I need to move to more a "media server" model (perhaps based on a Mac Mini), but I'm not sure if this is the way to go. Does anyone know of an article or posting somewhere that overviews various configurations for a home media set-up based on Macs and iTunes. I'm just looking for some recommendations to guide me as I think this through.
    +(I'm going to cross post this on the AppleTV forum ... sorry for the redundant post.)+

    can't offer any articles, but i have a mac mini set up as a 24/7 "always on" media server.
    !http://farm4.static.flickr.com/3377/3241794934_94ce9df9a8.jpg?v=1233422140!
    Mac Mini G4
    Western Digital 1TB MyBook Studio Edition
    works flawlessly. appletv is connected via ethernet and i just stream everything. no need to sync really.
    the mac mini runs in a "head-less" mode (no monitor). i just administer the mini remotely via screen sharing or when i'm not at home via LogMeIn.

  • Recommend an Home Media Setup Using AppleTV

    Perhaps someone could point me in the right direction--an article or discussion that might give me some direction regarding setting up an "ideal" iTunes media server/client setup in my home.
    Right now, I have a MacBook Pro with a 320GB hard drive that holds my iTunes media. I've got an AppleTV with a 160GB hard drive that syncs to the MacBook Pro.
    My iTunes media collection is growing quite large (143GB), and it is starting to make less and less sense to keep my entire iTunes media collection on my primary laptop (as HD content becomes more standard, I see myself losing even more laptop hard disk space to iTunes media--especially purchased movies).
    I'm beginning to think I need to move to more a "media server" model (perhaps based on a Mac Mini), but I'm not sure if this is the way to go. Does anyone know of an article or posting somewhere that overviews various configurations for a home media set-up based on Macs and iTunes. I'm just looking for some recommendations to guide me as I think this through.
    +(I'm going to cross post this on the iTunes forum ... sorry for the redundant post.)+

    can't offer any articles, but i have a mac mini set up as a 24/7 "always on" media server.
    !http://farm4.static.flickr.com/3377/3241794934_94ce9df9a8.jpg?v=1233422140!
    Mac Mini G4
    Western Digital 1TB MyBook Studio Edition
    works flawlessly. appletv is connected via ethernet and i just stream everything. no need to sync really.
    the mac mini runs in a "head-less" mode (no monitor). i just administer the mini remotely via screen sharing or when i'm not at home via LogMeIn.

  • Exchange server 2013 setup encounter error

    anyone pls help me, i'm ready setup few time still facing same error.
    Error:
    The following error was generated when "$error.Clear();
    if ($RoleCustomerFeedbackEnabled -ne $null)
         $organizationConfig = get-OrganizationConfig;
    if ($organizationConfig.CustomerFeedbackEnabled -ne $False)
    Set-ExchangeServer -Identity $RoleFqdnOrName -CustomerFeedbackEnabled $RoleCustomerFeedbackEnabled;
    " was run: "Property CustomerFeedbackEnabled can't be set on this object because it requires the object to have version 0.1 (8.0.535.0) or later. The object's current version is 0.0 (6.5.6500.0).".

    Hi,
    First, please make sure you have installed all the required prerequisites. For Exchange 2013 prerequisites, please refer to this
    article.
    Then please verify if there is a legacy server via ADSIEDIT. If there is a legacy object, please delete this legacy object. In registry editor, remove the watermark key and action key from the following path and then reinitiate the setup to check the result.
    HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\ExchangeServer\v15\HubTranportRole
    If the issue persists, to narrow down the issue, I recommend you check the setup log for related error message.
    Best regards,
    Belinda
    Belinda Ma
    TechNet Community Support

  • App/Batch server - oracle client version

    Hi,
    The Oracle client installed on PSOVM App/Batch server is owned by root ( sigh ), the tnsnames.ora file in used is under /etc/tnsnames.ora (re sigh ), but I got a question. The Oracle client installed is 10.2.0.1 where the template of database server is using 11.1.0.7, I thought Peoplesoft has always recommended (do not say supported ?) same version on both sides. Does that mean it is supported from now, or still not supported but no bug are reported ? The goal of having Peoplesoft templates is mainly to have a full Peoplesoft certified environment, right ?
    Nicolas.

    I won't go into the reasons why there is a different version of the client and server Oracle DB versions. Take our word for the fact that there wasn't an easily amenable pre-existing DB client package for 11.1.0.7 that could be included in a clean and time-effective manner.
    Given that this is just a first cut at these templates the templates are not quite as rigorous as what is expected of a production grade environment. The focus was on getting something that successfully demonstrates the basics of a PeopleSoft HCM 9.1 Application.
    I am surprised to learn that the Oracle Client is owned by root. I'll make sure this gets addressed in the next version of the templates.

  • Recommendations for Server Layout

    Hello Folks,
    We currently have the Oracle 9i app server and since it has the infrastructure database in the same machine the filesystems are laid out according to the OFA (Optimal Flexible Architecture) guidelines. When I installed the Weblogic server I noticed that it just asks for one directory and the configuration is all in the files. So, assuming that I install the Weblogic Server + Oracle's Identity Management + Weblogic Portal should I just create one filesystem, e.g. /appserver for all these products or do you have some other recommendations? If, instead of Weblogic Portal I install the Oracle WebCenter Suite would your recommendations change? I just would like to plan out our server well before I do a full install and start developing portlets on it.
    Thanks,
    gb

    Hello Folks,
    We currently have the Oracle 9i app server and since it has the infrastructure database in the same machine the filesystems are laid out according to the OFA (Optimal Flexible Architecture) guidelines. When I installed the Weblogic server I noticed that it just asks for one directory and the configuration is all in the files. So, assuming that I install the Weblogic Server + Oracle's Identity Management + Weblogic Portal should I just create one filesystem, e.g. /appserver for all these products or do you have some other recommendations? If, instead of Weblogic Portal I install the Oracle WebCenter Suite would your recommendations change? I just would like to plan out our server well before I do a full install and start developing portlets on it.
    Thanks,
    gb

  • [Error] Microsoft SQL Server 2008 Setup. Error reading from file msdbdata.mdf

    Hi all
    I'm trying to install SQL 2008 Express on my Computer: Hp compact DX7300 Slim tower.
    and get this error:
    TITLE: Microsoft SQL Server 2008 Setup
    The following error has occurred:Error reading from file d:\8268cd7b247d294de359c9\x86\setup\sql_engine_core_inst_msi\PFiles\SqlServr\MSSQL.X\MSSQL\Binn\Template\msdbdata.mdf.  Verify that the file exists and that you can access it.
    Click 'Retry' to retry the failed action, or click 'Cancel' to cancel this action and continue setup.
    For help, click: http://go.microsoft.com/fwlink?LinkID=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=10.0.1823.0&EvtType=0xF45F6601%25401201%25401
    Log file
    Overall summary:
      Final result:                  SQL Server installation failed. To continue, investigate the reason for the failure, correct the problem, uninstall SQL Server, and then rerun SQL Server Setup.
      Exit code (Decimal):           -2068643839
      Exit facility code:            1203
      Exit error code:               1
      Exit message:                  SQL Server installation failed. To continue, investigate the reason for the failure, correct the problem, uninstall SQL Server, and then rerun SQL Server Setup.
      Start time:                    2014-12-09 23:22:03
      End time:                      2014-12-09 23:40:28
      Requested action:              Install
      Log with failure:              C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20141209_232121\sql_engine_core_inst_Cpu32_1.log
      Exception help link:           http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=10.0.1823.0
    Machine Properties:
      Machine name:                  VISTA-PC
      Machine processor count:       2
      OS version:                    Windows Vista
      OS service pack:               Service Pack 1
      OS region:                     United States
      OS language:                   English (United States)
      OS architecture:               x86
      Process architecture:          32 Bit
      OS clustered:                  No
    Product features discovered:
      Product              Instance             Instance ID                    Feature                
                     Language             Edition              Version         Clustered 
    Package properties:
      Description:                   SQL Server Database Services 2008
      SQLProductFamilyCode:          {628F8F38-600E-493D-9946-F4178F20A8A9}
      ProductName:                   SQL2008
      Type:                          RTM
      Version:                       10
      SPLevel:                       0
      Installation location:         d:\8268cd7b247d294de359c9\x86\setup\
      Installation edition:          EXPRESS
    User Input Settings:
      ACTION:                        Install
      ADDCURRENTUSERASSQLADMIN:      False
      AGTSVCACCOUNT:                 NT AUTHORITY\NETWORK SERVICE
      AGTSVCPASSWORD:                *****
      AGTSVCSTARTUPTYPE:             Disabled
      ASBACKUPDIR:                   Backup
      ASCOLLATION:                   Latin1_General_CI_AS
      ASCONFIGDIR:                   Config
      ASDATADIR:                     Data
      ASDOMAINGROUP:                 <empty>
      ASLOGDIR:                      Log
      ASPROVIDERMSOLAP:              1
      ASSVCACCOUNT:                  <empty>
      ASSVCPASSWORD:                 *****
      ASSVCSTARTUPTYPE:              Automatic
      ASSYSADMINACCOUNTS:            <empty>
      ASTEMPDIR:                     Temp
      BROWSERSVCSTARTUPTYPE:         Disabled
      CONFIGURATIONFILE:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20141209_232121\ConfigurationFile.ini
      ENABLERANU:                    True
      ERRORREPORTING:                False
      FEATURES:                      SQLENGINE,REPLICATION
      FILESTREAMLEVEL:               0
      FILESTREAMSHARENAME:           <empty>
      FTSVCACCOUNT:                  <empty>
      FTSVCPASSWORD:                 *****
      HELP:                          False
      INDICATEPROGRESS:              False
      INSTALLSHAREDDIR:              C:\Program Files\Microsoft SQL Server\
      INSTALLSHAREDWOWDIR:           C:\Program Files\Microsoft SQL Server\
      INSTALLSQLDATADIR:             <empty>
      INSTANCEDIR:                   C:\Program Files\Microsoft SQL Server\
      INSTANCEID:                    SQLExpress
      INSTANCENAME:                  SQLEXPRESS
      ISSVCACCOUNT:                  NT AUTHORITY\NetworkService
      ISSVCPASSWORD:                 *****
      ISSVCSTARTUPTYPE:              Automatic
      MEDIASOURCE:                   d:\8268cd7b247d294de359c9\
      NPENABLED:                     0
      PID:                           *****
      QUIET:                         False
      QUIETSIMPLE:                   False
      RSINSTALLMODE:                 FilesOnlyMode
      RSSVCACCOUNT:                  <empty>
      RSSVCPASSWORD:                 *****
      RSSVCSTARTUPTYPE:              Automatic
      SAPWD:                         *****
      SECURITYMODE:                  <empty>
      SQLBACKUPDIR:                  <empty>
      SQLCOLLATION:                  SQL_Latin1_General_CP1_CI_AS
      SQLSVCACCOUNT:                 NT AUTHORITY\NETWORK SERVICE
      SQLSVCPASSWORD:                *****
      SQLSVCSTARTUPTYPE:             Automatic
      SQLSYSADMINACCOUNTS:           VISTA-PC\VISTA
      SQLTEMPDBDIR:                  <empty>
      SQLTEMPDBLOGDIR:               <empty>
      SQLUSERDBDIR:                  <empty>
      SQLUSERDBLOGDIR:               <empty>
      SQMREPORTING:                  False
      TCPENABLED:                    0
      X86:                           False
      Configuration file:            C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20141209_232121\ConfigurationFile.ini
    Detailed results:
      Feature:                       Database Engine Services
      Status:                        Failed: see logs for details
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       SQL Server Replication
      Status:                        Failed: see logs for details
      MSI status:                    Passed
      Configuration status:          Passed
    Rules with failures:
    Global rules:
    Scenario specific rules:
    Rules report file:               C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20141209_232121\SystemConfigurationCheck_Report.htm
    I will very appriciate if someone can help me solve it. I was trying to set Full control for my account in Properties/Security of root folder and try again but error is still.
    Many thanks

    Hi Foreverduy,
    Before you run SQL Server 2008 express setup, make sure that you have installed Windows installer 4.5 and.NET Framework 3.5 SP1 manually. For more information about the process, please refer to the article:
    http://msdn.microsoft.com/en-us/library/ms143506(v=sql.100).aspx. Moreover, please turn off all the third-party softwares which could prohibit the installation process.
    According to your error message, the issue could be due to that your account has no rights to install SQL Server, or the corruption on the media.
    Firstly, please ensure that your account has admin rights. Also make sure that you right-click the setup.exe and choose “Run as administrator” to complete the installation.
    Secondly, please check if "msdbdata.mdf" file exists at d:\8268cd7b247d294de359c9\x86\setup\sql_engine_core_inst_msi\PFiles\SqlServr\MSSQL.X\MSSQL\Binn\Template. If it exists, please make sure that your account has read permission to the extracted
    folder.
    However, if the file doesn't exist in the extraction, the media could be corrupt. Please download the
    media
    again and check if the issue still occurs.
    Regards,
    Michelle Li

  • Blank printout in report 6i from Application server oracle 9i

    Hello,
    3 days before our application server (oracle 9i for windows NT 1.0.2.0.0) hard disk crashed.
    We have installed AS.
    Now when user runs report from client pc and selects destination type as "cache" and submit query he can see the output. When he changes destination type as "printer" and give printer name (as installed on AS) in destination name and submit query the message "Report output was successfully printed out" comes but on printer only blank page is printed.
    This happens for all laser printers installed on AS, but not for line(generic) printer.
    On 2nd AS I have same printers as on 1st AS.There printouts are coming properly.
    Please tell me what I have missed on while installing new AS.
    Thanks
    Tushar

    Is outlook installed on the application server?

  • Microsoft SQL Server 2014 Setup error: Wait on the Database Engine recovery handle failed

    Hi,
    Having this annoying error trying to install SQL Server 2014 (RTM). I saw it's been asked several times... But each post seems a different cause and no definitive answer...
    I'm not doing an upgrade, so no "sa account" issue.
    Tried different media. Even three different distributions: trial, Standard and Enterprise.
    Tried disabling Microsoft antivirus/firewall.
    Of course tried restarting, updating, installing, uninstalling, repairing, etc., etc.
    I noticed the users folders under C:\Users weren't created. (Maybe something related to permissions?) After playing around, I managed for the users to be created and the service started. Though I couldn't log in.

    Summary for last "repair" attempt:
    Overall summary:
    Final result: Failed: see details below
    Exit code (Decimal): -2068578302
    Start time: 2014-04-27 23:54:21
    End time: 2014-04-27 23:59:48
    Requested action: Repair
    Setup completed with required actions for features.
    Troubleshooting information for those features:
    Next step for SQLEngine: Use the following information to resolve the error, and then try the setup process again.
    Next step for DQ: Use the following information to resolve the error, and then try the setup process again.
    Next step for FullText: Use the following information to resolve the error, and then try the setup process again.
    Next step for LocalDB: Use the following information to resolve the error, and then try the setup process again.
    Machine Properties:
    Machine name: CHARLY13C
    Machine processor count: 4
    OS version: Windows 8
    OS service pack:
    OS region: United States
    OS language: English (United States)
    OS architecture: x64
    Process architecture: 64 Bit
    OS clustered: No
    Product features discovered:
    Product Instance Instance ID Feature Language Edition Version Clustered Configured
    SQL Server 2012 DENALI MSSQL11.DENALI Database Engine Services 1033 Enterprise Edition 11.1.3128.0 No Yes
    SQL Server 2012 LocalDB 1033 Express Edition 11.1.3128.0 No Yes
    SQL Server 2014 HEKATON MSSQL12.HEKATON Database Engine Services 1033 Enterprise Edition 12.0.2000.8 No Yes
    SQL Server 2014 HEKATON MSSQL12.HEKATON Full-Text and Semantic Extractions for Search 1033 Enterprise Edition 12.0.2000.8 No Yes
    SQL Server 2014 HEKATON MSSQL12.HEKATON Data Quality Services 1033 Enterprise Edition 12.0.2000.8 No Yes
    SQL Server 2014 Management Tools - Basic 1033 Enterprise Evaluation Edition 12.0.2000.8 No Yes
    SQL Server 2014 Management Tools - Complete 1033 Enterprise Evaluation Edition 12.0.2000.8 No Yes
    SQL Server 2014 Client Tools Connectivity 1033 Enterprise Evaluation Edition 12.0.2000.8 No Yes
    SQL Server 2014 LocalDB 1033 Express Edition 12.0.2000.8 No Yes
    Package properties:
    Description: Microsoft SQL Server 2014
    ProductName: SQL Server 2014
    Type: RTM
    Version: 12
    SPLevel: 0
    Installation location: F:\x64\setup\
    Installation edition: Enterprise
    User Input Settings:
    ACTION: Repair
    AGTDOMAINGROUP: <empty>
    AGTSVCACCOUNT: <empty>
    AGTSVCPASSWORD: <empty>
    AGTSVCSTARTUPTYPE: Manual
    ASCONFIGDIR: Config
    ASSVCACCOUNT: <empty>
    ASSVCPASSWORD: <empty>
    CLTSTARTUPTYPE: 0
    CLTSVCACCOUNT: <empty>
    CLTSVCPASSWORD: <empty>
    CONFIGURATIONFILE: C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20140427_235420\ConfigurationFile.ini
    CTLRSTARTUPTYPE: 0
    CTLRSVCACCOUNT: <empty>
    CTLRSVCPASSWORD: <empty>
    ENU: true
    FAILOVERCLUSTERGROUP: <empty>
    FAILOVERCLUSTERNETWORKNAME: <empty>
    FTSVCACCOUNT: NT Service\MSSQLFDLauncher$HEKATON
    FTSVCPASSWORD: <empty>
    HELP: false
    IACCEPTSQLSERVERLICENSETERMS: false
    INDICATEPROGRESS: false
    INSTANCENAME: HEKATON
    ISSVCACCOUNT: NT AUTHORITY\Network Service
    ISSVCPASSWORD: <empty>
    ISSVCSTARTUPTYPE: Automatic
    QUIET: false
    QUIETSIMPLE: false
    SQLSVCACCOUNT: NT Service\MSSQL$HEKATON
    SQLSVCPASSWORD: <empty>
    UIMODE: Normal
    X86: false
    Configuration file: C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20140427_235420\ConfigurationFile.ini
    Detailed results:
    Feature: Management Tools - Complete
    Status: Passed
    Feature: Client Tools Connectivity
    Status: Passed
    Feature: Management Tools - Basic
    Status: Passed
    Feature: Database Engine Services
    Status: Failed: see logs for details
    Reason for failure: An error occurred during the setup process of the feature.
    Next Step: Use the following information to resolve the error, and then try the setup process again.
    Component name: SQL Server Database Engine Services Instance Features
    Component error code: 0x84B40002
    Error description: The SQL Server feature 'SQL_Engine_Core_Inst' is not in a supported state for repair, as it was never successfully configured. Only features from successful installations can be repaired. To continue, remove the specified SQL Server feature.
    Error help link: http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.2000.8&EvtType=0x2841E06E%401204%402&EvtType=0x2841E06E%401204%402
    Feature: Data Quality Services
    Status: Failed: see logs for details
    Reason for failure: An error occurred for a dependency of the feature causing the setup process for the feature to fail.
    Next Step: Use the following information to resolve the error, and then try the setup process again.
    Component name: SQL Server Database Engine Services Instance Features
    Component error code: 0x84B40002
    Error description: The SQL Server feature 'SQL_Engine_Core_Inst' is not in a supported state for repair, as it was never successfully configured. Only features from successful installations can be repaired. To continue, remove the specified SQL Server feature.
    Error help link: http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.2000.8&EvtType=0x2841E06E%401204%402&EvtType=0x2841E06E%401204%402
    Feature: Full-Text and Semantic Extractions for Search
    Status: Failed: see logs for details
    Reason for failure: An error occurred for a dependency of the feature causing the setup process for the feature to fail.
    Next Step: Use the following information to resolve the error, and then try the setup process again.
    Component name: SQL Server Database Engine Services Instance Features
    Component error code: 0x84B40002
    Error description: The SQL Server feature 'SQL_Engine_Core_Inst' is not in a supported state for repair, as it was never successfully configured. Only features from successful installations can be repaired. To continue, remove the specified SQL Server feature.
    Error help link: http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=12.0.2000.8&EvtType=0x2841E06E%401204%402&EvtType=0x2841E06E%401204%402
    Feature: SQL Browser
    Status: Passed
    Feature: SQL Writer
    Status: Passed
    Feature: LocalDB
    Status: Failed: see logs for details
    Reason for failure: An error occurred during the setup process of the feature.
    Next Step: Use the following information to resolve the error, and then try the setup process again.
    Feature: SQL Client Connectivity
    Status: Passed
    Feature: SQL Client Connectivity SDK
    Status: Passed
    Feature: Setup Support Files
    Status: Passed
    Rules with failures:
    Global rules:
    There are no scenario-specific rules.
    Rules report file: C:\Program Files\Microsoft SQL Server\120\Setup Bootstrap\Log\20140427_235420\SystemConfigurationCheck_Report.htm

  • Exchange Server 2013 setup / coexistance Exchange 2010

    So started setting up Exchange 2013 and ran into a random issue regarding the OAB. Resolved by deleting/recreating the OAB in Exchange 2010.
    My issue now is setup will not complete, just tells me an "Incomplete Installation Detected" starts to resume the installation.   Upon "next" I receive just a hanging screen of "Setup Progress" which goes no where.   
    [06/12/2014 20:05:19.0860] [0] **********************************************
    [06/12/2014 20:05:19.0876] [0] Starting Microsoft Exchange Server 2013 Setup
    [06/12/2014 20:05:19.0876] [0] **********************************************
    [06/12/2014 20:05:19.0876] [0] Local time zone: (UTC-05:00) Eastern Time (US & Canada).
    [06/12/2014 20:05:19.0876] [0] Operating system version: Microsoft Windows NT 6.2.9200.0.
    [06/12/2014 20:05:19.0876] [0] Setup version: 15.0.516.32.
    [06/12/2014 20:05:19.0876] [0] Logged on user: DOMAIN\Admin.
    [06/12/2014 20:05:19.0954] [0] Command Line Parameter Name='sourcedir', Value='F:\'.
    [06/12/2014 20:05:19.0954] [0] Command Line Parameter Name='mode', Value='Install'.
    [06/12/2014 20:05:19.0969] [0] RuntimeAssembly was started with the following command: '/sourcedir:F: /mode:Install'.
    [06/12/2014 20:05:20.0344] [0] The following roles are installed: BridgeheadRole ClientAccessRole MailboxRole UnifiedMessagingRole AdminToolsRole
    [06/12/2014 20:05:21.0391] [0] Setup is choosing the domain controller to use
    [06/12/2014 20:05:21.0595] [0] The MSExchangeADTopology has a persisted domain controller: DOMAIN CONTROLLER
    [06/12/2014 20:05:22.0485] [0] PrepareAD has been run, and has replicated to this domain controller; so setup will use DOMAIN CONTROLLER
    [06/12/2014 20:05:22.0485] [0] Setup is choosing a global catalog...
    [06/12/2014 20:05:22.0516] [0] Setup has chosen the global catalog server DOMAIN CONTROLLER.
    [06/12/2014 20:05:22.0516] [0] Setup will use the domain controller 'DOMAIN CONTROLLER'.
    [06/12/2014 20:05:22.0516] [0] Setup will use the global catalog 'DOMAIN CONTROLLER'.
    [06/12/2014 20:05:22.0516] [0] Exchange configuration container for the organization is 'CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=DOMAIN,DC=LOCAL'.
    [06/12/2014 20:05:22.0532] [0] Exchange organization container for the organization is 'CN=DOMAIN,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=DOMAIN,DC=LOCAL'.
    [06/12/2014 20:05:22.0579] [0] Setup will search for an Exchange Server object for the local machine with name 'LOCALHOST'.
    [06/12/2014 20:05:22.0751] [0] Exchange Server object found : 'CN=LOCALHOST,CN=Servers,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=DOMAIN,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=DOMAIN,DC=LOCAL'.
    [06/12/2014 20:05:22.0751] [0] The following roles have been unpacked: BridgeheadRole ClientAccessRole MailboxRole UnifiedMessagingRole FrontendTransportRole AdminToolsRole CafeRole
    [06/12/2014 20:05:22.0751] [0] The following datacenter roles are unpacked:
    [06/12/2014 20:05:22.0751] [0] The following roles are installed: BridgeheadRole ClientAccessRole MailboxRole UnifiedMessagingRole AdminToolsRole
    [06/12/2014 20:05:22.0766] [0] The local server has some Exchange files installed.
    [06/12/2014 20:05:22.0798] [0] Server Name=LOCALHOST
    [06/12/2014 20:05:22.0829] [0] Setup will use the path 'F:\' for installing Exchange.
    [06/12/2014 20:05:22.0829] [0] Setup will discover the installed roles from server object 'CN=LOCALHOST,CN=Servers,CN=Exchange Administrative Group (FYDIBOHF23SPDLT),CN=Administrative Groups,CN=DOMAIN,CN=Microsoft Exchange,CN=Services,CN=Configuration,DC=DOMAIN,DC=LOCAL'.
    [06/12/2014 20:05:22.0829] [0] 'BridgeheadRole' is installed on the server object.
    [06/12/2014 20:05:22.0829] [0] 'ClientAccessRole' is installed on the server object.
    [06/12/2014 20:05:22.0829] [0] 'MailboxRole' is installed on the server object.
    [06/12/2014 20:05:22.0829] [0] 'UnifiedMessagingRole' is installed on the server object.
    [06/12/2014 20:05:22.0845] [0] The installation mode is set to: 'Install'.
    [06/12/2014 20:05:44.0768] [0] An Exchange organization with name 'DOMAIN' was found in this forest.
    [06/12/2014 20:05:44.0768] [0] Active Directory Initialization status : 'True'.
    [06/12/2014 20:05:44.0768] [0] Schema Update Required Status : 'False'.
    [06/12/2014 20:05:44.0768] [0] Organization Configuration Update Required Status : 'False'.
    [06/12/2014 20:05:44.0768] [0] Domain Configuration Update Required Status : 'False'.
    [06/12/2014 20:05:44.0768] [0] The locally installed version is 15.0.516.32.
    [06/12/2014 20:05:44.0768] [0] Exchange Installation Directory : 'C:\Program Files\Microsoft\Exchange Server\V15'.
    [06/12/2014 20:05:44.0830] [0] Applying default role selection state
    [06/12/2014 20:05:44.0877] [0] Setup is determining what organization-level operations to perform.
    [06/12/2014 20:05:44.0877] [0] Because the value was specified, setup is setting the argument OrganizationName to the value DOMAIN-NAME.
    [06/12/2014 20:05:44.0877] [0] Setup will run from path 'C:\Program Files\Microsoft\Exchange Server\V15\'.
    [06/12/2014 20:05:44.0893] [0] InstallModeDataHandler has 0 DataHandlers
    [06/12/2014 20:05:44.0893] [0] RootDataHandler has 1 DataHandlers
    [06/12/2014 20:05:45.0737] [0] Finished loading screen IncompleteInstallationDetectedPage.
    [06/12/2014 20:05:48.0518] [0] Setup is determining what organization-level operations to perform.
    [06/12/2014 20:05:48.0518] [0] Because the value was specified, setup is setting the argument OrganizationName to the value DOMAIN-NAME.
    [06/12/2014 20:05:48.0518] [0] Setup will run from path 'C:\Program Files\Microsoft\Exchange Server\V15\'.
    [06/12/2014 20:05:48.0518] [0] InstallModeDataHandler has 0 DataHandlers
    [06/12/2014 20:05:48.0518] [0] RootDataHandler has 1 DataHandlers
    [06/12/2014 20:05:48.0737] [0] Finished loading screen SetupProgressPage.

    Hi,
    Let's try the following resolutions:
    1. Check if the discovery SearchMailbox is present on Exchange 2010 when you run the Exchange 2013 Install.
    2. Reinstall your Exchange 2013 server:
    Open ADSIEDIT, CN=Configuration, DC=your domain ->CN=Services ->CN=Microsoft Exchange ->CN=First Organization ->CN=Administrative Groups ->Cn=Exchange Administrative Group ->CN=Servers ->CN=Server name
    After remove the exchange server, please reinstall your exchange server to test the result.
    Thanks,
    Angela Shi
    TechNet Community Support

  • Link to old document - Recommended Reading on Oracle ADF

    In the list of Recommended Reading on Oracle ADF (http://www.oracle.com/technology/products/jdev/tips/muench/requiredreading/index.html ), the link for Oracle ADF Development Guidelines displays the document for JDeveloper 9.0.5.2. from 2004. There is at least one later version of this document for JDeveloper 10.1.2 from August 2005.

    Hi!
    The scope of this forum is for doc maintenance on OTN, documentation URL: http://www.oracle.com/technology/documentation/index.html.
    Please try the Members Feedback Forum at: Community Feedback (No Product Questions)
    Thanks and regards,
    Chao

  • Microsoft sql server 2005 setup problem

    i am trying to install sql server 2005 on windows 8,
    they is a popup
    window 
    that
    says;
    the sql server servi failed to start. for more information, see the sql server book
    online topics, "How to: view sql server 2005 setup log
    files" and starting sql server Manually."

    i am trying to install sql server 2005 on windows 8,
    they is a popup window 
    that says;
    the sql server servi failed to start. for more information, see the sql server book online topics, "How to: view sql server 2005 setup log files" and starting sql server Manually."
    I merged your two threads into one, because they are the same. Thanks for asking your questions here!
    sqldevelop.wordpress.com

Maybe you are looking for