Not able to add essbase server

Hi all,
Our security is with shared services when iam connecting with my user and my system password its connecting but iam not able to add essbase server its throwing error login fail
but with admin password every thing is fine
i refreshed users in EAS but iam not able to add essbase server
any help would be appriciated
Thanks

the user you were using to login to admin server might not be having access to the essbase server.
so make sure you were using the right user to connect to essbase server who is having access to essbase server.
like if you are using 'admin' user, check in shared services for the provision of admin user.
Check if he is having server access to that particular essbase server
or you can check by logging in with the same user through maxl.
in maxl, use the following login command and see if you were able to login or not.
login <username> <password> on <essbase server name>;
- Krish
Edited by: Krish on Aug 11, 2010 2:34 PM

Similar Messages

  • Not able to add essbase server ( part of Planning installation)

    Hi experts,
    We have installed and configured the Essbase. We have started the services.
    We are not able to add essbase server to EAS console. It is showing network error ..
    When we see essbase log, we got the following error.
    "Essbase global application does not exist at Shared Services"
    If anyone faced this kind of an issue, please let me know what could be the reason.
    Thanks,
    Ganesh.

    Have you registered Essbase with shared services yet? Try re-registering essbase.

  • Not able to get Essbase Server list in Office with Smart View 11.1.2.1

    Anybody tried Shared Connection in Smart View 11.1.2.1? I am able to connect to but it does not show any servers in the non editable drop-down box. I tried this with Office 2003 sp3, Office 2007 and office 2010 but none of them is working. Also i tried to find out the datasourse.xml file in LWS-aps in shared services console but its not there. i tried the solution given on this link also but the datasourse.xml file is not in place.
    http://timtows-hyperion-blog.blogspot.com/2011/04/smart-view-private-connection-issue.html
    my Environment.
    Win 2003 SP2 32 bit
    SQL 2005 on separate windows box
    EPM 11.1.2.1
    Shared Services
    Essbase Server
    Essbse Client
    Essbase Integration
    Provider services
    Essbase Studio
    Configured all of the above components successfully.
    i'm connecting to Essbase through this URL http://<server>:19000/workspace/SmartViewProviders . it shows the login window and allow me to get in. but the drop down box is empty. no server listed.
    Please let me know what I'm missing.

    I am also getting same problem as gaurav,
    I checked,"http://<servername>:13080/aps/SmartView" Analytic Provider Services also running.
    instead of Server name i tried localhost, ip address, and computer name.
    but still not getting anything in drop down, even "Add New Server" Option also.
    I thought this may be because Analytic Provider Services was configured after Shared Services. But for that i followed the steps:
    1. Stop the Analytic Provider Server and Foundation Services.
    2. Open the EPM System Configurator through Start -> All Programs -> Oracle EPM System -> Foundation Services -> EPM System Configurator.
    3. Expand Hyperion Foundation and only tick the option 'Deploy to Application Server'
    4. Click Next through the Configurator until complete.
    5. Restart the Foundation and Analytic Provider Server Services.
    6. Open Excel, connect to the Shared Connections.
    But problem Continuous.

  • Not able to add a server into server pool

    We are managing VM setup consisting 2 VM server with Network range 10.180.10.X Series.
    To meet security guide We have to change DOM0 IP range from DOMU Which is 10.180.20.X.
    So we have added a new VM Server (The move was done to make sure no downtime is needed by using live migrate option).
    The new Server of Network range 10.180.20.X is added to server pool.
    But i m unable to migrate the vm machine to newly created server.
    It has also observed that no storage repositories are added even after initializing the repositories.
    (I had to manually mount the repositories(NFS) and then add them using
    /opt/ovs-agent-latest/utils/repos.py -n
    /opt/ovs-agent-latest/utils/repos.py -r
    /opt/ovs-agent-latest/utils/repos.py -i
    We are using OVM 2.2.1.
    Edited by: user10373165 on Jun 24, 2011 2:51 AM

    Hi Roshan,
    Change the properties like this and try:
    cardinality : 0..n
    collectionType : list
    selection 0..n
    singleton true
    typedAccessRequired true.
    Your problem is to add the elements to this node, I guess you are taking input from the table UI element. Then you must create elements to this node.
    IPrivate<viewname>.I<nodename>node node = wdContext.node<nodename>();
    for(int i=0; *i<10* ; i++)
    IPrivate<viewname>.I<nodename>Element ele = node.create<nodename>Element();
    //If you want you can set you attributes here
    node.addElement(ele);
    10 elements are created.
    You can create & add elements like this.
    Regards,
    Siva

  • Cannot open/add essbase server in EAS console in SSL mode

    Hello Gurus,
    I have implemented SSL in EPM which terminates at the web server but it seems that there is some issue with the Essbase server.Whenever I try to add essbase server into EAS console in a secure mode it shows the following in the Message panel of EAS console
    Error: 1040142: NZERROR: nzos_Handshake failed(29024)
    Checked Essbase logs but it has the same error mentioned in it. I am not sure where to proceed from here.
    Any help will be appreciated. Thanks.

    I think I might have the answer, EAS will be using the essbase RTC which has its own wallet in <MIDDLEWARE_HOME>\EPMSystem11R1\common\EssbaseRTC-64\11.1.2.0\bin\wallet
    Now you can either update the cwallet.sso in that directory or add a essbase.cfg file in <MIDDLEWARE_HOME>\EPMSystem11R1\common\EssbaseRTC-64\11.1.2.0\bin
    wiith the location of the wallet using the config setting
    WalletPath <enter_full_path_to_wallet>
    I also added the certificate to the cacerts in <MIDDLEWARE_HOME>\jdk160_21\jre\lib\security
    Restart services and give it a go, works for me.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • SAP HANA Attribute View- Not able to add objects

    Hi All,
    I've created one attribute view in Modeler Perspective.
    Trying to add tables on data foundation using "Add Objects". But when table name is entered in pop-up window, it hangs (not-responding). And error log got created as below.
    I'm not able to add the tables.
    "SAP DBTech JDBC: Object is closed: com.sap.db.jdbc.ConnectionSapDBFinalize@8e003d[ID 225800]."
    com.sap.db.jdbc.exceptions.JDBCDriverException: SAP DBTech JDBC: Object is closed: com.sap.db.jdbc.ConnectionSapDBFinalize@8e003d[ID 225800].
    at com.sap.db.jdbc.exceptions.SQLExceptionSapDB.createException(SQLExceptionSapDB.java:334)
    at com.sap.db.jdbc.exceptions.SQLExceptionSapDB.generateSQLException(SQLExceptionSapDB.java:136)
    at com.sap.db.jdbc.ConnectionSapDB.assertOpen(ConnectionSapDB.java:224)
    at com.sap.db.jdbc.ConnectionSapDB.getTransactionIsolation(ConnectionSapDB.java:1263)
    at com.sap.db.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:1122)
    at com.sap.db.jdbc.ConnectionSapDB.execute(ConnectionSapDB.java:888)
    at com.sap.db.jdbc.FetchInfo.executeFetch(FetchInfo.java:162)
    at com.sap.db.jdbc.FetchInfo.executeFetchNext(FetchInfo.java:157)
    at com.sap.db.jdbc.ResultSetSapDB.fetchNextChunk(ResultSetSapDB.java:2418)
    at com.sap.db.jdbc.ResultSetSapDB.next(ResultSetSapDB.java:419)
    at com.sap.db.jdbc.trace.ResultSet.next(ResultSet.java:269)
    at com.sap.ndb.studio.sql.model.tables.impl.CatalogImpl.getCatalogObjects(CatalogImpl.java:338)
    at com.sap.ndb.studio.sql.model.tables.impl.CatalogImpl.getCatalogObjects(CatalogImpl.java:414)
    at com.sap.ndb.studio.bi.search.provider.CatalogObjectSearchProvider.doSearchInternal(CatalogObjectSearchProvider.java:172)
    at com.sap.ndb.studio.bi.search.provider.CatalogObjectSearchProvider.doSearch(CatalogObjectSearchProvider.java:95)
    also,
    "Could not fetch catalog objects"
    com.sap.db.jdbc.exceptions.JDBCDriverException: SAP DBTech JDBC: Object is closed: com.sap.db.jdbc.ConnectionSapDBFinalize@64b085[ID 225787].
    at com.sap.db.jdbc.exceptions.SQLExceptionSapDB.createException(SQLExceptionSapDB.java:334)
    at com.sap.db.jdbc.exceptions.SQLExceptionSapDB.generateSQLException(SQLExceptionSapDB.java:136)
    at com.sap.db.jdbc.ConnectionSapDB.assertOpen(ConnectionSapDB.java:224)
    at com.sap.db.jdbc.ConnectionSapDB.prepareStatement(ConnectionSapDB.java:1964)
    at com.sap.db.jdbc.trace.Connection.prepareStatement(Connection.java:362)
    at com.sap.ndb.studio.jdbc.JDBCConnection.prepareStatement(JDBCConnection.java:479)
    at com.sap.ndb.studio.catalog.internal.JdbcExtended.getTablesCaseInSensitive(JdbcExtended.java:277)
    at com.sap.ndb.studio.catalog.CatalogUIPlugin.internalGetTableNames(CatalogUIPlugin.java:669)
    at com.sap.ndb.studio.catalog.CatalogUIPlugin.getTableNamesNoProgressService(CatalogUIPlugin.java:1156)
    at com.sap.ndb.studio.sql.dialogs.FindTableDialog.fillContentProvider(FindTableDialog.java:504)
    at org.eclipse.ui.dialogs.FilteredItemsSelectionDialog$FilterJob.filterContent(FilteredItemsSelectionDialog.java:2182)
    at org.eclipse.ui.dialogs.FilteredItemsSelectionDialog$FilterJob.internalRun(FilteredItemsSelectionDialog.java:2124)
    at org.eclipse.ui.dialogs.FilteredItemsSelectionDialog$FilterJob.doRun(FilteredItemsSelectionDialog.java:2096)
    at org.eclipse.ui.dialogs.FilteredItemsSelectionDialog$FilterJob.run(FilteredItemsSelectionDialog.java:2083)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
    Thanks,
    Sujit

    Hi Sujit,
    The log seems that connection is closed. Is it true? Did your system restarted?
    What happens if you close the studio, open it and try again?
    Are you using same revision Studio than the database?
    Regards, Fernando Da Rós

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

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

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

  • I can't synch my iPhone with iTunes because the device does not show up in a device window when I plug it in...it's missing in action and thus I'm not able to add any content from the iTunes to my iPhone, e.g. podcasts

    I can't synch my iPhone with iTunes because the device does not show up in a device window when I plug it in...it's missing in action and thus I'm not able to add any content from the iTunes to my iPhone, e.g. podcasts.   All the instructions on synching start with "find your device in the device window".  But what if you have no device window?

    Missing "message" from above: The iPad "DGMTR" is synced with another iTunes library on DGMTR's MacBook Pro. Do you want to erase this iPad and sync with this iTunes library? An iPad can be synched with only one iTunes library at a time. Erasing and syncing replaces the contents of this iTunes library.
    I thought the libraries were the same.

  • Not able to add new log file to the 11g database.

    Hi DBA's
    I am not able to add the log file i am getting error while adding the database.
    SQL> alter database add logfile group 3 ('/oracle/DEV/db/apps_st/data/log03a.dbf','/oracle/DEV/db/apps_st/data/log03a.dbf') size 50m reuse;
    alter database add logfile group 3 ('/oracle/DEV/db/apps_st/data/log03a.dbf','/oracle/DEV/db/apps_st/data/log03a.dbf') size 50m reuse
    ERROR at line 1:
    ORA-01505: error in adding log files
    ORA-01577: cannot add log file '/oracle/DEV/db/apps_st/data/log03a.dbf' - file
    already part of database
    SQL> select a.group#, member, a.status from v$log a, v$logfile b where a.group# = b.group# order by 1;
    GROUP# MEMBER STATUS
    1 /oracle/DEV/db/apps_st/data/log01a.dbf ACTIVE
    1 /oracle/DEV/db/apps_st/data/log01b.dbf ACTIVE
    2 /oracle/DEV/db/apps_st/data/log02a.dbf CURRENT
    2 /oracle/DEV/db/apps_st/data/log02b.dbf CURRENT
    Kindly help me to add the new log file to my database.
    Thanks,
    SG

    Hi Sawwan,
    V$LOGMEMBER was written in the document,
    I query the log members as bellow
    1)select a.group#, member, a.status from v$log a, v$logfile b where a.group# = b.group# order by 1;
    GROUP# MEMBER STATUS
    1 /oracle/DEV/db/apps_st/data/log01a.dbf INACTIVE
    1 /oracle/DEV/db/apps_st/data/log01b.dbf INACTIVE
    2 /oracle/DEV/db/apps_st/data/log02a.dbf CURRENT
    2 /oracle/DEV/db/apps_st/data/log02b.dbf CURRENT
    2)SQL> select group#,member,status from v$logfile;
    GROUP# MEMBER STATUS
    2 /oracle/DEV/db/apps_st/data/log02a.dbf
    2 /oracle/DEV/db/apps_st/data/log02b.dbf
    1 /oracle/DEV/db/apps_st/data/log01a.dbf
    1 /oracle/DEV/db/apps_st/data/log01b.dbf
    But i am littile bit confused that there is no group or datafile called " Group 3 and log03a.dbf" as per the above query, how can i drop tease group and datafile.
    and i crossverified in the data top the files are exist or not but those are not existing. but still i am getting the same error that i can't create that already exist.
    can issue the bellow queris to drop those group which i dont think so it will exist?
    SQL>alter database drop logfile group 3;
    Thanks in advance.
    Regards,
    SG

  • HI. I have itunes 10.6.1.7. When I goto movies i am not able to add and when I click on add file to library and select the file and add its not getting added. When i goto Library it says  that movies I add are in library.Which I cant add

    HI. I have itunes 10.6.1.7. When I goto movies i am not able to add and when I click on add file to library and select the file and add its not getting added. When i goto Library it says "feature films and home movies you add to itunes appear in movies in your iTunes library. To play a movie, just double click it". And below are two options for Downloading movies from store and rent movies. Please help.

    I get the exactly the same problem with win 7, i rang apple support who suggested i try another machine/or create another account on my machine???? why should i, stupid ipad 3rd gen is now sitting here un syncable, apple support ....tut tut very poor support, its a shame im out of the 7 day period otherwise this ipad would be going straight back, older versions of itunes worked fine, some one must know a fix for this??

  • HT1351 I have a apple ipod touch but recently I restored all the settings, as well as the applications. But now I am not able to add songs to it. There is blank screen that shows the symbol like to connect to itunes first. I'm not able to use that... Plea

    I have a apple ipod touch but recently I restored all the settings, as well as the applications. But now I am not able to add songs to it. There is blank screen that shows the symbol like to connect to itunes first. I'm not able to use that... Please help

    The iPod's firmware is corrupt. You'll need to restore it again in iTunes. If necessary, place the iPod in recovery mode for iTunes to recognize the device. Use the instructions in this Apple support document to walk you through the process of placing the iPod Touch into recovery mode.
    iOS: Unable to update or restore
    B-rock

  • HT202213 I recently bought a new computer and installed itunes, i transferred my music of my old computer but i am now not able to add songs to my ipod touch off my new computer?

    I recently bought a new computer and installed itunes, i transferred my music of my old computer but i am now not able to add songs to my ipod touch off my new computer?

    Drag the folder into the library in the open iTunes program window.
    (113784)

  • I have a Iphone 4, upgraded to ios 5 with itunes 10.5  Since doing upgarde to both Itunes and Iphone I am not able to add individual songs from my itunes library to my Iphone.  I get a grey listing of the song and the sync symbo but it is not moving.

    I have a Iphone 4, upgraded to ios 5 with itunes 10.5  Since doing upgarde to both Itunes and Iphone I am not able to add individual songs from my itunes library to my Iphone.  I get a grey listing of the song and the sync symbo but it is not moving. Nothing appears on my phone screen.  So not able to add music to my phone and its driving me nuts.....

    iOS 7 requires iTunes 11.1.

  • Not able to add free item in PO

    dear all
    i am not able to add free items in already created import PO. when i add item and click on free item check box, system says "No delivery costs allowed without invoice receipt" and if i click on invoice receipt that item is no longer free item as the free item check box gets untick.
    pl help me to solve this.
    thanks & regards'
    manoj gupta

    Hi
    If there is no delivery cost condition like Freight at item level exists then
    Please check any delivery cost conditions given as Header condition.If it is given as Header condition and this cost will be distributed among the line items.When you adding the line item, the cost also distributed.For free items you can't assign any costs.
    Regards
    Ramakrishna

  • I am not able to add videos to itunes. So I am not able to sync them with my IPhone4s. I ve tried: dragging to itunes, minimize file name of mp4, adding by file/folder still not adding. WHY? Please help.

    I am not able to add videos to itunes. So I am not able to sync them with my IPhone4s.
    I ve tried:
    dragging to itunes,
    minimize file name of mp4,
    adding by file/folder, but still not adding.
    WHY? Please help.

    This is very serious. Your computer got infected with ransom malware, Cryptowall.
    Go here for further info.
    CryptoWall 2.0 Anything Good about Buying you Keys? - General Security
    CryptoWall and DECRYPT_INSTRUCTION Ransomware Information Guide and FAQ

