Error Install Component in JSPM

Hi Everyone!
I want to install the components bellow.
GRCPOR1005_0-20007573 - GRC Portal
BPERP5COM05_1-10007526 - ERP Common
but, when i go install the error bellow
12/01/28 14:13:45 -  ERROR: Not deployed. Deploy Service returned ERROR:
                     java.rmi.RemoteException: Error occurred while deploying ear file ./temp/deploy/work/deploying/ep_bp_bsfnd.ear.
                     Reason: None of the available containers recognized the components of application sap.com/ep~bp_bsfnd; it is not possible to make deploy. Additional info:
                     The archive contains files normally handled by containers that are not currently operational on the server:
                     sap.comepbp_bsfnd.epa is normally handled by the following container(s) [PortalRuntimeContainer provided by com.sap.portal.prt.sapj2ee service]
                     Make sure the services that provide the required containers are deployed and started.
                          at com.sap.engine.services.deploy.server.DeployServiceImpl.deploy(DeployServiceImpl.java:578)
                          at com.sap.engine.services.deploy.server.DeployServiceImplp4_Skel.dispatch(DeployServiceImplp4_Skel.java:1555)
                          at com.sap.engine.services.rmi_p4.DispatchImpl._runInternal(DispatchImpl.java:330)
                          at com.sap.engine.services.rmi_p4.DispatchImpl._run(DispatchImpl.java:201)
                          at com.sap.engine.services.rmi_p4.server.P4SessionProcessor.request(P4SessionProcessor.java:137)
                          at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
                          at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
                          at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
                          at java.security.AccessController.doPrivileged(Native Method)
                          at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:104)
                          at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:176)
                     For detailed information see the log file of the Deploy Service.
My java version is: 1.4.2_17
My oracle version is: 11g
My GRC version 10.0
My NetWeaver version is: 7.0 EHP2
Ps.: I'm all updates in Support Packages SAP_BASIS, SAP_ABA, PI_BASIS, SAP_BW and GRCFND_A
Please, I need to very help!
Thanks a lot
best regards

Hi,
The components that you are trying to deploy are basically Portal Content and they are handled only if there is a Portal Runtime available on the J2EE engine.
In other words, you would need to first install SAP NetWeaver Portal (version compatible to your landscape) on that J2EE stack and then try deploying those Portal Content files for GRC Portal in it.
Also after these components are deployed fine, try and complete if there are any post-install config steps for these components inside portal login.
Hope this helps.
Thanks,
Swapna Priya.

