Shared services  9.3.1  configuration  to connect to oracle 10g xe fails

I am trying to install Hyperion shared services on Windows XP media center. I have Apache Tomcat running as localhost and Oracle 10g express edition running as database. When I try to install hyperion shared services, the installation process goes well until database configuration details.
I can see my server name, Port: 1521. Then I have a table with other details
Product SID User Name Password DataTablespace Index Tablespace.
I enter the password used to connect to oracle database as "admin" in shared services.
User Name = hypuser
SID = hypdb
Product = Hyperion
Then I click next. I keep receiving this error message " Unable to connect to the database for product hyperion shared services".
Can some one tell me what the problem is?
Backuperror notepad shows: System error 1060 has occurred.
The specified service does not exist as an installed service.
Thanks.

Hi,
First of all "Windows XP media center" is not an officially supported O/S so you may experience issues.
Before you configure the database you will have you have created a schema for HSS in Oracle, for example if you created a schema called HSS with password of hyperion then the connection details will be
SID : XE
username : HSS
password : hyperion
The SID is usally XE by default on oracle express editions.
Cheers
John
http://john-goodwin.blogspot.com/

Similar Messages

  • Connection to Oracle 10g database failing

    Not sure if I should post this here or on another newsgroup, but I am having a problem trying to connect, using WebLogic Server 9.2, to an Oracle 10g database (10.2.0.2), that has been upgraded from Oracle 9i.
    I can connect to the same database using WebLogic 7.0.2, and I can also connect using WebLogic Server 9.2 to an Oracle 9i database.
    I keep getting the 'Authentication denied: Boot identity is not valid' error, but I know that the username/password I am using in the boot.properties file is valid, because I have connected to the same database using WebLogic Server 7.0.2.
    I suspect that the error could be with the drivers I am using, but I have checked and I have the latest oracle jar file in the WL_HOME/server/lib directory.
    I did previously have a version of WebLogic 7.0.2 on the machine but this was deleted.
    On the database in question the listener logs show that a connection was established, but that's it.
    Any help would be greatly appreciated.

    Simon Kearn wrote:
    Not sure if I should post this here or on another newsgroup, but I am having a problem trying to connect, using WebLogic Server 9.2, to an Oracle 10g database (10.2.0.2), that has been upgraded from Oracle 9i.
    I can connect to the same database using WebLogic 7.0.2, and I can also connect using WebLogic Server 9.2 to an Oracle 9i database.
    I keep getting the 'Authentication denied: Boot identity is not valid' error, but I know that the username/password I am using in the boot.properties file is valid, because I have connected to the same database using WebLogic Server 7.0.2.
    I suspect that the error could be with the drivers I am using, but I have checked and I have the latest oracle jar file in the WL_HOME/server/lib directory.
    I did previously have a version of WebLogic 7.0.2 on the machine but this was deleted.
    On the database in question the listener logs show that a connection was established, but that's it.
    Any help would be greatly appreciated.Can you show me the pool definition, and the whole stack trace of the
    exception?
    Joe

  • 'register with shared services' option missing while configuring eas

    I am facing some issues while configuring a new epm system:
    While configuring eas 11.1.2.0, I am not getting the option' Register with Shared Services'. but otherwise, the configuration is successful. As a result, I don't see the Business Rules option in Shared Services/Application Groups. But we are able to use eas console and do see business rules node in eas console.
    How do I get configurator to show this option?
    I was able to configure and register all other Hyperion applications.
    Thanks,
    Edited by: 784749 on Mar 28, 2012 12:35 PM
    Edited by: 784749 on Mar 28, 2012 12:59 PM

    One way is to use the registry tool though make sure you backup the shared services database before running the utility.
    It is located in <MIDDLEWARE_HOME>/user_projects/<instancename>/bin
    to change the status for EAS for HSS then run the following
    epmsys_registry updateproperty BUSINESS_RULES_PRODUCT/system_tasks_configuration/@hubRegistration Pending
    Now if you run the configurator again it should let you select just Essbase Administration Services, you dont need to select the child components.
    It should then registry with Shared Services.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • ODBC Error while Siebel Server try to connect to Oracle 10G

    We have managed to get through with the configuration of siebel server on HP Unix. However before we get to the Database configuration, we are encountering errors with ODBC connection to oracle 10g database. We are able to connect to oracle using sql plus but odbc connection is failing. We verified for patches, missing files, directory access rights - but no clue as of now.
    Our error says:
    Logging into "ENTSIA_DEV_DAN" as "sadmin"....
    /user/lib/hpux32/dld.so: Unable to find library 'libclntsh.so'.
    ODBC error IM0003 in SQLConnect:
    (DataDirect){ODBC lib} specified driver could not be loaded
    Unable to login using specified odbc parameters
    This has become a show stopped for us and we are strugging with this for the past three days without much direction.
    Any help is greatly appreciated.
    Thanks.

    Hi,
    I guess your DataDirect Driver which gets registered during Database Configuration has some problems.
    Can you check whether the DSN is using the proper Driver?
    Also, the username through which you are logging in to start Siebel Services must have proper rights.
    Many times on Windows platform i have noticied this error in ODBC due to improper user rights. If the rights are not proper, the DataDirect Driver fails to get loaded & throws similar error.
    Regards,
    Shalabhsneha

  • Problem to connect between Oracle 10g xe and VB2010 at Vista sp2

    Introduction
    Hi guys, good day... NEED RESCUE!! SOS!! Hmm.. i have trouble been 1 weeks trying connect between Oracle 10g xe and VB2010 on window vista sp2. Actaully im very new at Oracle 10g xe and VB2010 but i got a project is going to build up system database and i figure out Oracle 10g xe and VB2010 can use free so i just chows these appication to be my project. I been search around internet and there is several things i was found about the connection but i has try and tried still it wont work out.
    Things i found and learned
    Oracle
    1. I have download Oracle 10g XE and installed in my windows vista sp2.
    2. I notice the Oracle Developer Tools is needed for VB2010 (To add reference 'Oracle.DataAccess'). So i was downloaded ODT11beta and installed
    3. I also edit TNSNAMES to following below:
    OraDb =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = shin-PC)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    4. My sqlnet like following below:
    SQLNET.AUTHENTICATION_SERVICES = (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    5.I have try tnsping OraDB and its works.
    6. I monitoring task manager and OracleServicesXE is running.
    7. ora_dba is added in Group.
    Problem in SQLPLUS
    When i try connect SQLPLUS in cmd i get ERROR: ORA-12560: TNS:protocol adapter error.
    i . In cmd i type sqlplus and enter then i been ask for username and password.
    ii. After i insert my username and password and enter then i get the error of ORA-12560.
    Visual Basic 2010
    1. First i created my project, drawing label and button for test connection.
    2. Then, i add reference Oracle.DataAccess into my project.
    3. I type following script into my vb form:
    Imports System.Data
    Imports Oracle.DataAccess.Client
    Imports Oracle.DataAccess.Types
    Public Class Logon
    Private Sub cmdLogon_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdLogon.Click
    Dim oradb As String = "Data Source = OraDb; User Id = system; Password = shin;"
    Dim conn As New OracleConnection(oradb)
    conn.Open()
    Dim cmd As New OracleCommand
    cmd.Connection = conn
    cmd.CommandText = "select SName from Staff where SName = shin"
    cmd.CommandType = CommandType.Text
    Dim dr As OracleDataReader = cmd.ExecuteReader()
    dr.Read()
    lblOra.Text = dr.Item("SName")
    conn.Dispose()
    End Sub
    End Class
    Problem in VB2010
    When i run my project and press the button i get error message ORA-12514: TNS:could not resolve the connect identifier specified at conn.Open()
    Extra Question*
    1. Im notice in my netbook xp home sp2, before i install ODT11beta my sqlplus look fine thought cmd but after i installed ODT11beta its same problem with my Vista sp2 now. Get error ORA-12560: TNS:protocol adapter error :( I tried uninstall ODT11beta again and restart its work fine again. Which i really dun understand. Izzit the version ODT11 is not suitable for 10g xe? And i dunno this problem is related with my connection between oracle 10g xe and vb2010 or not. So confuse@@
    2. I wish to know more about connect between Oracle and VB, is there still a things i miss?(I mean steps or configuration that should i done)
    3. Or i just lower my VB version could make more easy? If yes, what version VB should i use that could work out with oracle 10g xe?
    4. Sorry for too bad my english but i really wish somebody could help me. Please try to understand my written or you could ask me mean if dont understand. Im stuck!! Stuck feel not really that good.....
    Edited by: user9173084 on Jul 19, 2010 3:34 AM

    Huhu..
    Yo, henry
    I thought the OraDb is just a name for entry but im not sure it is a service. I was refer http://www.oracle.com/technology/pub/articles/cook-vs08.html at topic Connection Strings and Objects.
    Here is my lsnrctl service
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC_FOR_XE)))
    Services Summary...
    Service "CLRExtProc" has 1 instance(s).
    Instance "CLRExtProc", status UNKNOW has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOW has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0
    LOCAL SERVER
    Service "XEXDB" has 1 instance(s).
    Instance "xe", status READY has 1 handler(s) for this service...
    Handler(s):
    "D000" established:0 refused:0 state:ready
    DISPATCHER <machine: SHIN-PC, pid: 1932>
    (ADDRESS=(PROTOCOL=tcp)(HOST=shin-pc)(PORT=49158))
    Service "XE_XPT" has 1 instance(s).
    Instance "xe", status READY has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0 state:ready
    LOCAL SERVER
    Service "xe" has 1 instance(s).
    Instance "xe", status READY has 1 handler(s) for this service...
    Handler(s):
    "DEDICATED" established:0 refused:0 state:ready
    LOCAL SERVER
    The command completed successfully
    Izzit ok? I notice there is no listed OraDb. but tnsping OraDb seem fine.
    Actually there is somethings as a newbie i wondering long time alreadly ><
    1. The origin of tnsname.ora is no OraDb or ORCL but i just simple add it by open tnsname.ora with notepad. Im just not sure it is function or not.
    Also please check at my TNSNAME.ORA:
    XE =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = shin-PC)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = XE)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    ORACLR_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC_FOR_XE))
    (CONNECT_DATA =
    (SID = CLRExtProc)
    (PRESENTATION = RO)
    OraDb =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = shin-PC)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    I got the feeling there is so close~~~!!!

  • Can't Create the ODBC connection for Oracle 10g

    Hi,
         I am working with Oracle 10g Database Release 2 in windows XP professional. I am trying to create an ODBC connection for oracle but become failure because its generating the following errors:
    system error code 998
    could not locate the setup or translator library
    Please help me how can I solve this problem and create the ODBC connection for oracle 10g database.
    Best Regards,

    mwz wrote:
    I am trying to create an ODBC connection for oracle but become failure because its generating the following errors:
    system error code 998
    could not locate the setup or translator libraryThe symptom described is typical of an incorrect system env PATH setting (used by the data source admin tool), compared to that of the Oracle Home (specifically, path $OH/bin). The odbc driver config routine will search directories listed in PATH variable for necessary libraries (Client dll's). If some library fails to load (from e.g. oraoci*.dll or oraclient10.dll) it will probably error out, as in your case.
    Are you creating the odbc dsn on the databse server host or on some other machine? I.e. are you using the db host as a client or not?

  • Error while connecting to oracle 10g data base

    Following is the code we used to connect to oracle 10g data base using symbian 7.1 series 80 SDK
    int CTest_S80AppUi::SetupODBC(void)
    RETCODE rc;
    char *DataSource = OD_DATA_SOURCE;
    char UserId = "system", Password = "manager";
    rc=SQLAllocEnv(&Henv);
    //if (TEST_CHECK_ERR(SQL_NULL_HSTMT, rc, "SQLAllocEnv", FALSE) < 0) return(-1);
    rc=SQLAllocConnect(Henv, &Hdbc);
    //if (TEST_CHECK_ERR(SQL_NULL_HSTMT, rc, "SQLAllocConnect", FALSE) < 0)
         //return(-1);
    rc = SQLConnect(Hdbc, (unsigned char *)DataSource, SQL_NTS,
              (unsigned char *)UserId, SQL_NTS,
              (unsigned char *)Password, SQL_NTS);
    bConnected = TRUE;
    //if (TEST_CHECK_ERR(SQL_NULL_HSTMT, rc, "SQLConnect", FALSE) < 0) return(-1);
    SQLAllocStmt(Hdbc, &Hstmt);
    //if (TEST_CHECK_ERR(SQL_NULL_HSTMT, rc, "SQLAllocStmt", FALSE) < 0) return(-1);
    return (1);
    } /* SetupODBC */
    iam getting the return code for SQLConnect as -1.
    Thanks in advance.

    Thanks for the reply.
    //syntax means comments.
    chk the following code.
    int SetupODBC(void)
    char *DataSource = "polite";
    char UserId = "system", Password = "manager";
    if ( SQLAllocEnv(&Henv) < 0 )
    return -1;
    if ( SQLAllocConnect(Henv, &Hdbc) < 0 )
    return -1;
    if ( SQLConnect(Hdbc, (unsigned char *)DataSource, SQL_NTS,
    (unsigned char *)UserId, SQL_NTS,
    (unsigned char *)Password, SQL_NTS) < 0 )
    return -1;
    if (SQLAllocStmt(Hdbc, &Hstmt) < 0 )
    return -1;
    return (0);
    As said earlier there is a problem in SQLConnect. It is returning -1.
    But the code should return 0 if successfully connected.
    The info regarding the arguments used in the above methods:
    HENV Henv; /* Handle to ODBC Environment object */
    HDBC Hdbc; /* Handle to ODBC Connection object */
    HSTMT Hstmt; /* Handle to ODBC Statement object */

  • Web application not able to connect to Oracle 10g

    I have been facing an issue with my Web application past 2 days wherein
    I am not able to connect to oracle database. The error is receive when I compile my project : OCIEnvCreate failed with return code -1 but error message text was not available. I have defined my connection in web.config and calling it using a connection string
    Details: os : window7 (64bit) .NET framework 4 Oracle 10g 32 bit can you please help me and provide me with a s

    Hi,
           My Question is related to Microsoft visual studio (.Net Framework). 
    Issue: My Application build in Asp.Net is not able to connect to Oracle 10g database (32 bit). My OS is 64 bit in which my visual studio2010 is Installed.
    Thanks
    Error:  
    OCIEnvCreate failed with return code -1 but error message text was not available.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. 
    Exception Details: System.Exception: OCIEnvCreate failed with return code -1 but error message text was not available.
    Source Error: 
    Line 28:
    Line 29: OracleConnection con = new OracleConnection(connStr);
    Line 30: con.Open();
    Line 31: str = "select count(1) from ITS_INCIDENT";
    Line 32: com = new OracleCommand(str, con);

  • Need help w. connecting to oracle 10g express

    I have been having extreme difficulty with connecting to oracle 10g express edition. what do I put in at the SQL > prompt to access sql plus? Are there first some env. variables which I need to set? Sorry for the basic "newbie" question about this.

    what do I put in at the SQL > prompt to access sql plus?You may trySQL> conn / as sysdbabut don't use this one for your application data, create your own user(s) instead.
    Are there first some env. variables which I need to set?Depends... what's your operating system, and are you running sqlplus from SQL command line or from OS prompt ?

  • Using Java + WEBDAV to connect to Oracle 10g Repository

    Hi,
    I could not connect to Oracle 10g Repository with WEBDAV protocol. I thought that Oracle should provide a client library to help Java application to connect to Repo but I could not find it out.
    Could you please show me how to connect to Repo with WEBDAV protocol?
    It's better if giving me some examples.
    Thanks a lot.

    Hi,
    Did you succeed??
    I am also searching for an example.
    Regards,
    Romano

  • Shared Services 9.3.1 Configuration Failed!

    Hi
    I installed Shared Services 9.3.1.
    I have Oracle DB Xpress Edition. Also, Is Oracle Xpress Edition supported with Essbase?
    When I tried to configure shared Services to "Configure Database". It failed. :-(
    Following is the error from configtool.log:
    (May 14, 2011, 03:59:35 PM), com.hyperion.cis.config.wizard.AppServerSelectionPanel, DEBUG, AppServer selected: Tomcat 5
    (May 14, 2011, 03:59:37 PM), com.hyperion.hub.HubDBConfigurator, DEBUG, dbType is :Oracle
    (May 14, 2011, 03:59:37 PM), com.hyperion.hub.HubDBConfigurator, DEBUG, driverClass is :hyperion.jdbc.oracle.OracleDriver
    (May 14, 2011, 03:59:37 PM), com.hyperion.hub.HubDBConfigurator, DEBUG, jdbcUrl is :jdbc:hyperion:oracle://192.168.2.2:1521;SID=XE
    (May 14, 2011, 03:59:37 PM), com.hyperion.hub.HubDBConfigurator, DEBUG, user is :DEV
    (May 14, 2011, 03:59:37 PM), com.hyperion.hub.HubDBConfigurator, DEBUG, appLocation is :C:\Hyperion\SharedServices\9.3.1
    (May 14, 2011, 03:59:37 PM), com.hyperion.hub.CreateHubSchema, DEBUG, hub configFolder is C:\Hyperion\SharedServices\9.3.1\server\conf
    (May 14, 2011, 03:59:37 PM), com.hyperion.hub.HubDBConfigurator, DEBUG, Query db to see if two workflow tables, ces_push_auto_process_task and ces_tasks_result, already exist.
    (May 14, 2011, 03:59:37 PM), com.hyperion.hub.HubDBConfigurator, DEBUG, Refresh OpenLDAP DB, status will be written to C:\Hyperion\SharedServices\9.3.1\openLDAP/logs/exec.log.
    (May 14, 2011, 03:59:37 PM), com.hyperion.hub.HubDBConfigurator, DEBUG, The css file set to use for Open LDAP: C:\Hyperion\SharedServices\9.3.1\openLDAP\css.ldif.reuse.Barnes
    (May 14, 2011, 03:59:37 PM), com.hyperion.hub.HubDBConfigurator, DEBUG, Execute ldapmodify command to seed initial entries.
    (May 14, 2011, 03:59:37 PM), com.hyperion.hub.HubDBConfigurator, DEBUG, Execute command: C:\Hyperion\SharedServices\9.3.1\openLDAP\hssupdate.bat C:\Hyperion\SharedServices\9.3.1\openLDAP
    (May 14, 2011, 03:59:38 PM), com.hyperion.hub.HubDBConfigurator, DEBUG, Execute command: C:\Hyperion\SharedServices\9.3.1\openLDAP\ldapmodify -D "cn=root,dc=css,dc=hyperion,dc=com" -a -c -h localhost -p 58089 -v -x -w security -f "C:\Hyperion\SharedServices\9.3.1\openLDAP\css.ldif.reuse.Barnes"
    (May 14, 2011, 03:59:39 PM), com.hyperion.hub.HubDBConfigurator, DEBUG, Execute command: C:\Hyperion\SharedServices\9.3.1\openLDAP\ldapmodify -D "cn=root,dc=css,dc=hyperion,dc=com" -c -h localhost -p 58089 -v -x -w security -f "C:\Hyperion\SharedServices\9.3.1\openLDAP\css.ldif.reuse.Barnes"
    (May 14, 2011, 03:59:40 PM), com.hyperion.hub.HubDBConfigurator, ERROR, Error:
    java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
         at java.util.ArrayList.RangeCheck(Unknown Source)
         at java.util.ArrayList.get(Unknown Source)
         at com.hyperion.hub.HubDBConfigurator.getDeployLocation(HubDBConfigurator.java:207)
         at com.hyperion.hub.HubDBConfigurator.configure(HubDBConfigurator.java:183)
         at com.hyperion.cis.config.wizard.RunAllTasksWizardAction.executeDBConfigTask(RunAllTasksWizardAction.java:282)
         at com.hyperion.cis.config.wizard.RunAllTasksWizardAction.execute(RunAllTasksWizardAction.java:151)
         at com.installshield.wizard.RunnableWizardBeanContext.run(Unknown Source)
    (May 14, 2011, 03:59:40 PM), com.hyperion.cis.config.wizard.RunAllTasksWizardAction, ERROR, Error:
    com.hyperion.cis.config.ProcessingException
         at com.hyperion.hub.HubDBConfigurator.configure(HubDBConfigurator.java:201)
         at com.hyperion.cis.config.wizard.RunAllTasksWizardAction.executeDBConfigTask(RunAllTasksWizardAction.java:282)
         at com.hyperion.cis.config.wizard.RunAllTasksWizardAction.execute(RunAllTasksWizardAction.java:151)
         at com.installshield.wizard.RunnableWizardBeanContext.run(Unknown Source)
    (May 14, 2011, 03:59:40 PM), com.hyperion.cis.config.ConfigToolPropertiesHelper, DEBUG, Deployment dir: C:\Hyperion\deployments\Tomcat5
    (May 14, 2011, 03:59:40 PM), com.hyperion.cis.config.AppServerDeployer, DEBUG, Starting Tomcat 5 deployment...
    (May 14, 2011, 03:59:40 PM), com.hyperion.hub.HubAppServerDeployer, DEBUG, Copying C:\Hyperion\deployments\Tomcat5\SharedServices9\config\CMS.properties to C:\Hyperion\SharedServices\9.3.1\cssbackup\Tomcat5\CMS.properties
    (May 14, 2011, 03:59:40 PM), com.hyperion.hub.HubAppServerDeployer, DEBUG, Copying C:\Hyperion\deployments\Tomcat5\SharedServices9\config\HSSLogger.properties to C:\Hyperion\SharedServices\9.3.1\cssbackup\Tomcat5\HSSLogger.properties
    (May 14, 2011, 03:59:40 PM), com.hyperion.hub.HubAppServerDeployer, DEBUG, Copying C:\Hyperion\deployments\Tomcat5\SharedServices9\config\Hub.properties to C:\Hyperion\SharedServices\9.3.1\cssbackup\Tomcat5\Hub.properties
    (May 14, 2011, 03:59:40 PM), com.hyperion.hub.HubAppServerDeployer, DEBUG, Copying C:\Hyperion\deployments\Tomcat5\SharedServices9\config\manage_data.properties to C:\Hyperion\SharedServices\9.3.1\cssbackup\Tomcat5\manage_data.properties
    (May 14, 2011, 03:59:40 PM), com.hyperion.hub.HubAppServerDeployer, DEBUG, Copying C:\Hyperion\deployments\Tomcat5\SharedServices9\config\scheduler.properties to C:\Hyperion\SharedServices\9.3.1\cssbackup\Tomcat5\scheduler.properties
    (May 14, 2011, 03:59:40 PM), com.hyperion.hub.HubAppServerDeployer, DEBUG, Copying C:\Hyperion\deployments\Tomcat5\SharedServices9\config\SearchServiceConfig.properties to C:\Hyperion\SharedServices\9.3.1\cssbackup\Tomcat5\SearchServiceConfig.properties
    (May 14, 2011, 03:59:40 PM), com.hyperion.hub.HubAppServerDeployer, DEBUG, Copying C:\Hyperion\deployments\Tomcat5\SharedServices9\config\slide.properties to C:\Hyperion\SharedServices\9.3.1\cssbackup\Tomcat5\slide.properties
    (May 14, 2011, 03:59:40 PM), com.hyperion.hub.HubAppServerDeployer, DEBUG, Copying C:\Hyperion\deployments\Tomcat5\SharedServices9\config\WorkflowEngine.properties to C:\Hyperion\SharedServices\9.3.1\cssbackup\Tomcat5\WorkflowEngine.properties
    (May 14, 2011, 03:59:40 PM), com.hyperion.hub.HubAppServerDeployer, DEBUG, Copying C:\Hyperion\deployments\Tomcat5\SharedServices9\config\CSS.xml to C:\Hyperion\SharedServices\9.3.1\cssbackup\Tomcat5\CSS.xml
    (May 14, 2011, 03:59:40 PM), com.hyperion.hub.HubAppServerDeployer, DEBUG, Copying C:\Hyperion\deployments\Tomcat5\SharedServices9\config\Domain-Migration.xml to C:\Hyperion\SharedServices\9.3.1\cssbackup\Tomcat5\Domain-Migration.xml
    (May 14, 2011, 03:59:40 PM), com.hyperion.hub.HubAppServerDeployer, DEBUG, Copying C:\Hyperion\deployments\Tomcat5\SharedServices9\config\Domain.xml to C:\Hyperion\SharedServices\9.3.1\cssbackup\Tomcat5\Domain.xml
    (May 14, 2011, 03:59:40 PM), com.hyperion.cis.config.AppServerDeployer, DEBUG, pre-Deploy: Shared Services
    (May 14, 2011, 03:59:41 PM), com.hyperion.hub.HubAppServerDeployer, DEBUG, Copying C:\Hyperion\SharedServices\9.3.1\cssbackup\Tomcat5\CMS.properties to C:\Hyperion\deployments\Tomcat5\SharedServices9\config\CMS.properties
    (May 14, 2011, 03:59:41 PM), com.hyperion.hub.HubAppServerDeployer, DEBUG, Copying C:\Hyperion\SharedServices\9.3.1\cssbackup\Tomcat5\CSS.xml to C:\Hyperion\deployments\Tomcat5\SharedServices9\config\CSS.xml
    (May 14, 2011, 03:59:41 PM), com.hyperion.hub.HubAppServerDeployer, DEBUG, Copying C:\Hyperion\SharedServices\9.3.1\cssbackup\Tomcat5\Domain-Migration.xml to C:\Hyperion\deployments\Tomcat5\SharedServices9\config\Domain-Migration.xml
    (May 14, 2011, 03:59:41 PM), com.hyperion.hub.HubAppServerDeployer, DEBUG, Copying C:\Hyperion\SharedServices\9.3.1\cssbackup\Tomcat5\Domain.xml to C:\Hyperion\deployments\Tomcat5\SharedServices9\config\Domain.xml
    (May 14, 2011, 03:59:41 PM), com.hyperion.hub.HubAppServerDeployer, DEBUG, Copying C:\Hyperion\SharedServices\9.3.1\cssbackup\Tomcat5\HSSLogger.properties to C:\Hyperion\deployments\Tomcat5\SharedServices9\config\HSSLogger.properties
    (May 14, 2011, 03:59:41 PM), com.hyperion.hub.HubAppServerDeployer, DEBUG, Copying C:\Hyperion\SharedServices\9.3.1\cssbackup\Tomcat5\Hub.properties to C:\Hyperion\deployments\Tomcat5\SharedServices9\config\Hub.properties
    (May 14, 2011, 03:59:41 PM), com.hyperion.hub.HubAppServerDeployer, DEBUG, Copying C:\Hyperion\SharedServices\9.3.1\cssbackup\Tomcat5\manage_data.properties to C:\Hyperion\deployments\Tomcat5\SharedServices9\config\manage_data.properties
    (May 14, 2011, 03:59:41 PM), com.hyperion.hub.HubAppServerDeployer, DEBUG, Copying C:\Hyperion\SharedServices\9.3.1\cssbackup\Tomcat5\scheduler.properties to C:\Hyperion\deployments\Tomcat5\SharedServices9\config\scheduler.properties
    (May 14, 2011, 03:59:41 PM), com.hyperion.hub.HubAppServerDeployer, DEBUG, Copying C:\Hyperion\SharedServices\9.3.1\cssbackup\Tomcat5\SearchServiceConfig.properties to C:\Hyperion\deployments\Tomcat5\SharedServices9\config\SearchServiceConfig.properties
    (May 14, 2011, 03:59:41 PM), com.hyperion.hub.HubAppServerDeployer, DEBUG, Copying C:\Hyperion\SharedServices\9.3.1\cssbackup\Tomcat5\slide.properties to C:\Hyperion\deployments\Tomcat5\SharedServices9\config\slide.properties
    (May 14, 2011, 03:59:41 PM), com.hyperion.hub.HubAppServerDeployer, DEBUG, Copying C:\Hyperion\SharedServices\9.3.1\cssbackup\Tomcat5\WorkflowEngine.properties to C:\Hyperion\deployments\Tomcat5\SharedServices9\config\WorkflowEngine.properties
    Kindly Help.
    Thanks in Advance.

    Hi John,
    Thanks again for your reply.
    My EAS, Essbase Server are all working fine on Vista 64bit.
    Now, I've removed Oracle XE and installed Oracle 10g standard database. And I tried to configure Planning again, but I'm still getting the same error. :-(
    Some IndexOutOfBoundsException. Kindly HELP!
    (May 14, 2011, 07:13:00 PM), com.hyperion.hub.CreateHubSchema, DEBUG, Executing script C:\Hyperion\SharedServices\9.3.1\server\conf\create_oracle_workflow.sql
    (May 14, 2011, 07:13:00 PM), com.hyperion.hub.CreateHubSchema, DEBUG, Executing Statement CREATE TABLE ces_system (name Varchar(100) NOT NULL,parent Varchar(100),objtype smallint NOT NULL,objvalue blob, CONSTRAINT ces_system_pk PRIMARY KEY (name))
    (May 14, 2011, 07:13:00 PM), com.hyperion.hub.CreateHubSchema, DEBUG, Executing Statement CREATE TABLE ces_users(name Varchar(200) NOT NULL,parent Varchar(100),objtype smallint NOT NULL,objvalue blob, CONSTRAINT ces_users_pk PRIMARY KEY (name))
    (May 14, 2011, 07:13:00 PM), com.hyperion.hub.CreateHubSchema, DEBUG, Executing Statement CREATE TABLE ces_apps(application_name varchar(100) NOT NULL,parent Varchar(100),objtype smallint NOT NULL,objvalue blob,CONSTRAINT ces_apps_pk PRIMARY KEY (application_name))
    (May 14, 2011, 07:13:00 PM), com.hyperion.hub.CreateHubSchema, DEBUG, Executing Statement CREATE TABLE ces_process_def(process_id varchar(100) NOT NULL,parent Varchar(100),objtype smallint NOT NULL,objvalue blob, CONSTRAINT ces_process_def_pk PRIMARY KEY (process_id))
    (May 14, 2011, 07:13:00 PM), com.hyperion.hub.CreateHubSchema, DEBUG, Executing Statement CREATE TABLE ces_auto_process_task(task_id varchar(100) NOT NULL,executed_by varchar(100),objtype smallint NOT NULL,objvalue blob, CONSTRAINT ces_auto_process_task_pk PRIMARY KEY (task_id))
    (May 14, 2011, 07:13:00 PM), com.hyperion.hub.CreateHubSchema, DEBUG, Executing Statement CREATE TABLE ces_push_auto_process_task(task_id varchar(100) NOT NULL,executed_by varchar(100),objtype smallint NOT NULL,objvalue blob, CONSTRAINT ces_push_auto_process_task_pk PRIMARY KEY (task_id))
    (May 14, 2011, 07:13:00 PM), com.hyperion.hub.CreateHubSchema, DEBUG, Executing Statement CREATE TABLE ces_tasks(task_id varchar(100) NOT NULL UNIQUE,executed_by varchar(100),objtype smallint NOT NULL,objvalue blob,task_status varchar(100) NOT NULL,application_name varchar(100) NOT NULL,process_name varchar(100) NOT NULL,CONSTRAINT ces_tasks_pk PRIMARY KEY (task_id, task_status, application_name, process_name))
    (May 14, 2011, 07:13:00 PM), com.hyperion.hub.CreateHubSchema, DEBUG, Executing Statement CREATE TABLE ces_messages(message_id varchar(100) NOT NULL,task_id varchar(100),message_type smallint NOT NULL,objvalue blob, CONSTRAINT ces_messages_pk PRIMARY KEY (message_id),CONSTRAINT fk_task_id FOREIGN KEY (task_id) REFERENCES ces_tasks(task_id) ON DELETE CASCADE )
    (May 14, 2011, 07:13:00 PM), com.hyperion.hub.CreateHubSchema, DEBUG, Executing Statement CREATE TABLE ces_wf_instances(workflow_id varchar(100) NOT NULL UNIQUE,parent varchar(100),objtype smallint NOT NULL,objvalue blob,status varchar(100) NOT NULL,application_name varchar(100) NOT NULL,process_name varchar(100) NOT NULL,CONSTRAINT ces_wf_instances_pk PRIMARY KEY (workflow_id, status, application_name, process_name))
    (May 14, 2011, 07:13:00 PM), com.hyperion.hub.CreateHubSchema, DEBUG, Executing Statement CREATE TABLE ces_participant (participant_id varchar(100) NOT NULL,workflow_id varchar(100),objtype smallint NOT NULL,objvalue blob, CONSTRAINT ces_participant_pk PRIMARY KEY (participant_id),CONSTRAINT fk_workflow_id FOREIGN KEY (workflow_id) REFERENCES ces_wf_instances(workflow_id) ON DELETE CASCADE )
    (May 14, 2011, 07:13:00 PM), com.hyperion.hub.CreateHubSchema, DEBUG, Executing Statement CREATE TABLE ces_participant_events(participant_event_id varchar(100) NOT NULL,participant_id varchar(100), objtype smallint NOT NULL,objvalue blob,CONSTRAINT ces_participant_events_pk PRIMARY KEY (participant_event_id),CONSTRAINT fk_participant_id FOREIGN KEY (participant_id) REFERENCES ces_participant(participant_id) ON DELETE CASCADE )
    (May 14, 2011, 07:13:00 PM), com.hyperion.hub.CreateHubSchema, DEBUG, Executing Statement CREATE TABLE ces_tasks_result(task_id varchar(100) NOT NULL,task_result blob, CONSTRAINT ces_tasks_result_pk PRIMARY KEY (task_id))
    (May 14, 2011, 07:13:00 PM), com.hyperion.hub.CreateHubSchema, DEBUG, Executing Statement commit
    (May 14, 2011, 07:13:00 PM), com.hyperion.hub.HubDBConfigurator, DEBUG, Refresh OpenLDAP DB, status will be written to C:\Hyperion\SharedServices\9.3.1\openLDAP/logs/exec.log.
    (May 14, 2011, 07:13:00 PM), com.hyperion.hub.HubDBConfigurator, DEBUG, Execute ldapdelete command to delete all entries.
    (May 14, 2011, 07:13:00 PM), com.hyperion.hub.HubDBConfigurator, DEBUG, Execute command: C:\Hyperion\SharedServices\9.3.1\openLDAP\ldapdelete -r -D "cn=root,dc=css,dc=hyperion,dc=com" -x -w security -h localhost -p 58089 "dc=css,dc=hyperion,dc=com"
    (May 14, 2011, 07:13:02 PM), com.hyperion.hub.HubDBConfigurator, DEBUG, The css file set to use for Open LDAP: C:\Hyperion\SharedServices\9.3.1\openLDAP\css.ldif
    (May 14, 2011, 07:13:02 PM), com.hyperion.hub.HubDBConfigurator, DEBUG, Execute ldapmodify command to seed initial entries.
    (May 14, 2011, 07:13:02 PM), com.hyperion.hub.HubDBConfigurator, DEBUG, Execute command: C:\Hyperion\SharedServices\9.3.1\openLDAP\hssupdate.bat C:\Hyperion\SharedServices\9.3.1\openLDAP
    (May 14, 2011, 07:13:02 PM), com.hyperion.hub.HubDBConfigurator, DEBUG, Execute command: C:\Hyperion\SharedServices\9.3.1\openLDAP\ldapmodify -D "cn=root,dc=css,dc=hyperion,dc=com" -a -c -h localhost -p 58089 -v -x -w security -f "C:\Hyperion\SharedServices\9.3.1\openLDAP\css.ldif"
    (May 14, 2011, 07:13:04 PM), com.hyperion.hub.HubDBConfigurator, DEBUG, Execute command: C:\Hyperion\SharedServices\9.3.1\openLDAP\ldapmodify -D "cn=root,dc=css,dc=hyperion,dc=com" -c -h localhost -p 58089 -v -x -w security -f "C:\Hyperion\SharedServices\9.3.1\openLDAP\css.ldif"
    (May 14, 2011, 07:13:05 PM), com.hyperion.hub.HubDBConfigurator, ERROR, Error:
    java.lang.IndexOutOfBoundsException: Index: 0, Size: 0
         at java.util.ArrayList.RangeCheck(Unknown Source)
         at java.util.ArrayList.get(Unknown Source)
         at com.hyperion.hub.HubDBConfigurator.getDeployLocation(HubDBConfigurator.java:207)
         at com.hyperion.hub.HubDBConfigurator.configure(HubDBConfigurator.java:183)
         at com.hyperion.cis.config.wizard.RunAllTasksWizardAction.executeDBConfigTask(RunAllTasksWizardAction.java:282)
         at com.hyperion.cis.config.wizard.RunAllTasksWizardAction.execute(RunAllTasksWizardAction.java:151)
         at com.installshield.wizard.RunnableWizardBeanContext.run(Unknown Source)
    (May 14, 2011, 07:13:05 PM), com.hyperion.cis.config.wizard.RunAllTasksWizardAction, ERROR, Error:
    com.hyperion.cis.config.ProcessingException
         at com.hyperion.hub.HubDBConfigurator.configure(HubDBConfigurator.java:201)
         at com.hyperion.cis.config.wizard.RunAllTasksWizardAction.executeDBConfigTask(RunAllTasksWizardAction.java:282)
         at com.hyperion.cis.config.wizard.RunAllTasksWizardAction.execute(RunAllTasksWizardAction.java:151)
         at com.installshield.wizard.RunnableWizardBeanContext.run(Unknown Source)
    (May 14, 2011, 07:13:05 PM), com.hyperion.cis.config.ConfigToolPropertiesHelper, DEBUG, Deployment dir: C:\Hyperion\deployments\Tomcat5
    (May 14, 2011, 07:13:05 PM), com.hyperion.cis.config.AppServerDeployer, DEBUG, Starting Tomcat 5 deployment...
    (May 14, 2011, 07:13:05 PM), com.hyperion.hub.HubAppServerDeployer, DEBUG, Copying C:\Hyperion\deployments\Tomcat5\SharedServices9\config\CMS.properties to C:\Hyperion\SharedServices\9.3.1\cssbackup\Tomcat5\CMS.properties
    (May 14, 2011, 07:13:05 PM), com.hyperion.hub.HubAppServerDeployer, DEBUG, Copying C:\Hyperion\deployments\Tomcat5\SharedServices9\config\HSSLogger.properties to C:\Hyperion\SharedServices\9.3.1\cssbackup\Tomcat5\HSSLogger.properties
    (May 14, 2011, 07:13:05 PM), com.hyperion.hub.HubAppServerDeployer, DEBUG, Copying C:\Hyperion\deployments\Tomcat5\SharedServices9\config\Hub.properties to C:\Hyperion\SharedServices\9.3.1\cssbackup\Tomcat5\Hub.properties
    (May 14, 2011, 07:13:05 PM), com.hyperion.hub.HubAppServerDeployer, DEBUG, Copying C:\Hyperion\deployments\Tomcat5\SharedServices9\config\manage_data.properties to C:\Hyperion\SharedServices\9.3.1\cssbackup\Tomcat5\manage_data.properties
    (May 14, 2011, 07:13:05 PM), com.hyperion.hub.HubAppServerDeployer, DEBUG, Copying C:\Hyperion\deployments\Tomcat5\SharedServices9\config\scheduler.properties to C:\Hyperion\SharedServices\9.3.1\cssbackup\Tomcat5\scheduler.properties
    (May 14, 2011, 07:13:05 PM), com.hyperion.hub.HubAppServerDeployer, DEBUG, Copying C:\Hyperion\deployments\Tomcat5\SharedServices9\config\SearchServiceConfig.properties to C:\Hyperion\SharedServices\9.3.1\cssbackup\Tomcat5\SearchServiceConfig.properties
    (May 14, 2011, 07:13:05 PM), com.hyperion.hub.HubAppServerDeployer, DEBUG, Copying C:\Hyperion\deployments\Tomcat5\SharedServices9\config\slide.properties to C:\Hyperion\SharedServices\9.3.1\cssbackup\Tomcat5\slide.properties
    (May 14, 2011, 07:13:05 PM), com.hyperion.hub.HubAppServerDeployer, DEBUG, Copying C:\Hyperion\deployments\Tomcat5\SharedServices9\config\WorkflowEngine.properties to C:\Hyperion\SharedServices\9.3.1\cssbackup\Tomcat5\WorkflowEngine.properties
    (May 14, 2011, 07:13:05 PM), com.hyperion.hub.HubAppServerDeployer, DEBUG, Copying C:\Hyperion\deployments\Tomcat5\SharedServices9\config\CSS.xml to C:\Hyperion\SharedServices\9.3.1\cssbackup\Tomcat5\CSS.xml
    (May 14, 2011, 07:13:05 PM), com.hyperion.hub.HubAppServerDeployer, DEBUG, Copying C:\Hyperion\deployments\Tomcat5\SharedServices9\config\Domain-Migration.xml to C:\Hyperion\SharedServices\9.3.1\cssbackup\Tomcat5\Domain-Migration.xml
    (May 14, 2011, 07:13:05 PM), com.hyperion.hub.HubAppServerDeployer, DEBUG, Copying C:\Hyperion\deployments\Tomcat5\SharedServices9\config\Domain.xml to C:\Hyperion\SharedServices\9.3.1\cssbackup\Tomcat5\Domain.xml
    (May 14, 2011, 07:13:05 PM), com.hyperion.cis.config.AppServerDeployer, DEBUG, pre-Deploy: Shared Services
    (May 14, 2011, 07:13:12 PM), com.hyperion.hub.HubAppServerDeployer, DEBUG, Copying C:\Hyperion\SharedServices\9.3.1\cssbackup\Tomcat5\CMS.properties to C:\Hyperion\deployments\Tomcat5\SharedServices9\config\CMS.properties
    (May 14, 2011, 07:13:12 PM), com.hyperion.hub.HubAppServerDeployer, DEBUG, Copying C:\Hyperion\SharedServices\9.3.1\cssbackup\Tomcat5\CSS.xml to C:\Hyperion\deployments\Tomcat5\SharedServices9\config\CSS.xml
    (May 14, 2011, 07:13:12 PM), com.hyperion.hub.HubAppServerDeployer, DEBUG, Copying C:\Hyperion\SharedServices\9.3.1\cssbackup\Tomcat5\Domain-Migration.xml to C:\Hyperion\deployments\Tomcat5\SharedServices9\config\Domain-Migration.xml
    (May 14, 2011, 07:13:12 PM), com.hyperion.hub.HubAppServerDeployer, DEBUG, Copying C:\Hyperion\SharedServices\9.3.1\cssbackup\Tomcat5\Domain.xml to C:\Hyperion\deployments\Tomcat5\SharedServices9\config\Domain.xml
    (May 14, 2011, 07:13:12 PM), com.hyperion.hub.HubAppServerDeployer, DEBUG, Copying C:\Hyperion\SharedServices\9.3.1\cssbackup\Tomcat5\HSSLogger.properties to C:\Hyperion\deployments\Tomcat5\SharedServices9\config\HSSLogger.properties
    (May 14, 2011, 07:13:12 PM), com.hyperion.hub.HubAppServerDeployer, DEBUG, Copying C:\Hyperion\SharedServices\9.3.1\cssbackup\Tomcat5\Hub.properties to C:\Hyperion\deployments\Tomcat5\SharedServices9\config\Hub.properties
    (May 14, 2011, 07:13:12 PM), com.hyperion.hub.HubAppServerDeployer, DEBUG, Copying C:\Hyperion\SharedServices\9.3.1\cssbackup\Tomcat5\manage_data.properties to C:\Hyperion\deployments\Tomcat5\SharedServices9\config\manage_data.properties
    (May 14, 2011, 07:13:13 PM), com.hyperion.hub.HubAppServerDeployer, DEBUG, Copying C:\Hyperion\SharedServices\9.3.1\cssbackup\Tomcat5\scheduler.properties to C:\Hyperion\deployments\Tomcat5\SharedServices9\config\scheduler.properties
    (May 14, 2011, 07:13:13 PM), com.hyperion.hub.HubAppServerDeployer, DEBUG, Copying C:\Hyperion\SharedServices\9.3.1\cssbackup\Tomcat5\SearchServiceConfig.properties to C:\Hyperion\deployments\Tomcat5\SharedServices9\config\SearchServiceConfig.properties
    (May 14, 2011, 07:13:13 PM), com.hyperion.hub.HubAppServerDeployer, DEBUG, Copying C:\Hyperion\SharedServices\9.3.1\cssbackup\Tomcat5\slide.properties to C:\Hyperion\deployments\Tomcat5\SharedServices9\config\slide.properties
    (May 14, 2011, 07:13:13 PM), com.hyperion.hub.HubAppServerDeployer, DEBUG, Copying C:\Hyperion\SharedServices\9.3.1\cssbackup\Tomcat5\WorkflowEngine.properties to C:\Hyperion\deployments\Tomcat5\SharedServices9\config\WorkflowEngine.properties
    (May 14, 2011, 07:13:52 PM), com.hyperion.cis.config.wizard.CustomSummaryPanel, DEBUG, CustomSummaryPanel in queryExit
    Thanks.

  • EPM 11 - Issue with Shared Services Registration and DB configuration

    Hi,
    Im installing Oracle EPM 11.1.1...
    I have successfully installed Foundation Services and Essbase Server/Client...
    But I'm facing two issues...
    1. I couldnt able to register any products to the Shared Services except for Essbase Server
    I tried restarting the services (1) Hyperion Foundation OpenLDAP, (2) Hyperion Foundation Shared Services - Web Application in the same order...
    2. I couldnt able to configure Oracle 10.2.0.1.0 for Essbase Administration Services...
    It shows the below error...
    "com.hyperion.cis.config.CmsRegistrationUtil, ERROR, register operation failed in CMS:
    com.hyperion.interop.lib.OperationFailedException: Registeration failed: null.Registeration failed: null.
         at com.hyperion.interop.lib.helper.RegistrationHelper.register(Unknown Source)
         at com.hyperion.interop.lib.CMSClient.register(Unknown Source)
         at com.hyperion.cis.config.CmsRegistrationUtil.registerApplication(CmsRegistrationUtil.java:200)
         at com.hyperion.cis.config.wizard.RunAllTasksWizardAction.executeHubRegistrationTask(RunAllTasksWizardAction.java:427)
         at com.hyperion.cis.config.wizard.RunAllTasksWizardAction.execute(RunAllTasksWizardAction.java:212)
         at com.installshield.wizard.RunnableWizardBeanContext.run(Unknown Source)
    com.hyperion.cis.config.wizard.RunAllTasksWizardAction, ERROR, Error:
    java.lang.Exception: Registeration failed: null.Registeration failed: null.
         at com.hyperion.cis.config.CmsRegistrationUtil.registerApplication(CmsRegistrationUtil.java:212)"
    But I could use the same version of Oracle database successfully for Shared Services and Essbase Studio database configuration...
    Please help me to resolve this issue....
    Thanks & Regards,
    dmaze

    Hello!
    During your first configuration of the EPM System Fusion Edition, configure the two conponents first - COMMON SETTINGS and CONFIGURE DATABASE. Never configure other components together with these two (especially Workspace). After you have configured these two, then you can rerun the configuration utility and configure the components that you left out.
    Hope this helps.
    Cheers!

  • Shared Services hangs after MSAD configuration (9.2.0.2)

    Hi all,
    I am trying to configure MSAD with shared services. I successfully add the MSAD domain and then add it to the search order, being number 2 after native. I then restart HSS. When I go to open HSS or the framework login the whole thing just hangs. HSS does always start correctly. For testing purposes I am restoring the CSS file each time. I have tried 3 different user accounts so I doubt it is a permissions issue.
    I have also tried configuring the MSAD domain, restart HSS, then adding it to the search order and restarting HSS. It made no difference.
    Has anyone seen this before? The same domain has been added to a different instance of HSS on another server (DR) so I can't understand why it is hanging.
    Many thanks in advance,
    Nathan

    After extensive testing with Oracle Hyperion the root cause was runnong HSS as a service following the configuration with MSAD. The config framework page displayed 9.2.0.2 as the version when it was actually 9.2.0.3 as confirmed by the HSS console. Apparently this problem can happen in 9.2.0.3.
    Just thought I'd let you know the solution.
    Nathan

  • How to get service name and listening host to connect to oracle DB server?

    I have successfully installed oracle db client 10g release 2 on my winXP. But when I tried to use Net Congiguration Assistance to connect to oracle db server. I do not know what is the "service name" and listening "host" I supporse to enter. Where can I get the names?
    PLEASE HELP! THANKS!

    machine name or IP = machine name or IP address of the database server
    To know the service name do the following on the server :
    $ lsnrctl services
    LSNRCTL for Linux: Version 10.1.0.3.0 - Production on 30-DEC-2005 00:24:28
    Copyright (c) 1991, 2004, Oracle.  All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=127.0.0.1)(PORT=1521)))
    Services Summary...
    Service "PLSExtProc" has 1 instance(s).
      Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:0 refused:0
             LOCAL SERVER
    Service "test10" has 1 instance(s).
      Instance "test10", status READY, has 1 handler(s) for this service...
        Handler(s):
          "DEDICATED" established:0 refused:0 state:ready
             LOCAL SERVER
    The command completed successfully
    $The service name is test10 in my case. Of course you have to use yours.

  • Slow first connection using Oracle 10g xe and Visual Studio 2008

    {noformat}
    Good day,
    I'm slightly unaccustomed to using forums, so bear with me.
    My initial connection to the Oracle database takes approximately 30 seconds. It seems to be waiting for a connection before timing out and trying another connection which works, as all subsequent connections work immediately. I'm unsure how other people's responses in forums can help me due to the plethora of configurations, so here's mine. My comprehension of the oracle world is still growing, you'll have to explain the terms you're using for me, Hoping you can help.
    I'm using Visual Studio 2008, set to use 32 bit debug mode, on a Windows 7 Pro platform. Also using Oracle 10g Xe, and have installed the 32 bit version of ODAC 11.2 (11.2.0.1) to aid making a connection from Visual Studio to Oracle.
    I have a database set up and a user with system admin rights. This is all local for a programming project and will never see the light of day outside of my personal machine.
    I am using code to connect, not the GUI. I wish to code this project completely without the aid of the GUI. so my connection string within Visual Studio C# is (pw/id hidden)...
    string xe = "Data Source=xe;User Id=xxxxx;Password=xxxxx;";
    OracleConnection conn = new OracleConnection(xe);
    My c:\devsuitehome\network\admin\sqlnet.ora file is this:
    # sqlnet.ora Network Configuration File: C:\DevSuiteHome\network\admin\sqlnet.ora
    # Generated by Oracle configuration tools.
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (LDAP, TNSNAMES, EZCONNECT, ONAMES, HOSTNAME)
    And my c:\devsuitehome\network\admin\TNSNames.ora file is this:
    tnsnames.ora Network Configuration File: C:\DevSuiteHome\network\admin\tnsnames.ora
    Generated by Oracle configuration tools.
    XE =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = xe)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = <machine name)(PORT = 1521))
    (CONNECT_DATA =
    (SERVICE_NAME = PLSExtProc)
    Just for good measure, my tnsping xe shows:
    "Used paramter files:<br/>
    c:\devsuitehome\network\admin\sqlnet.ora<br/><br/>
    Used TNSNAMES adapter to resolve the alias<br/>
    Attempting to contact (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521)))(CONNECT_DATA = (SERVICE_NAME = xe)))
    OK (0 msec)"
    So, how can I make that initial connection faster so I don't spend 15 years testing my application due to slow start-ups? :)
    Thank you.
    Kevin.
    {noformat}
    Edited by: 832285 on Jan 29, 2011 10:08 AM
    Edited by: 832285 on Jan 29, 2011 10:10 AM

    I have formatted my hard drive since my first post. I was running window 64 bit with a higher version of the ODAC and that proved to crash my machine with faulty error messages about memory. I have reverted to a previous version of the ODAC tools and everything works very smooth now. Still the connection time is consistently 20 seconds or longer on the first attempt.
    Just a little more information.. I am currently taking a college course with 15 other students, as you can tell by the impersonal machine name, where programming using visual studio 2008, and Oracle 10g xe is expected. All of us are using a 64 bit environment and we all have difficulties cutting down the load time of making the first connection to Oracle. Some people are longer making the connection, but none are shorter.
    One other note. After the first connection is made, taking 20 or more seconds, and is closed, all subsequent openings of the connection are instantaneous, for all of us.
    If there is ANYTHING more I can get for you, please let me know. With my environment stable as it is, I will not need to format or change any information for the foreseeable future.
    Here is the information you requested
    1 The connection method I am using, I have chosen the manual connection for you, however the delay exists if the connection is made through the GUI as well.
    Historically, I am getting slow connection speeds through adding the connection through the GUI or by a manual connection. Here is how I am doing it manually. I have the connection being created in 20 seconds, which is the best I can get.
    Imports Oracle.DataAccess.Client
    Also included project reference: oracle.dataaccess / version 2.111.6.20
        Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
            Dim connString As String = "Data Source=XE;User Id=abc;Password=abc;"
            Dim con As OracleConnection = New OracleConnection()
            con.ConnectionString = connString
            Try
                con.Open()
                MessageBox.Show("Connected!")
                con.Close()
                con.Dispose()
            Catch ex As Exception
                MessageBox.Show(ex.Message)
            End Try
        End SubMy current TNS Ping results
    TNS Ping Utility for 32-bit Windows: Version 10.2.0.1.0 - Production on 16-FEB-2011 01:02:36
    Copyright (c) 1997, 2005, Oracle.  All rights reserved.
    Used parameter files:
    C:\oraclexe\app\oracle\product\10.2.0\server\network\admin\sqlnet.ora
    Used TNSNAMES adapter to resolve the alias
    Attempting to contact (DESCRIPTION = (ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521)) (CONNECT_DATA = (SERVER = DEDICATED) (SERVICE_NAME = XE)))
    OK (0 msec)2 Connection to SQL plus is instantaneous.
    I fought for weeks about the ODAC version 11.2.0.1 that you see in the previous post, and that would be a whole new thread. Suffice it to say I have a reliable environment to program in with this 10.2.0.1.0 version that I am running now, and the connection time has not changed, it is still minimum 20 seconds load time, sometimes up to 25.
    3 Ram usage in my typical environment
    I am running this laptop with 4 gigs of ram. This is a typical environment I would be running my application in.
    Physical memory
    total 4090
    cached 1753
    available 2345
    free 656
    system
    handles 27141
    threads 911
    processes 70
    commit megs 2860/8179
    kernel memory megs
    paged 201
    nonpaged 52
    4 I formatted my machine and reinstalled the Windows 7 professional operating system as of a few nights ago. The Oracle software on my machine is
    Oracle Database 10g express edition
    ODAC 11.1.0
    I amm not sure what filename you would need in addition to the product names that I have installed.
    5 The information from the SET command is
    ALLUSERSPROFILE=C:\ProgramData
    APPDATA=C:\Users\stepheke\AppData\Roaming
    CommonProgramFiles=C:\Program Files\Common Files
    CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files
    CommonProgramW6432=C:\Program Files\Common Files
    COMPUTERNAME=STEKEV0908
    ComSpec=C:\Windows\system32\cmd.exe
    FP_NO_HOST_CHECK=NO
    HOMEDRIVE=C:
    HOMEPATH=\Users\stepheke
    LOCALAPPDATA=C:\Users\stepheke\AppData\Local
    LOGONSERVER=\\STEKEV0908
    NUMBER_OF_PROCESSORS=2
    oracle_sid=xe
    OS=Windows_NT
    Path=C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Oracleapp\stepheke\product\11.1.0\client_1;C:\Oracleapp\stepheke\product\11.1.0\client_1\bin;C:\oraclexe\app\oracle\product\10.2.0\server\bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;c:\Program Files (x86)\Microsoft SQL Server\90\Tools\binn\;C:\Program Files (x86)\Windows Live\Shared
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
    PROCESSOR_ARCHITECTURE=AMD64
    PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 23 Stepping 10, GenuineIntel
    PROCESSOR_LEVEL=6
    PROCESSOR_REVISION=170a
    ProgramData=C:\ProgramData
    ProgramFiles=C:\Program Files
    ProgramFiles(x86)=C:\Program Files (x86)
    ProgramW6432=C:\Program Files
    PROMPT=$P$G
    PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\
    PUBLIC=C:\Users\Public
    SystemDrive=C:
    SystemRoot=C:\Windows
    TEMP=C:\Users\stepheke\AppData\Local\Temp
    TMP=C:\Users\stepheke\AppData\Local\Temp
    USERDOMAIN=stekev0908
    USERNAME=stepheke
    USERPROFILE=C:\Users\stepheke
    VS90COMNTOOLS=c:\Program Files (x86)\Microsoft Visual Studio 9.0\Common7\Tools\
    windir=C:\Windows

Maybe you are looking for