Unable to install AIA FP 11.1.1.6 on Linux successfully

Hi All,
I am installing AIA FP 11.1.1.6 on top of SOA suite 11.1.1.6. My SOA suite installation is sucessful and I am able to deploy SOA composites on the soa server.
After verifying this I started AIA FP installation on the same Linux server through command prompt using a response file.
+/stage/SOA/AIA/aiafp/Disk1/runInstaller -silent -invPtrLoc /etc/oraInst.loc -jreloc /stage/SOA/SOA/jdk1.7.0_07/jre/ -novalidation -debug -force -ignoreSysPrereqs -responseFile /stage/SOA/AIA/aiafp/Disk1/misc/responseFiles/AIAFP_CompleteResponse.rsp+
The installation says it had copied all the files 100% to the AIA home path.
+"Initializing Java Virtual Machine from /stage/SOA/SOA/jdk1.7.0_07/jre/bin/java. Please wait...+
+[oracle@MPBAORRORTSTPRA ~]$ Log: /u01/app/oracle/admin/oraInventory/logs/install2012-10-24_11-39-12AM.log+
+Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved.+
+Reading response file..+
+Verifying data......+
+Copying Files...+
+-----------20%----------40%----------60%----------80%--------100%+
+"+
Even after this installation I am not able to see AIA files are not deployed on to SOA server and also I am not able to access the localhost:7001/AIA page.
Can someone help me to understand what could be wrong here and help me to proceed futher?
Some references:
I have gone through some of the logs and I got the below error message. I understand the server details are fine and the server is up as well.
+"WLS_home.initConnection: calling connnectt3 /jndi/weblogic.management.mbeanservers.edit+
+TestNM failed to get Domain Root. Exception is Unsupported protocol: t3+
+Unable to connect to the SOA Server.+
+Make sure that the Host Name, Port Number, SOA UserName and Admin Password are correct.+
+Host Name : XXXX+
+Port Number : 7001+
+SOA UserName :weblogic+
+TestNM failed to get Domain Root."+

Hi..
ensured that the nodemanager is up and running and performed the AIA installation again. Got the same error as mentioned above. Also I have looked into additional logs and found the error messages below.
Looks like I got the below exception, even before as well.
java.net.MalformedURLException: Unsupported protocol: t3
+     at javax.management.remote.JMXConnectorFactory.newJMXConnector(JMXConnectorFactory.java:356)+
+     at javax.management.remote.JMXConnectorFactory.connect(JMXConnectorFactory.java:266)+
+     at oracle.as.install.soawl.screens.WLS_home.initConnection(Unknown Source)+
+     at oracle.as.install.soawl.screens.TestNM.<init>(Unknown Source)+
+     at oracle.as.install.soawl.installaction.SOAInstallAction.executeAfterCopy(Unknown Source)+
+     at oracle.as.install.engine.modules.util.installaction.InstallActionProviderUtility.invokeExecuteAfterCopy(InstallActionProviderUtility.java:91)+
+     at oracle.as.install.engine.modules.silent.SilentInstaller.processModuleEvent(SilentInstaller.java:503)+
+     at oracle.as.install.engine.modules.util.PartnerModuleImpl.processEvent(PartnerModuleImpl.java:118)+
+     at oracle.as.install.engine.InstallEngine.notifyListeners(InstallEngine.java:626)+
+     at oracle.as.install.engine.InstallEngine.processEvent(InstallEngine.java:584)+
+     at oracle.as.install.engine.modules.util.PartnerModuleImpl.notifyAllEventListenersHelper(PartnerModuleImpl.java:227)+
+     at oracle.as.install.engine.modules.util.PartnerModuleImpl.notifyListeners(PartnerModuleImpl.java:158)+
+     at oracle.as.install.engine.modules.install.InstallModule.onSuccess(InstallModule.java:479)+
+     at oracle.as.install.engine.modules.install.action.InstallManager.notifySuccess(InstallManager.java:322)+
+     at oracle.as.install.engine.modules.install.command.InstallSuccessCommand.execute(InstallSuccessCommand.java:42)+
+     at oracle.as.install.engine.modules.install.action.InstallManager.onInstallEvent(InstallManager.java:334)+
+     at oracle.as.install.engine.modules.install.action.AbstractOUIHandler.fireInstallEvent(AbstractOUIHandler.java:150)+
+     at oracle.as.install.engine.modules.install.action.OUIInstaller.succeed(OUIInstaller.java:565)+
+     at oracle.as.install.engine.modules.install.action.OUIInstaller.start(OUIInstaller.java:503)+
+     at oracle.as.install.engine.modules.install.action.InstallManager.launchOUI(InstallManager.java:212)+
+     at oracle.as.install.engine.modules.install.InstallModule.launchOUI(InstallModule.java:156)+
+     at oracle.as.install.engine.modules.install.InstallModule$1.run(InstallModule.java:247)+
Exception in thread "Thread-16" java.lang.NoClassDefFoundError: oracle/security/jps/mas/mgmt/jmx/credstore/PortableCredential
+     at oracle.as.install.soawl.installaction.SOAInstallAction.executeAfterCopy(Unknown Source)+
+     at oracle.as.install.engine.modules.util.installaction.InstallActionProviderUtility.invokeExecuteAfterCopy(InstallActionProviderUtility.java:91)+
+     at oracle.as.install.engine.modules.silent.SilentInstaller.processModuleEvent(SilentInstaller.java:503)+
+     at oracle.as.install.engine.modules.util.PartnerModuleImpl.processEvent(PartnerModuleImpl.java:118)+
+     at oracle.as.install.engine.InstallEngine.notifyListeners(InstallEngine.java:626)+
+     at oracle.as.install.engine.InstallEngine.processEvent(InstallEngine.java:584)+
+     at oracle.as.install.engine.modules.util.PartnerModuleImpl.notifyAllEventListenersHelper(PartnerModuleImpl.java:227)+
+     at oracle.as.install.engine.modules.util.PartnerModuleImpl.notifyListeners(PartnerModuleImpl.java:158)+
+     at oracle.as.install.engine.modules.install.InstallModule.onSuccess(InstallModule.java:479)+
+     at oracle.as.install.engine.modules.install.action.InstallManager.notifySuccess(InstallManager.java:322)+
+     at oracle.as.install.engine.modules.install.command.InstallSuccessCommand.execute(InstallSuccessCommand.java:42)+
+     at oracle.as.install.engine.modules.install.action.InstallManager.onInstallEvent(InstallManager.java:334)+
+     at oracle.as.install.engine.modules.install.action.AbstractOUIHandler.fireInstallEvent(AbstractOUIHandler.java:150)+
+     at oracle.as.install.engine.modules.install.action.OUIInstaller.succeed(OUIInstaller.java:565)+
+     at oracle.as.install.engine.modules.install.action.OUIInstaller.start(OUIInstaller.java:503)+
+     at oracle.as.install.engine.modules.install.action.InstallManager.launchOUI(InstallManager.java:212)+
+     at oracle.as.install.engine.modules.install.InstallModule.launchOUI(InstallModule.java:156)+
+     at oracle.as.install.engine.modules.install.InstallModule$1.run(InstallModule.java:247)+
Caused by: java.lang.ClassNotFoundException: oracle.security.jps.mas.mgmt.jmx.credstore.PortableCredential
+     at java.net.URLClassLoader$1.run(URLClassLoader.java:366)+
+     at java.net.URLClassLoader$1.run(URLClassLoader.java:355)+
+     at java.security.AccessController.doPrivileged(Native Method)+
+     at java.net.URLClassLoader.findClass(URLClassLoader.java:354)+
+     at java.lang.ClassLoader.loadClass(ClassLoader.java:423)+
+     at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)+
+     at java.lang.ClassLoader.loadClass(ClassLoader.java:356)+
+     ... 18 more+

