Scenario is not running in ODI Standalone agent from OPMN

when i am trying to run my scenario using ODI standalone agent it is not running and it is giving below error in opmn log file.
VARNING: Error retrieving ID statistics for repository WORKREP1.
ODI-1406: Agent Agent_ODI started with warning: JDBC connection error occurs while connecting to the work repository WORKREP1.
Caused By: oracle.odi.core.config.WorkRepositoryResourceFailureException: ODI-10182: Uncategorized exception during repository access.     
Could not get JDBC Connection; nested exception is java.sql.SQLException: Ett undantag uppstod när anslutning hämtades: oracle.ucp.UniversalConnectionPoolException: Kan inte hämta anslutning från datakälla: java.sql.SQLException: ORA-12154: TNS:could not resolve the connect identifier specified
     at oracle.odi.core.repository.Repository.getWorkRepository(Repository.java:195)
     at oracle.odi.core.OdiInstance.createWorkRepository(OdiInstance.java:504)
     at oracle.odi.runtime.agent.utils.AgentOdiInstance.createWorkRepository(AgentOdiInstance.java:60)
     at oracle.odi.core.OdiInstance.<init>(OdiInstance.java:581)
     at oracle.odi.runtime.agent.utils.AgentOdiInstance.<init>(AgentOdiInstance.java:28)
     at oracle.odi.runtime.agent.utils.AgentOdiInstance.createInstance(AgentOdiInstance.java:32)
     at oracle.odi.runtime.agent.utils.OdiInstanceCache.getWorkInstance(OdiInstanceCache.java:181)
     at oracle.odi.runtime.agent.support.InternalAgentUtils.getAuthenticatedTargetOdiInstance(InternalAgentUtils.java:336)
     at oracle.odi.runtime.agent.servlet.AgentServlet.verifyAllIdStatistics(AgentServlet.java:988)
     at oracle.odi.runtime.agent.servlet.AgentServlet.startup(AgentServlet.java:361)
     at oracle.odi.runtime.agent.servlet.AgentServlet.init(AgentServlet.java:239)
     at javax.servlet.GenericServlet.init(GenericServlet.java:241)
     at org.mortbay.jetty.servlet.ServletHolder.initServlet(ServletHolder.java:431)
     at org.mortbay.jetty.servlet.ServletHolder.doStart(ServletHolder.java:263)
     at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
     at org.mortbay.jetty.servlet.ServletHandler.initialize(ServletHandler.java:676)
     at org.mortbay.jetty.servlet.Context.startContext(Context.java:140)
     at org.mortbay.jetty.webapp.WebAppContext.startContext(WebAppContext.java:1239)
     at org.mortbay.jetty.handler.ContextHandler.doStart(ContextHandler.java:517)
     at org.mortbay.jetty.webapp.WebAppContext.doStart(WebAppContext.java:466)
     at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
     at org.mortbay.jetty.handler.HandlerWrapper.doStart(HandlerWrapper.java:130)
     at org.mortbay.jetty.Server.doStart(Server.java:224)
     at org.mortbay.component.AbstractLifeCycle.start(AbstractLifeCycle.java:50)
     at oracle.odi.Agent.startAgent(Agent.java:204)
     at oracle.odi.Agent.main(Agent.java:538)
Caused by: org.springframework.jdbc.CannotGetJdbcConnectionException: Could not get JDBC Connection; nested exception is java.sql.SQLException: Ett undantag uppstod när anslutning hämtades: oracle.ucp.UniversalConnectionPoolException: Kan inte hämta anslutning från datakälla: java.sql.SQLException: ORA-12154: TNS:could not resolve the connect identifier specified
     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.loadWorkRepositoryInfo(RepositoryUtils.java:382)
     at oracle.odi.core.repository.Repository.getWorkRepository(Repository.java:174)
     ... 25 more
Caused by: java.sql.SQLException: Ett undantag uppstod när anslutning hämtades: oracle.ucp.UniversalConnectionPoolException: Kan inte hämta anslutning från datakälla: java.sql.SQLException: ORA-12154: TNS:could not resolve the connect identifier specified
     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)
     ... 35 more
