Create ODI Agent

Hello,
I am trying to create a new ODI agent and I can't find any simple set of steps to follow. Should I set up the physical and logical agents first? If I want it to be a scheduler agernt running as a windows service is there a different set of steps? I seem to have a collection of notes and documentation that give me bits and pieces of information but no concrete steps to follow. I know the odiparams.bat file needs to be updated as well. Any help would be greatly appreciated!
Thanks!

Which version of ODI are you trying to set up and whis OS are you trying to install?
Edited by: rjdio on 21-Jul-2011 12:22

Similar Messages

  • ODI agent creation issue

    Hi,
    I am trying to create ODI agent in Windows. I have followed the steps in ODI set up document. It has launched the server. Now I am trying to create that as a windows service. But I am getting following error message.
    I ran the followiing the command line
    <ODI_HOME>\bin\agentservice -i -s Sched_Agent 20910
    The error I am getting is
    "FATAL | wrapper | The argument 'Files\Java\jdk1.5.0_12\bin\java.exe' is not a valid property name-value pair."
    I have 10.1.3.5.5
    My ODI_JAVA_HOME is pointing to C:\Program Files\Java\jdk1.5.0_12. Is this the issue for the error
    Anyone knows why its happening.
    -app
    Edited by: user6401072 on Jul 28, 2010 11:35 AM

    The reason is becuase you JDK path is some thing like this c:\program files\Java\jdk1.5.0_12\bin\java.exe'
    so what is the happening becuase of space between program and files its not picking up the correct JDK path .
    Either change the path of JDK installation or
    go to your odiparam path and go to this line
    if "%ODI_JAVA_HOME%" == "" set ODI_JAVA_HOME="c:\program files\Java\jdk1.5.0_12"
    or
    if "%ODI_JAVA_HOME%" == "" set ODI_JAVA_HOME='c:\program files\Java\jdk1.5.0_12'
    i dont remember exactly whether single or double quotes but try and let me know if that helps you

  • 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

  • ODI Agent Test Start is Wrong

    Hi,
    I've been following John's excellant blog. I've created the master repository. In topology manager, I have created the connection, the dataserver, the work repository, the agent and context. I've updated odiparams.bat (http://john-goodwin.blogspot.com/2008/09/odi-series-part-2-agent.html)
    I try to test of start ODI Agent I get this error:
    C:\ODI>C:\ODI\oracledi\bin\agentscheduler.bat "-port=20300" "-NAME=ODI_Agent"
    The system cannot find the path specified.
    OracleDI: Starting Scheduler Agent ...
    'oracle.odi.Agent' is not recognized as an internal or external command, operable program or batch file.
    My start agent .bat file:
    C:\ODI\oracledi\bin\agentscheduler.bat "-port=20300" "-NAME=ODI_Agent"
    My odiparams file:
    rem
    rem Repository Connection Information
    rem
    set ODI_SECU_DRIVER=oracle.jdbc.driver.OracleDriver
    set ODI_SECU_URL=jdbc:oracle:thin:@oradbserver:1521:TEST;selectMethod=cursor;databaseName=ODI_MASTERREP;integratedSecurity=false
    set ODI_SECU_USER=ODI_MASTERREP
    set ODI_SECU_ENCODED_PASS=erfa,mE7dy,q8gPvKnjVAb.n8a
    set ODI_SECU_WORK_REP=ODI_WORKREP
    set ODI_USER=SUPERVISOR
    set ODI_ENCODED_PASS=LELKIELGLJMDLKMGHEHJDBGBGFDGGH
    set ODI_INIT_HEAP=128m
    set ODI_MAX_HEAP=1024m
    set ODI_JAVA_EXE="%ODI_JAVA_HOME%\bin\java.exe"
    set ODI_JAVAW_EXE="%ODI_JAVA_HOME%\bin\javaw.exe"
    set ODI_JAVAC_EXE="%ODI_JAVA_HOME%\bin\javac.exe"
    OS Win 2003R2 32bit
    ODI 10.1.3.5.0 has been updated to 10.1.3.5.5 via Oracle Data Integrator Cumulative Patch and Application Adapters for Data Integration Media Pack.

    Hi,
    If you look in agentscheduler.bat the first lines are :-
    if "%ODI_HOME%" == "" set ODI_HOME=..
    call "%ODI_HOME%\bin\odiparams.bat"
    echo OracleDI: Starting Scheduler Agent ...
    In your output you have :-
    The system cannot find the path specified.
    It is trying to call "%ODI_HOME%\bin\odiparams.bat
    and it can't find the file.
    Do you have an windows environment variable set for ODI_HOME
    If not create one and set its value to C:\ODI\oracledi
    or update it to the path above
    It should then find odiparams.bat
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • ODI  Agent Test Failed -Connection timed out

    Hi,
    I have created an agent and launched it as a scheduler agent using command :
    ./agentscheduler.sh -name="Agent_Test" -port=20911
    it gives message -Server Launched
    However when I test it in Topology Manager in Physical Architecture , it gives me error-Agent Test Failed-Connection Timed Out.
    Any pointers to why is this error appearing and how it could be resolved ?
    Thanks!

    Check the port number and also the odi parameters in odiparm.sh
    Thanks,
    Nagarjuna

  • ERPI 11.1.2.4 and odi agent java ee

    HI, I have installed EPM system 11.1.2.4 now i want to set odi agent. In previous version i have to install odi and create agents but in this version i got a preinstalled ODI and precreated ODI agent. I have few queries related to odi agents:
    1 - if i want to use standalone agent i have to install another ODI and there i can created standalone agent? correct?
    2 - can i create standalone odi agent in already installed ODI by FDMEE?
    3 - When i start my EPM services, does my odi agent starts automatically or i have to start odi agent manually?
    Regards

    Hi JanGLi,
    1) Yes, if you want standalone agent you need to install ODI studio in that you will get the option for standalone agent.
    2) Yes, you can create standalone agent in already installed ODI by FDMEE and  FDMEE has given you the J2EE agent in there configuration.
    3) If the agent is J2EE then it has come by FDMEE so while starting the services for EPM for FDMEE the agent also starts(It depends how you have stated the properties of the services in the services.msc if it is automatically then while booting itself it will start else need to start manually.)
    AND
    If the agent is standalone you need to start manually bye going to that path(If you have configured the standalone agent).
    Thanks,
    Pratik

  • 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

  • Error Adding ODI Agent to OPM-NModule libopmncustom: initialization failed

    Hi All
    I am getting an error when I try to add, remove or start and ODI Agent in OPMN. The Error is as follows:
    E:\Oracle\products\11.1.1\Oracle_ODI_1\oracledi\agent\bin>odi_opmn_addagent.bat
    agentcreate.properties
    Module libopmncustom: initialization failed (proc set odiagent)
    Module libopmncustom initialization failed: disabled
    opmnctl reload: reconfiguring opmn...
    opmn status shows that the agent has been added but it is down and when I try to start it I get the following error:
    E:\Opmn1\Oracle_WT1\instances\instance2\bin>opmnctl startproc ias-component=ERPI
    DEVAGENT
    opmnctl startproc: starting opmn managed processes...
    ================================================================================
    opmn id=servername:6701
    no processes or applications matched this request
    Response: not enabled: libopmncustom
    I can start and successfully test the agent using the agent_DEVAGENT.bat file but the problem seems to be adding it to OPMN.
    -This issues seems to be that the OPMN module libopmncustom failed to initialize properly and hence has been disabled. I cannot see how I can enable it and test again.
    I have tried the following to resolve the issue
    1. Removed the agent and restarted it
    2. Restarted the OPMN service
    3. Restarted the server
    4. Reinstalled ODI as well as the Stand Alone Agent
    5. Uninstalled OPMN and installed it to a different location
    Has anyone come across this and could you please give me a few pointers of what I can look at. The configs that I have are as follows
    ODI Version : 11.1.5.0_generic_110422.1001
    OPMN Version : 11.1.1.3
    OS : Server 2008 STD R2 x64
    ODI and OPMN are running on the same machine.
    Agentcreate.properties file:
    # Use / as path seperator to specify path in Unix as well as Windows.
    ORACLE_ODI_HOME=E:/Oracle/products/11.1.1/Oracle_ODI_1
    INSTANCE_HOME=E:/opmn1/Oracle_WT1/instances/instance2
    COMPONENT_TYPE=odiagent
    COMPONENT_NAME=DEV_AGENT
    ODI_MASTER_DRIVER=oracle.jdbc.OracleDriver
    ODI_MASTER_URL=jdbc:oracle:thin:@prddb:1521:hypprd
    ODI_MASTER_USER=ODI_MASTER
    ODI_MASTER_ENCODED_PASS=dzfHrWobFQN4u7YLBqBq7cqtljDTCy
    ODI_SECU_WORK_REPO=ODI_WORK
    ODI_SUPERVISOR_ENCODED_PASS=cByXt0OZvhRCIyaOQoTnl7y
    PORTNO=90210
    JAVA_HOME=E:/Oracle/Middleware/jdk160_21
    ORACLE_OPMN_HOME=E:/Opmn1/Oracle_WT1
    JMXPORTNO=91210
    ODI_OPMN_ADDAGENT
    @echo off
    REM #
    REM # Copyright (c) 2009, 2010, Oracle and/or its affiliates. All rights reserved.
    REM #
    setlocal
    for %%a in ("/HELP" "/help" "-HELP" "-help") do if %%a == "%1" goto HELPTEXT
    goto STARTCOMMAND
    :HELPTEXT
    echo.
    echo (c) Copyright Oracle. All rights reserved.
    echo.
    echo PRODUCT
    echo Oracle Data Integrator
    echo.
    echo FILENAME
    echo odi_opmn_addagent.bat
    echo.
    echo DESCRIPTION
    echo Adds agent entry in opmn.xml file.
    echo.
    echo SYNTAX
    echo odi_opmn_addagent ["<agent create property file name>"]
    echo.
    echo PREREQUISITES
    echo The Agent Create PropertyFile INFORMATION should be
    echo completed before running this script.
    echo.
    goto ENDCOMMAND
    :STARTCOMMAND
    if "%ODI_HOME%" == "" set ODI_HOME=E:\Oracle\products\11.1.1\Oracle_ODI_1\oracledi\agent
    REM call "%ODI_HOME%\bin\odiparams.bat"
    if "%OPMN_HOME%" == "" set OPMN_HOME=E:/Opmn1/Oracle_WT1
    if "%INSTANCE_HOME%" == "" set INSTANCE_HOME=E:/opmn1/Oracle_WT1/instances/instance2
    REM set CLASSPATH=%ODI_CLASSPATH%;%OPMN_HOME%\opmn\lib\opmneditor.jar
    set CLASSPATH=%ODI_HOME%\lib\odi-standalone-agent.jar;%OPMN_HOME%\opmn\lib\opmneditor.jar;%ODI_HOME%\..\..\setup\manual\oracledi-sdk\oracle.odi-sdk-jse_11.1.1.jar
    java -classpath %CLASSPATH% oracle.odi.AddAgentToOpmn %*
    CALL %INSTANCE_HOME%\bin\opmnctl reload
    :ENDCOMMAND
    ODI PARAMS
    REM #
    REM # Repository Connection Information
    REM #
    set ODI_MASTER_DRIVER=oracle.jdbc.OracleDriver
    set ODI_MASTER_URL=jdbc:oracle:thin:@prddb:1521:hypprd
    set ODI_MASTER_USER=ODI_MASTER
    set ODI_MASTER_ENCODED_PASS=dzfHrWobFQN4u7YLBqBq7cqtljDTCy
    REM #
    REM # User credentials for agent startup program
    REM #
    set ODI_SUPERVISOR=SUPERVISOR
    set ODI_SUPERVISOR_ENCODED_PASS=cByXt0OZvhRCIyaOQoTnl7y
    REM #
    REM # User credentials for ODI tools
    REM #
    set ODI_USER=%ODI_SUPERVISOR%
    set ODI_ENCODED_PASS=%ODI_SUPERVISOR_ENCODED_PASS%
    REM #
    REM # Work Repository Name
    REM #
    set ODI_SECU_WORK_REP=ODI_WORK
    REM #
    REM # Connection retry parameters
    REM #
    set ODI_CONNECTION_RETRY_COUNT=0
    set ODI_CONNECTION_RETRY_DELAY=7000
    REM #
    REM # Java virtual machine
    REM #
    set ODI_JAVA_HOME=E:\Javax86\jdk1.6.0_29
    REM #
    REM # Other Parameters
    REM #
    set ODI_INIT_HEAP=256m
    set ODI_MAX_HEAP=1024m
    set ODI_JMX_PROTOCOL=rmi
    REM #
    REM # Additional Java Options
    REM #
    set ODI_ADDITIONAL_JAVA_OPTIONS=
    REM # Windows 95,98, Me users only: Any package files added to the /drivers
    REM # or /lib/scripting directory should be manually declared in the
    REM # ODI_ADDITIONAL_CLASSPATH variable
    set ODI_ADDITIONAL_CLASSPATH=
    REM # DO NOT EDIT BELOW THIS LINE !
    REM # ----------------------------------------------------------------------------
    set ODI_JAVA_EXE=%ODI_JAVA_HOME%\bin\java.exe
    set ODI_JAVAW_EXE=%ODI_JAVA_HOME%\bin\javaw.exe
    set ODI_JAVAC_EXE=%ODI_JAVA_HOME%\bin\javac.exe
    REM # Testing the java virtual machine
    if not exist "%ODI_JAVA_EXE%" goto NOJAVA
    if not exist "%ODI_JAVAW_EXE%" goto NOJAVA
    if not exist "%ODI_JAVAC_EXE%" goto NOJAVAC
    goto OKJAVA
    :NOJAVA
    @echo The Java Virtual Machine was not found at the following location: %ODI_JAVA_HOME%
    @echo The ODI_JAVA_HOME environment variable is not defined correctly.
    @echo Please set this variable in odiparams.bat.
    goto OKJAVA
    :NOJAVAC
    @echo A JDK is required to execute Web Services with OracleDI. You are currently using a JRE.
    goto OKJAVA
    :OKJAVA
    if "%ODI_HOME%" == "" set ODI_HOME=E:\Oracle\products\11.1.1\Oracle_ODI_1
    REM # Change the current directory to %ODI_HOME%/bin
    cd "%ODI_HOME%\bin"
    Environmental Variables
    JAVA_HOME=E:\Javax86\jdk1.6.0_29
    ODI_JAVA_HOME=E:\Javax86\jdk1.6.0_29
    Path=C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32
    \WindowsPowerShell\v1.0\;E:\Oracle\Middleware\EPMSystem11R1\common\ODBC-64\Meran
    t\6.0\Drivers;E:\Oracle\Middleware\EPMSystem11R1\products\Essbase\eas\console\bi
    n;E:\Javax86\jdk1.6.0_29;E:\Javax64\jdk1.6.0_29;E:\Opmn1\Oracle_WT1\bin;E:\Opmn1
    \Oracle_WT1\opmn\bin;E:\Opmn1\Oracle_WT1\opmn\lib;E:\Opmn1\Oracle_WT1\perl\bin
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC
    Could someone please help me with this.
    Thanks
    Edited by: 800166 on 18/05/2012 00:39

    Solved the problem by dropping and recreating the user schema and all its objects, reinstalling and configuring both ODI and OPMN.
    If you ever come across the problem I recommend the above, you will save yourself hours of troubleshooting

  • Error on ODI Agent

    Hi,
    I created a Agent and test it ,it was succesfull,but in EM it will showing down,any one can help regarding this issue and when i try to start in EM it will giving below Error....
    Invoking Start Up operation for application oraclediagent on target odi_server1.
    [Deployer:149193]Operation 'start' on application 'oraclediagent' has failed on 'odi_server1'
    [Deployer:149034]An exception occurred for task [Deployer:149026]start application oraclediagent on odi_server1.: [HTTP:101216]Servlet: "AgentServlet" failed to preload on startup in Web application: "oraclediagent".
    ODI-1405: Agent OracleDIAgent start failure: the agent is not defined in the topology for master repository.
         at oracle.odi.runtime.agent.servlet.AgentServlet$1.doAction(AgentServlet.java:734)
         at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:193)
         at oracle.odi.runtime.agent.servlet.AgentServlet.getSnpAgentForAgentInstance(AgentServlet.java:726)
         at oracle.odi.runtime.agent.servlet.AgentServlet.startup(AgentServlet.java:323)
         at oracle.odi.runtime.agent.servlet.AgentServlet.init(AgentServlet.java:226)
         at javax.servlet.GenericServlet.init(GenericServlet.java:241)
         at weblogic.servlet.internal.StubSecurityHelper$ServletInitAction.run(StubSecurityHelper.java:283)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at web
    Thanks...

    So it's a simple standalone agent (not running within Weblogic)?
    Is it on your local machine? Did you leave the port number as default (20910) in the agent topology?
    For a basic standalone agent local to your machine, the topology should show:
    host=localhost
    port=20910
    web application context=oraclediagent
    protocol=http
    The only other thing I wanted to check was that I noticed above your ODI home is Oracle_ODI2. Do you have more than one, and are you sure you're using the correct one?
    Other than that, I can't really think of anything else. Someone else might have further ideas...

  • ODI Agents and EPM

    Hello!
    I use EPM 11.1.2.1.0, ODI 11g, Solaris SPARC
    The situation is as follows:
    On a single server X is installed Hyperion Essbase, on another server (Y) - the application server (Hyperion Planning, Shared Services, etc.), the third (Z) - ODI
    In Oracle Data Integrator creates the following packages:
    1) Load the actual values from the Oracle DWH to Hyperion Essbase and execution of business rules using the Hyperion Planning console utility - CalcMgrCmdLineLauncher.sh
    2) Extract planning values from the Hyperion Essbase to Oracle DWH, using KM - LKM Hyperion Essbase Data to SQL, which is specified EXTRACTION_QUERY_FILE - report script Essbase.
    My question is, do I need to install ODI agents on both servers: X and Y. On Y must be exactly as it is called a command line utility, located on the hyperion planning server. Be sure to install the agent on the server X, where Essbase. (called report script)
    If I need the agents on both servers, I can somehow relate them so as not to break the existing chain of steps in the ODI package?

    If it is the report script extract then it should still work even if there is no agent on the essbase server.
    An agent will be required on the running the calc manager utility though.
    Even if you did multiple agents you can generate a scenario for each step and call the scenarios from a package.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • ODI Agent as Windows services

    Hi,
    I am trying to create ODI 11.1.1.6 agent as windows services ( followed jhon blog ) but getting fail with below errors.
    Configured ohs opmn of Hyperion 11.1.2.1.
    (I am able to configure in 11.1.1.5 but i hope there is no difference in 11.1.1.6 of ODI)
    ODI-1604: Unable to parse Opmns Snippet Xml
    ODI-1600: Unable to update Opmn Xml file.java.io.FileNotFoundException: C:\Oracle\product\11.1.1\Oracle_ODI_1\oracledi\agent\bin\Oracle_Ho
    me Directory\oracledi\agent\bin\odi_opmn_standaloneagent_template.xml (The system cannot find the path specified)
    ODI-1600: Unable to update Opmn Xml file.java.lang.NullPointerException
    opmnctl reload: reconfiguring opmn...
    Here are updates in files
    agentcreate.property
    ORACLE_ODI_HOME=Oracle_Home Directory
    INSTANCE_HOME=INSTANCE_HOME Directory
    COMPONENT_TYPE=odiagent
    COMPONENT_NAME=ODIAGENT
    ODI_MASTER_DRIVER=oracle.jdbc.OracleDriver
    ODI_MASTER_URL=jdbc:oracle:thin:@xyz.abc.com:1521:DEV
    ODI_MASTER_USER=ODI_Repo
    ODI_MASTER_ENCODED_PASS=e3yHXTyLvogAGJYiddyU4ZVg
    ODI_SECU_WORK_REPO=WORKREP
    ODI_SUPERVISOR_ENCODED_PASS=d,yHvBA9Vb79z3f4w86cnZ0Fa
    PORTNO=20910
    JAVA_HOME=C:/Progra~1/Java/jdk1.6.0_33
    ORACLE_OPMN_HOME=D:/Oracle/Middleware/Oracle_WT1
    JMXPORTNO=21910
    odi_opmn_addagent.bat
    if "%ODI_HOME%" == "" set ODI_HOME=C:\Oracle\product\11.1.1\Oracle_ODI_1\oracledi\agent
    REM call "%ODI_HOME%\bin\odiparams.bat"
    if "%OPMN_HOME%" == "" set OPMN_HOME=D:\Oracle\Middleware\Oracle_WT1
    if "%INSTANCE_HOME%" == "" set INSTANCE_HOME=D:\Oracle\Middleware\Oracle_WT1\instances\instance1
    REM set CLASSPATH=%ODI_CLASSPATH%;%OPMN_HOME%\opmn\lib\opmneditor.jar
    set CLASSPATH=%ODI_HOME%\lib\odi-standalone-agent.jar;%OPMN_HOME%\opmn\lib\opmneditor.jar;%ODI_HOME%\..\..\setup\manual\oracledi-sdk\oracle.odi-sdk-jse_11.1.1.jar
    java -classpath %CLASSPATH% oracle.odi.AddAgentToOpmn %*

    I tried it today, it works well, generally the issue is caused home not set correctly.
    on window platform, for all pathes please use / not \
    odi_opmn_addagent.bat
    if "%ODI_HOME%" == "" set ODI_HOME=..
    REM call "%ODI_HOME%\bin\odiparams.bat"
    if "%OPMN_HOME%" == "" set OPMN_HOME=C:/Oracle/Middleware/Oracle_WT1
    if "%INSTANCE_HOME%" == "" set INSTANCE_HOME=C:/Oracle/Middleware/Oracle_WT1/instances/instance2
    agentcreate.properties
    # Use / as path seperator to specify path in Unix as well as Windows.
    ORACLE_ODI_HOME=C:/Oracle/Middleware/Oracle_ODI1
    INSTANCE_HOME=C:/Oracle/Middleware/Oracle_WT1/instances/instance2
    COMPONENT_TYPE=odiagent
    COMPONENT_NAME=myagent
    ODI_MASTER_DRIVER=oracle.jdbc.OracleDriver
    ODI_MASTER_URL=jdbc:oracle:thin:@jjpeng-lab10.us.oracle.com:1521:oditest01
    ODI_MASTER_USER=jini_01pfx
    ODI_MASTER_ENCODED_PASS=hpfX,Dc,hJLYSgD.m,LnNr9zf
    ODI_SECU_WORK_REPO=JINI_01PFX_WORK
    ODI_SUPERVISOR_ENCODED_PASS=hpfX,Dc,hJLYSgD.m,LnNr9zf
    PORTNO=9787
    JAVA_HOME=C:/java_64bit/jdk1.6.0_29
    ORACLE_OPMN_HOME=C:/Oracle/Middleware/Oracle_WT1
    JMXPORTNO=21910
    PROXY_PORT=98767
    MASTER_REPO_EXTERNAL_ID=1329894428167

  • ODI Agent Test Error

    I'm having difficulty setting up ODI. I've been following John's excellant blog. so far I've created the master repository. In topology manager, I have created the connection, the dataserver ,the work repository, the agent & context.
    When I try to test the agent I get the following error:
    --------------- begin error msg ------------------------
    C:\OraHome_1\oracledi\bin>AgentScheduler "-port=20300" "-name=odi_demo_agent"
    A JDK is required to execute Web Services with OracleDI. You are currently usin
    a JRE.
    OracleDI: Starting Scheduler Agent ...
    java.lang.IndexOutOfBoundsException: toIndex = 138
    at java.util.SubList.<init>(Unknown Source)
    at java.util.RandomAccessSubList.<init>(Unknown Source)
    at java.util.AbstractList.subList(Unknown Source)
    at com.sunopsis.d.a.g.a(g.java)
    at com.sunopsis.d.a.c.a(c.java)
    at com.sunopsis.d.a.f.b(f.java)
    at com.sunopsis.tools.core.SnpsStringTools.b(SnpsStringTools.java)
    at com.sunopsis.dwg.DwgObject.snpsDecypher(DwgObject.java)
    at com.sunopsis.dwg.DwgJv.treatCmd(DwgJv.java)
    at com.sunopsis.dwg.DwgJv.main(DwgJv.java)
    at oracle.odi.Agent.main(Agent.java)
    ----------------- end error message --------------
    Obviously something is not right.
    I'm unclear as to the entry for ODI_SECU_WORK_REP in ODIPARMS. Is it the dataserver name that was set up in the repository, the Work name in the repository or the actual sqlserver database name for the work repository?
    Thanks,
    Dave

    Hi,
    Here is an example of an odiaparams.bat
    set ODI_SECU_DRIVER=com.microsoft.sqlserver.jdbc.SQLServerDriver
    set ODI_SECU_URL=jdbc:sqlserver://odimachine:1433;SelectMethod=cursor;databaseName=odi_master;integratedSecurity=false
    set ODI_SECU_USER=hypdb
    set ODI_SECU_ENCODED_PASS=cByXKqrOj5h8XMUV,3OnOny
    set ODI_SECU_WORK_REP=WORK_REPOS
    set ODI_USER=SUPERVISOR
    set ODI_ENCODED_PASS=LELKIELGLJMDLKMGHEHJDBGBGFDGGH
    The ODI_SECU_WORK_REPOS relates to the name of your work repository
    ODI_SECU_ENCODED_PASS requires an encoded password using the agent encode password
    ODI_USER & ODI_ENCODED_PASS can be kept as default
    Also make sure you have created the agent in the topology manager before starting the agent up.
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • ODI Agent keeps stopping

    *HP-UX B.11.31 ia64
    Database 11.2.0.1.0
    ODI 10.1.3.6.2*
    We have two separate installations of the database and odi on two separate dev instances on two separate servers.
    Today we are experiencing the same problem where the ODI agent will start using start_odi_agent.sh and will create 2 UNIX processes, the agentscheduler and a JAVA process as normal but then after about 5 seconds the processes will stop.
    This is the entry in the ODI_AGENT.log and is exactly the same on both servers apart from the URL.
    Starting Oracle Data Integrator Agent...
    Version : 10.1.3.6.2 - 19/04/2010
    10/10/2011 01:12:24 PM(main): DwgCmd: getUniqueThreadIdentifier : :Before : mThreadIDIncrementCounter : 0
    10/10/2011 01:12:24 PM(main): DwgCmd: getUniqueThreadIdentifier : :After : mThreadIDIncrementCounter : 1 : Unique ID : 0
    com.sunopsis.sql.l: Oracle Data Integrator Timeout: connection with URL jdbc:oracle:thin:@************************:6062:****DB4 and user odi_master_dev4.
         at com.sunopsis.sql.SnpsConnection.a(SnpsConnection.java)
         at com.sunopsis.sql.SnpsConnection.connect(SnpsConnection.java)
         at com.sunopsis.dwg.cmd.e.j(e.java)
         at com.sunopsis.dwg.cmd.n.a(n.java)
         at com.sunopsis.l.f.run(f.java)
         at com.sunopsis.dwg.cmd.i.A(i.java)
         at com.sunopsis.dwg.cmd.i.run(i.java)
         at java.lang.Thread.run(Thread.java:619)
    It stops very abruptly!
    Can anyone shed any light on this problem? I am a DBA and am fairly new to ODI and this one has me struggling.
    Thanks.

    Can you make sure that windows account have the this privilege?
    The Windows account under which the agent runs is used when it makes connections to the Distributor. This account must:
    At minimum, be a member of the db_owner fixed database role in the distribution database.
    Have read, write, and modify permissions on the snapshot share.
    The account that is used to connect to the Publisher must at minimum be a member of the db_owner fixed database role in the publication database.
    http://msdn.microsoft.com/en-us/library/ms151868.aspx
    --Prashanth

  • Odi agent logs

    Hi All,
    I am running a scheduler agent in unix platform. Can you please tell me how to store the Odi Agent logs in a separate file so that I can use that log for my help ?
    Thanks,
    AC

    Yes, from what I know, load plan logs get purged implicitly even though no purging process is scheduled.
    By default, they get purged after 7 days - this is specified in "Keep Log History" attribute of generated load plan.
    To avoid this, after creating the load plan and before executing it: Go to Load Plan and scenarios -> Open the generated load plan -> In Definition tab set Keep Log History (days) and change the value to any higher value, say 30 days and ODI will retain these logs for 30 days.
    Hope that helps.

  • ODI agent and Repository

    Hi,
    I would like to know what is exactly role of ODI agent and repository?
    If i am creating a new ODI environment using OLD one having slight chages at Target Database can i use same Agent for both th repositories?
    Thanks,
    Mahesh

    how would i create data servers and how can i use it?
    In ODI terms data server is the connection to one or many data store present under a connection.
    You need to create data server from Topology .
    You need to create a physical data server where you need to provide the physical connection info .
    You need to have a logical data serrver created which will connect to the physical dataserver via a given context .

Maybe you are looking for

  • SSO b/w portal and webdynpro application customized login??

    Hi, I  have one webdynpro application which has a login screen (Created as Webdynpro view). If user enters user/passord, the same gets checked from a custom table in the db (Method for checking user credtentials has been written in view controller).

  • Creating a user-defined field in VL06

    Dear all , Please guide me how to add few user defined fields in the output list of standard VL06 transaction code - (Delivery Monitor Report - WS_DELIVERY_MONITOR) - I have to add in the option of 'List Outbound deliveries' - Pls revert. Thanks in A

  • Adding New Custom field in KE30 Report

    Hi Friends, I have the requirement to Add new custon field in the KE30 report . Is this Possible ? Can anyone Tel me how to go about it .? Thanks in advance.

  • Workflow template PE_Approve01 not being triggered when attendee is booked

    Hello Have copied and configured the workflow template for approval of bookings. When i test the workflow from tcode swdd it is executed, but when i try and book an attendde for an event using tcode pv00 the workflow is not triggered. Is this the cor

  • Linking Best Practice

    When building a web app, what is the best way to allow my client the choice of linking their list view items to either the detail view or some other url? I seem to be able to link either to the detail view or an external url, but am not sure how to g