Not able to Install Webcenter site 11g R1 (11.1.1.6.0)  in my local PC

1. I downloaded hsqldb 2.2.8 and set up the database, the connection properties are
     TYPE      :     HSQL Database Engine In-Memory
     Driver     :     org.hsqldb.jdbc.JDBCDriver
     URL     :     jdbc:hsqldb:mem:.
     USER     :     SA
     Password:
2. I started the database server and created a sample table 'emp'.
3. Downloaded tomcat 6.0.35 and in context.xml i did the below entry to make the hsqldb connection, and copies hsqldb.jar into lib folder of Tomcat
     <Resource auth="Container" defaultTransactionIsolation="READ_UNCOMMITTED" description="Tomcat Connection Pool" driverClassName="org.hsqldb.jdbc.JDBCDriver" initialSize="1" maxActive="100" maxWait="7500" name="csDataSource" password="" scope="Shareable" type="javax.sql.DataSource" url="jdbc:hsqldb:hsql://localhost/" username="SA"/>
4. In catalina.properties i setup the classpath for cas.properties or else the tomcat throwing the error saying not able to identify cas.properties.
The entry is given below
shared.loader=C:/Sri/installables/fatwire/bin
5. From oracle i downloaded ofm_sites_generic_11.1.1.6.0_disk1_1of1.zip i extracted all the content
6. To install the webcenter site content server, i clicked csInstall.bat under C:\Sri\FatWire\ContentServer
7. It started and installing the server upto 70% then a dialog box pop up with the following message
          Do not click OK until you have completed all of the following steps:
          1. If your platform requires you to manually deploy the Oracle
          WebCenter Sites application, deploy Oracle WebCenter Sites now. Otherwise,
          continue with step 2.
          2. If you wish to customize your Oracle WebCenter Sites installation
          and require access to Oracle WebCenter Sites's property files,
          click the Property Editor button.
          3. Restart your application server.
          4. Click Test to test your installation and make sure all tests
          are successful.
          5. If the tests are successful, click OK.
8. Then when i click Test button, i got the following messages
     The status is an follows :
          HelloCS has failed
          Ping DB has failed
          DB Permissions has failed
9. In the log file install_log under <fatwire_instll_dir>/ominstallinfo, i saw the following entries
[2012-07-27 09:10:57.134][CS.INSTALL][INFO] InstallActionManager.orderActions() : StartAppServer Action found at = (-1)
[2012-07-27 09:10:57.165][CS.INSTALL][INFO] InstallActionManager.orderActions() : StartAppServer Action found at = (-1)
[2012-07-27 09:11:43.144][CS][ERROR] com.fatwire.cs.core.http.HttpAccessException: org.apache.http.conn.HttpHostConnectException: Connection to http://PRK-SSUNDARAR.us.ad.xxxx.com:80 refused
[2012-07-27 09:11:43.175][CS.INSTALL][INFO] CSSetupEngine.postURL: PostURL failed for http://PRK-SSUNDARAR.us.ad.xxxx.com:80/cs/HelloCS
:: ERROR = No response was received from the server
[2012-07-27 09:11:44.236][CS][ERROR] com.fatwire.cs.core.http.HttpAccessException: org.apache.http.conn.HttpHostConnectException: Connection to http://PRK-SSUNDARAR.us.ad.xxxx.com:80 refused
[2012-07-27 09:11:44.236][CS.INSTALL][INFO] CSSetupEngine.postURL: PostURL failed for http://PRK-SSUNDARAR.us.ad.xxxx.com:80/cs/Install?test=test&ReInit=FALSE&CSInstallType=single&CSInstallAccountName=ContentServer&CSInstallAccountPassword=675286278df204915f228fd298c09388&CSInstallDirectory=C%3A%2FSripY%2Finstallables%2Ffatwire&CSInstallAppName=fwadmin&CSInstallAppPassword=675286278df204915f228fd298c09388
:: ERROR = No response was received from the server
[2012-07-27 09:12:55.005][CS.INSTALL][INFO] CSSetupEngine.testConnectionAction: Testing user configuration and database connectivity.
What could went wrong here?
regards
Sri

Hi Tony,
I don't have mac o/s so am using Windows XP. I tried to open "Download the scripts and instructions here" from your blog but
it is opening a new window in the browser with some gybrish characters.
Here is what i did, as i explained it in my earlier post, now also i am facing the
same issue while setting up the server in GUI mode but in the log file it is showing
different exception now compare to the earlier one. I will explain the step by step approach of mine
1. start the Hsqldb2.2.8 in webserver mode (will the latest version cause any issue here?)
2. started the tomcat 6.0.35
3. As explained it in oracle site document for "installing webcenter sites in Tomcat" i did
the below changes
1. i downloaded the installation zip file and extracted it in my local m/c. Note:
this is not my installation folder.
2. then i went to cs-cache.xml,linked-cache.xml, ss-cache.xml and cas-cache.xml and
maintain the unique entries for multicastGroupAddress, multicasegroupport and timeToLive.
[I did the modification in the extracted folder thinking that it will get copied while
doing the installation, and my assumption is correct in the tomcat while deploying later i
saw all my entries in corresponding files ]
3. In jbossTicketCacheReplicationConfig.xml i modified mcast_addr="239.255.0.0" and
mcast_port as 4447
4. Then i started installing the content server, i gave the host name and port "localhost"
and "8080" wherever it is asking.
5. i clickec express installation instead of Custom settings
6. After installing it fro 73% again i got the same issue
7. When i was going through all the issues logs i found below issues.
a) it was not able to identify cache bean reference inside ticketRegistry.xml so i
commented out JBossCacheTicketRegistry and started using DefaultTicketRegistry in ticketRegistry.xml
<!-- Ticket Registry -->
     <bean id="ticketRegistry" class="org.jasig.cas.ticket.registry.DefaultTicketRegistry"
          />
     <!--<bean id="ticketRegistry" class="org.jasig.cas.ticket.registry.JBossCacheTicketRegistry"
          p:cache-ref="cache" />
<bean id="cache" class="org.jasig.cas.util.JBossCacheFactoryBean"
          p:configLocation="classpath:jbossTicketCacheReplicationConfig.xml" />
-->
Again i restarted the Tomcat server.....
b) In sites.log file i notice an exception
          org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ssolistener' defined in class path resource [SSOConfig.xml]: Instantiation of bean failed; nested exception is java.lang.ExceptionInInitializerError
     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:883)
     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:839)
     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:440)
     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
     at java.security.AccessController.doPrivileged(Native Method)
     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
     at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
     at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:221)
     at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:261)
     at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:185)
     at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:164)
     at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:429)
     at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:729)
     at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:381)
     at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:139)
     at org.springframework.context.support.ClassPathXmlApplicationContext.<init>(ClassPathXmlApplicationContext.java:93)
     at com.fatwire.wem.sso.DynamicInjector.<init>(DynamicInjector.java:52)
     at com.fatwire.wem.sso.DynamicInjector.instance(DynamicInjector.java:232)
     at com.fatwire.wem.sso.SSOFilter.init(SSOFilter.java:65)
     at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:295)
     at org.apache.catalina.core.ApplicationFilterConfig.setFilterDef(ApplicationFilterConfig.java:422)
     at org.apache.catalina.core.ApplicationFilterConfig.<init>(ApplicationFilterConfig.java:115)
     at org.apache.catalina.core.StandardContext.filterStart(StandardContext.java:4072)
     at org.apache.catalina.core.StandardContext.start(StandardContext.java:4726)
     at org.apache.catalina.startup.HostConfig.checkResources(HostConfig.java:1284)
     at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1382)
     at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:306)
     at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:142)
     at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1389)
     at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1653)
     at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1662)
     at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1642)
     at java.lang.Thread.run(Thread.java:662)