Similar Messages

  • Unable to install j2sdk-1.4.2 in Redhat Enterprise Linux advanced server v3

    When trying to extract j2sdk-1_4_2 on RedHat Enterprise Linux advanced server, I got the message
    Do you agree to the above license terms? [yes or no]
    tail: bash: No such file or directory
    Unpacking...
    Checksumming...
    1
    The download file appears to be corrupted. Please refer
    to the Troubleshooting section of the Installation
    Instructions on the download page for more information.
    Please do not attempt to install this archive file.
    The RHEL is with kernel 2.4.21-37. I got the same error message on extracting both binary code and the rpmfile.
    Is it because of the command "tail +511 $0 > $outname" ? And any experienses on how to fix it?
    Thanks in advance.

    checksum have to be exactyly right. Downloading by IE causes often errors - use firefox in downloading and calculate checksum.

  • Unable to install OBIEE on Red Hat Linux 64x

    Hi,
    I am unable to install OBIEE 10.1.3.4.0 on Linux.
    Whenever I run ./setup.sh it displays....
    Preparing Java Virtual(tm) machine
    Permission denied......
    I have followed all the instructions given in OBIEE Installation File.
    Could someone help me out with this issue.
    Thanks,
    Kans

    Hi rnm1978,
    Thanks for the response.
    I am facing issue while installing OBIEE on Linux machine.
    I ran UNIX check script to check the prerequisites, before installing OBIEE, and it was successful.
    Error shows that there are some permission issue, however i am not able to figure out the root couse.
    is there any way i can troubleshoot on this?
    Thanks,
    Kans

  • ESB Console Error while trying to install AIA FP 2.2

    Hi all
    I am installing AIA FP 2.2 and while installing I am getting the following error:
    "Design time cache has not been initialized"
    also
    When I log into my esb console I am getting this error:
    Designtime cache has not been initialized Please look in logs for following signs of failure. Fix them and restart. (a) Database access errors (b) ESB Bootstrap errors (c) OC4J class load errors (d) Product installation errors (e) Export ESB params and verify if host and port parameters are correct. Please contact Oracle Support if unable to fix the issue.
    Any suggestions to solve this issue?????
    Regards
    Senthil R

    Hi Senthil,
    As mentioned in the message below, please examine the logs and see if you are getting any errors. Most likely your ESB engine initialization is failing while server bootup. If there is no error in the oc4j log, OPMN log and FP install log and the propblem persists, please contact your Oracle Support by logging an SR.
    Regards
    Rohit

  • Installing AIA FP 2.4 on SOA Suite 10.1.3.4 with Weblogic 9.2 failed

    Hi,
    While Installing AIA FP 2.4 on Weblogic 9.2 using FPWLInstall.xml,
    I got the following Error..
    BUILD FAILED
    D:\AIA_HOME\Infrastructure\install\wlscripts\FPWLInstall.xml:218: The following error occurred while executing this line:
    D:\AIA_HOME\Infrastructure\install\wlscripts\FPWLInstall.xml:226: The following error occurred while executing this line:
    D:\AIA_HOME\Infrastructure\install\wlscripts\FPWLDeployment.xml:17: The following error occurred while executing this line:
    D:\AIA_HOME\Infrastructure\install\wlscripts\FPWLDeployment.xml:29: The following error occurred while executing this line:
    D:\AIA_HOME\Infrastructure\install\wlscripts\FPWLErrorHandlingInstall.xml:140: The following error occurred while executing this line:
    D:\AIA_HOME\Infrastructure\ErrorHandling\AIAReadJMSNotificationProcess\build.xml:209: A problem occured while connecting to server "localhost" using port "9700": bpel_aiareadjmsnotificationprocess_1.0.jar failed to deploy. Exception message is:  Could not initialize activation agent.
    An error occured while initializing an activation agent for process "AIAReadJMSNotificationProcess", revision "1.0".
    Please ensure that the activation agents are configured correctly in the bpel deployment descriptor (bpel.xml).
    oracle.tip.adapter.fw.agent.jca.JCAActivationAgent: ORABPEL-12517
    AdapterFrameworkImpl::endpointActivation - Endpoint Activation Error.
    The Resource Adapter  was unable to activate the endpoint :{} due to the following reason: ORABPEL-12561
    Unable to locate the JCA Resource Adapter via WSDL port element jca:address.
    *The Adapter Framework is unable to startup the Resource Adapter specified in the WSDL jca:address element:  {http://xmlns.oracle.com/pcbpel/wsdl/jca/}address: location='eis/Jms/AIA_ERROR_JMS'*
    The reason for this is most likely that either
    *1) the Resource Adapters RAR file has not been deployed successfully to the WebLogic J2EE Application server or*
    *2) the JNDI location setting in the WebLogic JCA deployment descriptor has not been set to eis/Jms/AIA_ERROR_JMS. In the last case you might have to add a new 'connector-factory' entry (connection) to the deployment descriptor.*
    Please correct this and then restart the BPEL/WebLogic Application Server
    Please correct the reported issue and redeploy the BPEL process.
    Please help.

    pls see http://bit.ly/ozJqoz , in case you have missed some steps.

  • Unable to install itunes in windows 7 64 bit - hanging

    Unable to install itunes in windows 7 64 bit - screen is hanging after first few steps ...
    Also i am unable to uninstall Apple update software. Are these both related.
    Now how do i get the software installed( itunes installed in windows 7)

    Hey gigipramod,
    Thanks for the question. I understand you are experiencing issues installing iTunes. The following resource may provide a solution:
    Issues installing iTunes or QuickTime for Windows
    http://support.apple.com/kb/HT1926
    Thanks,
    Matt M.

  • Unable to install Adobe CS5 64 bit package created using Adobe Application Manager on Windows 7 64

    I am unable to install Adobe CS5 64 bit package created using Adobe Application Manager on Windows 7 64 bit.Basically installation rollback on Win 7 64 bit image.
    MSI Log File :-
    Property(S): ProductToBeRegistered = 1
    MSI (s) (5C:D4) [17:59:21:784]: Note: 1: 1708
    MSI (s) (5C:D4) [17:59:21:784]: Product: Adobe_CreativieSuite_5_MNT -- Installation operation failed.
    MSI (s) (5C:D4) [17:59:21:784]: Windows Installer installed the product. Product Name: Adobe_CreativieSuite_5_MNT. Product Version: 1.2.0000. Product Language: 1033. Manufacturer: Adobe Systems Incorporated. Installation success or error status: 1603.
    Please let me how to install 64 bit package on Win7 64 bit.
    Thanks in Advance.

    Ok so I downloaded the most current installer CS5.1, My previous installer was version 5.0. It did install fine fully updated to my license version. I just wanted to update in case anyone in the future has a similiar experience. Too bad this advice was not offered by the "experts" here.

  • Unable to install Cisco Unity Express 8.5.1 on SRE-700

    Hi.
    I have a cisco 2951 router with SRE-700 module and i want to install CUE on it. My router IP configuration is as follows:
    interface GigabitEthernet0/0
    ip address 10.200.190.225 255.255.0.0
    duplex auto
    speed auto
    interface SM1/0
    ip unnumbered GigabitEthernet0/0
    service-module fail-open
    service-module ip address 10.200.190.226 255.255.0.0
    service-module ip default-gateway 10.200.190.225
    ip route 10.200.190.226 255.255.255.255 SM1/0
    and i have the following files in my FTP directory. Languages needed English and Arabic
    cue-installer.sme.8.5.1
    cue-vm-ar_SA-langpack.sme.8.5.1.prt1
    cue-vm-en_US-langpack.sme.8.5.1.prt1
    cue-vm-full-k9.sme.8.5.1.prt1
    cue-vm-installer-k9.sme.8.5.1.prt1
    cue-vm-k9.sme.8.5.1.key
    cue-vm-k9.sme.8.5.1.pkg
    cue-vm-k9.sme.8.5.1.pkg.install.sre
    cue-vm-k9.sme.8.5.1.pkg.install.sre.header
    cue-vm-langpack.sme.8.5.1.pkg
    i enter the following command
    service-module sm 1/0 install url ftp://<ip>/cue-vm-k9.sme.8.5.1.pkg
    installation starts. last message i got is "service module reset due to an error unable to install"
    Can anybody help on this?
    Regards

    Here is the output while installing CUE
    TSC-VM#service-module sm 1/0 install url
    *Mar 23 07:26:33.501: %SM_INSTALL-6-INST_RBIP: SM1/0 recei$ule sm 1/0 install url ftp://192.168.231.77/cue-vm-k9.sme.8.5.1.pkg 
    Proceed with installation? [no]: yes
    Loading cue-vm-k9.sme.8.5.1.pkg.install.sre !
    [OK - 22313/4096 bytes]
    Following languages are available for installation.
      #       SKU    Language Code           Language Name
      1       ITA         it_IT          CUE Voicemail Italian
      2       ESP         es_ES          CUE Voicemail European Spanish
      3       ENU         en_US          CUE Voicemail US English
      4       FRA         fr_FR          CUE Voicemail European French
      5       ESO         es_CO          CUE Voicemail Latin American Spanish
      6       ESM         es_MX          CUE Voicemail Mexican Spanish
      7       ARA         ar_SA          CUE Voicemail Arabic
      8       NLD         nl_NL          CUE Voicemail Dutch
      9       SVE         sv_SE          CUE Voicemail Swedish
    10       NOR         no_NO          CUE Voicemail Norwegian
    11       FRC         fr_CA          CUE Voicemail Canadian French
    12       PTG         pt_PT          CUE Voicemail Portuguese
    13       TUR         tr_TR          CUE Voicemail Turkish
    14       HUN         hu_HU          CUE Voicemail Hungarian
    15       ENG         en_GB          CUE Voicemail UK English
    16       DEU         de_DE          CUE Voicemail German
    17       DAN         da_DK          CUE Voicemail Danish
    18       PTB         pt_BR          CUE Voicemail Brazilian Portuguese
    19       KOR         ko_KR          CUE Voicemail Korean
    20       CHS         zh_CN          CUE Voicemail Mandarin Chinese
    21       JPN         ja_JP          CUE Voicemail Japanese
    22       RUS         ru_RU          CUE Voicemail Russian
    23       HBR         iw_IL          CUE Voicemail Hebrew
    You can install upto 5 language(s) on this platform.
    Please select the language(s) you want to install by entering the language number(s)
    Languages can be entered as comma separated or space separated list
    Example: 1,3 would select 'Italian' and 'US English'
    Enter languages:3, 7
    Following languages will be installed on the system:
    CUE Voicemail US English
    CUE Voicemail Arabic
    Do you want to continue with the selected options?(y/n):y
    input string: lang=no=2,CUE Voicemail US English,CUE Voicemail Arabic
    TSC-VM#
    *Mar 23 07:27:03.105: %SM_INSTALL-6-INST_RESET: SM1/0 is reset for software installation.
    *Mar 23 07:27:42.493: %SM_INSTALL-6-INST_RBIP: SM1/0 received msg: RBIP Registration Request
    *Mar 23 07:27:42.497: %SM_INSTALL-6-INST_RBIP: SM1/0 received msg: RBIP File Request
    *Mar 23 07:27:49.197: %SM_INSTALL-6-INST_RBIP: SM1/0 received msg: RBIP File Request
    *Mar 23 07:28:00.877: %SM_INSTALL-6-INST_RBIP: SM1/0 received msg: RBIP File Request
    *Mar 23 07:28:05.921: %SM_INSTALL-6-INST_RBIP: SM1/0 received msg: RBIP File Request
    *Mar 23 07:28:35.380: Delivery Ack could not be sent due to lack of buffers
    *Mar 23 07:28:46.764: %SM_INSTALL-6-INST_PROG: SM1/0 PROGRESSING: Validating package signature ....
    *Mar 23 07:28:46.904: %SM_INSTALL-6-INST_PROG: SM1/0 PROGRESSING: Parsing package manifest files ....
    *Mar 23 07:28:49.172: %SM_INSTALL-6-INST_PROG: SM1/0 PROGRESSING: Validating package signature ....
    *Mar 23 07:28:50.012: %SM_INSTALL-6-INST_FAIL: SM1/0 is reset due to Unable to install. Please try again.
    TSC-VM#service-module sm 1/0 status                                       
    Service Module is Cisco SM1/0
    Service Module supports session via TTY line 67
    Service Module is trying to recover from error
    Service Module heartbeat-reset is enabled
    Service Module status is not available
    No install/uninstall in progress
    My FTP Log is as follows
    #Software: Microsoft Internet Information Services 5.1
    #Version: 1.0
    #Date: 2011-03-23 07:25:44
    #Fields: time c-ip cs-method cs-uri-stem sc-status
    07:25:44 10.200.190.222 [1]USER anonymous 331
    07:25:44 10.200.190.222 [1]PASS [email protected] 230
    07:25:46 10.200.190.222 [1]sent /cue-vm-k9.sme.8.5.1.pkg.install.sre 426
    07:25:46 10.200.190.222 [1]QUIT - 426
    07:25:46 10.200.190.222 [2]USER anonymous 331
    07:25:46 10.200.190.222 [2]PASS [email protected] 230
    07:25:49 10.200.190.222 [2]sent /cue-vm-k9.sme.8.5.1.pkg.install.sre 226
    07:25:49 10.200.190.222 [2]QUIT - 226
    07:26:43 10.200.190.222 [3]USER anonymous 331
    07:26:43 10.200.190.222 [3]PASS [email protected] 230
    07:26:45 10.200.190.222 [3]sent /cue-vm-k9.sme.8.5.1.key 226
    07:26:45 10.200.190.222 [3]QUIT - 226
    07:26:45 10.200.190.222 [4]USER anonymous 331
    07:26:46 10.200.190.222 [4]PASS [email protected] 230
    07:26:48 10.200.190.222 [4]sent /cue-vm-k9.sme.8.5.1.key 226
    07:26:48 10.200.190.222 [4]QUIT - 226
    07:26:50 10.200.190.222 [5]USER anonymous 331
    07:26:50 10.200.190.222 [5]PASS [email protected] 230
    07:26:52 10.200.190.222 [5]sent /cue-installer.sme.8.5.1 426
    07:26:52 10.200.190.222 [5]QUIT - 426
    07:26:52 10.200.190.222 [6]USER anonymous 331
    07:26:52 10.200.190.222 [6]PASS [email protected] 230
    07:27:00 10.200.190.222 [6]sent /cue-installer.sme.8.5.1 226
    07:27:00 10.200.190.222 [6]QUIT - 226
    07:27:02 10.200.190.222 [7]USER anonymous 331
    07:27:02 10.200.190.222 [7]PASS [email protected] 230
    07:27:04 10.200.190.222 [7]sent /cue-vm-k9.sme.8.5.1.pkg.install.sre.header 226
    07:27:04 10.200.190.222 [7]QUIT - 226
    07:27:04 10.200.190.222 [8]USER anonymous 331
    07:27:04 10.200.190.222 [8]PASS [email protected] 230
    07:27:06 10.200.190.222 [8]sent /cue-vm-k9.sme.8.5.1.pkg.install.sre.header 226
    07:27:06 10.200.190.222 [8]QUIT - 226
    07:27:06 10.200.190.222 [9]USER anonymous 331
    07:27:07 10.200.190.222 [9]PASS [email protected] 230
    07:27:09 10.200.190.222 [9]sent /cue-vm-k9.sme.8.5.1.pkg.install.sre 426
    07:27:09 10.200.190.222 [9]QUIT - 426
    07:27:09 10.200.190.222 [10]USER anonymous 331
    07:27:10 10.200.190.222 [10]PASS [email protected] 230
    07:27:11 10.200.190.222 [10]sent /cue-vm-k9.sme.8.5.1.pkg.install.sre 226
    07:27:11 10.200.190.222 [10]QUIT - 226
    07:27:47 10.200.190.223 [11]USER anonymous 331
    07:27:47 10.200.190.223 [11]PASS [email protected] 230
    07:27:47 10.200.190.223 [11]sent /cue-vm-k9.sme.8.5.1.pkg 226
    07:27:47 10.200.190.223 [11]sent /cue-vm-k9.sme.8.5.1.pkg 226
    07:27:47 10.200.190.223 [11]QUIT - 226
    07:27:48 10.200.190.223 [12]USER anonymous 331
    07:27:48 10.200.190.223 [12]PASS [email protected] 230
    07:27:48 10.200.190.223 [12]sent /cue-vm-langpack.sme.8.5.1.pkg 226
    07:27:49 10.200.190.223 [12]sent /cue-vm-langpack.sme.8.5.1.pkg 226
    07:27:49 10.200.190.223 [12]QUIT - 226
    Please assist

  • Unable to install SQL Server CE Server Tool on SQL Server 2000 SP 4

    Hi
    I am facing problem with installing SQL Server CE Server Tool,
    I have installed SQL Server 2000 SP 4 which is working fine.
    While i am running Setup of "SQL Server 2000 Windows CE Edition version 2.0" ,Developer tools installed successfully but incase of SQL Server CE Server Tool i am getting following Error
    "SQL Server CE Tool is compatible only with SQL Server 2000 Service pack 1 and higher.
    When you install SQL Server CE Server Tools on a computer running both IIS and SQL Server 2000 , ensure the installer for SQL Server CE Server Tools corresponds To the version of SQL Server 2000."
    I am sure that i have running SQL Server 2000 SP 4 (MSDE also SP 4) , IIS (Version 5.1) is also working fine , and one more thing i am trying to install SQL Server CE Server Tool setup is "sqlce20sql2ksp4.exe" (Which i downloaded from microsoft site.).Here all the requirement is fulfill but i dont know what is going to wrong.
    I wasted my 2 days behind solving this issue , now i am tiered ,So please any one have solution for this issue.
    Help me please.
    Thanks in advance.
    Regards,
    Ketan Gohil
    ([email protected],[email protected],[email protected])

    Refer this link,
    http://social.technet.microsoft.com/Forums/sqlserver/en-US/a8591747-689d-4a2e-b301-86094daf6cec/unable-to-install-sql-server-ce-server-tool-on-sql-server-2000-sp-4?forum=sqlce
    http://www.vbforums.com/showthread.php?472623-Compatible-SQL-Server-CE-installer
    Regards, RSingh

  • Unable to install SQL Server 2012 on my Surface 3 computerr w/Windows 8.1 as the OS

    Another user,
    Cheer08, has replied to a thread you have subscribed to in the
    SQL Server Express Forum.
    Here are the error messages:
    Error 2
    Error 1
    Hello,
    This error is related to Microsoft Visual C++ 2005. Could you try to download and install Microsoft Visual C++ 2005 with service pack 1 (SP1) included:
    http://www.microsoft.com/en-us/download/details.aspx?id=5638 (x86 or 32-bit)
    http://www.microsoft.com/en-us/download/details.aspx?id=18471
    (x64 or 64-bit)
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com
    Thread Title Unable to install SQL Server 2012 on my Surface 3 computerr w/Windows 8.1 as the OS.
    Started by: FenixRising
    Reply:
    Fenix, this is SQL Server forum. Regarding the Visual C++ 2005 SP1 Redistributable setup issue, you need to post question in
    visual studio forum to get better help.
    After installing Visual C++ 2005 SP1 Redistributable successfully,are you able to install SQL Server? If not, share us SQL Server setup logs. This link
    https://msdn.microsoft.com/en-us/library/ms143702(v=sql.110).aspx will help you View and Read SQL Server Setup Log Files
    Im going to run it now. Get back to you.

    Hi,
        I am unable to install SQL Server 2012. I have the install log, but I don't can't read them.
    Overall summary:
      Final result:                  Failed: see details below
      Exit code (Decimal):           -2053898239
      Start time:                    2015-02-08 23:03:01
      End time:                      2015-02-08 23:07:31
      Requested action:              Install
    Setup completed with required actions for features.
    Troubleshooting information for those features:
      Next step for Adv_SSMS:        Use the following information to resolve the error, and then try the setup process again.
      Next step for SSMS:            Use the following information to resolve the error, and then try the setup process again.
      Next step for RS:              Use the following information to resolve the error, and then try the setup process again.
      Next step for SQLEngine:       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 Replication:     Use the following information to resolve the error, and then try the setup process again.
    Machine Properties:
      Machine name:                  RLC_WORK
      Machine processor count:       4
      OS version:                    Future Windows Version
      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                                                         
    Client Tools Connectivity                1033                                     
    11.2.5058.0     No         Yes       
      SQL Server 2012                                                         
    Client Tools Backwards Compatibility     1033                                     
    11.2.5058.0     No         Yes       
      SQL Server 2012                                                         
    Client Tools SDK                         1033                                     
    11.2.5058.0     No         Yes       
      SQL Server 2012                                                         
    SQL Server Data Tools                    1033                 Express Edition     
    11.2.5058.0     No         Yes       
      SQL Server 2012                                                         
    LocalDB                                  1033                
    Express Edition      11.0.2100.60    No         Yes       
    Package properties:
      Description:                   Microsoft SQL Server 2012
      ProductName:                   SQL Server 2012
      Type:                          RTM
      Version:                       11
      Installation location:         C:\76766b629842c4dc54646a47c04202\x64\setup\
      Installation edition:          Express
      Slipstream:                    True
      SP Level                       2
    Product Update Status:
      Success: KB 2958429
    Product Updates Selected for Installation:
      Title:                         Service Pack 2
      Knowledge Based Article:       KB 2958429
      Version:                       11.2.5058.0
      Architecture:                  x64
      Language:                      1033
      Update Source:                 Slipstream
    User Input Settings:
      ACTION:                        Install
      ADDCURRENTUSERASSQLADMIN:      true
      AGTSVCACCOUNT:                 NT AUTHORITY\NETWORK SERVICE
      AGTSVCPASSWORD:                *****
      AGTSVCSTARTUPTYPE:             Disabled
      ASBACKUPDIR:                   Backup
      ASCOLLATION:                   Latin1_General_CI_AS
      ASCONFIGDIR:                   Config
      ASDATADIR:                     Data
      ASLOGDIR:                      Log
      ASPROVIDERMSOLAP:              1
      ASSERVERMODE:                  MULTIDIMENSIONAL
      ASSVCACCOUNT:                  <empty>
      ASSVCPASSWORD:                 <empty>
      ASSVCSTARTUPTYPE:              Automatic
      ASSYSADMINACCOUNTS:            <empty>
      ASTEMPDIR:                     Temp
      BROWSERSVCSTARTUPTYPE:         Disabled
      CLTCTLRNAME:                   <empty>
      CLTRESULTDIR:                  <empty>
      CLTSTARTUPTYPE:                0
      CLTSVCACCOUNT:                 <empty>
      CLTSVCPASSWORD:                <empty>
      CLTWORKINGDIR:                 <empty>
      COMMFABRICENCRYPTION:          0
      COMMFABRICNETWORKLEVEL:        0
      COMMFABRICPORT:                0
      CONFIGURATIONFILE:             
      CTLRSTARTUPTYPE:               0
      CTLRSVCACCOUNT:                <empty>
      CTLRSVCPASSWORD:               <empty>
      CTLRUSERS:                     <empty>
      ENABLERANU:                    true
      ENU:                           true
      ERRORREPORTING:                true
      FEATURES:                      SQLENGINE, REPLICATION, FULLTEXT, RS, SSMS, ADV_SSMS
      FILESTREAMLEVEL:               0
      FILESTREAMSHARENAME:           <empty>
      FTSVCACCOUNT:                  NT Service\MSSQLFDLauncher$SQLEXPRESS
      FTSVCPASSWORD:                 <empty>
      HELP:                          false
      IACCEPTSQLSERVERLICENSETERMS:  true
      INDICATEPROGRESS:              false
      INSTALLSHAREDDIR:              C:\Program Files\Microsoft SQL Server\
      INSTALLSHAREDWOWDIR:           C:\Program Files (x86)\Microsoft SQL Server\
      INSTALLSQLDATADIR:             <empty>
      INSTANCEDIR:                   C:\Program Files\Microsoft SQL Server\
      INSTANCEID:                    SQLEXPRESS
      INSTANCENAME:                  SQLEXPRESS
      ISSVCACCOUNT:                  NT AUTHORITY\Network Service
      ISSVCPASSWORD:                 <empty>
      ISSVCSTARTUPTYPE:              Automatic
      MATRIXCMBRICKCOMMPORT:         0
      MATRIXCMSERVERNAME:            <empty>
      MATRIXNAME:                    <empty>
      NPENABLED:                     0
      PID:                           *****
      QUIET:                         false
      QUIETSIMPLE:                   false
      ROLE:                          AllFeatures_WithDefaults
      RSINSTALLMODE:                 DefaultNativeMode
      RSSHPINSTALLMODE:              DefaultSharePointMode
      RSSVCACCOUNT:                  NT Service\ReportServer$SQLEXPRESS
      RSSVCPASSWORD:                 <empty>
      RSSVCSTARTUPTYPE:              Automatic
      SAPWD:                         <empty>
      SECURITYMODE:                  <empty>
      SQLBACKUPDIR:                  <empty>
      SQLCOLLATION:                  SQL_Latin1_General_CP1_CI_AS
      SQLSVCACCOUNT:                 NT Service\MSSQL$SQLEXPRESS
      SQLSVCPASSWORD:                <empty>
      SQLSVCSTARTUPTYPE:             Automatic
      SQLSYSADMINACCOUNTS:           RLC_WORK\Robert
      SQLTEMPDBDIR:                  <empty>
      SQLTEMPDBLOGDIR:               <empty>
      SQLUSERDBDIR:                  <empty>
      SQLUSERDBLOGDIR:               <empty>
      SQMREPORTING:                  true
      TCPENABLED:                    0
      UIMODE:                        AutoAdvance
      UpdateEnabled:                 true
      UpdateSource:                  Slipstream
      X86:                           false
      Configuration file:            C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20150208_230228\ConfigurationFile.ini
    Detailed results:
      Feature:                       Management Tools - Complete
      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:                Microsoft .NET Framework 3.5
      Component error code:          0x85940001
      Error description:             Error while enabling Windows feature : NetFx3, Error Code : -2146498270 , Please try enabling Windows feature : NetFx3 from Windows management tools and then run
    setup again. For more information on how to enable Windows features , see http://go.microsoft.com/fwlink/?linkid=227143
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.5058.0&EvtType=0x681D636F%401428%401&EvtType=0x681D636F%401428%401
      Feature:                       Management Tools - Basic
      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:                Microsoft .NET Framework 3.5
      Component error code:          0x85940001
      Error description:             Error while enabling Windows feature : NetFx3, Error Code : -2146498270 , Please try enabling Windows feature : NetFx3 from Windows management tools and then run
    setup again. For more information on how to enable Windows features , see http://go.microsoft.com/fwlink/?linkid=227143
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.5058.0&EvtType=0x681D636F%401428%401&EvtType=0x681D636F%401428%401
      Feature:                       Reporting Services - Native
      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:                Microsoft .NET Framework 3.5
      Component error code:          0x85940001
      Error description:             Error while enabling Windows feature : NetFx3, Error Code : -2146498270 , Please try enabling Windows feature : NetFx3 from Windows management tools and then run
    setup again. For more information on how to enable Windows features , see http://go.microsoft.com/fwlink/?linkid=227143
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.5058.0&EvtType=0x681D636F%401428%401&EvtType=0x681D636F%401428%401
      Feature:                       Database Engine 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:                Microsoft .NET Framework 3.5
      Component error code:          0x85940001
      Error description:             Error while enabling Windows feature : NetFx3, Error Code : -2146498270 , Please try enabling Windows feature : NetFx3 from Windows management tools and then run
    setup again. For more information on how to enable Windows features , see http://go.microsoft.com/fwlink/?linkid=227143
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.5058.0&EvtType=0x681D636F%401428%401&EvtType=0x681D636F%401428%401
      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:                Microsoft .NET Framework 3.5
      Component error code:          0x85940001
      Error description:             Error while enabling Windows feature : NetFx3, Error Code : -2146498270 , Please try enabling Windows feature : NetFx3 from Windows management tools and then run
    setup again. For more information on how to enable Windows features , see http://go.microsoft.com/fwlink/?linkid=227143
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.5058.0&EvtType=0x681D636F%401428%401&EvtType=0x681D636F%401428%401
      Feature:                       SQL Server Replication
      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:                Microsoft .NET Framework 3.5
      Component error code:          0x85940001
      Error description:             Error while enabling Windows feature : NetFx3, Error Code : -2146498270 , Please try enabling Windows feature : NetFx3 from Windows management tools and then run
    setup again. For more information on how to enable Windows features , see http://go.microsoft.com/fwlink/?linkid=227143
      Error help link:               http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.5058.0&EvtType=0x681D636F%401428%401&EvtType=0x681D636F%401428%401
    Rules with failures:
    Global rules:
    Scenario specific rules:
    Rules report file:               C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20150208_230228\SystemConfigurationCheck_Report.htm
    Fenix

  • Unable to install SQL server 2000 and 2005 on Satellite A205-s5831

    Hello everyone.
    I Needs some helps from all of you.
    I have Toshiba Laptop Satellite A205-S5831.
    Its Have Windows Vista Home Premium.
    And I am unable to install SQL server 2000 and 2005.
    I also Unable to Install Windows XP SP2.
    Problem is SATA driver.
    Plz Help me ...!
    Response me

    Hi
    The Windows XP needs a SATA driver if you want to install it on the notebook with SATA HDD controller.
    The SATA driver can be found in the Intel Storage Manager.
    I would recommend using the nLite program to include a SATA driver into the new Windows XP CD and then to boot from the new created XP CD.
    Here you will find all details regarding the nLite:
    http://www.nliteos.com/
    Regarding SQL server issue;
    Maybe you will be able to install in on Windows XP. Possibly there is a compatibility issue between the Vista and the SQL server software

  • Unable to install SQL Server 2014 Express LocalDb on Windows 8.1 Update 1

    Apologies if this is not the right place or this has been posted before (I looked and didn't find anything)
    I am unable to install SQL Server 2014 Express LocalDb on Windows 8.1 Update 1, as I get an 'Operating System not Supported' error message right away.
    What can I do to get this working?

    Hi Zgreve,
    Usually, from
    hardware and software requirements for installing SQL Server 2014, we can install SQL Server Express version on the Windows 8.1. For more information, see:
    Microsoft SQL Server 2014 Express.
     Before you install SQL Server 2014 Express version, you should ensure installing the .NET Framework 4, then run as administrator for the SQL Server setup.exe again.
     There is a similar detail about install SQL Server Express LocalDB via GUI and command line. You can also review the following steps.
    http://www.mssqltips.com/sqlservertip/2694/getting-started-with-sql-server-2012-express-localdb/
    If the same error about OS still exists,  I recommend you submitting a feedback to Microsoft such issues at
    https://connect.microsoft.com/SQLServer/Feedback, Your feedback enables Microsoft to offer the best software and deliver superior services, meanwhile you can learn more about and contribute to the
    exciting projects on Microsoft Connect.
    Thanks,
    Sofiya Li
    Sofiya Li
    TechNet Community Support

  • Unable to install Sql Server 2008 R2 express on windows 2003

    Hi,
    I am unable to install sql server express edition with management tools, on windows server 2003. During rules check, it gives an error that minimum os version is not supported.
    .net framework requirements have been met.
    Is there something that I am missing ? Any pointers would be of immense help
    thanks
    Saagar

    Hello,
    Whats is Service Pack edition of Windows 2003 server.As per prerequisites it requires SP2 for windows Server 2003 I guess your server is not updated to latest SP.Please refer below link for hardware and software requirement
    http://msdn.microsoft.com/en-us/library/ms143506(v=sql.105).aspx#SSE_x64
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • Unable to install SQL server 2008 r2 standard edition on windows server 2008 r2 sp1

    I am unable to install sql server 2008 r2 standard edition on windows server 2008 r2 sp1.
     On the Setup Support Files page, choose Install this step I don't get any other window i.e. nothing happens I waited for 5-10 min.  Then I checked the log file.
    Final result:                  Failed: see details below
      Exit code (Decimal):           -2068053929
      Exit facility code:            1212
      Exit error code:               87
      Exit message:                  Failed: see details below
      Start time:                    2014-03-18 14:59:31
      End time:                      2014-03-18 15:00:25
    === Verbose logging started: 3/19/2014  9:45:47  Build type: SHIP UNICODE 5.00.7601.00  Calling process: E:\SQL Server 2008 R2 Standard\x64\setup100.exe ===
    MSI (c) (10:34) [09:45:47:496]: Note: 1: 2203 2: E:\SQL Server 2008 R2 Standard\x64\redist\watson\dw20sharedamd64.msi 3: -2147287038
    MSI (c) (10:34) [09:45:47:496]: MsiOpenPackageEx is returning 2.
    === Verbose logging stopped: 3/19/2014  9:45:47 ===
    Please help As i am running out of time as i have to upgrade TFS for that first step is to install SQL server.

    Hello,
    The following are a few things you can try:
    Copy the media to the local disk drive, unzip it (in case you are installing from an ISO file, and run SQL Server setup from there.
    Try to unregister and register the Windows Installer with the following two commands:
    msiexec /unregister
    msiexec /regserver
    Try to use Process Monitor to log the detailed error produced when the installation of dw20sharedamd64.msi fails. You can download Process Monitor from the following link:
    http://technet.microsoft.com/en-us/sysinternals/bb896645
    Share with us the error captured by Process Monitor.
    Hope this helps.
    Regards,
    Alberto Morillo
    SQLCoffee.com

  • Unable to install SQL Server 2012 along with BIDS & VS 2012 on Windows 7

    Unable to install SQL Server 2012 along with BIDS & VS 2012 on Windows 7 professional.
    I get the below error
    Could not find vsjitdebugger.exe
    Blogs say anti-virus is stopping but I dont have one on the system.
    Note: I had used SQL 2008 on the system previously and has a refresh i have deleted all the software to speed up the system.
    Now i could not install both the software.
    Can I get some help regarding this?

    Hi Nandu,
    As your description, you come across an error(vsjitdebugger.exe cannot be found). Please confirm if the error occurs during the installation of SQL Server 2012.  If so, please help post SQL Server setup logs. By default, SQL Server setup log file locates
    in C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log.
    Base on my research, this error could be caused by that the previous uninstallation is improper and vsjitdebugger.exe file could be mistakenly deleted.
    To troubleshoot the issue, you could start your computer into Safe Mode and fix your problem with one of the following methods. For more information, please refer to the article:
    http://www.fixerrorkit.com/fix-error/fix-vsjitdebugger.exe-error.html.
    1. You could execute the sfc /scannow command following steps below.
    a. Press "Windows+R", type in cmd and then right click "Run as administrator"
    b. Type in sfc /scannow (There's a space between sfc and /scannow) into the dialog and hit Enter key and click ok.
    c. Wait until the System File Checker finishes the check.
    2. You could use a Windows repair installation, also known as a Startup Repair to repair your Windows system files.
    3. You could install the latest Windows updates to fix vsjitdebugger.exe error. Microsoft often releases new service packs and system patches to replace or update some DLL files of Windows system.
    4. You could use third-party tool such as Automatic Error Fix Tool to fix your vsjitdebugger.exe error. However, Microsoft cannot make any representations regarding the quality, safety, or suitability of any third-party software or information found there.
    In addition, if you are unable to install  Visual Studio, I suggest you post your question in Visual Studio Setup and Installation forum at
    https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?forum=vssetup  . It is appropriate and more experts will assist you.
    Regards,
    Michelle Li

Maybe you are looking for