ODI error with OBI APPs7.9.5.2 help me plzzzzzzz

Dear All,
I installed the OBI Apps7.9.5.2 and when I installed The ODI and when I want to execute this commands
agentservice –i –s WORKFLOW 20910
agentservice –i –a INTERFACE 20911
it says that JDK must be required instead of jre .
How I can solve this issue PLzzzzzzzzzzzzzzz,
Thanks in Advance ,
Zaki

hi Zaki,
Can you please post the ODI related stuff at ODI forum or search the error message in the odi forum
Data Integrator
Thanks,
Saichand Varanasi

Similar Messages

  • What is a user parameter list in iMovie? I am trying to sent the movie from imovie to idvd and I keep getting an error with the user parameter list. Help?

    What is a user parameter list in iMovie? I am trying to sent the movie from imovie to idvd and I keep getting an error with the user parameter list. Help?

    Can you give more details?   What exactly is the entire error message text?  there should be an error number too.   Are you trying to finalize this to an external disk?

  • HT4436 my massage alway give error with the server try again later help

    someone know how strigh forward reset massage and fix error with the server????
    help

    See http://support.apple.com/kb/TS3970?viewlocale=en_US&locale=en_US - maybe it can help solve your problem.
    Clinton

  • ODI error with HFM RKM

    Hi All
    I am trying top reverse engineer an HFM application and I get this error:
    ..."Error *occurred in driver* while connecting to Financial Management application"...
    where should I start troubleshooting from?
    I included the driver location in PATH, I am using an agent created on purpose (Goodwin's blog)
    Thanks
    Regards
    Andrea

    Hi,
    This post should help you :- Issues with ODI connection to Hyperion Financial Management
    Cheers
    John
    http://john-goodwin.blogspot.com/

  • Jython and Odi Error with Colon...

    Hi there's somthing weird with ODI and jithon..
    i create a procedure
    with jython techology .. i dont't know why .. my principal purpose y to make a connection to the BD..
    but it fails
    i'm testing with easy code .. and the same..
    the code is this ..
    s = 'Hello World %d'
    for i in range(4):
    j = i * 2
    print s % j
    and also probe with this one ...
    if fav == “mundogeek.net”:
    print “Tienes buen gusto!”
    print “Gracias”
    i always get the same error:.....
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (innermost last):
    (no code object) at line 0
    SyntaxError: ('invalid syntax', ('<string>', 3, 1, 'j = i * 2'))
         at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
         at com.sunopsis.dwg.codeinterpretor.k.a(k.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlS.treatTaskTrt(SnpSessTaskSqlS.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
         at com.sunopsis.dwg.cmd.e.i(e.java)
         at com.sunopsis.dwg.cmd.g.y(g.java)
         at com.sunopsis.dwg.cmd.e.run(e.java)
         at java.lang.Thread.run(Unknown Source)
    I make a debug ... and the intructions without ":"... are correct..!!! for example.. i cant use if():.. while(): .. def func: because they use ":".... I'm desesperating...
    somebody of u Knows how to solve this issue ? ...
    Thanks !!!

    This is really jython issue and there are suitable forums in internet that should address this issue. Your first code should be:
    s = 'Hello World %d'
    for i in range(4):
         j = i * 2
    print s % j
    You missed the tab indentation under for block and forgot to close the for loop with a new line. The second code block should be:
    if fav == “mundogeek.net”:
         print “Tienes buen gusto!”
    print “Gracias”
    The variable "fav" must be declared before hand.
    More edit -> OTN forum is eating the tabs that I provided. Third line in first block and 2nd line in 2nd code block should start with a tab.
    Edited by: siddhartha@eastcoast on Apr 27, 2010 3:04 PM

  • ODI error when trying ro reverse engineer-- Please help

    Hi all,
    I am receiving the error below "ImportError: no module named java" when I am attempting reverse engineer from Essbase into the models tab in the ODI Designer.
    I am using ODI version 10.1.3.5
    I have all jar files related to Essbase in drivers folder. And all KMs related to Essbase in impexp folder. I have created CLASSPATH system variable with "D:\OraHome_ODI\oracledi\drivers". Should i need to add this path in PATH system variable?
    What should i do to get this problem solved. Please help.
    Thank you in advance for the help!!
    org.apache.bsf.BSFException: exception from Jython:
    Traceback (innermost last):
    File "<string>", line 1, in ?
    ImportError: no module named java
         at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
         at com.sunopsis.dwg.codeinterpretor.k.a(k.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.execScriptingOrders(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTaskTrt(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSqlC.treatTaskTrt(SnpSessTaskSqlC.java)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandSession.treatCommand(DwgCommandSession.java)
         at com.sunopsis.dwg.cmd.DwgCommandBase.execute(DwgCommandBase.java)
         at com.sunopsis.dwg.cmd.e.i(e.java)
         at com.sunopsis.dwg.cmd.g.y(g.java)
         at com.sunopsis.dwg.cmd.e.run(e.java)
         at java.lang.Thread.run(Thread.java:619)
    Regards,
    Srinivas

    MOS Note 424232.1 says
    Such messages are probably due to either a stale Jython cache (.../scripting/cachedir folder) and / or insufficient access privileges attributed to the Unix user account which has launched either the ODI Agent or Designer GUI and is executing a Jython script and writing to the Jython cache (default value being .../lib/scripting/cachedir/packages folder).
    Alternative workarounds:
    1. Stop all ODI processes and remove the cachedir folder, the restart ODI and retest the process.
    2. Use a different "python.cachedir" information, on which the User has write privileges. This Java property may be set into the Jython Registry and specifies the directory used internally by Jython for cached information about Java packages in ".jar" files. If the directory is relative, it is interpreted relative to the Jython root. For complete information, refer to Jython documentation, at:
    http://www.jython.org/Project/userguide.html#the-jython-registry
    3. Try running Jython once as "root" in order to create the Jython cache directories or take appropriate administrative actions (for example, chmod 777....) to allow the user account to access these files.
    4. Please bear in mind that Unix is case sensitive... As such, do not forget to verify lower/upper case attributes of folder names.
    If the ODI process is run by an Agent and the message is displayed:
    1. Please check the ODI Agent in Topology Manager to determine on which host it is running then proceed to its installation folder and ...:
    2. Verify that Jython is included with the Agent installation folders:
    * In oracledi\bin - jython.sh
    * In oracledi\lib\scripting - jython.jar, cachedir, and lib
    * In oracle\lib\scripting\lib - numerous jython .py files
    3. Also give Unix user account full permissions to every file and folder in the Agent installation and the java installation.
    4. Restart the Agent.
    5. Test the Agent in Topology Manager (ensure that the hostname is correct). If the test is successful, retest the Package/Scenario.
    Thanks,
    Sutirtha

  • I am getting the "Original File Cannot Be Found" error with 4000 exclamation points.  Please help...

    To start from the beginning I originally kept my iTunes library on my internal hard drive.  However, it was getting large and I needed to move it so I moved it to an external drive.  Then I recently upgraded my internal hard drive to a 1 TB hard drive so that I would have plenty of space for everything.  I then moved my iTunes library to the new drive, or so I thought.  It is all technically there.  (As you can see from the bottom screen shot.)  However, for some reason iTunes is looking in the trash for a good portion of my library.  (I have 4400+ songs and 4000+ of them are showing the exclamation point and this error.)  I know that I must have done all of the moving around incorrectly.  (I followed directions from some blog I googled, big mistake.)  Now I just want to get my library how it should be.  All back together on this new internal drive with no dups etc.
    I have over 4000 songs giving me this error.  I can go in one by one on each song and find it in the iTunes Media folder.  But I certainly don't want to do it that way.  Here is the info on where the song(s) seem to be currently:
    Here's a shot of my preferences:
    Just FYI, I know that apparently iTunes is looking for this music in the trash.  However, if I go here:
    Then I find the music there as well.  (Which is where it is in my preferences.)
    Please help!  I don't want to have to go through over 4000 songs and update them one by one.  The music is apparently in both the trash and in my iTunes media folder.  How do I get iTunes to look for these 4000+ songs in the right place without going in one by one to fix them?
    Any help would be greatly appreciated.  Thanks!

    Hi JJuniper,
    When tracks in iTunes display a it means the file cannot be located; it may have been moved or deleted. For this issue, we will need to refer to the following article:
    iTunes: Finding lost media and downloads
    http://support.apple.com/kb/TS1408
    Alternatively, if your media was downloaded from the iTunes Store, you may be able to download it again free of charge. You'll want to first delete the tracks from your list in iTunes, then access the purchased page:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    http://support.apple.com/kb/HT2519
    Thanks,
    Matt M.

  • JRE 1.5.0_11 Startup Error with MS Windows Vista. Please help!

    Hi there, I am hoping that someone can help me with this very confusing problem. A friend of mine made a program for me last month using java. It works brilliantly on computers running MS Windows 2000 and XP but as soon as I installed it on one running Vista I get this error:
    Startup Error
    An error has occured during startup:
    java.lang.UnsupportedClassVersionError: Bad version number in .class file
         at java.lang.ClassLoader.defineClass1(Native Method)
         at java.lang.ClassLoader.defineClass(Unknown Source)
         at java.security.SecureClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.defineClass(Unknown Source)
         at java.net.URLClassLoader.access$100(Unknown Source)
         at java.net.URLClassLoader$1.run(Unknown Source)
         at java.security.AccessController.doPrivileged(Native Method)
         at java.net.URLClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at com.exe4j.runtime.LauncherEngine.launch(Unknown Source)
         at com.exe4j.runtime.WinLauncher.main(Unknown Source)
    All the computers, regardless of operating system, are running the same version of JRE.
    I would really appreciate any help that anyone can give me as this problem needs to be resolved as a matter of urgency and my friend who made the software has gone on holiday and I cannot get hold of him at the moment. Also, I apologise in advance if this is the wrong section to post this problem.
    Thanks!

    Seems to be a problem with exe4j. Ask your friend to deploy a platform independent version of his program as well.

  • Trying to install iTunes but appears an error with Bonjour... Please HELP

    Can't install iTunes because appears an error that says like, bonjour can't be found, contact customers service

    "quicktime is not a valid short file name"????
    That's usually related to trouble with the QuickTime.msi.
    Unfortunately, these sorts of msi-related troubles have gotten more complicated to deal with ever since Microsoft pulled the Windows Installer CleanUp utility from their Download Center on June 25. First we have to find a copy of the utility.
    Let's try Googling. (Best not to use Bing, I think.) Look for a working download site for at least version 3.0 of the Windows Installer CleanUp utility. After downloading the utility installer file (msicuu2.exe), scan the file for malware, just in case. (I use the free version of Malwarebytes AntiMalware to do single-file scans for that.)
    If the file is clean, to install the utility, doubleclick the msicuu2.exe file you've downloaded.
    Now run the utility ("Start > All Programs > Windows Install Clean Up"). In the list of programs that appears in CleanUp, select any QuickTime entries and click "Remove".
    Quit out of CleanUp, restart the PC and try installing iTunes again. Does the install go through properly now?
    (If you do find a clean download site for the correct version of CleanUp, please don't tell me where it is. Without wishing to sound paranoid (although I grant it does sound paranoid), there is a non-zero chance that posting links to download locations for the utility here at Discussions leads to that download location being shut down.)

  • ClassNotFound Error with Oracle 10g...please help!

    Hello everyone!
    I am currently using jdk 1.4.2_10 with Oracle 10g. I tried to connect to the database, like this:
    try{
    String driverName = "oracle.jdbc.driver.OracleDriver";
    String serverName = "***.***.*.*";
    String portNumber = "****";
    String sid = "****";
    String url = "jdbc:oracle:thin:@" + serverName + ":" + portNumber + ":" + sid;
    String usr = "*****";
    String pwd = "*****";
    //Load the JDBC driver
    Class.forName(driverName);
    //Connect to the base
    connect = DriverManager.getConnection(url,usr,pwd);
    catch(ClassNotFoundException e){
    System.out.println("Error---No database driver");
    catch(SQLException s){
    System.out.println("Error---No connection to the database");
    Here is what's in my classpath, (i added the ojdbc14.jar) :
    c:\oracle\product\10.2.0\client_2\jdbc\lib\ojdbc14.jar;
    C:\Program Files\QuickTime\QTSystem\QTJava.zip
    Can anyone please help me?
    It's really a problem, i've been searching for 2 days now.....
    thank you

    Most likely it is about
    oracle.jdbc.driver.OracleDriver
    You need to include Oracle JDBC lib.
    If you are using JDeveloper then:
    In Project properties click on Libraries
    Click AddLibrary
    In the list that appears choose Oracle JDBC

  • Error with iTunes download. Can anyone help?

    I tried installing the latest version of itunes and after being told that it had successfully installed, I tried to run the program and was greeted with the following message from itunes:
    "Entry point not found. The procedure entry point could not be located in the dynamic link library CoreMedia. dll"
    I clicked 'ok' and got another error message which said:
    "itunes was not installed correctly. Please re-install itunes. Error 7 (Windows error 127)"
    I have tried un-installing and re-installing a few times as well as trying to download in a Firefox browser rather than internet explorer. No luck.
    Any suggestions? Thanks!

    http://go.microsoft.com/?linkid=9662461
    This worked for me.  Dont know why, but I found it in another thread....

  • Heavy error with Java 3D Installer. Please help.

    Hi programmers,
    With lots of hope I downloaded the java 3D application. but when I run it, it stated that it coudn't extract all the files into the temporary folder because because the installer was corrupted. What should I do now? If anybody knows, please e-mail me at this address.
    [email protected]

    did you use winzip or the jar utility? Try using the jar utility with the -xvf.

  • Namespace error with JAXB

    Hello everyone! This is my problem:
    I am using jaxb to unmarshall a xml file. When I unmarshall, the program doesn�t work at this point:
    JAXBContext jc = JAXBContext.newInstance("com.claynet.core.clom");
    Unmarshaller u = jc.createUnmarshaller();
    u.setValidating(true);
    Clom clom =
    (Clom)u.unmarshal(
    new FileInputStream( ".." + File.separatorChar +
    "webapps"+ File.separatorChar + "claybrary" + File.separatorChar
    + "objetosCLOM" + File.separatorChar + file_name.trim()) );
    The error I get is the following one:
    javax.xml.bind.UnmarshalException: Probably namespace URI of tag "clom" is wrong (correct one is "http://www.clayformacion.com/xsd/clomv1.0")
    - with linked exception:
    [com.sun.msv.verifier.ValidityViolation: Probably namespace URI of tag "clom" is wrong (correct one is "http://www.clayformacion.com/xsd/clomv1.0")]
    The problem seems to be a conflict with the namespace, but the schema has the namespace correctly set:
    <?xml version="1.0" encoding="UTF-8"?>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:clom="http://www.clayformacion.com/xsd/clomv1.0" xmlns="http://www.clayformacion.com/xsd/clomv1.0" targetNamespace="http://www.clayformacion.com/xsd/clomv1.0" elementFormDefault="qualified">
    The validation inside the unmarshalling crash.
    Is there any errors with the code? Can Anyone help me?
    Thanks

    Looks like error is clear namespace mismatch...try changing the following url in wsdl and regen the code
    http://example.ws found http://example.ws/xsd

  • Upgrade issues OBIEE 10g to 11g along with OBIA upgrade

    Hi,
    I have to upgrade OBIEE 10.1.3.4.1 to OBIEE 11.1.1.5 along with OBIA 7.9.6.1 to 7.9.6.5(Informatica 8.6.1 to 9.0.1) at my client location and I have very little knowledge on it. and want to know/have help documents for upgrade.
    And if anyone in the forums involved in upgrade please list the errors/issues occured during upgrade and after upgrade.
    1. OBIEE 10g to 11g upgrade issues??
    2. OBIA OBIA 7.9.6.1 to 7.9.6.5 upgrade issues along with 10g to 11g??
    3. Informatica 8.6.1 to 9.0.1 upgrade issues??
    4. DAC upgrade issues??
    any response for my questions is appreciated.
    Thanks
    Jay.
    Edited by: Jay on Apr 11, 2012 9:11 AM

    HI Jay,
    We cannot explained thread list here, If you get any errors plz post me,will try to help out.
    This is oracle document link - This document has given step by step with screen shots upgration for 10g to 11g ,Please refer the below link.
    http://www.oracle.com/webfolder/technetwork/tutorials/obe/fmw/bi/bi11115/upgrade/upgrade_to_11g.htm
    http://obieemanu.blogspot.in/2011/05/rpd-upgration-from-10g-to-11g.html
    http://docs.oracle.com/cd/E21764_01/upgrade.1111/e10125/ua_command_line.htm#ASMAS149
    Award points it is useful.
    Thanks,
    satya

  • Problem with OBI Apps v7.9.5 installation on WinXP SP2

    We are attempting to install OBI Apps v7.9.5 on a WinXP SP2 machine. However, upon clicking the setup.exe file, we get the following error message -- Unable to load the launcher file index. Invalid file type in the index.
    As a pre-requisite for OBI Apps, JDK 1.5.x and OBIEE v10.1.3.3.1 have been installed without any issues. Hence, not sure why we are getting the above error for OBI Apps. We have searched Oracle documentation, blogs and forums, but not found any reason or solution to this problem.
    Any inputs will be greatly appreciated.
    Thank you..
    Edited by: OBIGuy on Nov 2, 2009 1:00 PM

    Thank you for the input. The contents of the installation directory are as below:
    Oracle_BI_Applications
    |- doc (folder)
    |- createResponseFile.bat
    |- installWithResponseFile.bat
    |- media.inf
    |- setup.exe
    |- setup.jar
    |- version_apps.txt
    Before posting this query, I did run the setup.jar file. However, when the installation process reaches 100%, it terminates with the following error - */version_apps.txt does not exist*. Also, it rolls back the complete installation, so I do not get the OBI Apps files/directories such as DAC, dwrep, RPD, Web Catalog zip, etc.
    As shown in the directory structure, this file does exist. My guess is - since I am running the JAR file and not the EXE, it is unable to resolve the path of version_apps.txt correctly and hence throws this error. Having gone through related blogs and posts, I understand that OBI Apps can be installed on Win XP SP2.
    Any inputs?
    Edited by: OBIGuy on Nov 5, 2009 10:15 AM

Maybe you are looking for

  • Sending attachments in purchase orders

    Hi All, I have a requirement where each material would have an attachment of it's drawing. Whenever a PO is raised to the vendor, it should get defaulted in the purchase order. Even if it is not physically visible, if the PO is sent by mail, the atta

  • Update: No mail ?

    Installed OS Update 10-5-8. Window now: 'You cannot use this version of the application Mail.app with this version of Mac OS X' Cannot open to see which Mail version it is but believe its 3.5 Any help appreciated

  • SQL for inventory report

    Hi, Does any how any SQL so I can create a report from inventory ledger as below: Txn Date Item Description Source Type Source Subinv Quantity UOM Unit Cost Txn Value 14-JAN-10 159549 TEST Move order 62143 Prosthesis 1.00 EA 94.08200 94.08 Any help w

  • How to become a DBA - Please provide me guidance

    Please provide me some guidance on how to start my carrer as dba, how to get a job in this field  and how to prepare.

  • Custom Image tooltip

    I have an image that is dynamically generated inside a datagrid, now I want to assign tool-tip for the same depending on some criteria by passing the datagrid object. Is there a way to call a function, because I tried it and it says 1180: Call to a p