Similar Messages

  • Java.lang.IllegalStateException: INTERNAL ERROR: Global root folder for pre-installed component archives not defined.

    Hi Gurus,
    I am working on NWDS 7.01.00 after opening NWDS, I am getting this error. My error log file is:
    java.lang.IllegalStateException: INTERNAL ERROR: Global root folder for pre-installed component archives not defined.
    at com.sap.tc.devconf.impl.DevConfFileSystemLayout.getRootPathForCompartment(DevConfFileSystemLayout.java:202)
    at com.sap.tc.devconf.impl.DevConfFileSystemLayout.getAbsoluteSCRoot(DevConfFileSystemLayout.java:76)
    at com.sap.tc.devconf.impl.DevConfFileSystemLayout.getAbsoluteTopLevelDCsRoot(DevConfFileSystemLayout.java:169)
    at com.sap.tc.devconf.impl.LocalSCNode.initializeTopLevelDCNodeList(LocalSCNode.java:41)
    at com.sap.tc.devconf.impl.LocalSCNode.<init>(LocalSCNode.java:24)
    at com.sap.tc.devconf.impl._Factory.createLocalSCNode(_Factory.java:385)
    at com.sap.tc.devconf.impl.DevelopmentConfiguration.getTopLevelDCsForLocalCompartment(DevelopmentConfiguration.java:3415)
    at com.sap.tc.devconf.impl.syncdb.ComponentSyncDB._initializeLocalEntries(ComponentSyncDB.java:788)
    at com.sap.tc.devconf.impl.syncdb.ComponentSyncDB.initializeLocalEntries(ComponentSyncDB.java:759)
    at com.sap.tc.devconf.impl.syncdb.ComponentSyncDB.initialize(ComponentSyncDB.java:436)
    at com.sap.tc.devconf.impl.syncdb.ComponentSyncDB.retainEntriesFromCompartment(ComponentSyncDB.java:824)
    at com.sap.tc.devconf.impl.LocalDCScanner.refreshSyncDBForLocalDCs(LocalDCScanner.java:103)
    at com.sap.tc.devconf.impl.DevelopmentConfiguration.<init>(DevelopmentConfiguration.java:378)
    at com.sap.tc.devconf.impl._Factory.createDevelopmentConfiguration(_Factory.java:354)
    at com.sap.tc.devconf.Factory.createDevelopmentConfiguration(Factory.java:103)
    at com.sap.tc.devconf.DevelopmentConfigurationFactory._addConfiguration(DevelopmentConfigurationFactory.java:2062)
    at com.sap.tc.devconf.DevelopmentConfigurationFactory.addConfiguration(DevelopmentConfigurationFactory.java:761)
    at com.sap.tc.devconf.DevelopmentConfigurationFactory.addConfiguration(DevelopmentConfigurationFactory.java:696)
    at com.sap.tc.devconf.DevelopmentConfigurationFactory.addConfiguration(DevelopmentConfigurationFactory.java:667)
    at com.sap.ide.eclipse.component.devconf.DevConfManager.createDefaultDevConf(DevConfManager.java:341)
    at com.sap.ide.eclipse.component.devconf.DevConfManager.getInstalledDevConfs(DevConfManager.java:442)
    at com.sap.ide.eclipse.component.devconf.DevConfManager.initializeDevConfs(DevConfManager.java:135)
    at com.sap.ide.eclipse.component.devconf.DevConfManager.initializeDevConfs(DevConfManager.java:109)
    at com.sap.ide.eclipse.component.provider.ComponentProviderPlugin$1.run(ComponentProviderPlugin.java:82)
    at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35)
    at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:98)
    at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:1999)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1733)
    at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
    at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
    at com.tssap.util.startup.WBLauncher.run(WBLauncher.java:79)
    at org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.java:858)
    at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at com.sap.ide.eclipse.startup.Main.basicRun(Main.java:291)
    at com.sap.ide.eclipse.startup.Main.run(Main.java:789)
    at com.sap.ide.eclipse.startup.Main.main(Main.java:607)

    Maybe some plugins are missing. Try reinstall the latest version of the nwds that matches to you server version.
    http://wiki.scn.sap.com/wiki/display/Java/NWDS+Download+Links

  • Error installing SQL Server Writer Component

    I am trying to install SQL Managerment Studio. I got following error.
    Action required:
    Use the following information to resolve the error, and then try the setup process again.
    Feature failure reason:
    An error occurred for a dependency of the feature causing the setup process for the feature to fail.
    Error details:
    § Error installing SQL Server Writer Component
    Could not write value NT SERVICE\SQLWriter to key \SYSTEM\CurrentControlSet\services\VSS\VssAccessControl.   Verify that you have sufficient access to that key, or contact your support personnel.
    Error code: 1406
    Log file: C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\Log\20140217_191727\SqlWriter_Cpu64_1.log
    Visit http://go.microsoft.com/fwlink?LinkId=20476&ProdName=Microsoft+SQL+Server&EvtSrc=setup.rll&EvtID=50000&ProdVer=11.0.3128.0&EvtType=SqlWriter.msi%40WriteRegistryValues%401406 to get help on troubleshooting.
    anyone knows how to fix it?

    I took the files from another computer. I finally installed sql management studio successfully. However, I still cannot connect server database. The error message was saying that I have successfully connect to server, but the error occurs. 
    The log I paste as following:
    (01) 2014-02-18 20:42:55 Slp: Log provider 'Microsoft.SqlServer.Chainer.Infrastructure.LogProviderFile' has been registered
    (01) 2014-02-18 20:42:55 Slp: Log provider 'Microsoft.SqlServer.Chainer.Infrastructure.LogProviderStatus' has been registered
    (01) 2014-02-18 20:42:55 Slp: Reading XML resource 'Microsoft.SQL.Chainer.PackageData.Package.xml'
    (01) 2014-02-18 20:42:55 Slp: Reading schema resource 'Microsoft.SQL.Chainer.Package.Package.xsd'
    (01) 2014-02-18 20:42:55 Slp: Document 'Microsoft.SQL.Chainer.PackageData.Package.xml' validated with schema 'Microsoft.SQL.Chainer.Package.Package.xsd' has been successfuly loaded into datastore path '/Datastore/Package'
    (01) 2014-02-18 20:42:55 Slp: ----------------------------------------------------------------------
    (01) 2014-02-18 20:42:55 Slp: Running Action: ReadProductXML
    (01) 2014-02-18 20:42:55 Slp: Reading XML resource 'Microsoft.SQL.Chainer.Product.Product.xml'
    (01) 2014-02-18 20:42:55 Slp: Document 'Microsoft.SQL.Chainer.Product.Product.xml' validated with schema 'Microsoft.SQL.Chainer.Product.Product.xsd' has been successfuly loaded into datastore path '/Datastore/Product'
    (01) 2014-02-18 20:42:55 Slp: Completed Action: ReadProductXML, returned True
    (01) 2014-02-18 20:42:55 Slp: ----------------------------------------------------------------------
    (01) 2014-02-18 20:42:55 Slp: Running Action: LoadExtensions
    (01) 2014-02-18 20:42:56 Slp: Loading extension 'MSI' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Configuration.MsiExtension.dll'
    (01) 2014-02-18 20:42:56 Slp: Extension 'MSI' version '11.0.3128.0' loaded
    (01) 2014-02-18 20:42:56 Slp: Loading extension 'PackageChainer' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Configuration.PackageChainerExtension.dll'
    (01) 2014-02-18 20:42:56 Slp: Extension 'PackageChainer' version '11.0.3000.0' loaded
    (01) 2014-02-18 20:42:56 Slp: Loading extension 'Config' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Configuration.ConfigExtension.dll'
    (01) 2014-02-18 20:42:56 Slp: Extension 'Config' version '11.0.3128.0' loaded
    (01) 2014-02-18 20:42:56 Slp: Loading extension 'Common' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Chainer.ExtensionCommon.dll'
    (01) 2014-02-18 20:42:56 Slp: Extension 'Common' version '11.0.3128.0' loaded
    (01) 2014-02-18 20:42:56 Slp: Loading extension 'SqlConfigBase' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Configuration.SqlConfigBase.dll'
    (01) 2014-02-18 20:42:56 Slp: Extension 'SqlConfigBase' version '11.0.3128.0' loaded
    (01) 2014-02-18 20:42:56 Slp: Loading extension 'Slp' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Configuration.SetupExtension.dll'
    (01) 2014-02-18 20:42:56 Slp: Extension 'Slp' version '11.0.3128.0' loaded
    (01) 2014-02-18 20:42:56 Slp: Loading extension 'RulesEngine' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Configuration.RulesEngineExtension.dll'
    (01) 2014-02-18 20:42:56 Slp: Extension 'RulesEngine' version '11.0.3128.0' loaded
    (01) 2014-02-18 20:42:56 Slp: Loading extension 'WorkflowData' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Chainer.WorkflowData.dll'
    (01) 2014-02-18 20:42:56 Slp: Extension 'WorkflowData' version '11.0.3128.0' loaded
    (01) 2014-02-18 20:42:56 Slp: Loading extension 'SlpConfig' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Configuration.SlpExtension.dll'
    (01) 2014-02-18 20:42:56 Slp: Extension 'SlpConfig' version '11.0.3128.0' loaded
    (01) 2014-02-18 20:42:56 Slp: Loading extension 'Clst' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Configuration.Cluster.dll'
    (01) 2014-02-18 20:42:56 Slp: Extension 'Clst' version '11.0.3128.0' loaded
    (01) 2014-02-18 20:42:56 Slp: Loading extension 'AgentConfig' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Configuration.AgentExtension.dll'
    (01) 2014-02-18 20:42:56 Slp: Extension 'AgentConfig' version '11.0.3128.0' loaded
    (01) 2014-02-18 20:42:56 Slp: Loading extension 'SqlPowershellConfig' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Configuration.PowershellExtension.dll'
    (01) 2014-02-18 20:42:56 Slp: Extension 'SqlPowershellConfig' version '11.0.3128.0' loaded
    (01) 2014-02-18 20:42:56 Slp: Loading extension 'SSISConfig' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Configuration.SSISExtension.dll'
    (01) 2014-02-18 20:42:56 Slp: Extension 'SSISConfig' version '11.0.3128.0' loaded
    (01) 2014-02-18 20:42:56 Slp: Loading extension 'DReplayConfig' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Configuration.DistributedReplayExtension.dll'
    (01) 2014-02-18 20:42:56 Slp: Extension 'DReplayConfig' version '11.0.2100.60' loaded
    (01) 2014-02-18 20:42:56 Slp: Loading extension 'ASConfig' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Configuration.ASExtension.dll'
    (01) 2014-02-18 20:42:56 Slp: Extension 'ASConfig' version '11.0.3128.0' loaded
    (01) 2014-02-18 20:42:56 Slp: Loading extension 'ReplConfig' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Configuration.Repl_ConfigExtension.dll'
    (01) 2014-02-18 20:42:56 Slp: Extension 'ReplConfig' version '11.0.3128.0' loaded
    (01) 2014-02-18 20:42:56 Slp: Loading extension 'ManagementToolsConfig' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Configuration.ManagementToolsExtension.dll'
    (01) 2014-02-18 20:42:56 Slp: Extension 'ManagementToolsConfig' version '11.0.3128.0' loaded
    (01) 2014-02-18 20:42:56 Slp: Loading extension 'ManagementToolsAdvancedConfig' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Configuration.ManagementToolsExtension.dll'
    (01) 2014-02-18 20:42:56 Slp: Extension 'ManagementToolsAdvancedConfig' version '11.0.3128.0' loaded
    (01) 2014-02-18 20:42:56 Slp: Loading extension 'UI' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Configuration.UIExtension.dll'
    (01) 2014-02-18 20:42:56 Slp: Extension 'UI' version '11.0.3128.0' loaded
    (01) 2014-02-18 20:42:56 Slp: Loading extension 'ConfigurationResources' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Configuration.dll'
    (01) 2014-02-18 20:42:56 Slp: Extension 'ConfigurationResources' version '11.0.3128.0' loaded
    (01) 2014-02-18 20:42:56 Slp: Loading extension 'SqlEngineConfig' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Configuration.SqlServer_ConfigExtension.dll'
    (01) 2014-02-18 20:42:56 Slp: Extension 'SqlEngineConfig' version '11.0.3128.0' loaded
    (01) 2014-02-18 20:42:56 Slp: Loading extension 'SniServerConfigExt' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Configuration.SniServerConfigExt.dll'
    (01) 2014-02-18 20:42:56 Slp: Extension 'SniServerConfigExt' version '11.0.2100.60' loaded
    (01) 2014-02-18 20:42:56 Slp: Loading extension 'SqlBrowserConfig' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Configuration.SqlBrowserExtension.dll'
    (01) 2014-02-18 20:42:56 Slp: Extension 'SqlBrowserConfig' version '11.0.3128.0' loaded
    (01) 2014-02-18 20:42:56 Slp: Loading extension 'SqlRSConfig' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Configuration.RSExtension.dll'
    (01) 2014-02-18 20:42:56 Slp: Extension 'SqlRSConfig' version '11.0.3128.0' loaded
    (01) 2014-02-18 20:42:56 Slp: Loading extension 'SqlRSSHPConfig' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Configuration.RSShpExtension.dll'
    (01) 2014-02-18 20:42:56 Slp: Extension 'SqlRSSHPConfig' version '11.0.3000.0' loaded
    (01) 2014-02-18 20:42:56 Slp: Loading extension 'FulltextConfig' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Configuration.Fulltext_ConfigExtension.dll'
    (01) 2014-02-18 20:42:56 Slp: Extension 'FulltextConfig' version '11.0.3128.0' loaded
    (01) 2014-02-18 20:42:56 Slp: Loading extension 'ScoExtension' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Configuration.ScoExtension.dll'
    (01) 2014-02-18 20:42:56 Slp: Extension 'ScoExtension' version '11.0.3000.0' loaded
    (01) 2014-02-18 20:42:56 Slp: Loading extension 'Infrastructure' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Chainer.Infrastructure.dll'
    (01) 2014-02-18 20:42:56 Slp: Extension 'Infrastructure' version '11.0.3128.0' loaded
    (01) 2014-02-18 20:42:56 Slp: Loading extension 'UtilityConfig' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Configuration.UtilityExtension.dll'
    (01) 2014-02-18 20:42:56 Slp: Extension 'UtilityConfig' version '11.0.2100.60' loaded
    (01) 2014-02-18 20:42:56 Slp: Loading extension 'SmartSetup' from file 'C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\.\Microsoft.SqlServer.Configuration.SmartSetupExtension.dll'
    (01) 2014-02-18 20:42:56 Slp: Extension 'SmartSetup' version '11.0.3000.0' loaded
    (01) 2014-02-18 20:42:56 Slp: Completed Action: LoadExtensions, returned True
    (01) 2014-02-18 20:42:56 Slp: ----------------------------------------------------------------------
    (01) 2014-02-18 20:42:56 Slp: Running Action: ExecuteBootstrapAfterExtensionsLoaded
    (01) 2014-02-18 20:42:57 Slp: Workflow to execute: 'BOOTSTRAPAFTEREXTENSIONSLOADED'
    (01) 2014-02-18 20:42:57 Slp: ----------------------------------------------------------------------
    (01) 2014-02-18 20:42:57 Slp: Running Action: SetGlobalPackageFlags
    (01) 2014-02-18 20:42:57 Slp: Completed Action: SetGlobalPackageFlags, returned True
    (01) 2014-02-18 20:42:57 Slp: ----------------------------------------------------------------------
    (01) 2014-02-18 20:42:57 Slp: Running Action: LoadPackageDatastoreObjects
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SetupExtension.SlpChainerInputSettings.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SetupExtension.SlpChainerInputSettingsDefaults.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.SetupExtension.SlpChainerInputSettingsDefaults.xml' validated with schema 'Microsoft.SqlServer.Configuration.SetupExtension.SlpChainerInputSettings.xsd' loaded into datastore path '/Datastore/InputSettings/ChainerSettings/SlpSettings'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SetupExtension.SlpFeatureInputSettings.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SetupExtension.SlpFeatureInputSettingDefaults.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.SetupExtension.SlpFeatureInputSettingDefaults.xml' validated with schema 'Microsoft.SqlServer.Configuration.SetupExtension.SlpFeatureInputSettings.xsd' loaded into datastore path '/Datastore/InputSettings/FeatureSpecific/SlpInputSettings'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SetupExtension.SqlInstanceIdPrivateConfigObject.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SetupExtension.SqlInstanceIdPrivateDefaultSettings.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.SetupExtension.SqlInstanceIdPrivateDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.SetupExtension.SqlInstanceIdPrivateConfigObject.xsd' loaded into datastore
    path '/Datastore/ProductSettings/SqlInstanceId/Private'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SetupExtension.AsInstanceIdPrivateConfigObject.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SetupExtension.AsInstanceIdPrivateDefaultSettings.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.SetupExtension.AsInstanceIdPrivateDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.SetupExtension.AsInstanceIdPrivateConfigObject.xsd' loaded into datastore
    path '/Datastore/ProductSettings/AsInstanceId/Private'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SetupExtension.RsInstanceIdPrivateConfigObject.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SetupExtension.RsInstanceIdPrivateDefaultSettings.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.SetupExtension.RsInstanceIdPrivateDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.SetupExtension.RsInstanceIdPrivateConfigObject.xsd' loaded into datastore
    path '/Datastore/ProductSettings/RsInstanceId/Private'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SlpExtension.SlpPublicSettings.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SlpExtension.SlpPublicDefaultSettings.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.SlpExtension.SlpPublicDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.SlpExtension.SlpPublicSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/Slp/Public'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SlpExtension.SlpPrivateSettings.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SlpExtension.SlpPrivateDefaultSettings.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.SlpExtension.SlpPrivateDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.SlpExtension.SlpPrivateSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/Slp/Private'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SlpExtension.SqlLegacyDiscoveryPublicSettings.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SlpExtension.SqlLegacyDiscoveryPublicSettings.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.SlpExtension.SqlLegacyDiscoveryPublicSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.SlpExtension.SqlLegacyDiscoveryPublicSettings.xsd' loaded into datastore path
    '/Datastore/ProductSettings/SqlLegacyDiscovery/Public'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SlpExtension.SqlLegacyDiscoveryPrivateSettings.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SlpExtension.SqlLegacyDiscoveryPrivateSettings.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.SlpExtension.SqlLegacyDiscoveryPrivateSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.SlpExtension.SqlLegacyDiscoveryPrivateSettings.xsd' loaded into datastore
    path '/Datastore/ProductSettings/SqlLegacyDiscovery/Private'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SetupExtension.SlpDumperPrivateConfig.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SetupExtension.SlpDumperPrivateConfigDefault.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.SetupExtension.SlpDumperPrivateConfigDefault.xml' validated with schema 'Microsoft.SqlServer.Configuration.SetupExtension.SlpDumperPrivateConfig.xsd' loaded into datastore path '/Datastore/ProductSettings/SlpDumper/Private'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SetupExtension.SqlDumperPrivateConfig.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SetupExtension.SqlDumperPrivateConfigDefault.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.SetupExtension.SqlDumperPrivateConfigDefault.xml' validated with schema 'Microsoft.SqlServer.Configuration.SetupExtension.SqlDumperPrivateConfig.xsd' loaded into datastore path '/Datastore/ProductSettings/SqlEngineDumper/Private'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SetupExtension.AsDumperPrivateConfig.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SetupExtension.AsDumperPrivateConfigDefault.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.SetupExtension.AsDumperPrivateConfigDefault.xml' validated with schema 'Microsoft.SqlServer.Configuration.SetupExtension.AsDumperPrivateConfig.xsd' loaded into datastore path '/Datastore/ProductSettings/AsDumper/Private'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SetupExtension.RsDumperPrivateConfig.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SetupExtension.RsDumperPrivateConfigDefault.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.SetupExtension.RsDumperPrivateConfigDefault.xml' validated with schema 'Microsoft.SqlServer.Configuration.SetupExtension.RsDumperPrivateConfig.xsd' loaded into datastore path '/Datastore/InputSettings/RsDumper/Private'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.AgentExtension.AgentPublicSettings.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.AgentExtension.AgentPublicDefaultSettings.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.AgentExtension.AgentPublicDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.AgentExtension.AgentPublicSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/Agent/Public'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.AgentExtension.AgentPrivateSettings.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.AgentExtension.AgentPrivateDefaultSettings.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.AgentExtension.AgentPrivateDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.AgentExtension.AgentPrivateSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/Agent/Private'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.AgentExtension.AgentPrivateSettings.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.AgentExtension.AgentScriptPrivateDefaultSettings.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.AgentExtension.AgentScriptPrivateDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.AgentExtension.AgentPrivateSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/AgentScript/Private'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SSISExtension.SSISPublicSettings.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SSISExtension.SSISPublicDefaultSettings.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.SSISExtension.SSISPublicDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.SSISExtension.SSISPublicSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/SSIS/Public'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SSISExtension.SSISPrivateSettings.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SSISExtension.SSISPrivateDefaultSettings.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.SSISExtension.SSISPrivateDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.SSISExtension.SSISPrivateSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/SSIS/Private'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SSISExtension.VSTAPrivateSettings.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SSISExtension.VSTAPrivateSettings.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.SSISExtension.VSTAPrivateSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.SSISExtension.VSTAPrivateSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/SSIS/VSTA/Private'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.PowershellExtension.PowershellPublicSettings.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.PowershellExtension.PowershellPublicDefaultSettings.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.PowershellExtension.PowershellPublicDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.PowershellExtension.PowershellPublicSettings.xsd' loaded into datastore
    path '/Datastore/ProductSettings/SqlPowershell/Public'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.PowershellExtension.PowershellPrivateSettings.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.PowershellExtension.PowershellPrivateDefaultSettings.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.PowershellExtension.PowershellPrivateDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.PowershellExtension.PowershellPrivateSettings.xsd' loaded into datastore
    path '/Datastore/ProductSettings/SqlPowershell/Private'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.ASExtension.ASPublicSettings.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.ASExtension.ASPublicDefaultSettings.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.ASExtension.ASPublicDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.ASExtension.ASPublicSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/AS/Public'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.ASExtension.ASPrivateSettings.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.ASExtension.ASPrivateDefaultSettings.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.ASExtension.ASPrivateDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.ASExtension.ASPrivateSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/AS/Private'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SqlServer_ConfigExtension.SqlEnginePublicSettings.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SqlServer_ConfigExtension.SqlEnginePublicDefaultSettings.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.SqlServer_ConfigExtension.SqlEnginePublicDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.SqlServer_ConfigExtension.SqlEnginePublicSettings.xsd' loaded into
    datastore path '/Datastore/ProductSettings/SqlEngine/Public'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Repl_ConfigExtension.ReplPublicSettings.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Repl_ConfigExtension.ReplPublicDefaultSettings.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.Repl_ConfigExtension.ReplPublicDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.Repl_ConfigExtension.ReplPublicSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/Repl/Public'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SqlServer_ConfigExtension.SqlEnginePrivateSettings.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SqlServer_ConfigExtension.SqlEnginePrivateDefaultSettings.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.SqlServer_ConfigExtension.SqlEnginePrivateDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.SqlServer_ConfigExtension.SqlEnginePrivateSettings.xsd' loaded
    into datastore path '/Datastore/ProductSettings/SqlEngine/Private'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Fulltext_ConfigExtension.FulltextPublicSettings.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Fulltext_ConfigExtension.FulltextPublicDefaultSettings.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.Fulltext_ConfigExtension.FulltextPublicDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.Fulltext_ConfigExtension.FulltextPublicSettings.xsd' loaded into datastore
    path '/Datastore/ProductSettings/Fulltext/Public'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Fulltext_ConfigExtension.FulltextPrivateSettings.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Fulltext_ConfigExtension.FulltextPrivateDefaultSettings.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.Fulltext_ConfigExtension.FulltextPrivateDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.Fulltext_ConfigExtension.FulltextPrivateSettings.xsd' loaded into
    datastore path '/Datastore/ProductSettings/Fulltext/Private'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SniServer.SniServerConfigExt_PrivateSettings.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SniServer.SniServerConfigExt_PrivateDefaultSettings.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.SniServer.SniServerConfigExt_PrivateDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.SniServer.SniServerConfigExt_PrivateSettings.xsd' loaded into datastore
    path '/Datastore/ProductSettings/SniServer/Private'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SniServer.SniServerConfigExt_PublicSettings.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SniServer.SniServerConfigExt_PublicDefaultSettings.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.SniServer.SniServerConfigExt_PublicDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.SniServer.SniServerConfigExt_PublicSettings.xsd' loaded into datastore
    path '/Datastore/ProductSettings/SniServer/Public'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SqlBrowserExtension.sqlBrowserPublicConfig.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SqlBrowserExtension.sqlBrowserPublicConfig.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.SqlBrowserExtension.sqlBrowserPublicConfig.xml' validated with schema 'Microsoft.SqlServer.Configuration.SqlBrowserExtension.sqlBrowserPublicConfig.xsd' loaded into datastore path '/Datastore/ProductSettings/SqlBrowser/Public'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SqlBrowserExtension.sqlBrowserPrivateConfig.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SqlBrowserExtension.sqlBrowserPrivateConfig.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.SqlBrowserExtension.sqlBrowserPrivateConfig.xml' validated with schema 'Microsoft.SqlServer.Configuration.SqlBrowserExtension.sqlBrowserPrivateConfig.xsd' loaded into datastore path '/Datastore/ProductSettings/SqlBrowser/Private'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SqlBrowserExtension.sqlBrowserStopServicePrivateConfig.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SqlBrowserExtension.sqlBrowserStopServicePrivateConfig.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.SqlBrowserExtension.sqlBrowserStopServicePrivateConfig.xml' validated with schema 'Microsoft.SqlServer.Configuration.SqlBrowserExtension.sqlBrowserStopServicePrivateConfig.xsd' loaded
    into datastore path '/Datastore/ProductSettings/SqlBrowserStopService/Private'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SetupExtension.SkuPublicConfigObject.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SetupExtension.SkuPublicConfigObjectDefault.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.SetupExtension.SkuPublicConfigObjectDefault.xml' validated with schema 'Microsoft.SqlServer.Configuration.SetupExtension.SkuPublicConfigObject.xsd' loaded into datastore path '/Datastore/ProductSettings/Sku/Public'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SetupExtension.SkuPrivateConfigObject.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SetupExtension.SkuPrivateConfigObjectDefault.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.SetupExtension.SkuPrivateConfigObjectDefault.xml' validated with schema 'Microsoft.SqlServer.Configuration.SetupExtension.SkuPrivateConfigObject.xsd' loaded into datastore path '/Datastore/ProductSettings/Sku/Private'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Repl_ConfigExtension.ReplPrivateSettings.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Repl_ConfigExtension.ReplPrivateDefaultSettings.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.Repl_ConfigExtension.ReplPrivateDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.Repl_ConfigExtension.ReplPrivateSettings.xsd' loaded into datastore path
    '/Datastore/ProductSettings/Repl/Private'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.RSSHPExtension.SqlRSSHPConfigPublicDefaultSettings.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.RSSHPExtension.SqlRSSHPConfigPublicDefaultSettings.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.RSSHPExtension.SqlRSSHPConfigPublicDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.RSSHPExtension.SqlRSSHPConfigPublicDefaultSettings.xsd' loaded into datastore
    path '/Datastore/ProductSettings/SqlRSSHP/Public'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.RSSHPExtension.SqlRSSHPConfigPrivateDefaultSettings.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.RSSHPExtension.SqlRSSHPConfigPrivateDefaultSettings.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.RSSHPExtension.SqlRSSHPConfigPrivateDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.RSSHPExtension.SqlRSSHPConfigPrivateDefaultSettings.xsd' loaded into
    datastore path '/Datastore/ProductSettings/SqlRSSHP/Private'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.RSExtension.SqlRSConfigPublicDefaultSettings.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.RSExtension.SqlRSConfigPublicDefaultSettings.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.RSExtension.SqlRSConfigPublicDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.RSExtension.SqlRSConfigPublicDefaultSettings.xsd' loaded into datastore path
    '/Datastore/ProductSettings/SqlRS/Public'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.RSExtension.SqlRSConfigPrivateDefaultSettings.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.RSExtension.SqlRSConfigPrivateDefaultSettings.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.RSExtension.SqlRSConfigPrivateDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.RSExtension.SqlRSConfigPrivateDefaultSettings.xsd' loaded into datastore path
    '/Datastore/ProductSettings/SqlRS/Private'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.RSExtension.SqlRSDBConfigPrivateDefaultSettings.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.RSExtension.SqlRSDBConfigPrivateDefaultSettings.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.RSExtension.SqlRSDBConfigPrivateDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.RSExtension.SqlRSDBConfigPrivateDefaultSettings.xsd' loaded into datastore
    path '/Datastore/ProductSettings/SqlRS/DBPrivate'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsPublicSettings.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsPublicDefaultSettings.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsPublicDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsPublicSettings.xsd'
    loaded into datastore path '/Datastore/ProductSettings/ManagementTools/Public'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsPrivateSettings.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsPrivateDefaultSettings.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsPrivateDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsPrivateSettings.xsd'
    loaded into datastore path '/Datastore/ProductSettings/ManagementTools/Private'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsAdvancedPublicSettings.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsAdvancedPublicDefaultSettings.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsAdvancedPublicDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsAdvancedPublicSettings.xsd'
    loaded into datastore path '/Datastore/ProductSettings/ManagementToolsAdvanced/Public'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsAdvancedPrivateSettings.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsAdvancedPrivateDefaultSettings.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsAdvancedPrivateDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.ManagementToolsExtension.ManagementToolsAdvancedPrivateSettings.xsd'
    loaded into datastore path '/Datastore/ProductSettings/ManagementToolsAdvanced/Private'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.DistributedReplayExtension.ControllerPrivateSettings.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.DistributedReplayExtension.ControllerPrivateDefaultSettings.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.DistributedReplayExtension.ControllerPrivateDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.DistributedReplayExtension.ControllerPrivateSettings.xsd' loaded
    into datastore path '/Datastore/ProductSettings/DReplayController/Private'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.DistributedReplayExtension.ClientPrivateSettings.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.DistributedReplayExtension.ClientPrivateDefaultSettings.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.DistributedReplayExtension.ClientPrivateDefaultSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.DistributedReplayExtension.ClientPrivateSettings.xsd' loaded into
    datastore path '/Datastore/ProductSettings/DReplayClient/Private'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterDiskPrivateConfig.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterDiskPrivateConfig.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.Cluster.ClusterDiskPrivateConfig.xml' validated with schema 'Microsoft.SqlServer.Configuration.Cluster.ClusterDiskPrivateConfig.xsd' loaded into datastore path '/Datastore/ProductSettings/ClusterDisk/Private'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterDiskPublicConfig.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterDiskPublicConfig.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.Cluster.ClusterDiskPublicConfig.xml' validated with schema 'Microsoft.SqlServer.Configuration.Cluster.ClusterDiskPublicConfig.xsd' loaded into datastore path '/Datastore/ProductSettings/ClusterDisk/Public'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterGroupPrivateConfig.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterGroupPrivateConfig.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.Cluster.ClusterGroupPrivateConfig.xml' validated with schema 'Microsoft.SqlServer.Configuration.Cluster.ClusterGroupPrivateConfig.xsd' loaded into datastore path '/Datastore/ProductSettings/ClusterGroup/Private'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterGroupPublicConfig.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterGroupPublicConfig.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.Cluster.ClusterGroupPublicConfig.xml' validated with schema 'Microsoft.SqlServer.Configuration.Cluster.ClusterGroupPublicConfig.xsd' loaded into datastore path '/Datastore/ProductSettings/ClusterGroup/Public'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterIPAddressPrivateConfig.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterIPAddressPrivateConfig.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.Cluster.ClusterIPAddressPrivateConfig.xml' validated with schema 'Microsoft.SqlServer.Configuration.Cluster.ClusterIPAddressPrivateConfig.xsd' loaded into datastore path '/Datastore/ProductSettings/ClusterIPAddresses/Private'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterIPAddressPublicConfig.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterIPAddressPublicConfig.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.Cluster.ClusterIPAddressPublicConfig.xml' validated with schema 'Microsoft.SqlServer.Configuration.Cluster.ClusterIPAddressPublicConfig.xsd' loaded into datastore path '/Datastore/ProductSettings/ClusterIPAddresses/Public'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Cluster.FailoverInstanceNamePrivateConfig.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Cluster.FailoverInstanceNamePrivateConfig.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.Cluster.FailoverInstanceNamePrivateConfig.xml' validated with schema 'Microsoft.SqlServer.Configuration.Cluster.FailoverInstanceNamePrivateConfig.xsd' loaded into datastore path '/Datastore/ProductSettings/FailOverClusterName/Private'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Cluster.FailoverInstanceNamePublicConfig.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Cluster.FailoverInstanceNamePublicConfig.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.Cluster.FailoverInstanceNamePublicConfig.xml' validated with schema 'Microsoft.SqlServer.Configuration.Cluster.FailoverInstanceNamePublicConfig.xsd' loaded into datastore path '/Datastore/ProductSettings/FailoverClusterName/Public'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterNodePrivateConfig.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterNodePrivateConfig.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.Cluster.ClusterNodePrivateConfig.xml' validated with schema 'Microsoft.SqlServer.Configuration.Cluster.ClusterNodePrivateConfig.xsd' loaded into datastore path '/Datastore/ProductSettings/ClusterNode/Private'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterNodePublicConfig.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterNodePublicConfig.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.Cluster.ClusterNodePublicConfig.xml' validated with schema 'Microsoft.SqlServer.Configuration.Cluster.ClusterNodePublicConfig.xsd' loaded into datastore path '/Datastore/ProductSettings/ClusterNode/Public'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.SlpExtension.SQLServerSCPPrivateSettings.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.SlpExtension.SQLServerSCPPrivateSettings.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.SlpExtension.SQLServerSCPPrivateSettings.xml' validated with schema 'Microsoft.SqlServer.Configuration.SlpExtension.SQLServerSCPPrivateSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/SQLServerSCP/Private'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.Cluster.ClusterNodesStatusPublicConfig.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.Cluster.ClusterNodesStatusPublicConfig.xml' loaded into datastore path '/Datastore/ProductSettings/ClusterNodesStatus/Public'
    (01) 2014-02-18 20:42:57 Slp: Reading schema resource 'Microsoft.SqlServer.Configuration.ASExtension.ASSPIInputSettings.xsd'
    (01) 2014-02-18 20:42:57 Slp: Reading XML resource 'Microsoft.SqlServer.Configuration.ASExtension.ASSPIInputSettingsDefaults.xml'
    (01) 2014-02-18 20:42:57 Slp: Document 'Microsoft.SqlServer.Configuration.ASExtension.ASSPIInputSettingsDefaults.xml' validated with schema 'Microsoft.SqlServer.Configuration.ASExtension.ASSPIInputSettings.xsd' loaded into datastore path '/Datastore/ProductSettings/ASSIP/Public'
    (01) 2014-02-18 20:42:57 Slp: Completed Action: LoadPackageDatastoreObjects, returned True
    (01) 2014-02-18 20:42:57 Slp: ----------------------------------------------------------------------
    (01) 2014-02-18 20:42:57 Slp: Running Action: InitializeInputSettingStore
    (01) 2014-02-18 20:42:58 Slp: Completed Action: InitializeInputSettingStore, returned True
    (01) 2014-02-18 20:42:58 Slp: ----------------------------------------------------------------------
    (01) 2014-02-18 20:42:58 Slp: Running Action: InitializeRoleService
    (01) 2014-02-18 20:42:58 Slp: Loading role: SPI_AS_NewFarm
    (01) 2014-02-18 20:42:58 Slp: Loading role: SPI_AS_ExistingFarm
    (01) 2014-02-18 20:42:58 Slp: Loading role: AllFeatures_WithDefaults
    (01) 2014-02-18 20:42:58 Slp: Completed Action: InitializeRoleService, returned True
    (01) 2014-02-18 20:42:58 Slp: ----------------------------------------------------------------------
    (01) 2014-02-18 20:42:58 Slp: Running Action: ProcessChainerCommandLineArguments
    (01) 2014-02-18 20:42:58 Slp: ----------------------------------------
    (01) 2014-02-18 20:42:58 Slp: Setting: TIMESTAMP
    (01) 2014-02-18 20:42:58 Slp: Value specified: 20140218_204252
    (01) 2014-02-18 20:42:58 Slp: New setting source: CommandLine; previous setting source: Default
    (01) 2014-02-18 20:42:58 Slp: ----------------------------------------
    (01) 2014-02-18 20:42:58 Slp: Setting: LOGMARKER
    (01) 2014-02-18 20:42:58 Slp: Value specified: _LandingPage
    (01) 2014-02-18 20:42:58 Slp: New setting source: CommandLine; previous setting source: Default
    (01) 2014-02-18 20:42:58 Slp: ----------------------------------------
    (01) 2014-02-18 20:42:58 Slp: Setting: MEDIASOURCE
    (01) 2014-02-18 20:42:58 Slp: Value specified: F:\
    (01) 2014-02-18 20:42:58 Slp: New setting source: CommandLine; previous setting source: NotSpecified
    (01) 2014-02-18 20:42:59 Slp: ----------------------------------------
    (01) 2014-02-18 20:42:59 Slp: Setting: INSTALLMEDIAPATH
    (01) 2014-02-18 20:42:59 Slp: Value specified: F:\x64\setup\
    (01) 2014-02-18 20:42:59 Slp: New setting source: CommandLine; previous setting source: NotSpecified
    (01) 2014-02-18 20:42:59 Slp: ----------------------------------------
    (01) 2014-02-18 20:42:59 Slp: Setting: ENU
    (01) 2014-02-18 20:42:59 Slp: Value specified: True
    (01) 2014-02-18 20:42:59 Slp: New setting source: CommandLine; previous setting source: Default
    (01) 2014-02-18 20:42:59 Slp: ----------------------------------------
    (01) 2014-02-18 20:42:59 Slp: Setting: MEDIALAYOUT
    (01) 2014-02-18 20:42:59 Slp: Value specified: Full
    (01) 2014-02-18 20:42:59 Slp: New setting source: CommandLine; previous setting source: Default
    (01) 2014-02-18 20:42:59 Slp: ----------------------------------------
    (01) 2014-02-18 20:42:59 Slp: Setting: ACTION
    (01) 2014-02-18 20:42:59 Slp: Value specified: LANDINGPAGE
    (01) 2014-02-18 20:42:59 Slp: New setting source: CommandLine; previous setting source: NotSpecified
    (01) 2014-02-18 20:42:59 Slp: ----------------------------------------
    (01) 2014-02-18 20:42:59 Slp: Completed Action: ProcessChainerCommandLineArguments, returned True
    (01) 2014-02-18 20:42:59 Slp: ----------------------------------------------------------------------
    (01) 2014-02-18 20:42:59 Slp: Running Action: ProcessMediaChainerConfigFileArguments
    (01) 2014-02-18 20:42:59 Slp: Procssing media configuration file F:\x64\setup\..\DefaultSetup.ini.
    (01) 2014-02-18 20:42:59 Slp: Input setting PCUSOURCE is not used because it is not allowed for scenario None.
    (01) 2014-02-18 20:42:59 Slp: Input setting PID is not used because it is not allowed for scenario None.
    (01) 2014-02-18 20:42:59 Slp: ----------------------------------------
    (01) 2014-02-18 20:42:59 Slp: Completed Action: ProcessMediaChainerConfigFileArguments, returned True
    (01) 2014-02-18 20:42:59 Slp: ----------------------------------------------------------------------
    (01) 2014-02-18 20:42:59 Slp: Running Action: ProcessChainerConfigFileArguments
    (01) 2014-02-18 20:42:59 Slp: Completed Action: ProcessChainerConfigFileArguments, returned True
    (01) 2014-02-18 20:42:59 Slp: ----------------------------------------------------------------------
    (01) 2014-02-18 20:42:59 Slp: Running Action: ProcessSlipstreamParameters
    (01) 2014-02-18 20:42:59 Slp: Completed Action: ProcessSlipstreamParameters, returned True
    (01) 2014-02-18 20:42:59 Slp: ----------------------------------------------------------------------
    (01) 2014-02-18 20:42:59 Slp: Skipping Action: SetRoleAndUIModeForExpressMedia
    (01) 2014-02-18 20:42:59 Slp: Action is being skipped due to the following restrictions: 
    (01) 2014-02-18 20:42:59 Slp: Condition "IsMediaExpress" did not pass as it returned false and true was expected.
    (01) 2014-02-18 20:42:59 Slp: ----------------------------------------------------------------------
    (01) 2014-02-18 20:42:59 Slp: Running Action: InitializeRetryHandler
    (01) 2014-02-18 20:42:59 Slp: Completed Action: InitializeRetryHandler, returned True
    (01) 2014-02-18 20:42:59 Slp: ----------------------------------------------------------------------
    (01) 2014-02-18 20:42:59 Slp: Running Action: ValidateChainerSetting
    (01) 2014-02-18 20:42:59 Slp: Completed Action: ValidateChainerSetting, returned True
    (01) 2014-02-18 20:42:59 Slp: ----------------------------------------------------------------------
    (01) 2014-02-18 20:42:59 Slp: Running Action: ProcessFeatureCommandLineArguments
    (01) 2014-02-18 20:42:59 Slp: ----------------------------------------
    (01) 2014-02-18 20:42:59 Slp: Completed Action: ProcessFeatureCommandLineArguments, returned True
    (01) 2014-02-18 20:42:59 Slp: ----------------------------------------------------------------------
    (01) 2014-02-18 20:42:59 Slp: Running Action: ProcessMediaFeatureConfigFileArguments
    (01) 2014-02-18 20:42:59 Slp: Procssing media configuration file F:\x64\setup\..\DefaultSetup.ini.
    (01) 2014-02-18 20:42:59 Slp: ----------------------------------------
    (01) 2014-02-18 20:42:59 Slp: Completed Action: ProcessMediaFeatureConfigFileArguments, returned True
    (01) 2014-02-18 20:42:59 Slp: ----------------------------------------------------------------------
    (01) 2014-02-18 20:42:59 Slp: Running Action: ProcessFeatureConfigFileArguments
    (01) 2014-02-18 20:42:59 Slp: Completed Action: ProcessFeatureConfigFileArguments, returned True
    (01) 2014-02-18 20:42:59 Slp: ----------------------------------------------------------------------
    (01) 2014-02-18 20:42:59 Slp: Running Action: StartSqmSession
    (01) 2014-02-18 20:42:59 Slp: Sco: Attempting to create base registry key HKEY_LOCAL_MACHINE, machine 
    (01) 2014-02-18 20:42:59 Slp: Sco: Attempting to open registry subkey Software\Microsoft\Microsoft SQL Server\110
    (01) 2014-02-18 20:42:59 Slp: Sco: Attempting to get registry value CustomerFeedback
    (01) 2014-02-18 20:42:59 Slp: SQM Service: Sqm does not have active session.
    (01) 2014-02-18 20:42:59 Slp: SQM is opted-out by command line parameter /SQMREPORTING or registry key setting, SQM session is closed
    (01) 2014-02-18 20:42:59 Slp: Completed Action: StartSqmSession, returned True
    (01) 2014-02-18 20:42:59 Slp: ----------------------------------------------------------------------
    (01) 2014-02-18 20:42:59 Slp: Running Action: ValidateSettingsAgainstScenario
    (01) 2014-02-18 20:42:59 Slp: Scenario: LandingPage
    (01) 2014-02-18 20:42:59 Slp: Completed Action: ValidateSettingsAgainstScenario, returned True
    (01) 2014-02-18 20:42:59 Slp: ----------------------------------------------------------------------
    (01) 2014-02-18 20:42:59 Slp: Running Action: FinalCalculateSettings
    (01) 2014-02-18 20:43:00 Slp: Completed Action: FinalCalculateSettings, returned True
    (01) 2014-02-18 20:43:00 Slp: Completed Action: ExecuteBootstrapAfterExtensionsLoaded, returned True
    (01) 2014-02-18 20:43:00 Slp: ----------------------------------------------------------------------
    (01) 2014-02-18 20:43:00 Slp: Running Action: LandingPage
    (01) 2014-02-18 20:43:00 Slp: Landing page action
    (01) 2014-02-18 20:43:00 Slp: Starting Landing Page: Path = C:\Program Files\Microsoft SQL Server\110\Setup Bootstrap\SQLServer2012\x64\LandingPage.exe, Arguments =  /ENU /MEDIASOURCE="F:\\"
    Thanks,
    Regards,

  • When installing CS3 Design Premium it instals Version Cue server and shared components, but I get the message "Errors: 6 component (s)" and dose not install, Photoshop, Flash, Illustrator, Indesign or Creative Suite Premium

    When installing CS3 Design Premium it instals Version Cue server and shared components, but I get the message "Errors: 6 component (s)" and dose not install, Photoshop, Flash, Illustrator, Indesign or Creative Suite Premium

    Thank you Bturko in the future only migrate/copy/transfer your documents and settings.  Adobe applications especially are not designed to be transferred from one computer to another.  It is possible to recover however.  I would recommend the following steps:
    Run the uninstaller located in Applications/Utilities/Adobe Installers
    Run the CC Cleaner Tool to ensure complete removal - Use the CC Cleaner Tool to solve installation problems | CC, CS3-CS6 - http://helpx.adobe.com/creative-suite/kb/cs5-cleaner-tool-installation-problems.html.
    If you need to download a fresh copy of the installation files they can be downloaded at Download CS3 products.
    Run the installer and reinstall Creative Suite 3.

  • I tried updating iTunes to version 11.1.1, but installation fails each time even when I did it manually as was suggested.  The message I receive is: "The installer has encountered an unexpected error installing this package.  This may indicate a problem"

    I tried updating iTunes to version 11.1.1, but installation fails each time even when I did it manually as was suggested.  The message I receive is: "The installer has encountered an unexpected error installing this package.  This may indicate a problem with this package.  The error code is 2324."

    Hi hongkongpom,
    Just wanted to say that after posting the problem, I had a chat with an iTunes' Tech Support, her name is Rebekah.  My problem was resolved after that.  Will list the chat history below in hopes that it may help you as well.
    Good luck!
    Samia  
    Chat Transcript
    Friday, October 4, 2013 05:55 AM
    Duration: 81 minutes 28 seconds
    Rebekah:
    Welcome to AppleCare chat support. Please give me a moment to look over your information.
    Rebekah:
    Hi, Samia! My name is Rebekah. If we get disconnected, please chat us back. http://www.apple.com/support/ipod/contactEnter the case number from the initial email we sent you. This gives the next advisor you chat with immediate access to your case history.
    Rebekah:
    Could you please confirm your serial number? I want to be sure we provide the best service possible for you, Samia!
    SAMIA:
    Sure, it's 8L8395UY2C5
    SAMIA:
    My problem is with iTunes.
    Rebekah:
    Thanks for that confirmation. Just a heads up, this is iOS Tech Support. We do support iPod touches, iPads, and iPhones, but not the iPod classic. But no worries! I can get you in touch with a phone Advisor who can get you in touch with the department that specializes in iPod classics and would be able to better assist you. Would that be OK?
    SAMIA:
    I wasn't able to install the new version of iTunes (version 11.1.1). The installation keeps failing. The they suggested the I install it manually and that failed too. I will attach the message I received.
    SAMIA:
    I don't have a problem with iPod.
    SAMIA:
    Just iTunes
    Rebekah:
    No problem! We can certainly troubleshoot iTunes as much as possible. It may come to the point that you may have to transferred, but we can do as much as possible during this chat!
    Rebekah:
    Thanks for the screenshot. It is a bit small so I am unable to fully see the message that you are receiving. What is the error message you are receiving?
    SAMIA:
    This is the message I received in case you weren't able to open the attachment: "The installer has encountered an unexpected error installing this package. This may indicate a problem with this package. The error code is 2324."
    Rebekah:
    Thanks for that info!
    SAMIA:
    Pleasure!
    Rebekah:
    What version of Windows (XP, Vista, 7) do you have?
    SAMIA:
    Windows 7
    SAMIA:
    Windows 7 Home Premium
    Rebekah:
    Thanks for that confirmation. I do apologize for the delay, Samia. I am researching this error code now. You mentioned trying to install iTunes manually. To be sure I am on the same page, what steps did you take to do that?
    SAMIA:
    Well when the indsatalltion failed I was given instructions to select Download Only from Tools and then install manually. When I did it, I window popped up with the following items: - AppleApplicationSupport
    SAMIA:
    - AppleMobileDeviceSupport64
    SAMIA:
    - Bonjour64
    SAMIA:
    iTunes64
    SAMIA:
    SetupAdmin
    SAMIA:
    I selected Repair in all of them instead of Remove and all worked but iTunes64
    SAMIA:
    That's when I received the message that I sent you earlier.
    SAMIA:
    By the way, this is the fir st time something like this occured. I never had problems with installation before.
    Rebekah:
    I completely understand what you're saying. Since that Repair did not resolve the issue, our best option is to uninstall iTunes and its components and redownload it. To do this, we will follow the steps in this article: Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    Rebekah:
    First, we will want to quit iTunes and/or Apple Software Update if those are open at this time.
    SAMIA:
    Rebekah, the instructions you gave says, "For Windows XP, follow these steps to remove and reinstall iTunes and other software components for Windows XP."
    SAMIA:
    I closed all applications
    SAMIA:
    Also, my iTunes doesn't open anymore after the new failed installation.
    Rebekah:
    The section that says "For Windows XP…" is in case we opened up the wrong article, as we have the one for Windows Vista, 7, or 8. There is a link to click ("these steps") in those directions that would take us to the article for uninstalling on a Windows XP.
    Rebekah:
    So no worries! We have the right article!
    Rebekah:
    On the computer, we will want to click on Start > Control Panel. In Control Panel, we will click the "Uninstall a program" link.
    SAMIA:
    I thought so after doing a little exploration.
    SAMIA:
    done
    Rebekah:
    Alright, we'll want to select iTunes from the list of currently installed programs. Then we will click Uninstall. When asked if you would like to remove iTunes, let's click Yes.
    Rebekah:
    After the uninstallation is complete, we don't want to restart your computer if you're prompted.
    SAMIA:
    Done
    Rebekah:
    Then if you see other iTunes entries on the list, we'll want to remove them the same way.
    Rebekah:
    Then we will remove all instances of Apple Software Update the same way you removed iTunes.
    SAMIA:
    Okay, but do I have to remoce iCloud as well?
    SAMIA:
    Rebekah, I received the same error message again when uninstalling
    Rebekah:
    We actually do not need to remove iCloud. After the Apple Software Update, we will want to remove all instances of Apple Mobile Device Support
    Rebekah:
    How strange! Are you able to click past that and allow the process to continue or has it stopped it completely?
    SAMIA:
    I am unable to uninstall iTunes either
    SAMIA:
    Stopped completely
    SAMIA:
    I treied clicking Repair
    Rebekah:
    Alright, after trying the Repair option, let's see if it will allow us to continue uninstalling or not.
    SAMIA:
    I tried that but unfortunately, it isn't working. I still get that same message with error code 2324.
    Rebekah:
    This error code is not something that I am finding in my sources, Samia. So there is a chance that it is being caused with the Windows computer itself. However, I did find a link that may be able to help with uninstalling iTunes from Windows' support site: http://support.microsoft.com/mats/Program_Install_and_Uninstall
    SAMIA:
    Rebekah, you're a genius! It worked! iTunes is no longer there. What next?
    Rebekah:
    Awesome! I'm glad that worked!
    Rebekah:
    To be sure I am on the same page, what was the last component we uninstalled?
    SAMIA:
    iTunes
    SAMIA:
    Shall I remove the Apple Application Support, Apple Mobile Device Support, and Apple Software Update
    Rebekah:
    That is correct! However, we do want to uninstall it in the order I mentioned above. So Apple Software Update first, Apple Mobile Device Support next, and then Apple Mobile Device Support.
    SAMIA:
    Got it, but is the second one to uninstall Apple Mobile Device Support OR Apple pplication Support?
    Rebekah:
    The second one is Apple Mobile Device Support.
    Rebekah:
    The Application Support will be the last component we uninstall.
    SAMIA:
    Thanks! I'm on it.
    SAMIA:
    Done! ll 3 are gone, well 4 with iTunes. Now what?
    Rebekah:
    Awesome! Also, I just noticed that I accidentally typed Apple Mobile Device Support twice, I do apologize for any confusion! Now we will remove all instances of Bonjour and then remove all instances of Apple Application Support.
    SAMIA:
    There was only 1 instance with Bonjour. I don't know what the instances are for Apple Application Support
    Rebekah:
    Yes, Bonjour is often only listed once. Is the Apple Application Support listed at all?
    SAMIA:
    No
    SAMIA:
    Since I removed it
    Rebekah:
    Oh, perfect! If it was removed, we should be set!
    Rebekah:
    We have removed iTunes and its components now! From here, our next step is to restart the computer. Then once you reboot, you can redownload iTunes from apple.com/itunes
    Rebekah:
    That should allow you to download iTunes!
    SAMIA:
    Shall I downloaad the latest vesion?
    Rebekah:
    You will want to first restart the computer as shown in the article. That will ensure that this process goes smoothly and that everything was removed correctly! Then you can try downloading iTunes again.
    SAMIA:
    Okay, thanks Rebekah!
    Rebekah:
    You're very welcome! I'm glad I could help! And of course if you have any issue after the reboot and download, you can always chat us back, as chat is open 24 hours! You will just need to give your case number and the next Advisor would have all my notes!
    SAMIA:
    Thanks again for all your help, for I couldn't have managed with out it. Have a nice day!
    Rebekah:
    You're very welcome! I know how important iTunes is and I'm glad we could get you on a path to resolution!
    Rebekah:
    I hope you have a lovely day!
    Rebekah:
    It's been a pleasure speaking with you! Thanks for chatting with us Samia. If you don't have any more questions, select End Chat from the upper left corner of the chat window.
    SAMIA:
    Will do, thanks.

  • Error installing Database instance on MSCS

    error installing Database instance on MSCS
    plateform: windows2003/oracle10g
    product: SAP ERP 2005
    Two node MSCS based cluster.
    - Installed OS and patched it.
    - Configured network adapters
    - Configured Shared storage device.
    - Installed Cluster server.(Tested by moving resources to other node successfully)
    - installed oracle10g
    - Patched db
    - Installed Oracle failsafe.
    - I have installed ASCS instance on first node using shared disk successfully.
    - Clustered the first node successfully
    - Created the oracle failsafe group
    - While installing the Database instance. (nothing was displayed in Dbhost field, i have manually entered virtual database host) . set all other wizard parameters ... installation stopped on step 5 e.i. "Create and Load Database" with an error message as follows.
    ERROR 2007-05-02 17:30:49
    CJS-00095  Error return code.<.br>DIAGNOSIS: Return code 1 of executable E:\oracle\PRD\102/bin/lsnrctl indicates an error.<.br>SOLUTION: See log file lsnrctl.log for details.
    ERROR 2007-05-02 17:30:49
    CJS-00095  Error return code.<.br>DIAGNOSIS: Return code 1 of executable E:\oracle\PRD\102/bin/lsnrctl indicates an error.<.br>SOLUTION: See log file lsnrctl.log for details.
    ERROR 2007-05-02 17:30:49
    FCO-00011  The step StartListener with step key |NW_ABAP_DB|ind|ind|ind|ind|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|8|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraClient|ind|ind|ind|ind|3|0|NW_OraNetworkSrv|ind|ind|ind|ind|1|0|StartListener was executed with status ERROR .
    INFO 2007-05-02 17:32:01
    An error occured and the user decide to stop.\n Current step "|NW_ABAP_DB|ind|ind|ind|ind|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|8|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraClient|ind|ind|ind|ind|3|0|NW_OraNetworkSrv|ind|ind|ind|ind|1|0|StartListener".
    <b>the logfile is very big ... but let me paste the important part only ...</b>
    INFO 2007-05-02 17:30:24
    Execute step setPermissions of component |NW_ABAP_DB|ind|ind|ind|ind|0|0|NW_Unpack|ind|ind|ind|ind|7|0.
    INFO 2007-05-02 17:30:25
    Execute step copyScripts of component |NW_ABAP_DB|ind|ind|ind|ind|0|0|NW_Unpack|ind|ind|ind|ind|7|0.
    INFO[E] 2007-05-02 17:30:25
    FSL-02077  File system export (share) saploc does not exist.
    INFO 2007-05-02 17:30:26
    Execute step PrepareOraCreateTablespace of component |NW_ABAP_DB|ind|ind|ind|ind|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|8|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0.
    INFO[E] 2007-05-02 17:30:26
    FSL-02077  File system export (share) saploc does not exist.
    INFO 2007-05-02 17:30:27
    Execute step setDbenvEnvironment of component |NW_ABAP_DB|ind|ind|ind|ind|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|8|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraDbCommon|ind|ind|ind|ind|0|0.
    INFO[E] 2007-05-02 17:30:27
    FSL-02077  File system export (share) saploc does not exist.
    INFO 2007-05-02 17:30:28
    Execute step copyDbShellScripts of component |NW_ABAP_DB|ind|ind|ind|ind|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|8|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraDbCommon|ind|ind|ind|ind|0|0.
    INFO 2007-05-02 17:30:29
    Execute step checkOraClientPreconditions of component |NW_ABAP_DB|ind|ind|ind|ind|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|8|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraClient|ind|ind|ind|ind|3|0.
    INFO[E] 2007-05-02 17:30:29
    FSL-02077  File system export (share) saploc does not exist.
    INFO 2007-05-02 17:30:30
    Execute step createOcl10Links of component |NW_ABAP_DB|ind|ind|ind|ind|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|8|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraClient|ind|ind|ind|ind|3|0.
    INFO 2007-05-02 17:30:31
    Execute step createDbclientLst of component |NW_ABAP_DB|ind|ind|ind|ind|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|8|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraClient|ind|ind|ind|ind|3|0.
    INFO[E] 2007-05-02 17:30:32
    FSL-02077  File system export (share) saploc does not exist.
    INFO 2007-05-02 17:30:34
    Execute step setPermissions of component |NW_ABAP_DB|ind|ind|ind|ind|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|8|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraClient|ind|ind|ind|ind|3|0.
    INFO 2007-05-02 17:30:35
    Execute step setDbenvEnvironment of component |NW_ABAP_DB|ind|ind|ind|ind|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|8|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraClient|ind|ind|ind|ind|3|0.
    INFO[E] 2007-05-02 17:30:35
    FSL-02077  File system export (share) saploc does not exist.
    INFO 2007-05-02 17:30:36
    Execute step doCleanOldNetworkFiles of component |NW_ABAP_DB|ind|ind|ind|ind|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|8|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraClient|ind|ind|ind|ind|3|0|NW_OraNetworkSrv|ind|ind|ind|ind|1|0.
    INFO[E] 2007-05-02 17:30:36
    FSL-02077  File system export (share) saploc does not exist.
    INFO 2007-05-02 17:30:37
    Execute step doNetworkConfigurationServer of component |NW_ABAP_DB|ind|ind|ind|ind|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|8|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraClient|ind|ind|ind|ind|3|0|NW_OraNetworkSrv|ind|ind|ind|ind|1|0.
    INFO[E] 2007-05-02 17:30:37
    FSL-02077  File system export (share) saploc does not exist.
    INFO 2007-05-02 17:30:38
    Creating file C:\Program Files\sapinst_instdir\ERP\SYSTEM\ORA\HA\ABAP\DB\lsnrctl.log.
    INFO 2007-05-02 17:30:38
    Working directory changed to C:\Program Files\sapinst_instdir\ERP\SYSTEM\ORA\HA\ABAP\DB.
    INFO 2007-05-02 17:30:38
    Output of E:\oracle\PRD\102\bin\lsnrctl stop LISTENER is written to the logfile lsnrctl.log.
    WARNING 2007-05-02 17:30:40
    Execution of the command "E:\oracle\PRD\102\bin\lsnrctl stop LISTENER" finished with return code 1. Output:
    LSNRCTL for 32-bit Windows: Version 10.2.0.2.0 - Production on 02-MAY-2007 17:30:38
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=tcp)(HOST=)(PORT=1521))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
       32-bit Windows Error: 61: Unknown error
    INFO 2007-05-02 17:30:40
    Creating file E:\oracle\PRD\102\NETWORK\ADMIN\listener.ora.
    INFO 2007-05-02 17:30:40
    Creating file E:\oracle\PRD\102\NETWORK\ADMIN\tnsnames.ora.
    INFO 2007-05-02 17:30:40
    Copied file 'E:/oracle/PRD/102/NETWORK/ADMIN/sqlnet.ora' to 'E:/oracle/PRD/102/NETWORK/ADMIN/sqlnet.1.ora'.
    INFO 2007-05-02 17:30:40
    Removing file E:\oracle\PRD\102\NETWORK\ADMIN\sqlnet.ora.
    INFO 2007-05-02 17:30:40
    Creating file E:\oracle\PRD\102\NETWORK\ADMIN\sqlnet.ora.
    INFO 2007-05-02 17:30:41
    Execute step doNetworkConfigurationClient of component |NW_ABAP_DB|ind|ind|ind|ind|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|8|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraClient|ind|ind|ind|ind|3|0|NW_OraNetworkSrv|ind|ind|ind|ind|1|0.
    INFO[E] 2007-05-02 17:30:41
    FSL-02077  File system export (share) saploc does not exist.
    INFO 2007-05-02 17:30:41
    Creating directory
    sapgrp\sapmnt\PRD\SYS\profile\oracle.
    INFO 2007-05-02 17:30:41
    Creating file
    sapgrp\sapmnt\PRD\SYS\profile\oracle\tnsnames.ora.
    INFO 2007-05-02 17:30:42
    Creating file
    sapgrp\sapmnt\PRD\SYS\profile\oracle\sqlnet.ora.
    INFO 2007-05-02 17:30:43
    Execute step StartListener of component |NW_ABAP_DB|ind|ind|ind|ind|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|8|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraClient|ind|ind|ind|ind|3|0|NW_OraNetworkSrv|ind|ind|ind|ind|1|0.
    INFO[E] 2007-05-02 17:30:43
    FSL-02077  File system export (share) saploc does not exist.
    INFO 2007-05-02 17:30:43
    Creating file C:\Program Files\sapinst_instdir\ERP\SYSTEM\ORA\HA\ABAP\DB\lsnrctl.log.
    INFO 2007-05-02 17:30:43
    Working directory changed to C:\Program Files\sapinst_instdir\ERP\SYSTEM\ORA\HA\ABAP\DB.
    INFO 2007-05-02 17:30:43
    Output of E:\oracle\PRD\102\bin\lsnrctl stop LISTENER is written to the logfile lsnrctl.log.
    WARNING 2007-05-02 17:30:44
    Execution of the command "E:\oracle\PRD\102\bin\lsnrctl stop LISTENER" finished with return code 1. Output:
    LSNRCTL for 32-bit Windows: Version 10.2.0.2.0 - Production on 02-MAY-2007 17:30:43
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=PRD.WORLD))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
       32-bit Windows Error: 2: No such file or directory
    Connecting to (ADDRESS=(PROTOCOL=IPC)(KEY=PRD))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
       32-bit Windows Error: 2: No such file or directory
    Connecting to (ADDRESS=(COMMUNITY=SAP.WORLD)(PROTOCOL=TCP)(HOST=oracleprd)(PORT=1527))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
      TNS-00511: No listener
       32-bit Windows Error: 61: Unknown error
    INFO 2007-05-02 17:30:44
    Creating file C:\Program Files\sapinst_instdir\ERP\SYSTEM\ORA\HA\ABAP\DB\lsnrctl.log.
    INFO 2007-05-02 17:30:44
    Working directory changed to C:\Program Files\sapinst_instdir\ERP\SYSTEM\ORA\HA\ABAP\DB.
    INFO 2007-05-02 17:30:44
    Output of E:\oracle\PRD\102\bin\lsnrctl start LISTENER is written to the logfile lsnrctl.log.
    WARNING 2007-05-02 17:30:49
    Execution of the command "E:\oracle\PRD\102\bin\lsnrctl start LISTENER" finished with return code 1. Output:
    LSNRCTL for 32-bit Windows: Version 10.2.0.2.0 - Production on 02-MAY-2007 17:30:44
    Copyright (c) 1991, 2005, Oracle.  All rights reserved.
    Starting tnslsnr: please wait...
    Failed to open service <OraclePRD102TNSListener>, error 1060.
    TNSLSNR for 32-bit Windows: Version 10.2.0.2.0 - Production
    System parameter file is E:\oracle\PRD\102\network\admin\listener.ora
    Log messages written to E:\oracle\PRD\102\network\log\listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=
    .\pipe\PRD.WORLDipc)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=
    .\pipe\PRDipc)))
    Error listening on: (ADDRESS=(COMMUNITY=SAP.WORLD)(PROTOCOL=TCP)(HOST=oracleprd)(PORT=1527))
    TNS-12542: TNS:address already in use
    TNS-12560: TNS:protocol adapter error
      TNS-00512: Address already in use
       32-bit Windows Error: 48: Unknown error
    Listener failed to start. See the error message(s) above...
    ERROR 2007-05-02 17:30:49
    CJS-00095  Error return code.<.br>DIAGNOSIS: Return code 1 of executable E:\oracle\PRD\102/bin/lsnrctl indicates an error.<.br>SOLUTION: See log file lsnrctl.log for details.
    ERROR 2007-05-02 17:30:49
    CJS-00095  Error return code.<.br>DIAGNOSIS: Return code 1 of executable E:\oracle\PRD\102/bin/lsnrctl indicates an error.<.br>SOLUTION: See log file lsnrctl.log for details.
    ERROR 2007-05-02 17:30:49
    FCO-00011  The step StartListener with step key |NW_ABAP_DB|ind|ind|ind|ind|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|8|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraClient|ind|ind|ind|ind|3|0|NW_OraNetworkSrv|ind|ind|ind|ind|1|0|StartListener was executed with status ERROR .
    INFO 2007-05-02 17:32:01
    An error occured and the user decide to stop.\n Current step "|NW_ABAP_DB|ind|ind|ind|ind|0|0|NW_CreateDBandLoad|ind|ind|ind|ind|8|0|NW_CreateDB|ind|ind|ind|ind|0|0|NW_OraDBCheck|ind|ind|ind|ind|0|0|NW_OraDBMain|ind|ind|ind|ind|0|0|NW_OraDBStd|ind|ind|ind|ind|3|0|NW_OraClient|ind|ind|ind|ind|3|0|NW_OraNetworkSrv|ind|ind|ind|ind|1|0|StartListener".
    I have tried to start tnslistener manually but as soon as it get started it get stops.
    please help !
    Message was edited by:
            Rizwan Javed

    Starting tnslsnr: please wait...
    Failed to open service <OraclePRD102TNSListener>, error 1060.
    TNSLSNR for 32-bit Windows: Version 10.2.0.2.0 - Production
    System parameter file is E:\oracle\PRD\102\network\admin\listener.ora
    Log messages written to E:\oracle\PRD\102\network\log\listener.log
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=
    .\pipe\PRD.WORLDipc)))
    Listening on: (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=
    .\pipe\PRDipc)))
    Error listening on: (ADDRESS=(COMMUNITY=SAP.WORLD)(PROTOCOL=TCP)(HOST=oracleprd)(PORT=1527))
    TNS-12542: TNS:address already in use
    TNS-12560: TNS:protocol adapter error
      TNS-00512: Address already in use
       32-bit Windows Error: 48: Unknown error
    Listener failed to start. See the error message(s) above...
    this is what it shows

  • Error Installing Acrobat X Pro

    I was installing Adobe Creative Suite 6 - Design Standard.  I got an error message that Acrobat X Pro did not install.  I tried installing Acrobat again and got the following error message:
    Exit Code: 6 Please see specific errors and warnings below for troubleshooting. For example,  ERROR: DW050 ... WARNING: DW066 ...   -------------------------------------- Summary --------------------------------------  - 0 fatal error(s), 3 error(s), 1 warning(s)    WARNING: DW066: OS requirements not met for {AC76BA86-1033-F400-7760-000000000005} Acrobat Professional 10.0.0.0  ----------- Payload: {AC76BA86-1033-F400-7760-000000000005} Acrobat Professional 10.0.0.0 -----------  ERROR: Error 1935.An error occurred during the installation of assembly component {9718BF1D-6A9F-3406-A992-630F7EF2F164}. HRESULT: 0x80070BC9.  ERROR: Install MSI payload failed with error: 1603 - Fatal error during installation. MSI Error message: Error 1935.An error occurred during the installation of assembly component {9718BF1D-6A9F-3406-A992-630F7EF2F164}. HRESULT: 0x80070BC9.    ERROR: DW050: The following payload errors were found during install:  ERROR: DW050:  - Acrobat Professional: Install failed

    Errors "Exit Code: 6," "Exit Code: 7"
    Mylenium

  • Error installing BI_CONT 711 SP02

    Hi experts, we have an error installing the BI_CONT component 711 SP02.
    "Field TCTLSTCHG: Component type or domain used not active or does not exist
    Nametab for table WRMA_S_RESULT_DATA cannot be generated"
    We followed the recommendation of the note 1152612 (Alternative B) but when we entered the transaction SE11 the WRMA_S_RESULT_DATA structure does not exist.
    We must create this table?
    Best Regards,
    EDRS

    Hi Ashutosh, enter value in the database button.
    But vaule name WRMA_S_RESULT_DA (incorrect) not WRMA_S_RESULT_DATA (correct)
    Please, check the images file.
    Best Regards..

  • Error installing tuxedo12.1.1 32-bit on AIX7.1

    I'm getting this error installing Tuxedo12.1.1 on AIX
    I'm logged in via XTerm to AIX machine. (Used same method/login  as when i installed Oracle12c DB client)
    Is "oui/instImages/images.properties" Not part of my Oracle database install?
    can I copy file from Oracle11.1 or does it need to be installed?
    $ cd install
    $ ls
    addLangs.sh          oneclick.properties  runInstaller
    attachHome.sh        oraparam.ini         runSSHSetup.sh
    clusterparam.ini     oraparam.ini.orig    unzip
    detachHome.sh        oraparamsilent.ini
    lsnodes              resource
    $ ./runInstaller
    Starting Oracle Universal Installer...
    Checking swap space: must be greater than 500 MB.   Actual 4096 MB    Passed
    Checking monitor: must be configured to display at least 256 colors.    Actual 256    Passed
    Preparing to launch Oracle Universal Installer from /tmp/OraInstall2014-12-15_11-29-23AM. Please wait ...$ Oracle Universal Installer, Version 12.1.0.1.0 Production
    Copyright (C) 1999, 2013, Oracle. All rights reserved.
    java.io.FileNotFoundException: /tmp/OraInstall2014-12-15_11-29-23AM/oui/instImages/images.properties (No such file or directory)
            at java.io.FileInputStream.<init>(FileInputStream.java:137)
            at java.io.FileInputStream.<init>(FileInputStream.java:96)
            at oracle.sysman.oii.oiif.oiifm.OiifmSplashScreen.loadProperties(OiifmSp
    lashScreen.java:490)
            at oracle.sysman.oii.oiif.oiifm.OiifmSplashScreen.<clinit>(OiifmSplashSc
    reen.java:95)
            at java.lang.J9VMInternals.initializeImpl(Native Method)
            at java.lang.J9VMInternals.initialize(J9VMInternals.java:200)
            at oracle.sysman.oii.oiif.oiifm.OiifmGraphicInterfaceManager.<init>(Oiif
    mGraphicInterfaceManager.java:280)
            at java.lang.J9VMInternals.newInstanceImpl(Native Method)
            at java.lang.Class.newInstance(Class.java:1474)

    Well...seems some time now, but here goes :
    Firstly, your installation should work with the free MS VC++ Express Edition which is free, at least mine did.
    Secondly, there is NO Free / Trial version of MKS Developers (as I think its called now) or ToolKit (as widely known), but there is a bit of good news, there is an alternative now in Cygwin which is free, and you can download this at http://www.cygwin.com , however, you have to read the Metalink document regarding this, as the installation of all its component is not advised, so you have to know the right utilities to include as options during installation
    Thirdly, if you attempt staging with the adautostage.pl ( The perl script for staging an area for the installation files) it does not matter which you unzip first. This script arranges the installation folders as intended by Oracle.
    If you have further queries, let us know.
    Good Luck

  • CDG-01141 ERROR: Module Component Table Usage ...  Table usage ... requires primary key column for referential integrity

    For some strange reason when I modified a form, (commented out some code in a when-window-activated trigger) I now get the following error.
    CDG-01141 ERROR: Module Component Table Usage GR1130A.CUSTOMER.GR_CUSTOMER.GC: Table usage GR_CUSTOMER requires primary key column for referential integrity
    I am sure this is not related to my change, but do not know what may have caused this or how to fix it.
    Anyone seen this error before? been able to fix it?
    Thanks!
    Windows 7
    Oracle Database 10g Enterprise Edition Release 10.2.0.3.0
    Designer Version 6.5.95.4.8

    You know that Developer/Designer 6i is not certified for Windows 7, right? Also, your version is not the latest one, so you can try to install the latest patch set first.
    >Table usage GR_CUSTOMER requires primary key column for referential integrity
    Check if there is a PK in the table definition (not in the database, but in Designer).

  • WAD: Crashes with Run Time Error '339': Component 'formx.ocx' (missing)

    when using SAPGui 7.10 --> BW3.5x Web Application Designer the
    application fails to start and we get the following error message.
    Run Time Error '339': Component 'formx.ocx' or one of it's dependencies
    is not correctly registered: a file is missing or invalid.
    This works correctly on some machines but on others we get this error
    message. We have applied the latest patch.
    I suspect some non-sap software component has damaged my installation. How can I debug this? Re-installing SAPGUI doesn't do any good.
    Any ideas gratefully received.

    Check the following link. Is your issue related to this???
    Re: Error in WAD

  • Unable to install Component Development Tool??

    Hi,
    I am trying to install Component Development Tool on Eclipse Juno on 64-bit machine(Windows 7)
    I set my path variable to  "D:\Program Files\Java\jdk1.6.0_26\bin".
    In eclipse I configured windows-->preferences-->compiler to 1.6 and Installed JRE's to "D:\Program Files\Java\jdk1.6.0_26\jre" and confirmed default Java verison is 1.6 by using java -version in the command prompt.
    Downloaded the archive "lcwcdtool_p1_050710" and while installing I am getting the following error:
    "Cannot complete the install because one or more required items could not be found.
    Software currently installed: Adobe Component Development Tool 9.5.0 (com.adobe.livecycle.cde.feature.group 9.5.0)
    Missing requirement: Cde Plug-in 9.5.0.v201005062331 (com.adobe.livecycle.cde 9.5.0.v201005062331) requires 'bundle org.eclipse.emf.codegen 2.3.0' but it could not be found
    Cannot satisfy dependency:
    From: Adobe Component Development Tool 9.5.0 (com.adobe.livecycle.cde.feature.group 9.5.0)
    To: com.adobe.livecycle.cde [9.5.0.v201005062331]"
    Can anyone suggest how to proceed...

    Hi,
    This error was resolved by installing 32-bit java and Eclipse 3.4, but after successful installation of Component Development tool I'm unable to get component development environment. I'm unable to get below mentioned environment(I'm unable to find New LiveCycle in File-->New-->) in eclipse.
    Please suggest....

  • "Unable to install component is built-in"

    I'm unable to install the full version of quick office in my nokia C7 it gives an error "unable to install component is built-in"....i have tried evrythin possible to delete the built in ones in vain....
    i really need to install the full version as adobe reader LE 2.5 does not support full screen mode in the trial version...
    PLEASE advice on how to delete the built-in version....

    http://www.quickoffice.com/adobe_reader/
    did you check this out ?
    did you register your quickoffice with quickoffice? once you got to the app it gives you options to update did you try all that ?
    i dont think you can delete it but you can upgrade from within the app.
    You know what I love about you the most, the fact that you are not me ! In love with technology and all that it can offer. Join me in discovery....

  • Itunes need to install component (-42404) on Mac OSX version 10.4.11

    To be able to make a purchase on Itunes I am receiving a message that I need to have installed component (-42404) on my Mac OSX 10,4,11. How do I do this?

    Hi Footy,
    For Error 42404 with iTunes on Mac OS X 10.4.x it looks like you need to download and install iTunes 9.2.1.
    iTunes: "Error 42408" or "Error 42404" after upgrading to iTunes 9.0.3
    http://support.apple.com/kb/TS3258
    Symptoms
    If your iTunes is missing resources or encountering software conflicts, error -42404 or -42408 may appear when authenticating or downloading from the iTunes Store.
    Resolution
    Update to the latest version of iTunes.
    You can download the latest version of iTunes here.
    Note: iTunes 9.2.1 is the highest iTunes version available for Mac OS X v10.4. iTunes 10.6.3 is the highest iTunes version available for Mac OS X v10.5.
    Best Regards,
    Nubz

  • Fatal error - missing component (VersionCue.framework)

    I just recently installed Adobe Photoshop CS4 and everytime I try to start a project or load a picture to photoshop I get this message:
    Fatal error - missing component
    "/Library/Application Support/Adobe/Adobe Version Cue CS4/Client/4.0.0/VersionCue.framework "
    I tried to follow the path on my computer and it only goes as far as
    /Library/Application Support/Adobe/Adobe Version Cue CS4/Client/4.0.0/VersionCue.framework
    that last part (in red) isnt anywhere in the files as far as i can tell.
    i have tried to disable version cue in the many ways and places that it may be found according to other posts about this issue.
    Nothing seems to work and I am getting frustrated. Anyone have this problem and get it resolved?
    Id greatly appreciate the help.
    -SKole7

    SKole7,
    I don't rememer whether you've trashed your preferences yet.
    Try doing it first by holding down Command+Option+Shift as you launch Photoshop.
    If that doesn't work, try deleting ALL preferences files manually as per:http://www.adobe.com/go/kb405012
    If you get the application to launch succesfully, UNcheck all the Version Cue instances both in Bridge and in Photoshop:
    and

Maybe you are looking for

  • How can I reset an apple ID without the email or birthday?

    When I was younger my parents had an earthlink account, and I bought my first iPod mini, and signed up for an apple ID. Skip to years later that email account is long gone, and my mom uses the same apple ID to sign in to both her new iPhone and the i

  • Select Query Takes more time

    Hi All, I have cloned KSB1 tcode to custom one as required by business. Below query takes more time than excepted. Here V_DB_TABLE = COVP. Values in Where clause are as follows OBNJR in ( KSBB010000001224  BT  KSBB012157221571) GJAHR in blank VERSN i

  • Errors in pdf help guide

    So far I have found problem on page 73 where the image is over text making it undreadable and same problem on page 87 - is there a corrected version available

  • Passwords after storing are automatically being cleared when i start firefox the very next time

    when firefox asks me whether to save passwords i always click remember because i don't like to enter the passwords again and again and i only use this computer. recently, the stored passwords are being cleared when i start firefox. and firefox asks w

  • Cast Timestamp to Date ?

    Hello, Is i ok to cast a Timestamp to a Date ? Olek Edited by: Olek on Nov 10, 2007 5:15 PM