Maybe you are looking for

  • Here is the solution that fixed flash locking up my browser...

    OK, I will attempt to explain as clearly as possible what was happening, and what I did to fix the issue.  pretty simple, without all of the registry key hacks and edits, no in depth, "advanced", if you will, knowledge needed, so here goes The system

  • Grouping multiple subscriptions for streaming notifications

    Hello, I want to subscribe to Exchange (ver. 2010) streaming notifications in order to receive events for multiple mailboxes. I don't want to open a separate connection for each mailbox, although from what I've read so far I need a separate subscript

  • Exposing Business Object as Web Service

    Hi, I've designed a Business Object and would like to expose its findAll Operation as a web service. The wizard tells that the operation has “Improper operation message cardinality". While browsing through saphelp I found this: http://help.sap.com/sa

  • "signing in, please wait" message

    Whenever I try to log in to adobe story, it shows me the "signing in, please wait..." window, finishes signing in, but then nothing happens. It returns me to the home page of the adobe story and it still only gives me two options "learn more" or "sig

  • R12 API Supplier site purpose shows blank after set pay_site_flag:='Y';

    hi, i have set the pay_site_flag of supplier site to 'Y', but when i go to Address Book, but the purpose shows blank. Click on Update, it brings me to the detail screen, the Payment also shown as not ticked. any idea? below is my code. declare -- Loc