Caused by: java.lang.ExceptionInInitializerError
     at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
     at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
     at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
     at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
     at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:100)
     at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:61)
     at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:877)
     ... 32 more
Caused by: net.sf.ehcache.CacheException: error setting options
     at net.sf.ehcache.distribution.MulticastRMICacheManagerPeerProvider.init(MulticastRMICacheManagerPeerProvider.java:99)
     at net.sf.ehcache.CacheManager.init(CacheManager.java:306)
     at net.sf.ehcache.CacheManager.<init>(CacheManager.java:234)
     at com.fatwire.cache.ehcache.EhCacheObjectCache._initCache(EhCacheObjectCache.java:704)
     at com.fatwire.cache.ehcache.EhCacheObjectCache.start(EhCacheObjectCache.java:538)
     at com.fatwire.wem.sso.cas.cache.SessionMappingStorage.<init>(SessionMappingStorage.java:47)
     at com.fatwire.wem.sso.cas.listener.CASListener.<clinit>(CASListener.java:15)
c) In cms.log i got below exception
2012-07-28 11:49:59,500 ERROR [org.springframework.web.context.ContextLoader] - Context initialization failed
org.springframework.beans.factory.BeanDefinitionStoreException: Could not resolve bean definition resource pattern [WEB-INF/spring-configuration/*.xml]; nested exception is java.io.FileNotFoundException: ServletContext resource [WEB-INF/spring-configuration/] cannot be resolved to URL because it does not exist
     at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:190)
     at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:149)
     at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:124)
     at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:92)
     at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:123)
     at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:422)
     at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:352)
     at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255)
     at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199)
     at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45)
     at org.jasig.cas.web.init.SafeContextLoaderListener.contextInitialized(SafeContextLoaderListener.java:62)
     at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4206)
     at org.apache.catalina.core.StandardContext.start(StandardContext.java:4705)
     at org.apache.catalina.startup.HostConfig.checkResources(HostConfig.java:1284)
     at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1382)
     at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:306)
     at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:142)
     at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1389)
     at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1653)
     at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1662)
     at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1642)
     at java.lang.Thread.run(Thread.java:662)
Caused by: java.io.FileNotFoundException: ServletContext resource [WEB-INF/spring-configuration/] cannot be resolved to URL because it does not exist
     at org.springframework.web.context.support.ServletContextResource.getURL(ServletContextResource.java:130)
     at org.springframework.core.io.support.PathMatchingResourcePatternResolver.isJarResource(PathMatchingResourcePatternResolver.java:406)
     at org.springframework.core.io.support.PathMatchingResourcePatternResolver.findPathMatchingResources(PathMatchingResourcePatternResolver.java:338)
     at org.springframework.core.io.support.PathMatchingResourcePatternResolver.getResources(PathMatchingResourcePatternResolver.java:276)
     at org.springframework.context.support.AbstractApplicationContext.getResources(AbstractApplicationContext.java:1018)
     at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:177)
     ... 21 more
2012-07-28 11:49:59,515 FATAL [org.jasig.cas.web.init.SafeContextLoaderListener] - SafeContextLoaderListener:
The Spring ContextLoaderListener we wrap threw on contextInitialized.
But for our having caught this error, the web application context would not have initialized.
org.springframework.beans.factory.BeanDefinitionStoreException: Could not resolve bean definition resource pattern [WEB-INF/spring-configuration/*.xml]; nested exception is java.io.FileNotFoundException: ServletContext resource [WEB-INF/spring-configuration/] cannot be resolved to URL because it does not exist
     at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:190)
     at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:149)
     at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:124)
     at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:92)
     at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:123)
     at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:422)
     at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:352)
     at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255)
     at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199)
     at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45)
     at org.jasig.cas.web.init.SafeContextLoaderListener.contextInitialized(SafeContextLoaderListener.java:62)
     at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4206)
     at org.apache.catalina.core.StandardContext.start(StandardContext.java:4705)
     at org.apache.catalina.startup.HostConfig.checkResources(HostConfig.java:1284)
     at org.apache.catalina.startup.HostConfig.check(HostConfig.java:1382)
     at org.apache.catalina.startup.HostConfig.lifecycleEvent(HostConfig.java:306)
     at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:142)
     at org.apache.catalina.core.ContainerBase.backgroundProcess(ContainerBase.java:1389)
     at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1653)
     at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.processChildren(ContainerBase.java:1662)
     at org.apache.catalina.core.ContainerBase$ContainerBackgroundProcessor.run(ContainerBase.java:1642)
     at java.lang.Thread.run(Thread.java:662)
Caused by: java.io.FileNotFoundException: ServletContext resource [WEB-INF/spring-configuration/] cannot be resolved to URL because it does not exist
     at org.springframework.web.context.support.ServletContextResource.getURL(ServletContextResource.java:130)
     at org.springframework.core.io.support.PathMatchingResourcePatternResolver.isJarResource(PathMatchingResourcePatternResolver.java:406)
     at org.springframework.core.io.support.PathMatchingResourcePatternResolver.findPathMatchingResources(PathMatchingResourcePatternResolver.java:338)
     at org.springframework.core.io.support.PathMatchingResourcePatternResolver.getResources(PathMatchingResourcePatternResolver.java:276)
     at org.springframework.context.support.AbstractApplicationContext.getResources(AbstractApplicationContext.java:1018)
     at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:177)
     ... 21 more
Let me know what else i missed here.
regards
Sri

Similar Messages

  • Not able to install Oracle Client 11g R2 64 bit on Windows 7 Enterprise 64

    I am having issues. I get "Central Inventory is not locked" and Oracle 11g R2 just closes itself.
    I had some previous installations of Oracle, but I am unsure how to get rid of them all. I already removed the registry keys associated with Oracle. Any help here?

    One user above reported installing the 64 bit odbc drivers and then the 32 bit drivers. How did you do that? I'm a neophyte to this.
    I'm trying to get a 32 bit ODBC oracle driver to work on a server 2008 R2 machine. I downloaded the 11gR2 x64 client from oracle. The install process makes no mention of 32bit vs 64bit installation. After running the instalation I can run the ODBC administrator and generate a DSN for oracle. When I run the 32 ODBC administrator there is no oracle driver available except the microsoft driver for oracle. When I select that it says that I need to install oracle.
    I had at first tried to install 11g instant client. However that didn't work for the 2008 R2 machine. It complained about some registry error when I tried to run the ODBC install program. I need to get it to work for a customer asap.

  • Webcenter Site 11g : Cluster Install : logout issue facing.

    Hi Friends ,
    We have installed the Webcenter site 11g Cluster install on Weblogic server successfully. We have faced any issues while installation. After successful installtion , When we login to sample sites( going here & then) and click on the LOGOUT button on the page , its not logging out , again it is landing with same page where we clicked LOGOUT button.
    We shutdown one cluster server (NODE1) , and NODE2 was up and running , now logout issue is not persisting and same NODE2 was down and NODE1 was up , now also no issue. BUT , if we start accessing sites from LBR url , this logout issue facing. There is no Error in sites..log & cas.log.
    :-( we have created the ORacle SR , but still we have not received any soln.
    Please help us , what could be the issue here.
    Naveen

    It's possible this is due to the cas url not being set correctly. In SSOConfig.xml you have two places to set this
    casUrl - needs to be set to the external address for cas, this link will be included in pages visible to the end user (eg via webserver or loadbalancer).
    casInternalUrl - needs to be set to an internal address for cas, Sites/CS will call this directly (should not go through webserver/loadbalancer)
    If these are correct, then try to rule out whether the webserver/loadbalancer is an issue
    - is it session sticky?
    - if you set casUrl / casInternalUrl to point direct to cas can you login/logout direct to CS without the loadbalancer?
    Phil

  • I am not able to install the toad version for Oracle 11g

    Hi,
    1] I am not able to install the "Toad for Oracle 11.5 Freeware" it's expire in Oct-2013.Now i am trying to download the new version but the same s/w downloaded and at the time installation it's shown me that this s/w is expire and install new version
    2] Also installed "Toad for Oracle Version 9.0" vesrion it's installed Successfully but when i am trying to start the toad it's shown msg as "Oracle Instant client is not installed.
    3] In "Toad for Oracle Version 9.0" can i exceute the queryies from Oracle 11g database.
    Kindly suggest to way out,
    Regards,
    Sachin

    user7197586 wrote:
    Hi
    Thanks for update.
    If i want to use the Toad,can you please suggest
    Regards,
    Sachin
    Re-asking won't help you to get help, especially when it's for non-Oracle product.
    You've been advised to look at Toad side. Please go ahead.
    -- locking thread --
    Nicolas (moderator).

  • Not able to install my printer on my Asus Laptop. I have the Hp OfficeJet 6400.

    not able to install my printer on my Asus Laptop. I have the Hp OfficeJet 6480 and an Asus X550C running Windows 8.1. After downloading the software on HP's site nothing happens after it downloads and does the extract process. The installer just dissapears. If I try to uninstall it, I get a message saying that it's running and cannot ininstall. I've tried the Print and scan doctor as well as the Installation wizard. Also disabled firewalls .... nothing works
    This question was solved.
    View Solution.

    It turned out to be a corrupted .dat file in the windows directory. Removed it and problem solved!
    dw

  • Not able to install SQL server on windows 7 - Installation halts during pre-installation.

    Hi Team,
    Am not able to install SQL Server on my windows. i have checked several links and sites. But nothing helped. Following is captured in the boot strap logs.
    2014-09-19 12:31:48 Slp: Running Action: StartSqmSession
    2014-09-19 12:31:48 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine 
    2014-09-19 12:31:48 Slp: Sco: Attempting to open registry subkey Software\Microsoft\Microsoft SQL Server\100
    2014-09-19 12:31:48 Slp: Sco: Attempting to get registry value CustomerFeedback
    2014-09-19 12:31:48 Slp: SQM is opted-out by command line parameter /SQMREPORTING or registry key setting, SQM session is closed
    2014-09-19 12:31:48 Slp: Completed Action: StartSqmSession, returned True
    2014-09-19 12:31:48 Slp: ----------------------------------------------------------------------
    2014-09-19 12:31:48 Slp: Running Action: ValidateSettingsAgainstScenario
    2014-09-19 12:31:48 Slp: Scenario: RunRules
    2014-09-19 12:31:48 Slp: Completed Action: ValidateSettingsAgainstScenario, returned True
    2014-09-19 12:31:48 Slp: Completed Action: ExecuteBootstrapAfterExtensionsLoaded, returned True
    2014-09-19 12:31:48 Slp: ----------------------------------------------------------------------
    2014-09-19 12:31:48 Slp: Running Action: RunDiscoveryAction
    2014-09-19 12:31:48 Slp: Running discovery on local machine
    2014-09-19 12:31:48 Slp: Discovery on local machine is complete
    2014-09-19 12:31:48 Slp: Completed Action: RunDiscoveryAction, returned True
    2014-09-19 12:31:48 Slp: ----------------------------------------------------------------------
    2014-09-19 12:31:48 Slp: Running Action: DiscoverClusterData
    2014-09-19 12:31:48 Slp: Completed Action: DiscoverClusterData, returned True
    2014-09-19 12:31:48 Slp: ----------------------------------------------------------------------
    2014-09-19 12:31:48 Slp: Running Action: RunStandaloneRules
    2014-09-19 12:31:48 Slp: Running in UI mode, unattended rules execution skipped.
    2014-09-19 12:31:48 Slp: Completed Action: RunStandaloneRules, returned True
    2014-09-19 12:31:48 Slp: ----------------------------------------------------------------------
    2014-09-19 12:31:48 Slp: Running Action: RunRulesUI
    2014-09-19 12:31:48 Slp: Start Action: RunRulesUI
    2014-09-19 12:31:48 Slp: Configuration file: D:\Setup\SQL2008_R2\Standard Edition\x64\configuration.uicfg
    2014-09-19 12:31:48 Slp: Adding registration information 'ShowWizard' for type 'Microsoft.SqlServer.Management.ActionHandlerInfo'
    2014-09-19 12:31:48 Slp: Adding registration information 'InstallWizard' for type 'Microsoft.SqlServer.Management.ActionInfo'
    2014-09-19 12:31:48 Slp: Adding registration information 'InstallClusterWizard' for type 'Microsoft.SqlServer.Management.ActionInfo'
    2014-09-19 12:31:48 Slp: Adding registration information 'AddNode' for type 'Microsoft.SqlServer.Management.ActionInfo'
    2014-09-19 12:31:48 Slp: Adding registration information 'RemoveNode' for type 'Microsoft.SqlServer.Management.ActionInfo'
    2014-09-19 12:31:48 Slp: Adding registration information 'PrepareClusterWizard' for type 'Microsoft.SqlServer.Management.ActionInfo'
    2014-09-19 12:31:48 Slp: Adding registration information 'CompleteClusterWizard' for type 'Microsoft.SqlServer.Management.ActionInfo'
    2014-09-19 12:31:48 Slp: Adding registration information 'UninstallWizard' for type 'Microsoft.SqlServer.Management.ActionInfo'
    2014-09-19 12:31:48 Slp: Adding registration information 'UpgradeWizard' for type 'Microsoft.SqlServer.Management.ActionInfo'
    2014-09-19 12:31:48 Slp: Adding registration information 'ComponentUpdate' for type 'Microsoft.SqlServer.Management.ActionInfo'
    2014-09-19 12:31:48 Slp: Adding registration information 'RepairWizard' for type 'Microsoft.SqlServer.Management.ActionInfo'
    2014-09-19 12:31:48 Slp: Adding registration information 'RunRulesUI' for type 'Microsoft.SqlServer.Management.ActionInfo'
    2014-09-19 12:31:48 Slp: Adding registration information 'EditionUpgradeWizard' for type 'Microsoft.SqlServer.Management.ActionInfo'
    2014-09-19 12:31:48 Slp: Adding registration information 'PatchWizard' for type 'Microsoft.SqlServer.Management.ActionInfo'
    2014-09-19 12:31:48 Slp: Adding registration information 'RemovePatchWizard' for type 'Microsoft.SqlServer.Management.ActionInfo'
    2014-09-19 12:31:48 Slp: Adding registration information 'PrepareImageWizard' for type 'Microsoft.SqlServer.Management.ActionInfo'
    2014-09-19 12:31:48 Slp: Adding registration information 'CompleteImageWizard' for type 'Microsoft.SqlServer.Management.ActionInfo'
    2014-09-19 12:31:49 Slp: Rules to be checked: OsVersionCheck;ThreadHasAdminPrivilegeCheck;RebootRequiredCheck;WmiServiceStateCheck;AclPermissionsFacet;MediaPathLength;SetupCompatibilityCheck
    2014-09-19 12:31:49 Slp: If any rule does not pass, setup can still continue: True
    2014-09-19 12:31:49 Slp: Adding rule result notification channel: RulesEngineNotificationChannel
    2014-09-19 12:31:49 Slp: Loading rule: OsVersionCheck
    2014-09-19 12:31:49 Slp: Creating rule target object: Microsoft.SqlServer.Configuration.SetupExtension.FacetOsInfo
    2014-09-19 12:31:49 Slp: Send result to channel : RulesEngineNotificationChannel
    2014-09-19 12:31:50 Slp: Loading rule: ThreadHasAdminPrivilegeCheck
    2014-09-19 12:31:50 Slp: Creating rule target object: Microsoft.SqlServer.Configuration.SetupExtension.FacetAdminCheck
    2014-09-19 12:31:50 Slp: Send result to channel : RulesEngineNotificationChannel
    2014-09-19 12:31:50 Slp: Loading rule: RebootRequiredCheck
    2014-09-19 12:31:50 Slp: Creating rule target object: Microsoft.SqlServer.Configuration.SetupExtension.FacetRebootRequired
    2014-09-19 12:31:50 Slp: Send result to channel : RulesEngineNotificationChannel
    2014-09-19 12:31:50 Slp: Loading rule: WmiServiceStateCheck
    2014-09-19 12:31:50 Slp: Creating rule target object: Microsoft.SqlServer.Configuration.SetupExtension.WmiServiceInfo
    2014-09-19 12:31:50 Slp: Send result to channel : RulesEngineNotificationChannel
    2014-09-19 12:31:50 Slp: Loading rule: AclPermissionsFacet
    2014-09-19 12:31:50 Slp: Creating rule target object: Microsoft.SqlServer.Configuration.SetupExtension.AclPermissionsFacet
    2014-09-19 12:31:50 Slp: Send result to channel : RulesEngineNotificationChannel
    2014-09-19 12:31:50 Slp: Loading rule: MediaPathLength
    2014-09-19 12:31:50 Slp: Creating rule target object: Microsoft.SqlServer.Configuration.SetupExtension.MediaPathLenghtFacet
    2014-09-19 12:31:50 Slp: Send result to channel : RulesEngineNotificationChannel
    2014-09-19 12:31:50 Slp: Loading rule: SetupCompatibilityCheck
    2014-09-19 12:31:50 Slp: Creating rule target object: Microsoft.SqlServer.Configuration.SetupExtension.SetupCompatibilityCheck
    2014-09-19 12:31:50 Slp: Send result to channel : RulesEngineNotificationChannel
    2014-09-19 12:31:50 Slp: Executing rules engine...
    2014-09-19 12:31:50 Slp: Completed Action: RunRulesUI, returned True
    2014-09-19 12:31:50 Slp: ----------------------------------------------------------------------
    2014-09-19 12:31:50 Slp: Running Action: GatherUserSettings
    2014-09-19 12:31:50 Slp: Start rule execution, total number of rules loaded: 7
    2014-09-19 12:31:50 Slp: Initializing rule      : Minimum operating system version
    2014-09-19 12:31:50 Slp: Rule applied features  : ALL
    2014-09-19 12:31:50 Slp: Rule is will be executed  : True
    2014-09-19 12:31:50 Slp: Init rule target object: Microsoft.SqlServer.Configuration.SetupExtension.FacetOsInfo
    2014-09-19 12:31:50 Slp: Rule 'OsVersionCheck' detection result: major=6, minor=1, SP=1
    2014-09-19 12:31:50 Slp: Evaluating rule        : OsVersionCheck
    2014-09-19 12:31:50 Slp: Rule running on machine: J1018165WIN7LT
    2014-09-19 12:31:50 Slp: Rule evaluation done   : Succeeded
    2014-09-19 12:31:50 Slp: Rule evaluation message: The operating system version meets the minimum requirements for this product.
    2014-09-19 12:31:50 Slp: Send result to channel : RulesEngineNotificationChannel
    2014-09-19 12:31:50 Slp: Initializing rule      : Setup administrator
    2014-09-19 12:31:50 Slp: Rule applied features  : ALL
    2014-09-19 12:31:50 Slp: Rule is will be executed  : True
    2014-09-19 12:31:50 Slp: Init rule target object: Microsoft.SqlServer.Configuration.SetupExtension.FacetAdminCheck
    2014-09-19 12:31:50 Slp: Rule 'ThreadHasAdminPrivilegeCheck' Result: Running thread has administrator privilege.
    2014-09-19 12:31:50 Slp: Evaluating rule        : ThreadHasAdminPrivilegeCheck
    2014-09-19 12:31:50 Slp: Rule running on machine: J1018165WIN7LT
    2014-09-19 12:31:50 Slp: Rule evaluation done   : Succeeded
    2014-09-19 12:31:50 Slp: Rule evaluation message: The account running SQL Server Setup has administator rights on the computer.
    2014-09-19 12:31:50 Slp: Send result to channel : RulesEngineNotificationChannel
    2014-09-19 12:31:50 Slp: Initializing rule      : Restart computer
    2014-09-19 12:31:50 Slp: Rule applied features  : ALL
    2014-09-19 12:31:50 Slp: Rule is will be executed  : True
    2014-09-19 12:31:50 Slp: Init rule target object: Microsoft.SqlServer.Configuration.SetupExtension.FacetRebootRequired
    2014-09-19 12:31:50 Slp: Rule 'RebootRequiredCheck' results: IsRebootNotRequired=True
    2014-09-19 12:31:50 Slp: Evaluating rule        : RebootRequiredCheck
    2014-09-19 12:31:50 Slp: Rule running on machine: J1018165WIN7LT
    2014-09-19 12:31:50 Slp: Rule evaluation done   : Succeeded
    2014-09-19 12:31:50 Slp: Rule evaluation message: The computer does not require a restart.
    2014-09-19 12:31:50 Slp: Send result to channel : RulesEngineNotificationChannel
    2014-09-19 12:31:50 Slp: Initializing rule      : Windows Management Instrumentation (WMI) service
    2014-09-19 12:31:50 Slp: Rule applied features  : ALL
    2014-09-19 12:31:50 Slp: Rule is will be executed  : True
    2014-09-19 12:31:50 Slp: Init rule target object: Microsoft.SqlServer.Configuration.SetupExtension.WmiServiceInfo
    2014-09-19 12:31:50 Slp: Rule 'WmiServiceStateCheck' detection result: WMI Service is running
    2014-09-19 12:31:50 Slp: Evaluating rule        : WmiServiceStateCheck
    2014-09-19 12:31:50 Slp: Rule running on machine: J1018165WIN7LT
    2014-09-19 12:31:50 Slp: Rule evaluation done   : Succeeded
    2014-09-19 12:31:50 Slp: Rule evaluation message: The Windows Management Instrumentation (WMI) service is running.
    2014-09-19 12:31:50 Slp: Send result to channel : RulesEngineNotificationChannel
    2014-09-19 12:31:50 Slp: Initializing rule      : Consistency validation for SQL Server registry keys
    2014-09-19 12:31:50 Slp: Rule applied features  : ALL
    2014-09-19 12:31:50 Slp: Rule is will be executed  : True
    2014-09-19 12:31:50 Slp: Init rule target object: Microsoft.SqlServer.Configuration.SetupExtension.AclPermissionsFacet
    2014-09-19 12:31:50 Slp: Launching external tool: D:\Setup\SQL2008_R2\Standard Edition\x64\FixSqlRegistryKey_x64.exe
    2014-09-19 12:31:50 Slp: ------------------------------------------------------------
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\MSSQLServer - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\MSSQLServer\Client - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\MSSQLServer\Client\SuperSocketNetLib - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\MSSQLServer\Client\SuperSocketNetLib\LastConnect - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\100 - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\100\10.50 - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\100\Bootstrap - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\100\Bootstrap\Setup - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\100\Bootstrap R2 - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\100\Bootstrap R2\1033 - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\100\Bootstrap R2\1033\CurrentVersion - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\100\Bootstrap R2\CurrentVersion - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\100\Bootstrap R2\MSIRefCount - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\100\ConfigurationState - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\100\Tools - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\100\Tools\ClientSetup - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\100\Tools\Shortcut - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\100\Tools\Shortcut\SQL Server Installation Center R2 - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\MSRS10_50.MSSQLSERVER - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\MSRS10_50.MSSQLSERVER\Setup - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\MSRS10_50.MSSQLSERVER1 - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\MSRS10_50.MSSQLSERVER1\Setup - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\RefCount - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\RefCount\SqlRsFx0150 - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\RefCount\SqlSupport10R2 - OK.
    2014-09-19 12:31:50 Slp: HKEY_LOCAL_MACHINE\Software\Microsoft\Microsoft SQL Server\RefCount\sql_ssms - OK.
    2014-09-19 12:31:50 Slp: ------------------------------------------------------------
    2014-09-19 12:31:50 Slp: D:\Setup\SQL2008_R2\Standard Edition\x64\FixSqlRegistryKey_x64.exe exit code: 0
    2014-09-19 12:31:50 Slp: Launching external tool: D:\Setup\SQL2008_R2\Standard Edition\x64\FixSqlRegistryKey_x86.exe
    2014-09-19 12:31:50 Slp: ------------------------------------------------------------
    2014-09-19 12:31:51 Slp: ------------------------------------------------------------
    2014-09-19 12:31:51 Slp: D:\Setup\SQL2008_R2\Standard Edition\x64\FixSqlRegistryKey_x86.exe exit code: 0
    2014-09-19 12:31:51 Slp: Rule 'AclPermissionsFacet' detection result: AreSqlAclPermissionsCanonical= True 
    2014-09-19 12:31:51 Slp: Evaluating rule        : AclPermissionsFacet
    2014-09-19 12:31:51 Slp: Rule running on machine: J1018165WIN7LT
    2014-09-19 12:31:51 Slp: Rule evaluation done   : Succeeded
    2014-09-19 12:31:51 Slp: Rule evaluation message: SQL Server registry keys are consistent and can support SQL Server installation or upgrade.
    2014-09-19 12:31:51 Slp: Send result to channel : RulesEngineNotificationChannel
    2014-09-19 12:31:51 Slp: Initializing rule      : Long path names to files on SQL Server installation media
    2014-09-19 12:31:51 Slp: Rule applied features  : ALL
    2014-09-19 12:31:51 Slp: Rule is will be executed  : True
    2014-09-19 12:31:51 Slp: Init rule target object: Microsoft.SqlServer.Configuration.SetupExtension.MediaPathLenghtFacet
    2014-09-19 12:31:51 Slp: Rule 'MediaPathLength' INSTALLMEDIAPATH length is 47
    2014-09-19 12:31:51 Slp: Evaluating rule        : MediaPathLength
    2014-09-19 12:31:51 Slp: Rule running on machine: J1018165WIN7LT
    2014-09-19 12:31:51 Slp: Rule evaluation done   : Succeeded
    2014-09-19 12:31:51 Slp: Rule evaluation message: The SQL Server installation media is not too long.
    2014-09-19 12:31:51 Slp: Send result to channel : RulesEngineNotificationChannel
    2014-09-19 12:31:51 Slp: Initializing rule      : SQL Server Setup Product Incompatibility
    2014-09-19 12:31:51 Slp: Rule applied features  : ALL
    2014-09-19 12:31:51 Slp: Rule is will be executed  : True
    2014-09-19 12:31:51 Slp: Init rule target object: Microsoft.SqlServer.Configuration.SetupExtension.SetupCompatibilityCheck
    2014-09-19 12:31:51 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine 
    2014-09-19 12:31:51 Slp: Sco: Attempting to open registry subkey SOFTWARE\Microsoft\Microsoft SQL Server\100\Bootstrap\Incompatibilities
    2014-09-19 12:31:51 Slp: Searching for reg path SOFTWARE\Microsoft\Microsoft SQL Server\100\Bootstrap\Incompatibilities. Open subkey result is False
    2014-09-19 12:31:51 Slp: Regkey not present. No incompatibilities
    2014-09-19 12:31:51 Slp: Incompatibility detected = False
    2014-09-19 12:31:51 Slp: Evaluating rule        : SetupCompatibilityCheck
    2014-09-19 12:31:51 Slp: Rule running on machine: J1018165WIN7LT
    2014-09-19 12:31:51 Slp: Rule evaluation done   : Succeeded
    2014-09-19 12:31:51 Slp: Rule evaluation message: Setup has not detected any incompatibilities.
    2014-09-19 12:31:51 Slp: Send result to channel : RulesEngineNotificationChannel
    2014-09-19 12:31:51 Slp: Saving results to datastore...
    2014-09-19 12:31:51 Slp: Saved to directory.......C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140919_123143\SystemConfigurationCheck_Report.htm
    2014-09-19 12:31:51 Slp: Sco: Attempting to create directory C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140919_123143\resources
    2014-09-19 12:31:51 Slp: Sco: Attempting to create directory C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140919_123143\resources, security descriptor 
    2014-09-19 12:31:51 Slp: Sco: Attempting to set directory full path
    2014-09-19 12:31:51 Slp: Sco: Attempting to normalize directory path C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140919_123143\resources
    2014-09-19 12:31:51 Slp: Sco: Directory 'C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140919_123143\resources' already exists, skipping creation, moving to set security descriptor.
    2014-09-19 12:31:51 Slp: Sco: Attempting to set security descriptor for directory C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140919_123143\resources, security descriptor 
    2014-09-19 12:31:51 Slp: Sco: Attempting to check if directory C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140919_123143\resources exists
    2014-09-19 12:31:51 Slp: Sco: SDDL is NULL/empty and overwriteSecurityDescriptor is false, so nothing to do, return.
    2014-09-19 12:31:51 Slp: Generating HTML report by applying XsltTransformation and saving to Log folder...
    2014-09-19 12:31:51 Slp: Rules evaluation report is available now at C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140919_123143\SystemConfigurationCheck_Report.htm
    2014-09-19 12:31:54 Slp: Completed Action: GatherUserSettings, returned True
    2014-09-19 12:31:54 Slp: ----------------------------------------------------------------------
    2014-09-19 12:31:54 Slp: Running Action: Progress
    2014-09-19 12:31:54 Slp: Completed Action: Progress, returned True
    2014-09-19 12:31:54 Slp: ----------------------------------------------------------------------
    2014-09-19 12:31:54 Slp: Running Action: Close
    2014-09-19 12:31:54 Slp: Stop Action
    2014-09-19 12:31:54 Slp: Completed Action: Close, returned True
    2014-09-19 12:31:55 Slp: 
    2014-09-19 12:31:55 Slp: 
    2014-09-19 12:31:55 Slp: ----------------------------------------------------------------------
    2014-09-19 12:31:55 Slp: 
    2014-09-19 12:31:55 Slp: Setup result: 0

    Hi,
    Iam try to install Microsoft SQL Server 2008 R2 on Windows 7.
    Following is the contents from summary file.
    Overall summary:
      Final result:                  Passed
      Exit code (Decimal):           0
      Exit message:                  Passed
      Start time:                    2014-09-19 12:31:55
      End time:                      2014-09-19 12:32:16
      Requested action:              ComponentUpdate
    Machine Properties:
      Machine name:                  J1018165WIN7LT
      Machine processor count:       4
      OS version:                    Windows 7
      OS service pack:               Service Pack 1
      OS region:                     United States
      OS language:                   English (United States)
      OS architecture:               x64
      Process architecture:          64 Bit
      OS clustered:                  No
    Package properties:
      Description:                   SQL Server Database Services 2008 R2
      ProductName:                   SQL Server 2008 R2
      Type:                          RTM
      Version:                       10
      SPLevel:                       0
      Installation location:         D:\Setup\SQL2008_R2\Standard Edition\x64\setup\
      Installation edition:          STANDARD
    User Input Settings:
      ACTION:                        ComponentUpdate
      CONFIGURATIONFILE:             
      ENU:                           True
      FARMACCOUNT:                   <empty>
      FARMADMINPORT:                 0
      FARMPASSWORD:                  *****
      HELP:                          False
      IACCEPTSQLSERVERLICENSETERMS:  False
      INDICATEPROGRESS:              False
      PASSPHRASE:                    *****
      PID:                           *****
      QUIET:                         False
      QUIETSIMPLE:                   False
      UIMODE:                        Normal
      X86:                           False
      Configuration file:            C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140919_123143\ConfigurationFile.ini
    Detailed results:
    Rules with failures:
    Global rules:
    There are no scenario-specific rules.
    Rules report file:               C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20140919_123143\SystemConfigurationCheck_Report.htm

  • Not Able To Install Nvidia Graphics Drivers

    Hello all!
    This past week I just finished putting my new system together with a K8N Diamond Plus. Only major problem right now is i am not able to install Nvidia's drivers. Below are my components...
    XP 64-Bit Edition
    MSI K8N Diamond Plus
    AMD Athlon 64 X2 3800+
    BFG 7900 GTX 512MB
    1 Gig Coirsar Ram
    2 Wester digital HD in Raid 0
    When I try and install the graphics drivers i get the message " The NVIDIA Setup program could not locate any drivers that are compatible with your current hardware. Setup will now exit."
    I used the chip set drivers listed here: http://www.msi.com.tw/program/support/driver/dvr/spt_dvr_detail.php?UID=710&kind=1
    Also I have tried the ones from NVIDIA's site: http://www.nvidia.com/object/nforce_nf4_winxp64_x16_6.83
    The graphics drivers i used are from NVIDIA's site: http://www.nvidia.com/object/winxp64_81.98.html
    BFG Tech support guy had me look under display adapters in device manager. It only has Standard VGA Graphics Adapter listed. He said I did not have my chip set drivers installed (though i have), or the motherboard was not recognizing it. Also he said they do not support XP-64 and would not offer me any more support so long as i run it.
    I just can not believe that XP 64, 7900 GTX, and this great K8N Diamond Plus can not get along.
    Any advice anyone has for getting my Diamond Plus and my graphics card to jive together would be greatly appricated.
    Thankyou all!!

    Thankyou guys for the responses. I was able to find drivers that worked with my card here..
    http://www.laptopvideo2go.com/index.php?drivers&series=80&os=2&type=1&dir=1
    Now my only current issue left is that I have no sound. It is enabled in the BIOS, installed the 64-bit drivers from MSI site, tired installing drivers off disk. Any suggestion?

  • How to install webcenter sites 11.1.1.6 or 11.1.1.8 in cluster configuration and delivery mode?

    I am trying to install webcenter sites 11.1.1.6 using cluster configuration and in delivery mode but its not getting installed properly.
    Can anyone please share on the steps to follow while installing webcenter sites in delivery environment?

    The recommendation from the Oracle WebCenter & ADF Architecture Team is to keep the parts decoupled, installing WebCenter Sites on a separate machine. Otherwise it would be leading towards a 'Type 3' integration. Specifically looking at the proof-of-concept application 'Spark', which requires WebCenter Sites and WebCenter Portal installed on the same machine:
    +"Due to this co-deployment requirement, most clients have avoided installing or using Spark. And not without reason: installing two big, complex applications on the same environment is problematic with regards to scalability and tuning."+
    http://blogs.oracle.com/ATEAM_WEBCENTER/entry/integrating_webcenter_sites_with_webcenter3
    The introductory article on integrating WebCenter Sites and WebCenter Portal:
    http://blogs.oracle.com/ATEAM_WEBCENTER/entry/integrating_webcenter_sites_with_webcenter
    Thanks

  • Not able to install sccm agent in sccm 2012 servers after cu3 update

    not able to install sccm agent in sccm 2012 servers after cu3 update
    MSI: Setup was unable to register the CCM_Service_HostingConfiguration endpoint
    The error code is 80041002 ,below URl specify fix to uninstall Management point ,but in sccm 2012 secondary site canot unintall management point  ,please help to install agent in config manager servers
    https://blogs.technet.com/b/configurationmgr/archive/2013/11/25/hotfix-quot-error-25150-setup-was-unable-to-register-the-ccm-service-hostingconfiguration-endpoint-quot-when-you-try-to-install-the-client-agent-in-configuration-manager.aspx
    ankith

    Excellent Article!!!!!! Pls check here, Follow the same steps
    http://eskonr.com/2013/09/sccm-configmgr-2012-sp1-cu3-installationcollections-upgrade-clients/
    This too
    http://it.peikkoluola.net/2013/11/18/update-sccm-2012-to-sp1-cu3/
    Thanks, Prabha G

  • I am not able to install Google Toolbar to Firfox 5.0 version

    I am not able to install Google Toolbar to Firfox 5.0 version. error showing that "Google toolbar is not compatible with Firfox 5.0 version", also i am not able to change my home page from speedbit.com to yahoo or any other sites. after applying changes, again it open with speedbit.com. please advise what to do?

    Just install this [https://addons.mozilla.org/en-US/firefox/addon/add-on-compatibility-reporter/?src=api FF addon], clear your cache and restart FF.
    Peace!

  • Unable to install webcenter Sites

    Hi ,
    I am facing an issue while installing webcenter sites on weblogic server 10.3.6 Error is
    log
    [2012-08-06 12:32:45,499] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] READURL successful ReadURL for element OpenMarket/Xcelerate/Installation/VerifyJars?errno=0&SystemAssetsRoot=/cs/futuretense_cs/&errdetail=0&COMMANDNAME=READURL&USERNAME=ContentServer&Browser=Unknown Browser&PASSWORD=<user password>&
    [2012-08-06 12:32:45,551] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] READURL successful ReadURL for element OpenMarket/Xcelerate/Installation/GatorCheckPath?errno=0&SystemAssetsRoot=/cs/futuretense_cs/&errdetail=0&COMMANDNAME=READURL&USERNAME=ContentServer&Browser=Unknown Browser&PASSWORD=<user password>&
    [2012-08-06 12:32:45,821] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] ImportCatalog successfully imported file. /u01/softwares/10.3.6/webcentersites/WebCenterSites/WCS_Sites_11.1.1.6.0/ContentServer/CSDirect/Populate/SiteCatalog.html
    [2012-08-06 12:32:45,992] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] ImportCatalog successfully imported file. /u01/softwares/10.3.6/webcentersites/WebCenterSites/WCS_Sites_11.1.1.6.0/ContentServer/CSDirect/Populate/ElementCatalog.html
    [2012-08-06 12:32:45,992] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] ImportCatalog Sucessfully imported catalog /u01/softwares/10.3.6/webcentersites/WebCenterSites/WCS_Sites_11.1.1.6.0/ContentServer/CSDirect/Populate
    [2012-08-06 12:32:46,036] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] UPGRADE Upgrade is not required from 0.0.0.0.0
    [2012-08-06 12:32:46,053] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] UPGRADE Upgrade is not required from 0.0.0.0.0
    [2012-08-06 12:32:46,067] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] UPGRADE Upgrade is not required from 0.0.0.0.0
    [2012-08-06 12:32:46,080] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] UPGRADE Upgrade is not required from 0.0.0.0.0
    [2012-08-06 12:32:46,094] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] UPGRADE Upgrade is not required from 0.0.0.0.0
    [2012-08-06 12:32:46,107] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] UPGRADE Upgrade is not required from 0.0.0.0.0
    [2012-08-06 12:32:46,295] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] ImportCatalog successfully imported file. /u01/softwares/10.3.6/webcentersites/WebCenterSites/WCS_Sites_11.1.1.6.0/ContentServer/Xcelerate/Populate/SystemTransforms.html
    [2012-08-06 12:32:46,348] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] ImportCatalog successfully imported file. /u01/softwares/10.3.6/webcentersites/WebCenterSites/WCS_Sites_11.1.1.6.0/ContentServer/Xcelerate/Populate/FW_MsgBus.html
    [2012-08-06 12:32:46,586] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] ImportCatalog successfully imported file. /u01/softwares/10.3.6/webcentersites/WebCenterSites/WCS_Sites_11.1.1.6.0/ContentServer/Xcelerate/Populate/SystemSQL.html
    [2012-08-06 12:32:46,787] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] ImportCatalog successfully imported file. /u01/softwares/10.3.6/webcentersites/WebCenterSites/WCS_Sites_11.1.1.6.0/ContentServer/Xcelerate/Populate/FlexAssetDef_reg.html
    [2012-08-06 12:32:46,990] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] ImportCatalog successfully imported file. /u01/softwares/10.3.6/webcentersites/WebCenterSites/WCS_Sites_11.1.1.6.0/ContentServer/Xcelerate/Populate/LocaleMap.html
    [2012-08-06 12:32:48,734] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] ImportCatalog successfully imported file. /u01/softwares/10.3.6/webcentersites/WebCenterSites/WCS_Sites_11.1.1.6.0/ContentServer/Xcelerate/Populate/SiteCatalog.html
    [2012-08-06 12:32:48,931] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] ImportCatalog successfully imported file. /u01/softwares/10.3.6/webcentersites/WebCenterSites/WCS_Sites_11.1.1.6.0/ContentServer/Xcelerate/Populate/StatusCode.html
    [2012-08-06 12:32:49,287] [INFO ] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] ImportCatalog successfully imported file. /u01/softwares/10.3.6/webcentersites/WebCenterSites/WCS_Sites_11.1.1.6.0/ContentServer/Xcelerate/Populate/SystemSeedAccess.html
    [2012-08-06 12:32:49,328] [ERROR] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.db] Exception creating table info hint for column id in table Category
    java.lang.Exception: Unknown Catalog column type
         at COM.FutureTense.Common.ftDBTable.sqlFromCol(ftDBTable.java:3102)
         at COM.FutureTense.Common.TempTable.cloneSchema(TempTable.java:64)
         at COM.FutureTense.Common.TempTable.createTable(TempTable.java:196)
         at COM.FutureTense.Common.ftDBTable.createTable(ftDBTable.java:2265)
         at COM.FutureTense.CatalogManager.CatalogEngine.createTable(CatalogEngine.java:3461)
         at COM.FutureTense.CatalogManager.MirrorEngine.createTemporaryTable(MirrorEngine.java:4494)
         at COM.FutureTense.Common.CatalogManager.execute(CatalogManager.java:854)
         at COM.FutureTense.Common.ContentServer.runManager(ContentServer.java:3338)
         at COM.FutureTense.Common.CS.CatalogManager(CS.java:1501)
         at COM.FutureTense.Common.CS.CatalogManager(CS.java:1456)
         at COM.FutureTense.Apps.Install.command.ImportCatalog.doIt(ImportCatalog.java:478)
         at COM.FutureTense.Apps.Install.command.ImportCatalog.importCatalogDirectory(ImportCatalog.java:732)
         at COM.FutureTense.Apps.Install.command.ImportCatalog.doImport(ImportCatalog.java:271)
         at COM.FutureTense.Apps.Install.command.ImportCatalog.exec(ImportCatalog.java:189)
         at COM.FutureTense.Apps.Install.command.Command.execute(Command.java:130)
         at COM.FutureTense.Apps.Install.server.InstallManager.invokeCommand(InstallManager.java:479)
         at COM.FutureTense.Apps.Install.server.InstallManager.execute(InstallManager.java:104)
         at COM.FutureTense.Apps.Install.server.InstallServer.evalPage(InstallServer.java:123)
         at COM.FutureTense.Common.ContentServer.execute(ContentServer.java:453)
         at COM.FutureTense.Servlet.FTServlet.execute(FTServlet.java:129)
         at COM.FutureTense.Servlet.FTServlet.doGet(FTServlet.java:54)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:821)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:301)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at com.fatwire.wem.sso.cas.filter.CASFilter.doFilter(CASFilter.java:557)
         at com.fatwire.wem.sso.SSOFilter.doFilter(SSOFilter.java:51)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:57)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3730)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3696)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2273)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2179)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1490)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:256)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:221)
    [2012-08-06 12:32:49,331] [ERROR] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.db] Missing required key columns in creation of table tt1344236561378
    [2012-08-06 12:32:49,331] [ERROR] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.db] Error -100 creating table tt1344236561378
    [2012-08-06 12:32:49,331] [ERROR] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] ImportCatalogcreateTemporaryTable: Error creating the temp table. Error number=-100
    [2012-08-06 12:32:49,331] [ERROR] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] ImportCatalog importCatalogFile: error importing the file. /u01/softwares/10.3.6/webcentersites/WebCenterSites/WCS_Sites_11.1.1.6.0/ContentServer/Xcelerate/Populate/Category.html
    [2012-08-06 12:32:49,341] [ERROR] [.kernel.Default (self-tuning)'] [fatwire.logging.cs.install] ImportCatalog Importing file= /u01/softwares/10.3.6/webcentersites/WebCenterSites/WCS_Sites_11.1.1.6.0/ContentServer/Xcelerate/Populate/Category.html fail due to error -100
    [2012-08-06 12:35:00,694] [INFO ] [.kernel.Default (self-tuning)'] [logging.cs.cache.page] FW_InvalidationMemory table not found. Creating.
    thanks in advance
    Regards,
    Ajay

    HI Ajay,
    There is some problem with your database access. Please ensure you have Db access as DBA with all the priveleges and then create a datasource in weblogic. test this datasource it should be successful. Then install webcenter sites mentioning your weblogic details it should be rectified.
    ~Cheers
    Rajiv Jain

  • Webcenter sites 11g installation using HSQLDB

    Want to know if its possible to use HSQLDB on Webcenter Sites 11g? I just want a lightweight DB for my development instance and dont want to go with DB2/Oracle/SQL Server. I tried with the following configs:
    OS: Windows 2008 R2
    App server: Tomcat 6.0.35
    DB: HSQLDB 1.8.0
    If someone has tried and successful then do let me know the exact steps and also any inputs will be most welcome. Thanks.

    You might want to give Oracle XE (www.oracle.com/technetwork/products/express-edition/overview/index.html) a try, it is for sure heavier than hsqldb which is one jar, but is free and smaller than full blown Oracle DB. I use it for most of my installs so there is less chance of running into db-specific surprise behaviour.
    I have also installed CS7.6 on H2 (www.h2database.com) which is like hsqldb but smaller still.
    Phil

  • Why am i not able to install creative cloud?

    Why am i not able to install creative cloud? i paid for the package,  downloaded the installer now its been trying to connect to the server since a day..

    You can check these :
    Creative Cloud Connection Update
    Sign in, activation, or connection errors | CS5.5 and later
    CreativeCloud Manager can't connect to Internet
    Regards
    Rajshree

  • Z87-G45 Gaming not able to install Win7 x64 with Samsung 840 EVO

    I have a brand new:
    i5 4570
    MSI Z87-G45 Gaming
    250GB Samsung 840 EVO
    1x 8GB Corsair ValueRam DDR3 1600
    I got everything hooked up properly, but I am not able to install Win7 x64 through an USB pen drive (Kingston Datatravel 32GB USB3) I have a proper  official and Legit MSDN ISO, formatted by the Win7 USB tool from MS itself.
    Note that i do not have an optical device (DVD) installed so I cannot use it 'the old way'.
    Bios settings are okay, everything is recognized
    USB Legacy - Kingston Datatraveler
    HDD Legacy - Samsung 840 EVO
    Win7 setup loads properly; but before I can select the Harddrive / SSD to install Win7 on I get prompted that additional (3rd party) drivers are needed to proceed. The volume is not recognized. This happens 9 out of 10 times. In the 10% cases I do get the option to format the SSD and/or create partitions. However, installation fails after all, cannot load or find file ...
    What I've tried so far:
    Switch out the SATA cables and power cables
    Switch through the various SATA ports on the MB 1 through 6
    Tried UEFI and UEFI/Legacy (UEFI doesn't seem to work at all)
    Update UEFI to V 1.50
    All the above result in the case mentioned.
    I have succesfully installed the SSD in an other PC, using the same pen drive and ISO and it worked like a charme, thus ruling out that the SSD, pen drive or image is corrupt.
    Even when I switched out the SSD after Win7 setup has succesfully copied, unpacked and installed all the files (doing this on the other machine where it works like a charm). Then switching it to the MSI Z87...it fails; starting the setup procedure right from the start, like nothing was ever written on the SSD...
    Finally i turned to Win8, and guess what, it installed without any glitches on the MSI Z87
    What am I missing here, I would really want to install Win7 instead of Win8
    Forgot to enable / disable something in the UEFI? I really don't know, google doesn't give much information on this specific problem (SSD is recognized properly by the BIOS / UEFI as far as I can tell)
    The only thing I have not tried out so far is updating the Samsung SSD firmware to the 1.0 version which has been release 3 days ago...
    Any clues, tips, hunches??

    Quote from: Bernhard on 25-October-13, 18:33:41
    Did you disable Secure Boot in the BIOS? If not, then Win7 won't load.
    Hmmm not sure, thanks for the reply, will have to look into that later today!
    I didn't change it from the default setting I think, unless it is part of the Win8 features in the UEFI. All where disabled by default, and I kept them disabled.
    Where is Secure Boot listed in the UEFI, and any idea wether it is enabled by default?
    ::EDIT::
    Found it in some screenshots, I cannot recall from the top of my head wether it was enabled or disabled, allthough my gutt feeling says it already is disabled.
    http://cdn.pcper.com/files/imagecache/article_max_width/review/2013-05-31/09-MSI_SnapShot_23.gif
    http://cdn.pcper.com/files/imagecache/article_max_width/review/2013-05-31/10-MSI_SnapShot_24.gif
    Nice overview of the entire UEFI btw: http://www.pcper.com/reviews/Motherboards/MSI-Z87-GD65-Gaming-Motherboard-Review/BIOS-Features-continued

  • User has contribute access but he is not able to access the site collection...

    User has contribute access but he is not able to access the site collection...

    What error does he get.
    Can you share fiddler trace(check if any 404 error)
    what error do we see in ULS Logs
    Create disableloopback
    registry on server
    http://support.microsoft.com/kb/926642/en-us

Maybe you are looking for

  • Apple ID for Screen/File Sharing Home Network

    I have several Macs connected mostly by ethernet as part of my home network. I am trying to simplify the act of logging into one device from another. One method is to setup a username and password for each Mac, and then use these credentials to log i

  • Where is the "DELETE" tab in Edit User in Portal?

    Hi, Portal version 3.08 on solaris. I logged on as Portal30. Go to Login Server, Administer User, Edit a user, and I saw a DELETE tab for that user. I can delete a user there. However, if I go to Edit user under the Create user portlet. I chose a use

  • PC will not connect to wireless network

    I have desktop P6620p with Windows 7. Until yesterday I was using mobile hotspot to connect to Internet via wireless connection. Yesterday evening I started having problems, I couldn't connect, the computer could not even find the wireless network th

  • Layout Mode Tab in DW CS

    I have Dreamweaver CS for a Mac. The only tabs available are Standard and Expanded Mode. I have to go through the menu to go to Layout Mode. DW 8 had a layout mode tab. Any help? Thanks.

  • Problems displaying french special characters

    Hello, we are developing a multi-lingual WebDynpro application. The languages are set correct and the translation for all parts (portal, xls-files) works fine. Except the correct displaying of WebDynproResourceBundle-files. Example: We use the french