Cannot Connect Agents created for ODI 10g

Hi All,
As part of installation of BI Apps 7.9.5.2, i have created two odi agents ( WORKFLOW and INTERFACE ). I can see them as part of my services in windows. I have started them. But when have set the required things in the topology manager. when i try to do a test from the topology my ODI 10g completely hangs.
Is there anything i need to check why this is happening.
How can i check whether the connectivity to the ODI10g agents is correct or not ?
Thanks and Regards,
Krishna Prasad.

Hi Krishna Prasad,
Normally when you setup agents as windows services, there is a log file generated in %odi%\bin\agentservice.log, that could be checked for troubleshooting.
If i were you, Before setting them as windows services, i would try running agents as command prompt based services first
The syntax to run the agent from command promt, for windows is given below,
agent.bat -PORT=<portnumber> "-NAME=<agent name>"
Once you have tested them successfully, you can run them as windows services.
Hope this helps.
Regards,
Rickson Philip Lewis
http://www.linkedin.com/in/rickson

Similar Messages

  • Cannot connect to HSQL for ODI demo

    Hello,
    i have a linux virtual box with ODI 11.1.1.6 and try to install the demo environment. I am getting a error when i try to create a connection to the demo repository
    I Hard-coded the ODI_JAVA_HOME in the environment odiparams.sh file that it points to my java directory /usr/java/jdk1.6.0_33,
    run the './startdemo.sh' in the demo/bin directory... that seems to be ok
    OracleDI: Starting Demo Environment ...
    OracleDI: Starting Demo Source Data Server ...
    [Server@15e0be38]: [Thread[main,5,main]]: checkRunning(false) entered
    [Server@15e0be38]: [Thread[main,5,main]]: checkRunning(false) exited
    [Server@15e0be38]: Startup sequence initiated from main() method
    [Server@15e0be38]: Loaded properties from [u01/app/oracle/Middleware/Oracle_ODI1/oracledi/demo/bin/server.properties]
    [Server@15e0be38]: Initiating startup sequence...
    [Server@15e0be38]: Server socket opened successfully in 13 ms.
    [Server@15e0be38]: Database [index=0, id=0, db=file:../hsql/demo_src, alias=] opened sucessfully in 436 ms.
    [Server@15e0be38]: Startup sequence completed in 473 ms.
    [Server@15e0be38]: 2012-08-14 10:09:42.896 HSQLDB server 1.7.3 is online
    [Server@15e0be38]: To close normally, connect and execute SHUTDOWN SQL
    [Server@15e0be38]: From command line, use [Ctrl]+[C] to abort abruptly
    OracleDI: Starting Demo Target Data Server ...
    [Server@15e0be38]: [Thread[main,5,main]]: checkRunning(false) entered
    [Server@15e0be38]: [Thread[main,5,main]]: checkRunning(false) exited
    [Server@15e0be38]: Startup sequence initiated from main() method
    [Server@15e0be38]: Loaded properties from [u01/app/oracle/Middleware/Oracle_ODI1/oracledi/demo/bin/server.properties]
    [Server@15e0be38]: Initiating startup sequence...
    [Server@15e0be38]: Server socket opened successfully in 13 ms.
    [Server@15e0be38]: Database [index=0, id=0, db=file:../hsql/demo_trg, alias=] opened sucessfully in 229 ms.
    [Server@15e0be38]: Startup sequence completed in 255 ms.
    [Server@15e0be38]: 2012-08-14 10:09:47.684 HSQLDB server 1.7.3 is online
    [Server@15e0be38]: To close normally, connect and execute SHUTDOWN SQL
    [Server@15e0be38]: From command line, use [Ctrl]+[C] to abort abruptly
    OracleDI: Starting Starting Demo Repository Server (en) ...
    [Server@15e0be38]: [Thread[main,5,main]]: checkRunning(false) entered
    [Server@15e0be38]: [Thread[main,5,main]]: checkRunning(false) exited
    [Server@15e0be38]: Startup sequence initiated from main() method
    [Server@15e0be38]: Loaded properties from [u01/app/oracle/Middleware/Oracle_ODI1/oracledi/demo/bin/server.properties]
    [Server@15e0be38]: Initiating startup sequence...
    [Server@15e0be38]: Server socket opened successfully in 10 ms.
    [Server@15e0be38]: Database [index=0, id=0, db=file:../hsql/demo_repository_en, alias=] opened sucessfully in 2564 ms.
    [Server@15e0be38]: Startup sequence completed in 2590 ms.
    [Server@15e0be38]: 2012-08-14 10:09:55.034 HSQLDB server 1.7.3 is online
    [Server@15e0be38]: To close normally, connect and execute SHUTDOWN SQL
    [Server@15e0be38]: From command line, use [Ctrl]+[C] to abort abruptly
    OracleDI: Demo Environment Started. Run './stopdemo.sh all' to stop it.
    Now I execute the odi.sh and try to create a new connection.
    In 'connect to a new repository' i put in the variables as described in the doc
    ¦ Login name: Getting Started - ETL Project
    ¦ User: SUPERVISOR
    ¦ Password: SUNOPSIS
    ¦ User: sa
    ¦ Password: Leave this field empty.
    ¦ Driver List: Select Hypersonic SQL Driver from the list.
    ¦ Driver Name: org.hsqldb.jdbcDriver
    ¦ URL: jdbc:hsqldb:hsql://localhost
    when i try to connect to the work repository i get the error:
    oracle.odi.core.config.MasterRepositoryResourceFailureException: ODI-10182: Uncategorized exception during repository access.     
    Could not get JDBC Connection; nested exception is java.sql.SQLException: Exception occurred while getting connection: oracle.ucp.UniversalConnectionPoolException: Cannot get Connection from Datasource: java.sql.SQLTransientConnectionException: connection exception: connection failure: java.io.EOFException
         at oracle.odi.core.repository.Repository.getMasterRepository(Repository.java:100)
         at oracle.odi.core.OdiInstance.createMasterRepository(OdiInstance.java:491)
         at oracle.odi.core.OdiInstance.<init>(OdiInstance.java:544)
         at oracle.odi.core.OdiInstance.createInstance(OdiInstance.java:521)
         at com.sunopsis.graphical.dialog.SnpsDialogLoginDetail$1.performAction(SnpsDialogLoginDetail.java:232)
         at oracle.odi.ui.framework.event.OdiActionListener.actionPerformed(OdiActionListener.java:69)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
         at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
         at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
         at java.awt.Component.processMouseEvent(Component.java:6290)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
         at java.awt.Component.processEvent(Component.java:6055)
         at java.awt.Container.processEvent(Container.java:2039)
         at java.awt.Component.dispatchEventImpl(Component.java:4653)
         at java.awt.Container.dispatchEventImpl(Container.java:2097)
         at java.awt.Component.dispatchEvent(Component.java:4481)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4575)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4236)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4166)
         at java.awt.Container.dispatchEventImpl(Container.java:2083)
         at java.awt.Window.dispatchEventImpl(Window.java:2482)
         at java.awt.Component.dispatchEvent(Component.java:4481)
         at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:648)
         at java.awt.EventQueue.access$000(EventQueue.java:84)
         at java.awt.EventQueue$1.run(EventQueue.java:607)
         at java.awt.EventQueue$1.run(EventQueue.java:605)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
         at java.awt.EventQueue$2.run(EventQueue.java:621)
         at java.awt.EventQueue$2.run(EventQueue.java:619)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:618)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
         at java.awt.Dialog$1.run(Dialog.java:1044)
         at java.awt.Dialog$3.run(Dialog.java:1096)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Dialog.show(Dialog.java:1094)
         at java.awt.Component.show(Component.java:1584)
         at java.awt.Component.setVisible(Component.java:1536)
         at java.awt.Window.setVisible(Window.java:841)
         at java.awt.Dialog.setVisible(Dialog.java:984)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(JEWTDialog.java:395)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(JEWTDialog.java:356)
         at oracle.odi.ui.framework.adapter.DefaultAdapter.displayDialog(DefaultAdapter.java:242)
         at oracle.odi.ui.framework.UIFramework.displayDialog(UIFramework.java:88)
         at oracle.odi.ui.LoginFactory.createNewLogin(LoginFactory.java:259)
         at com.sunopsis.graphical.dialog.SnpsDialogLogin$4.performAction(SnpsDialogLogin.java:214)
         at oracle.odi.ui.framework.event.OdiActionListener.actionPerformed(OdiActionListener.java:69)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
         at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
         at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
         at java.awt.Component.processMouseEvent(Component.java:6290)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
         at java.awt.Component.processEvent(Component.java:6055)
         at java.awt.Container.processEvent(Container.java:2039)
         at java.awt.Component.dispatchEventImpl(Component.java:4653)
         at java.awt.Container.dispatchEventImpl(Container.java:2097)
         at java.awt.Component.dispatchEvent(Component.java:4481)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4575)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4236)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4166)
         at java.awt.Container.dispatchEventImpl(Container.java:2083)
         at java.awt.Window.dispatchEventImpl(Window.java:2482)
         at java.awt.Component.dispatchEvent(Component.java:4481)
         at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:648)
         at java.awt.EventQueue.access$000(EventQueue.java:84)
         at java.awt.EventQueue$1.run(EventQueue.java:607)
         at java.awt.EventQueue$1.run(EventQueue.java:605)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
         at java.awt.EventQueue$2.run(EventQueue.java:621)
         at java.awt.EventQueue$2.run(EventQueue.java:619)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:618)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:178)
         at java.awt.Dialog$1.run(Dialog.java:1044)
         at java.awt.Dialog$3.run(Dialog.java:1096)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Dialog.show(Dialog.java:1094)
         at java.awt.Component.show(Component.java:1584)
         at java.awt.Component.setVisible(Component.java:1536)
         at java.awt.Window.setVisible(Window.java:841)
         at java.awt.Dialog.setVisible(Dialog.java:984)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(JEWTDialog.java:395)
         at oracle.bali.ewt.dialog.JEWTDialog.runDialog(JEWTDialog.java:356)
         at oracle.odi.ui.framework.adapter.DefaultAdapter.displayDialog(DefaultAdapter.java:242)
         at oracle.odi.ui.framework.UIFramework.displayDialog(UIFramework.java:88)
         at oracle.odi.ui.OdiConnectController.handleEvent(OdiConnectController.java:113)
         at oracle.ide.controller.IdeAction.performAction(IdeAction.java:529)
         at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:897)
         at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:501)
         at oracle.odi.ui.docking.AbstractOdiDockableWindow$1.actionPerformed(AbstractOdiDockableWindow.java:203)
         at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
         at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
         at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
         at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(BasicButtonListener.java:236)
         at java.awt.AWTEventMulticaster.mouseReleased(AWTEventMulticaster.java:272)
         at java.awt.Component.processMouseEvent(Component.java:6290)
         at javax.swing.JComponent.processMouseEvent(JComponent.java:3267)
         at java.awt.Component.processEvent(Component.java:6055)
         at java.awt.Container.processEvent(Container.java:2039)
         at java.awt.Component.dispatchEventImpl(Component.java:4653)
         at java.awt.Container.dispatchEventImpl(Container.java:2097)
         at java.awt.Component.dispatchEvent(Component.java:4481)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4575)
         at java.awt.LightweightDispatcher.processMouseEvent(Container.java:4236)
         at java.awt.LightweightDispatcher.dispatchEvent(Container.java:4166)
         at java.awt.Container.dispatchEventImpl(Container.java:2083)
         at java.awt.Window.dispatchEventImpl(Window.java:2482)
         at java.awt.Component.dispatchEvent(Component.java:4481)
         at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:648)
         at java.awt.EventQueue.access$000(EventQueue.java:84)
         at java.awt.EventQueue$1.run(EventQueue.java:607)
         at java.awt.EventQueue$1.run(EventQueue.java:605)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:98)
         at java.awt.EventQueue$2.run(EventQueue.java:621)
         at java.awt.EventQueue$2.run(EventQueue.java:619)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.security.AccessControlContext$1.doIntersectionPrivilege(AccessControlContext.java:87)
         at java.awt.EventQueue.dispatchEvent(EventQueue.java:618)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
         at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
         at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
         at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
    Caused by: org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is java.sql.SQLException: Exception occurred while getting connection: oracle.ucp.UniversalConnectionPoolException: Cannot get Connection from Datasource: java.sql.SQLTransientConnectionException: connection exception: connection failure: java.io.EOFException
         at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:82)
         at org.springframework.jdbc.core.JdbcTemplate.execute(JdbcTemplate.java:524)
         at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:588)
         at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:613)
         at org.springframework.jdbc.core.JdbcTemplate.query(JdbcTemplate.java:645)
         at org.springframework.jdbc.object.SqlQuery.execute(SqlQuery.java:111)
         at org.springframework.jdbc.object.SqlQuery.execute(SqlQuery.java:121)
         at org.springframework.jdbc.object.SqlQuery.execute(SqlQuery.java:136)
         at oracle.odi.core.repository.support.RepositoryUtils$RepositoryInfoSource.loadRepositoryInfo(RepositoryUtils.java:182)
         at oracle.odi.core.repository.support.RepositoryUtils.loadMasterRepositoryInfo(RepositoryUtils.java:376)
         at oracle.odi.core.repository.Repository.getMasterRepository(Repository.java:78)
         ... 144 more
    Caused by: java.sql.SQLException: Exception occurred while getting connection: oracle.ucp.UniversalConnectionPoolException: Cannot get Connection from Datasource: java.sql.SQLTransientConnectionException: connection exception: connection failure: java.io.EOFException
         at oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter.doGetConnection(LoginTimeoutDatasourceAdapter.java:133)
         at oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter.getConnection(LoginTimeoutDatasourceAdapter.java:62)
         at org.springframework.jdbc.datasource.DataSourceUtils.doGetConnection(DataSourceUtils.java:113)
         at org.springframework.jdbc.datasource.DataSourceUtils.getConnection(DataSourceUtils.java:79)
         ... 154 more
    Caused by: java.sql.SQLException: Exception occurred while getting connection: oracle.ucp.UniversalConnectionPoolException: Cannot get Connection from Datasource: java.sql.SQLTransientConnectionException: connection exception: connection failure: java.io.EOFException
         at oracle.ucp.util.UCPErrorHandler.newSQLException(UCPErrorHandler.java:488)
         at oracle.ucp.util.UCPErrorHandler.throwSQLException(UCPErrorHandler.java:163)
         at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:943)
         at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:873)
         at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:863)
         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
         at java.lang.reflect.Method.invoke(Method.java:597)
         at oracle.odi.core.datasource.support.RuntimeClassLoaderDataSourceCreator$DataSourceInvocationHandler.invoke(RuntimeClassLoaderDataSourceCreator.java:48)
         at $Proxy0.getConnection(Unknown Source)
         at oracle.odi.jdbc.datasource.LoginTimeoutDatasourceAdapter$ConnectionProcessor.run(LoginTimeoutDatasourceAdapter.java:217)
         at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:441)
         at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303)
         at java.util.concurrent.FutureTask.run(FutureTask.java:138)
         at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
         at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
         at java.lang.Thread.run(Thread.java:662)
    Caused by: oracle.ucp.UniversalConnectionPoolException: Cannot get Connection from Datasource: java.sql.SQLTransientConnectionException: connection exception: connection failure: java.io.EOFException
         at oracle.ucp.util.UCPErrorHandler.newUniversalConnectionPoolException(UCPErrorHandler.java:368)
         at oracle.ucp.util.UCPErrorHandler.throwUniversalConnectionPoolException(UCPErrorHandler.java:49)
         at oracle.ucp.util.UCPErrorHandler.throwUniversalConnectionPoolException(UCPErrorHandler.java:80)
         at oracle.ucp.jdbc.DataSourceConnectionFactoryAdapter.createConnection(DataSourceConnectionFactoryAdapter.java:102)
         at oracle.ucp.common.UniversalConnectionPoolImpl$UniversalConnectionPoolInternal.createOnePooledConnectionInternal(UniversalConnectionPoolImpl.java:1610)
         at oracle.ucp.common.UniversalConnectionPoolImpl$UniversalConnectionPoolInternal.access$600(UniversalConnectionPoolImpl.java:1446)
         at oracle.ucp.common.UniversalConnectionPoolImpl.createOnePooledConnection(UniversalConnectionPoolImpl.java:514)
         at oracle.ucp.common.UniversalConnectionPoolImpl.borrowConnectionWithoutCountingRequests(UniversalConnectionPoolImpl.java:297)
         at oracle.ucp.common.UniversalConnectionPoolImpl.borrowConnection(UniversalConnectionPoolImpl.java:142)
         at oracle.ucp.jdbc.JDBCConnectionPool.borrowConnection(JDBCConnectionPool.java:157)
         at oracle.ucp.jdbc.PoolDataSourceImpl.getConnection(PoolDataSourceImpl.java:931)
         ... 15 more
    I had a look on the other posts i found but they do not help me. Do you have a solution for me?
    Thanks

    Hi,
    Thanks for the response. I have already searched the OTN forum for the answer with no luck. Thing to note here is that these are two different problems
    My issue
    Cannot get Connection from Datasource: java.sql.SQLTransientConnectionException: connection exception: connection failure: java.io.EOFException
    His/Her issue
    Caused by: java.sql.SQLException: File input/output error: java.io.IOException: Invalid argument
    at org.hsqldb.jdbc.jdbcUtil.sqlException(Unknown Source)
    As stated I have already made changes to the JAVA_HOME and ODI_JAVA_HOME variables (located in the odiparams.sh file). I have also tried moving the demo directory to other locations as stated that forum.

  • Cannot connect to database after installing 10g

    Hello friends at www.oracle.com ,
    after installing Oracle 10g, I am trying to use programs like SQL*Plus or Forms Builder. However, these programs are asking me for the host string, and:
    - I cannot simply ignore this question, because I cannot connect without this information.
    - But I don't know how I can configure a host string for local access.
    - And I don't know if there's already a default host string for me to use after installing Oracle 10g, because I have no practice in database configuration, since I'm a developer.
    Please help me.
    Best regards,
    Franklin Goncalves Jr.

    Hi ,
    Few pointers which may help you , but a small caveat all instructions pertaining to way we do internally in oracle , so there could be some mismatch at customer end , but more or less logic should be same , in case you can't any step revert back :
    1. When Db asks you for connect string essentially it asks for the complete description of the db to connect including :
    Db server machine name / ip - that can be resolved from your system if it's a remote server .
    Username , Password ,
    Db Instance Name - TnsAlias mentioned in TnsNames.ora .
    Now there are few Env. variables that you need to set before running / starting an oracle db instance .
    1. Oracle_Home - Essentially Oralce Installation directory .
    2. Oracle_sid - unique identifier for Oracle Instance .
    3. For OracleDb only set T_Work and TNS_ADMIN env. variables as %Oracle_Home%\work directory and place your Listener.ora file in that folder .
    4. Make your initial parameter file init<Oracle_Sid>.ora in %Oracle_Home%\database -- default location .
    5. Create Oracle Instance specific services to run on a Windows machine , essentially they will be two and default nomenclature is :
    Oracle Service - OracleService<Oracle_Sid>
    Listener Service - Oracle<oracle_sid>TnsListener
    Now in %Oracle_Home%\bin directory you have couple have tools to help you in whole process including lsnrctl.exe , tnsping.exe , sqlplus.exe .
    and onec you start oracle instance like this :
    SQlPlus "/as sysdba" -- OS Authentication
    --- Connected to Idle instance
    Sql> startup --> this will take default parameter file
    Check out dump location for log and trace files generated if enabled .
    Now client setting :
    1. This is the place where you need appropriate connect string with all components as mentioned above .
    Check out any good site for exact syntax , but you need to make sure regarding client you are using for e.g:
    ODP.Net , Java Driver etc .
    For Client few important settings :
    Execution directory should contain tnsnames.ora
    Create T_WORK and TNS_ADMIN for execution directory .
    check out for listener connectivity using :
    tnsping <TnsAlias>
    Imp -- Include all relevant stuff in System PATH for execution from anywhere .
    Once it connects tehn you can use appropriate username / password for connecting with appropriate connection string .
    Normally while installing oracle you would have set the username and password to be changed later .
    or otherwise onec you log in as sysdba, you can create new username/password and give it sysdba permissions .
    Also imp. thing for connecting from a remote system is having Sqlnet.ora authentication file in client's T_WORK and TNS_ADMIN .
    I hope it helps upto some extent .
    regards ,
    Mrinal

  • Cannot connect to Appstore for updates or sign in

    MBP early 2011
    ML 10.8.1
    can access all areas of Appstore except Updates - I get a "Cannot connect to Appstore" message
    can sign in to iTunes
    when I try to SIgn in to App Store I dont even get a login screen
    have tried all kinds of fixes from the forums and Google search but no luck
    Any ideas anyone?

    Talked with a senior engineer from Apple who resolved this issue for me. It involved re-setting the privilieges of a specific Certificate (in Keychain) to system defaults. I then had to Trash two files:
    /var/db/crls/ocspcache.db
    /var/db/crls/cricache.db
    After re-starting, the problem was resolved.
    Sorry, I don't have more details, but if you have this problem, you may want to call Apple and mention this procedure, which they have on file.
    What caused this? No one seems to know.

  • EA3 and EA2 - bug - cannot connect to global accounts in 10g databases

    It is not possible to connect using a global account (LDAP-authenticated) for a 10.1 or 10.2 database. It works fine with 9.2, and all such connections work fine in SQL Dev 1.2.
    The EA2 thread for this bug is at EA2 - Cannot connect LDAP-authenticated users in 10.1 and 10.2, OK in 9.2 It includes all of the other relevant details.

    I should probably add that I am able to make successful connections via sqlplus and other tools (SQL Navigator) with the users that fail to connect in SQL Developer.

  • Cannot downlad OAS Containers for J2EE 10g (10.0.3)

    Hi,
    I cannot download "Oracle Application Server Containers for J2EE 10g (10.0.3)" referenced from the OTN home page (http://otn.oracle.com/index.html) from within the Oracle firewall (haven't tried outside it yet).
    Link Used:
    Oracle Application Server Containers for J2EE 10g (10.0.3)
    http://otn.oracle.com/software/htdocs/eaplic.html?http://download.oracle.com/otn/java/oc4j/1003/preview/oc4j_extended.zip
    Error Recieved:
    Sorry, this page was not found (Error Document 404)
    http://otn.oracle.com/errors/404.html
    Get the same error here:
    http://download-west.oracle.com/otn
    -GK

    It would certainly be more helpful if the website simply redirected users to a web page that stated this fact like the Systems Assurance Center website does (http://sac.us.oracle.com/).
    The following is the message I get from the SAC site (which I tried after OTN):
    At the moment, you are not allowed to download from the Archive. Please click here to see the reason, and to find out more about your permissions.
    Archive Access Information
    Your IP address is: xxx.x.xxx.xx
    Our records show that you are in the GMT-5 time zone.
    We assume that your local time is Tue Aug 3 15:32:56 2004
    You have download access to the Archive from 18:00 to 05:59 on Monday - Friday, and all day during Saturday and Sunday.
    Right now, you are not allowed to download software from the Archive. You will gain access to the Archive in 2 hours and 28 minutes.
    I certainly find this more informative than "Sorry, this page was not found (Error Document 404)".
    It would be great if someone could fix this. Unfortunately at this point, there is no way to distinguish this scenario from other networking failures.
    Thanks,
    GK

  • Cannot download OAS Containers for J2EE 10g (10.0.3)

    Hi,
    I cannot download "Oracle Application Server Containers for J2EE 10g (10.0.3)" referenced from the OTN home page (http://otn.oracle.com/index.html) from within the Oracle firewall (haven't tried outside it yet).
    Link Used:
    Oracle Application Server Containers for J2EE 10g (10.0.3)
    http://otn.oracle.com/software/htdocs/eaplic.html?http://download.oracle.com/otn/java/oc4j/1003/preview/oc4j_extended.zip
    Error Received:
    Sorry, this page was not found (Error Document 404)
    http://otn.oracle.com/errors/404.html
    Get the same error here:
    http://download-west.oracle.com/otn
    Note: This message was also inadvertently posted in the Member Feedback forum.
    -GK

    This was answered in the "Member Feedback" Forum" along with my feedback.....
    http://forums.oracle.com/forums/thread.jsp?forum=29&thread=257859&tstart=0&trange=15
    "Employees cannot download during business hours (6am to 6pm PST).
    OTN"
    -GK

  • WAP4410N cannot connect to IP for configuration

    I have 4 pcs on my WAP.  3 are Win 7, one is Win XP.
    None of these PC's can see each other to create a Homegroup.
    After spending several hours with tech support with ESET (security s/w), we determined the following:
    My WAP4410N is wired to my router.  The router is IPv4.
    Apparently the WAP4410N has IPv6 capability by default and is using this to assign all my PC's.
    I was not able to setup a Homegroup on my Windows7 computers as a result of this because they cannot see each other if they are all on the WAP.
    If I plug a computer directly into my router, I can get that PC seeing just one of the 2 on the WAP.
    The ESET security expert advised me to change the settings of the WAP to IPv4 only.
    The WAP's IP address is showing up as default 192.168.1.245 on an IP scanner but we cannot connect to it on any computer.  I've tried while being on the same WAP network and I've tried going through the router but neither can see this IP address.
    Any ideas or thoughts out there?

    Kevin,
    by default the WAP4410n does not assign ANY IP addresses (IPv4 or IPv6). This device simply acts as a bridge to allow the DHCP request to flow to your DHCP server, more than likely your router. If you are experiencing an issue where devices connected to the wireless SSID are unable to see each other but your wired traffic is working fine then you may want to check the security settings of the WAP4410n, it sounds like wireless isolation (within SSID) needs to be disabled. Hope this helps.
    Wireless > Security
    To prevent wireless computers associated to the same SSID from seeing and
    transferring files between each other, in the Wireless Isolation (within SSID) field,
    click Enabled.
    This feature is very useful when setting up a wireless hotspot location. The default
    is Disabled.
    Blake Wright
    Cisco SBSC Network Engineer

  • Cannot connect to iTunes for updates

    For the past 2 days, I have been unable to update my apps on my iPhone 4S running 5.1.1. The entire app store works fine except when I select the "Updates" tab, I get a "Cannot connect to iTunes store" message only when I select the "Updates" tab. I can still search for and download new apps. If I know an app has an update, I can search for it and download it individually and download it successfully, but I cannot view app updates via the tab. I have already tried:
    1. Force closing the app
    2. Reboot
    3. Logging out, rebooting, logging back in
    4. Changing the date
    The last option was taken from this thread (https://discussions.apple.com/message/19372146#19372146) which had a similar issue for an iPad, however, none of those suggestions worked.
    Any suggestions greatly appreciated.

    Same issue here. I've tried literally everything including all the steps (except #6) here: http://hints.binaryage.com/cannot-connect-to-itunes-store-on-iphone/
    Surely this is an Apple bug. Anyone have any other ideas of how to get this to work?
    Again, this only occurs when attempting to view updates in the App Store. Everything else works as @cpels7 mentioned above.

  • Cannot connect to isqlplus for 10g

    Please i have been battling with this error
    ERROR - ORA-28009: connection to sys should be as sysdba or sysoper?
    How can i find out the right service name or connect identifier on my machine?
    thanks

    Hi,
    ERROR - ORA-28009: connection to sys should be as sysdba or sysoper?
    You must specify "SYSDBA" or "SYSOPER" with "SYS" user.
    like
    username : sys
    password : oracle
    Connection : SYSDBA ---> SELECT HERE "sysdba" instead of "NORMAL".regards
    Taj

  • Cannot connect to iTunes for first time. Help?

    I'm an original iPhone user. I bought a 3G for my girlfriend and tried to hook it up to iTunes for the first time on her HP Pavilion dv2000 laptop (Windows Vista Home Premium, Service Pack 1). When I connect the phone, it says "This iPhone cannot be used because the required software is not installed." Then it asks me to uninstall and reinstall iTunes. Fine, no problem. I've done it a million times, I've uninstalled Quicktime, I've tried so many things. I've Googled for hours and have seen similar problems. The only difference between her problem and the rest is that the Apple Mobile Device does not show up in the task manager and does not seem to be installed. Every solution I've come across says to restart the AMD, or to uninstall the AMD (along with iTunes) and reinstall it. However, it doesn't even exist on her computer at all. For some reason, it won't install when I install iTunes. I'm exhausted from looking for an answer. Can anyone help? Thank you mucho!

    Try task manager, Services tab (may need admin account to do this).
    Scan down the list looking for Apple Mobile Device driver. See if it is there, and disabled, or set to start manually, and if so Right click it and select Start the service.
    If its not in the list, then go to Control panel, Programs and see if it is in that list. If so un-install it (as well as bonjour, Mobile Me, iTunes) and reboot. <--dont forget.
    Then do a FRESH download of iTunes to make sure you have the proper version. (64bit vs 32bit - your processor is 64bit, but that doesn't mean that your vista is. Download the one that matches your Vista platform).
    Shut down your virus scanner.
    Then install itunes again.
    Then go back to Task manager, and see if Apple Mobile Device driver is installed and set to start automatically. Unless you have other devices in the house shut down bonjour (it serves no real purpose other than opening useless ports on your machine), (just right click bonjour an set to start manually or disable it).
    Then make sure you are plugged directly into a usb port, not a hub.

  • Cannot connect HTTP Server for oracle 9i database

    I tried starting the HTTP Sever for oracle 9i, but i keep getting this error:
    Could not start the OracleOraHome92HTTPServer service on Local Computer.
    The service did not return an error. This could be an internal Windows error or an intrenal service error.
    If the problem persists, contact your system administrator.
    Any thoughts??
    Also I get an ORA- 12535 TNS:timed- out error when I try accessing oracle 9i to create a new database...
    Help....
    Thanks in advance

    Hi Jim,
    the command is 'apachectl start'. You find the executable apachectl under $ORACLE_HOME/Apache/Apache/bin .
    Best regards
    Werner

  • Cannot connect to VPN for work on OS10.7.3

    Hi All,
    I need to connect to VPN so I can connect to my work server.
    I currently do this on a Toshiba Lap top running Unantu with no problems. The Toshiba will be heading overseas and I need the VPN connection at home, hopefully on my Mac Book Air.
    I have spent many hours searching the internet to see how to connect and have tried many ideas but cannnot find a solution.
    Our work IT manager has also tried and given up.
    Is there something I can install to make it work? Unfortuantly not being able to work on my Mac makes it useless to me and I will have to purchase a new laptop which can connect to VPN.
    I have now tried 3 VPN connections and get the following errors -
    The PPTP-VPN server did nto respon. Try reconnecting. If the problem continues, verify your settings and contact your administrator.
    The IPSec Certificate is missing. Verify your settings and try reconnecting.
    The VPN server did not respond. Verify the server address and try reconnecting.
    Can anyone help please before I also give up, as many others have on forums, and sell the Mac?
    Roxycollie

    Hello Again LSRW,
    I don't have time now to go into great detail but will try to return later.
    But, you wrote "...AOL Desktop 1.5. I still find it lacking in functionality, performance, and aesthetics compared to it's predecessor, which I miss dearly.".
    I am still using AOL For Mac OSX and have never installed AOL Desktop.
    I don't have any problems connecting AOL to the Internet.
    You can still download AOL® for
    Mac OS X from AOL Downloads For Mac.
    ali b

  • Why I cannot connect with Flickr on internet for sharing, message says I may have a firewall.?

    I cannot connect with Flickr for photo sharing, message says I may have a firewall blocking connection to internet, I have disables firewalls but still cannot connect.

    midghome12,
    Are you using Adobe Photoshop Elements?
    If so, just let us know, and someone can Move your post to that very active and helpful forum.
    As Chris points out, Adobe Photoshop does not have direct Internet uploading, so I suspect that you have PsElements.
    Just let us know the exact program, that you have.
    Good luck,
    Hunt

  • Need clustering of ODI 10g

    Hi Gurus,
    We have a requirement in which we need to install Clustering (High Availability) for ODI 10g.
    Can anyone please help me regarding this issue ASAP.
    Any Help is Greatly Appreciable.
    Regards,
    Pavan Kumar.

    ODI 11g by itself does not have any failover mechanism, ODI uses the fail-over mechanism implemented by the Application Server under which ODI J2EE Agents will be running i.e. if we have an ODI J2EE agent deployed on Weblogic for instance.
    However, we can use the Load Balancing feature in ODI 10g or 11g to attain Pseudo High Availability, which can be implemented in the below mentioned steps,
    1.     On a specific host machine, define a "parent" Agent whose only function is to route ODI Scenario start-up commands to the appropriate "child" Agents.
    2.     Define more than one "child" Agent
    3.     For each "child" Agent on the cluster set the Concurrent Session Number parameter with a large value.
    4.     Open the Load balancing tab of the "parent" Agent and activate the checkbox for the "child" Agents on the cluster nodes (and not for the "parent" Agent itself). Limit the number of sessions on the "parent" Agent to (number of "child" Agents+2).
    5.     Route all ODI Scenario start-up commands and schedules to the "parent" Agent. This Agent will then forward ODI Scenarios to the most suitable child Agent
    Roles of the “Parent” agent:
         The "parent" Agent should be used to dispatch the executions on its "child" Agents that are alive or running.
         The "parent" Agent is able to detect that a "child" Agent is no longer running.
         Also, “parent” Agent is able to detect a "child" Agent that has just been started.
    Note however that, once an execution has started on Agent A, if Agent A "dies", the current execution will NOT be moved on another Agent.
    The "dying" execution should be manually pushed into the queue in order to have the "parent" Agent redistribute it on its still alive "child" Agents.
    One concern is the "parent" Agent:
         If it dies, the already distributed tasks will continue to be executed on the corresponding "child" Agent.
         If the "parent" Agent dies, it should be restarted as soon as possible, in order to keep the flow active.
         Given its very important role, it should be placed on a machine that has a high uptime coefficient. If the machine stops, the Agent should be restarted ASAP.
    Regards,
    Rickson Lewis
    http://www.linkedin.com/in/rickson

Maybe you are looking for

  • 9.2.0.1 to 9.2.0.6 Upgrade

    Hi, I had upgraded my Oracle db from 9.2.0.1 to 9.2.0.6. The upgrade went through successfully, and I am able to startup the db. But if I issue "Select * from v$instance", I still see 9.2.0.1 as the version. The same version is shown when I issue "Se

  • After cancelling the  billing document accounting document not generated

    hi, we released the billing and accounting document generated but customer needed changes in the billing values so we cancel the billing document but accounting document not generated(reversal accounting not happen)....in document flow it shows in ca

  • ITUNES SAYS IPOD IS CORRUPT?!?!

    well hello there. ill start from the beginning... i own an ipod video.... when i plug my ipod into my computer, this window appears in the upper left hand corner that says "autoplay" with a flashlight that is searching and a progress bar at the botto

  • Opening a previously created website

    Hi, I'm fairly new to iWeb, so please forgive my ignorance. I have a website which I had created in iWeb, but had a hard drive failure, and now that I have reformatted my hard drive and retrieve the data, I can't work out how to open that site in the

  • More space between characters in different system...

    Hi, I'm facing a problem with a smartform. For the same document, there is a difference between my development system and my quality system. When I print my document in the quality system there is more space between the characters of the document ! T