Caused by: java.sql.SQLException: Ett undantag uppstod när anslutning hämtades: oracle.ucp.UniversalConnectionPoolException: Kan inte hämta anslutning från datakälla: java.sql.SQLException: ORA-12154: TNS:could not resolve the connect identifier specified
     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 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: Kan inte hämta anslutning från datakälla: java.sql.SQLException: ORA-12154: TNS:could not resolve the connect identifier specified
     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.DriverConnectionFactoryAdapter.createConnection(DriverConnectionFactoryAdapter.java:122)
     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.jdbc.oracle.OracleJDBCConnectionPool.createOnePooledConnection(OracleJDBCConnectionPool.java:129)
     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)
     ... 9 more

i have tried to change the all the ways in odiparms file but i am getting the same error message....

Similar Messages

  • HT1766 I have an I pad Mini. Since i down loaded the new update ISO 7, my I Pad is not running certain media files either from Chrome or Safari browser. I called technical support but they failed to provide any help stating the media files may not be comp

    I have an I pad Mini. Since i down loaded the new update ISO 7, my I Pad is not running certain media files either from Chrome or Safari browser. I called technical support but they failed to provide any help stating the media files may not be compctable with new soft ware. I do bnot agree with their finding because i have I phone with ISO 7 updated soft ware and same files run on my I phone but not on I Pad. This was working fine before updating new software. This device is useless for me if i can not watch the program that i bought this for. I want device to replaced or taken back by the company. Thank you

    Here are the iPad Mini specifications:
    iPad mini - Technical SpecificationsNov 1, 2012
    The specifications explain exactly what types of files are supported under "TV and Video".

  • Palm desktop 4.1.4 will not run fatal error during load from startbar (Palm Vx)

    Hello
    My problem is the desktop software will not run. According to documentation, it is os 3.5 on hand held and 4.1.4 is right for my computer OS (98). I can hotsync most but not all of the applications (notably: recent memo entries won't) with the Home software button but not the hardware button. I have done a soft reset and just downloaded the palm desktop software and loaded it today.
    Post relates to: Palm Vx

    Oh, sorry I neglected to review your original post regarding the OS.
    Try using the following directions to see if you can "clean" uninstall Palm desktop. They are for XP but most of the instructions should work on 98. Once you uninstall, sync with the conduits set at handheld overwrites desktop.
    You should first make a copy of your data to have just in case something
    happens. You can find your data files by going to C:\Program Files\Palm or
    Palm One. Highlight your Palm Desktop username and right click and copy.
    Then go to your PC desktop, right click on a blank spot and select paste.
    Now you want to uninstall Palm Desktop and remove everything that has to do
    with Palm Desktop from your computer. Like the above folder, delete the Palm folder. Once this is done, you will need to delete some registry keys
    from your PC Operating System registry.
    Word of warning, going here and deleting the wrong thing can cause your PC
    to not start up, crashing and deletion of programs and data. If you feel
    you are unsure of yourself, see if you have a friend that can help you or a
    PC technician that you can pay to help you. This will show them everything
    they need to delete. To retain your current Registry settings, we need to do a backup of the Registry.
    On the PC, go to start and run type "regedit" without quotes
    Highlight MY COMPUTER, go to File --> export. Should pop up with a Save As
    box. Current location is fine should be in My Documents or you can change to a location you will remember. In the file name box, type "Regbackup[todaysdate]" i.e. Regbackup07072008. Next, the hard part.
    The easiest way to make sure your working with the correct key, highlight the key i.e. palm quick install, and press delete on your keyboard. It will ask you, are
    you sure. Say yes. Do the same thing for all keys below.
    If you make a mistake, stop what you are doing. And call a PC technician.
    BUT do not turn off your computer.
    The reg keys are as follows (Note: some of theses reg keys will not be here
    but if they are delete them)
    * HKEY_CURRENT_USER\Software\U.S. Robotics\Palm Quick Install
    * HKEY_CURRENT_USER\Software\U.S. Robotics\PalmOne File Transfer
    * HKEY_CURRENT_USER\Software\U.S. Robotics\Pilot Desktop
    * HKEY_CURRENT_USER\Software\Palm
    * HKEY_CURRENT_USER\Software\Palm, Inc.
    * HKEY_CURRENT_USER\Software\PalmDesktopAutorun
    * HKEY_CURRENT_USER\Software\palmOne
    * HKEY_CURRENT_USER\Software\PalmSource
    * HKEY_LOCAL_MACHINE\Software\PalmSource or anything else that says palm
    Next reboot your computer
    Then reinstall your Palm desktop from the CD and do a hotsync. If it asks
    you for a username and you synced your device before, put in 'test" if you
    did not sync before you create a hotsync name.
    Post relates to: Palm i705

  • ODI 11g Agents using OPMN in Windows 2008 R2

    Hello,
    Has anyone tried installing ODI agents in 11g using "odi_opmn_addagent.bat" script?
    If yes, then please share some pointers.
    We are able to start agents using 'agent.bat' script and it serves the purpose.
    Instead of keeping a cmd window open for agent, we want to install that as an opmn service.
    ODI 11g Install guide talks about opmn agents in Appendix I section.
    But reality is that odi_opmn_addagent.bat in ODI_HOME/oracledi/agent/bin directory is not working for us.
    Thanks.

    Hiren created another agent , port in ODI is 20910, still cannot start it:
    Processes in Instance: EPM_epmsystem1
    --------------------------------------------------------------+---------
    ias-component | process-type | pid | status
    --------------------------------------------------------------+---------
    INTERFACE2 | odiagent | N/A | Down
    INTERFACE | odiagent | 0 | NONE
    Essbase1 | EssbaseAgent | 628 | Alive
    C:\Oracle\Middleware\user_projects\epmsystem1\bin>
    <ias-component id="INTERFACE2">
    - <process-type id="odiagent" module-id="CUSTOM">
    - <environment>
    <variable id="ODI_HOME" value="/Oracle/product/11.1.1/Oracle_ODI_1\oracledi\agent" />
    <variable id="JAVA_HOME" value="/Oracle/Middleware/jdk160_11" />
    <variable id="ODI_MASTER_DRIVER" value="weblogic.jdbc.sqlserver.SQLServerDriver" />
    <variable id="ODI_MASTER_URL" value="jdbc:weblogic:sqlserver://bbags2sqld2:1433;DatabaseName=BBA_CRS_ODI_MST;selectMethod=cursor" />
    <variable id="ODI_MASTER_USER" value="site_crs_des" />
    <variable id="ODI_MASTER_ENCODED_PASS" value="b9yXeQkghOwh1RKyqjazX9xrr" />
    <variable id="ODI_SECU_WORK_REP" value="HYP_WORKREP1" />
    <variable id="ODI_SUPERVISOR" value="SUPERVISOR" />
    <variable id="ODI_SUPERVISOR_ENCODED_PASS" value="b9yXeQkghOwh1RKyqjazX9xrr" />
    <variable id="ODI_USER" value="$ODI_SUPERVISOR" />
    <variable id="ODI_ENCODED_PASS" value="$ODI_SUPERVISOR_ENCODED_PASS" />
    <variable id="ODI_JAVA_HOME" value="$JAVA_HOME" />
    <variable id="ODI_INIT_HEAP" value="32m" />
    <variable id="ODI_MAX_HEAP" value="256m" />
    <variable id="ODI_ADDITIONAL_JAVA_OPTIONS" value="" />
    <variable id="ODI_ADDITIONAL_CLASSPATH" value="" />
    <variable id="ODI_JAVA_EXE" value="$ODI_JAVA_HOME/bin/java" />
    <process-set id="odiagent" numprocs="1">
    - <module-data>
    - <category id="start-parameters">
    <data id="start-executable" value="$ODI_JAVA_EXE" />
    <data id="start-args" value="$ODI_JAVA_START_OPTIONS oracle.odi.Agent $ODI_REPOSITORY_PARAMS -PORT=20910 -NAME=INTERFACE2 -JMXPORT=21910" />
    </category>
    - <category id="restart-parameters">
    <data id="restart-executable" value="$ODI_JAVA_EXE" />
    <data id="restart-args" value="$ODI_JAVA_START_OPTIONS oracle.odi.Agent $ODI_REPOSITORY_PARAMS -PORT=20910 -NAME=INTERFACE2 -JMXPORT=21910" />
    </category>
    - <category id="stop-parameters">
    <data id="stop-executable" value="$ODI_JAVA_EXE" />

  • Adobe flash player update will not install and Ican not run and video on computer from internet expl

    Internet explorer asks to upgrade flashplayer and it will not install,now I have no streaming video .

    What exactly do you mean "will not install"; do you get an error message?
    Check also
    http://forums.adobe.com/thread/885448
    http://forums.adobe.com/thread/867968

  • Why I can not run the mac software purchased from Ancestry for Family Tree Maker 2 or 4

    The software would not sync with ancestry family tree macker with out crashing when trying to sync.. This was both the FTM for Mac 2 and FTM for Mac 4.

    According to RoaringApps, FTM is not known to be compatible with Mavericks.  I would contact the developer.
    http://roaringapps.com/apps?index=f
    http://www.familytreemaker.com

  • Running Multiple ODI Agents On The Same Server

    Is it possible to run multiple ODI Scheduler Agents simultaneously on the same Server?
    As we provide Work repository name in ODI params file and if we have different work repository
    and we want to run schedular agent on same server how can we point to the other work repository.
    Do we need to create another installation of ODI agent files on same server?
    Thanks
    Kashi

    Hey Kashi,
    You do not have to instal a separate Agent files again. All you need to do is to make sure that each set of agent has all the required parameter files which inclues, odiparams.bat , agentstart.bat and agentstop.bat(names may not be exactly same). Here is a website that gives you more details regarding creating multiple agents on same server
    http://www.business-intelligence-quotient.com/?tag=odi-agents
    regards,
    k

  • ODI Scheduling Not Running

    Hi,
    We recently updated to ODI 10.1.3.6.0. The Scenarios are not running at their scheduled times. They only run when manually executed. Old schedules work fine, but all new changes aren't taking effect. We are not receiving any error message, we check the session and it isn't running.
    Thanks for your help.

    hi,
    when you execute the interface manually, current time is written on operator tab and related line.
    is that time is true?
    Ugur

  • How to access different Agent from differnt schema in ODI?

    Hi,
    I am new in ODI and doing some practical assignment related to ODI agent.
    here on one system i.e. 198.168.100.22 my colleague install ODI and  another system 198.168.100.21 I also have installed ODI this is my system with different schema of each.
    We also have created standalone agent of each system and Test successfully. We run so many session with this standalone agent.
    Now we have to configure his agent in my system and vice-a-verse, he also configure my agent to his system.
    we try tried it but for my agent , the Test is SUCCESSFUL but when I created another agent with the same name & his hostname the Test is fail.
    Please anybody suggest us how would I access his agent in my system & test successfully(Work Successfully).
    Thanks

    ODI-1424: Agent host or port cannot be reached using http://192.168.100.29:20910/oraclediagent.
    Here, the IP(100.29) in URL looks different than 2 IPs' that you have specified above. 
    Also, In topology, the ODI agent should be configured with hostname where ODI Standalone Agent is installed.
    will create only one Master Repository and under that will create the 2 work repository
      Yes, this sounds good.
    Regards,
    Santy

  • KIMYONG:  "Service Component Container Not Running"  error 시 조치사항

    KIMYONG: "Service Component Container Not Running" error 시 조치사항
    Purpose
    WF Agent Listener 를 구동하고자 할때 아래 error를 발생하며 멈추게 됩니다.
    이를 조치하는 방법은
    ERROR
    CANNOT START 'WORKFLOW AGENT LISTENER - ERROR:
    "THE SERVICE ERROR COMPONENT CONTAINER"
    Solution
    전체적인 절차는 아래와 같습니다.
    1. apache 를 bounce 합니다.
    2. Workflow Mailer Service를 시작합니다.
    a. Workflow administrator Web Applications Responsibility
    b. Workflow Manager
    c. Click on Service Components icon
    d. Click on the Workflow Mailer Service link (Container column)
    e. Select Workflow Mailer Service
    f. Select Start from the list of values (top)
    g. Click on go.
    h. Wait until the Workflow Mailer service is "Activated"
    3. Workflow Agent listener Service 를 시작합니다.
    a. Workflow administrator Web Applications Responsibility
    b. Workflow Manager
    c. Click on Service Components icon
    d. Click on the Workflow Agent listener Service link (Container column)
    e. Select Workflow Agent listener Service
    f. Select Start from the list of values (top)
    g. Click on go.
    h. Wait until the Workflow Agent listener service is "Activated"
    4. Workflow Mailer를 시작합니다.
    a. Workflow administrator Web Applications Responsibility
    b. Workflow Manager
    c. Click on Notification Mailers icon
    d. Select Workflow Notification Mailer
    e. Select Start from the list of values (top)
    g. Click on go.
    h. Do the same for the workflow deferred agent listener
    Reference
    Note 559388.1

    Hi,
    I'm having the same problem as you did.
    I've tried pushing the button Go in the Oracle Workflow Manager - Service Components.
    And it showed
    An error has occurred!
    The Service Component Container is not running.
    Should I uninstall my Oracle Workflow?
    And install a new installation of Oracle Workflow?
    What does it mean by the "wfinstall"?
    Is it the Oracle Workflow Configuration Assistant? which I can access using the wfinstall.bat.
    Or should I replay the Oracle Workflow Configuration Assistant (wfinstall.bat) and choose Upgrade option?
    Or should I uninstall all of my Oracle installation and start installing from the beginning?
    BTW, what if I don't use (or have) OID?
    Is it required?
    Any clue would be grateful.
    Thanks.
    Buntoro

  • ISE application server not running

    Hi Team,
    My ISE appliance application server not running, even reboot still the same, any reason?
    ISE-3315-K9       
    Displaying ISE application status .... 
    ISE Database listener is running, PID: 6270
    ISE Database is running, number of processes: 17
    ISE Application Server process is not running.
    ISE Profiler DB is not running
    ISE M&T Session Database is not running.
    ISE M&T Log Collector is not running.
    ISE M&T Log Processor is not running.
    I saw suspicious from logs, anyone experience this before? I coudn't find this ise ErrorCode: -999 from the Cisco KE database.
    2015-01-19T15:45:47.371651+11:00 ISE1 ADE-SERVICE[2742]: [9862]:[error] application:operation ci_util.c[597] [marcellus]: Problem executing init script (/opt/CSCOcpm/bin/cpmcontrol.sh) err = 1
    2015-01-19T15:45:47.371671+11:00 ISE1 ADE-SERVICE[2742]: [9862]:[error] application:operation cars_install.c[1931] [marcellus]: App (ise) has trouble executing <init> tag
    2015-01-19T15:45:47.377124+11:00 ISE1 ADEOSShell[9862]: ADEAUDIT 3015, type=APP INIT, name=Error during application init, username=marcellus, cause=(null), adminipaddress=10.0.10.7, interface=CLI, detai
    l=Application (ise) has trouble executing <init> tag
    2015-01-19T15:45:47.377333+11:00 ISE1 ADE-SERVICE[2742]: [9862]:[error] application:operation install_cli.c[419] [marcellus]: Error while starting application  - Application: ise ErrorCode: -999

    Hi Neno,
    Thanks for replying, this is it.
    Displaying ISE version ...
    Cisco Identity Services Engine
    Version : 1.2.0.899
    Build Date : Wed 24 Jul 2013 17:37:31 EST
    Install Date : Wed 01 Oct 2014 12:33:32 EST

  • ODI agent may not running

    dear all,
    odi agent test successfully, update the scheduling successfully but when pressing the scheduling information it give error
    "ODI agent may not running"
    kindly solve the issue
    regards
    Naseer

    Hi Ratish,
    Following are the things i did and things which are happening .. :)
    created a scenario and scheduled it.
    And from Topology Man.. Agent Window... clicked on "Update Scheduling"... Output is "Planning Update is Completed" and when i click on Schedule Information" it is throwing warning saying... "Unable to retrieve Agents Schedule"... and my scheduled job is also not executed at scheduled time.
    Any idea what could be the problem?
    Thanks in advance.
    Regards,
    Amar

  • Error while running a ODI scenario from command prompt

    Hi,
    I'm trying to run a ODI scenario from command prompt. I've edited the tnsnames.ora and odiparam.bat file with exact host and port details. Even though I'm facing the below error.
    command:startcmd.bat OdiStartScen -SCEN_NAME=INT.CUSTOMER_STG -SCEN_VERSION=001 -CONTEXT=ICM -AGENT_CODE=KANBAN
    Error: java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12505, TNS:listener does not currently know of SID given in connect descriptor
    The Connection descriptor used by the client was:
    localhost:1521:orcl
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:125)
    at oracle.jdbc.driver.DatabaseError.throwSqlException(DatabaseError.java:280)
    at oracle.jdbc.driver.T4CConnection.logon(T4CConnection.java:328)
    at oracle.jdbc.driver.PhysicalConnection.<init>(PhysicalConnection.java:361)
    at oracle.jdbc.driver.T4CConnection.<init>(T4CConnection.java:151)
    at oracle.jdbc.driver.T4CDriverExtension.getConnection(T4CDriverExtension.java:32)
    at oracle.jdbc.driver.OracleDriver.connect(OracleDriver.java:595)
    at com.sunopsis.sql.SnpsConnection.u(SnpsConnection.java)
    at com.sunopsis.sql.SnpsConnection.c(SnpsConnection.java)
    at com.sunopsis.sql.i.run(i.java)
    Please help in resolving the error...
    Thanks in advance.
    Edited by: 894841 on Dec 22, 2011 11:15 PM

    Hi,
    Are you able to start the Standalone Agent(KANBAN) and test it in the Topology?
    Check the value of the ODI_MASTER_URL variable in odiparams file(at the path <ODI_HOME>\oracledi\agent\bin) of the agent.
    Specify the full the JDBC URL properly not like localhost(until the DB is on same machine as your ODI).

  • Oracle.odi.runtime.agent.invocation.InvocationException: ODI-1221: Unable to restart session 5002: session is not found in work repository WORKREP1

    Hi,
    I ran a scenario in ODI 11.1.1.5 and got the following error:
    oracle.odi.runtime.agent.invocation.InvocationException: ODI-1221: Unable to restart session 5002: session is not found in work repository WORKREP

    It could be the due to issue mentioned in support note
    ODI-1221 Error When Executing Interface Or Package To Standalone Agent Running on OPMN (Doc ID 1482516.1)

  • Standalone agent in odi console

    Hi I have weblogic server running in my unix machine with odi console
    I have my standalone agent running in windows.
    When I run in studio with the standalone agent it is fine.
    But when i go into console it says localhost is unreachabe. I also gave the ip address of my windows
    What is the solution

    ODI Agent is a lightweight Java process that orchestrates the execution of ODI scenarios.
    The ODI Agent can be installed to allow for lights-out processing of ODI scenarios developed with Designer :
    as a Java EE Agents in a Oracle WebLogic Server (since 11g), and automatically benefit from the clustering, load-balancing, data-sources and connection pooling features available with the application server.
    as a service (Standalone Agents) for instance in the case where the agent needs to be located close to the data, or on systems where Oracle WebLogic Server is not a viable option,
    It integrates the Scheduler to execute the interfaces according to a predefined schedule.
    You can follow.
    http://www.indyarocks.com/blogs/blog_visiterview_main.php?id=71177&sts=rec
    http://odiexperts.com/drivers-location-in-odi-11g/
    http://docs.oracle.com/cd/E21764_01/integrate.1111/e12643/setup_topology.htm#CHDIBBCC

Maybe you are looking for