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

Similar Messages

  • Linux server - ODI agent

    Hi guys,
    I can start the ODI agent fine but I keep logging in to find the agent has stopped/crashed when using the ODI console. This isn't going to be very good when the monthly schedules run....Is the easiest method to avoid this to schedule a shell script to run the agent before the schedules are do to run? Any ideas as to why my agent keeps stopping? I'm quite new to linux so go easy on me if I have missed something obvious :)
    Many thanks,
    Russell

    I had a quick look in the logs and I cannot find anything suspicous really. The only thing I can see occuring before I notice this issue is this:
    [2013-04-17T05:00:27.771+01:00] [] [NOTIFICATION] [ODI-1148] [] [tid: 79] [ecid: 0000JsM9dPvApID5zB^AyW1HPy5G00000Z,0] Agent ODI_Agent executing load plan log purge for work repository WORKREP at Apr 17, 2013 5:00:27 AM.
    but this appears to be a normal occurrence?!
    I will update again as soon as I experience the issue
    Would scheduling a shell script to start the agent cause any issues if it was already started? I would like a failsafe before the monthly builds run to ensure the agent is running.
    Many thanks,
    Russell

  • Connecting to MS SQL Server using ODI Agents

    I'll start with an apology, since I'm sure it's something very obvious that I've missed. Other posts have similar, but I think slightly different issues - but they have helped me get this far.
    We have ODI set up with two Agents (L and S running on Windows) which successfully connect to Oracle databases.
    I'm trying to connect to our first MS SQL Server database, and while a test through "Local (No Agent)" is successful, the connection is not successful when I try through one of the agents.
    This is true both when I test through Topology Manager on my laptop and when I use the ODI Topology Manager on the server running the agents themselves.
    In attempting to fix the problem, I have updated/checked as follows:
    Downloaded updated MS SQL Server drivers (I'm connecting to a MS SQL Server 2005 database). The new MS driver is version 3.0 and I've copied file sqljdbc4.jar to the ODI home drivers directory on both my laptop and on the server which runs the agents.
    Checked that we have a newer JRE installed - we have JRE 6 update 7 installed (1.6.0.17_b04) on the server which runs the agents.
    Updated the ODI_JAVA_HOME environmental variable so that it points to the jre6 directory on the server which runs the agents.
    Stopped and restarted the Agent services.
    Closed and reopened Topology Manager.
    Configured the SQL Server data server to use the following JDBC driver:
    com.microsoft.sqlserver.jdbc.SQLServerDriver
    Configured the JDBC url as follows (changing the hostname):
    jdbc:sqlserver://<hostname>:1433;selectMethod=cursor;integratedSecurity=false
    Tested using 'Local (No Agent)' successfully.
    Tested through an agent and received the following error:
    java.lang.Exception:
         at com.sunopsis.graphical.c.po.a(po.java)
         at com.sunopsis.graphical.c.po.t(po.java)
         at com.sunopsis.graphical.c.po.g(po.java)
         at com.sunopsis.graphical.c.po.a(po.java)
         at com.sunopsis.graphical.c.po.a(po.java)
         at com.sunopsis.graphical.c.ja.actionPerformed(ja.java)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at javax.swing.JComponent.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.Dialog$1.run(Unknown Source)
         at java.awt.Dialog$3.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.awt.Dialog.show(Unknown Source)
         at java.awt.Component.show(Unknown Source)
         at java.awt.Component.setVisible(Unknown Source)
         at java.awt.Window.setVisible(Unknown Source)
         at java.awt.Dialog.setVisible(Unknown Source)
         at com.sunopsis.graphical.c.po.r(po.java)
         at com.sunopsis.graphical.c.po.<init>(po.java)
         at com.sunopsis.graphical.frame.b.jh.by(jh.java)
         at com.sunopsis.graphical.frame.bo.x(bo.java)
         at com.sunopsis.graphical.frame.bo.d(bo.java)
         at com.sunopsis.graphical.frame.w.actionPerformed(w.java)
         at javax.swing.AbstractButton.fireActionPerformed(Unknown Source)
         at javax.swing.AbstractButton$Handler.actionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.fireActionPerformed(Unknown Source)
         at javax.swing.DefaultButtonModel.setPressed(Unknown Source)
         at javax.swing.plaf.basic.BasicButtonListener.mouseReleased(Unknown Source)
         at java.awt.Component.processMouseEvent(Unknown Source)
         at javax.swing.JComponent.processMouseEvent(Unknown Source)
         at java.awt.Component.processEvent(Unknown Source)
         at java.awt.Container.processEvent(Unknown Source)
         at java.awt.Component.dispatchEventImpl(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.LightweightDispatcher.retargetMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.processMouseEvent(Unknown Source)
         at java.awt.LightweightDispatcher.dispatchEvent(Unknown Source)
         at java.awt.Container.dispatchEventImpl(Unknown Source)
         at java.awt.Window.dispatchEventImpl(Unknown Source)
         at java.awt.Component.dispatchEvent(Unknown Source)
         at java.awt.EventQueue.dispatchEvent(Unknown Source)
         at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
         at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
         at java.awt.EventDispatchThread.run(Unknown Source)
    I'm sure it's something obvious that I've missed, but I've now spent close to two days researching, testing and drinking too much coffee. Any help would be very gratefully received!
    Thanks.

    After more investigation and even more chocolate, we've identified the problem and it's now working. For anyone else who strikes this problem in future, here's something to check/consider/try:
    Even though Squirrel SQL Client was connecting and working ok using the MS JDBC driver (v 3.0), it recorded this in its logs:
    Cannot resolve the collation conflict between "SQL_Latin1_General_CP1_CI_AS" and "Latin1_General_CI_AS" in the INTERSECT operation.
    We've found that the open source jTDS driver does not have the same issue as the Microsoft one.
    We've installed the current jTDS driver, recorded the driver name (net.sourceforge.jtds.jdbc.Driver) and the JDBC URL (jdbc:jtds:sqlserver://<hostname>:1433/<database>) and the connection is now working fine.
    Hope this helps other people...
    Thanks to those of you who offered suggestions and things to check...much appreciated.
    Robyn

  • Managing ODI Agent through OPMN - Install Issue

    Hi
    I am attempting to set up my ODI agent so that I can manage it through my OPMN service but I keep getting an error "java is not recognised as an internal or external command, operable program or batch file" when I run the command "odi_opmn_addagent.bat agentcreate.properties".
    I have installed EPM 11.1.2.2 and my essbase service is currently managed through the OPMN.
    I have updated the odiparams, agentcreate.properties and odi_opmn_addagent.
    In the agentcreate file I set my JAVA_HOME to E:\Oracle\Middleware\jdk160_29
    Any ideas what could be wrong?
    Thanks
    M

    Copy your jdk path as given below. Change it if you have different.
    C:\Program Files\Java\jdk1.6.0_33\bin
    Right click on my computer->go to properties->advanced system setting->environmental variable->system variables
    Scroll down. you will get a variable names as "Path"
    Double click on it. then single click on variable value. Then press home key in your keybord. (better take backup of it)
    now pest above code that is C:\Program Files\Java\jdk1.6.0_33\bin;
    Give a semicolon at the end as i have given. Click ok,ok,ok
    Now go to cmd and type javac. let me now the output.

  • 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.

  • I am trying to download adobe reader for my macbook air but it keeps stopping at 44%. I have downloaded the latest updates for my mac and retried numerous times. Please advise. Thank you

    I am trying to download adobe reader for my macbook air but it keeps stopping at 44%. I have downloaded the latest updates for my mac and retried numerous times. Please advise. Thank you

    As posted about a dozen times every day, try the offline installer from http://get.adobe.com/reader/enterprise/

  • Logic 10.0.07 keeps stopping recording at the same time every time

    Logic 10.0.07 keeps stopping recording at the same time every time 3.14!
    How can i get it to extend on recording time?
    Model Name: Mac Pro
      Model Identifier: MacPro6,1
      Processor Name: 6-Core Intel Xeon E5
      Processor Speed: 3.5 GHz
      Number of Processors: 1
      Total Number of Cores: 6
      L2 Cache (per Core): 256 KB
      L3 Cache: 12 MB
      Memory: 32 GB
      L3 Cache: 12 MB
      Memory: 32 GB
    Model Name:
      L3 Cache: 12 MB
      Memory: 32 GB
    Model Name: Mac Pro
      Model Identifier: Mac
      L2 Cache (per Core): 25
    Model Name: Mac Pro
      Model Identifier: MacPro
      L3 Cache: 12 MB
      Memory: 32
      L3 Cache: 12 MB
      Memory: 32 GB

    Do you have auto drop enabled? Look for a red bar at the top where the green cycle bar is. It will punch you out at the end of the red bar.

  • I am getting error 4310 and my computer keeps stopping the burn before I get to burn it

    I am getting error 4310 when trying to burn a CD with just 3 songs on it that I have just bought on ITunes and my computer keeps stopping the burn before I get to burn it.  Can't find any information anywhere as to why.  Can anyone help? Thanks

    iTunes places the iPhone backup in the following location. Navigate there & delete everything in the backup folder, but not the folder itself. You will have to turn on "Show All Hidden Files & Folders" to see it:
    Mac:~/Library/Application Support/MobileSync/Backup/
    Windows XP:\Documents and Settings\(username)\Application Data\Apple Computer\MobileSync\Backup\
    Windows Vista and Windows 7:\Users\(username)\AppData\Roaming\Apple Computer\MobileSync\Backup\

  • I have a Macbook pro mid 2011 and just bought the Apple TV. While watching program or movie from any of the apps such as Watch ABC, the program keeps stopping and starting constantly.

    I have a Macbook pro mid 2011 and just bought the Apple TV. While watching program or movie from any of the apps such as Watch ABC, the program keeps stopping and starting constantly.

    That would indicate a network issue.
    Reboot ATV and router
    Make sure DNS is set to auto
    Ensure router is up to date, if on wifi try ethernet
    Go to istumbler.net to get a report of the network, look for signal strength and noise

  • Final Cut Express keeps stopping and saying "Too many files open"

    Final Cut Express keeps stopping and saying "Too many files open". I don't see how this is the case as I only have the one project open...

    Try here:
    http://www.fcpbook.com/Misc1.html
    Al

  • Can anyone help with issue whereby Music, Podcasts and Audiable Book Apps keep stopping when listing via Headphones following IOS 7.01 Updates on Iphone 4?

    Can anyone help with issue whereby Music, Podcasts and Audiable Book Apps keep stopping when listing via Headphones following IOS 7.06 Updates on Iphone 4?
    I have tried the following all ready:
    Resetting Phone
    Resetting Settings on phone
    Change Headsets to speakers
    Reinstalled Phone
    Updated to IOS 7.1
    No of the above has resolved the issue does anyone have any ideas?

    Can anyone help with issue whereby Music, Podcasts and Audiable Book Apps keep stopping when listing via Headphones following IOS 7.06 Updates on Iphone 4?
    I have tried the following all ready:
    Resetting Phone
    Resetting Settings on phone
    Change Headsets to speakers
    Reinstalled Phone
    Updated to IOS 7.1
    No of the above has resolved the issue does anyone have any ideas?

  • Sony walkman keep stop&play itself

    Hello every body,
    my xperia phone walkman app, after i play the tracks, it keeps stop then play the same track many times
    please help me to figure out this problem
    thanks in advance

    Which phone model do you have? And it's not the repeat function you have activated?
     - Official Sony Xperia Support Staff
    If you're new to our forums make sure that you have read our Discussion guidelines.
    If you want to get in touch with the local support team for your country please visit our contact page.

  • My sound buttons keep stopping working and when I click onto a video it doesn't even have the little slider that you use to turn the volume up. What is wrong with my phone?

    My sound buttons on my iPhone 4S keep stopping working, even wen I use the switch to turn my phone on loud it comes up and as soon as I hit a volume button it disappears! Also when I am on a video on Facebook etc the volume slider isn't there?

    You need to re install OSX. If you have the dmg file downloaded via torrentz this is how you can create a bootable external HD or Flash drive (8 GB+)
    https://discussions.apple.com/message/23957654#23957654
    Peace
    Harry

  • Movie keeps stopping after 45 clicks

    Hi,
    My flash movie keeps stopping after I've clicked 45 times and
    I've no idea why. There are lots of buttons on the page and when
    you click them they count how many times the buttons has been
    clicked and display this in a dynamic text box underneath the
    button. Not very exciting I know, but very useful at school. When
    I've clicked one button 45 times or a combination of buttons adding
    up to 45 the movie goes white (my buttons disappear). I'm quite new
    to flash so sorry if this is really basic.
    Thanks,
    Zoro

    Thanks for replying kglad.
    I've just realised what the problem is! I've only got 45
    frames on my timeline and the code includes nextFrame so when it
    gets to the end it doesn't know what to do. Dhurrr! I can sort that
    out. Sorry to have troubled you.
    Best wishes,
    Zoro

  • Word for mac keeps stopping, word for mac keeps stopping

    word for mac keeps stopping, word for mac keeps stopping
    I am trying to make some business cards in the program provided and when I copy it starts thinking and working and then stops.
    This cause me to wait and then have to do the hole process over agin with the same happening the next time.

    That sounds like a Microsoft issue, please re-post in the Office for Mac Product Forums.
    Good luck.

Maybe you are looking for

  • IPhone Wi-Fi Sync menù, how delete computer history ???

    Hi to all, on my iPhone 4S in "iTunes Wi-Fi Sync" tab is listed two itunes libraries computer, one is old pc that have formatted the HD, my question is: how remove this computer from iPhone "iTunes Wi-Fi sync" menù many thanks in advance

  • Email body in foreign language??

    I have 2 e-mail addresses directed to my Blackberry.  Some of the e-mails, not all, from one of the addresses (it's an att.net address) are coming through in a foreign language.  Not on my desktop, only on the Blackberry.  The Subjet Line is fine, th

  • Oracle 8i SQL Reference

    I am not able to find this SQL Reference. I have followed your instructions and looked at the following without luck: http://otn.oracle.com/docs/tech/sql_plus/index.html http://otn.oracle.com/documentation/index.html#previous

  • JSP Code completion fails

    The code "insight" isn't working when I edit JSP pages. The page has include directives that were wizard generated and the JSP compiles and runs successfully. I see no indication as to why it's failing. Does anyone know a solution to this? -s- ps. i'

  • Which SSL scenario does APS require..?

    Hi all,<br /><br />i'm writing java code in order to create a connection to the policyserver and  make different tasks. i started following the documentation, but i have a problem with ssl, as when i try to reach the https page, i get this errors:<br