Agent JAVA EE - where should I put third party jdbc database drivers?

Hello

I need to move from stand-alone agent to ee java agent deployed on weblogic server. This is my independent agent configuration:
-jdbc drivers of third-party required for integration with third party database servers: mysql and firebird. When you use autonomous agent, I put the driver files corresponding to the directory of the agent/drivers and it works. Where should I put third-party drivers to make them visible to java ee officer?
-configuration of the agent of database coneection: non-standard options you need. When you use autonomous agent, I need to change some of the options in the agent/bin/odiparams.sh file:
ODI_CONNECTION_RETRY_COUNT = 1000
ODI_CONNECTION_RETRY_DELAY = 7000
How to install agent java ee in the same way? Is this possible? I need my agent to connect to the repository (oracle database) in the case where when the connection is lost.

Can you help me?

You can add the jars to D:\Oracle\Middleware\wlserver_10.3\server\ext
and then add the path of the driver jar at the entrance WEBLOGIC_CLASSPATH in the location of the commonEnv.bat file in the folder bin (D:\Oracle\Middleware\wlserver_10.3\common\bin).
Restart the server instance.

Chantal
http;//dwteam.in

Tags: Business Intelligence

Similar Questions

  • Re: Portege R500: where should I put the SIM card?

    Hello

    can someone help me? Where should I put the SIM card? The user manual make no mention of this.

    Thank you.
    Bruno.

    Hello

    I hope that the answer to your question, you can find HERE

    Good bye

  • Portege M400: Where should I put the PIN for the Sim Card?

    I had the Tablet, I got the SIM... I turned on the wireless wan.

    Now, where should I put the pin code of the card?

    See you soon,.
    Miguel

    Hello

    You have installed the software from MobilLink?
    I m not a PortegeM400 owner but several owners of m400 reported this tool lets you connect to networks G3

  • How do I know how is Administrator and where should I put the password to?

    My computer keeps asking for a password
    I have 3 standard users on my computer & no one is assigned to be administrator
    Cannot install updates because do not know or do not have a password
    How do I know how is Administrator and where should I put the password to?

    Hello

    The manual installation of the operating system on the Microsoft Update Web site updates requires the Office of the operating system to run with administrative rights.

    Please follow the steps mentioned below.

    a. click the Start button.

    (b) in the search box of start, type user accounts and click on user account.

    c. click on Manage.

    d. check which account is designated as administrator account.

    Also check out the links below.

    Why use a standard account instead of an administrator account?

    http://Windows.Microsoft.com/en-us/Windows-Vista/why-use-a-standard-user-account-instead-of-an-administrator-account

    What is an administrator account?

    http://Windows.Microsoft.com/en-us/Windows-Vista/what-is-an-administrator-account

    Change the type of user account

    http://Windows.Microsoft.com/en-us/Windows-Vista/change-a-users-account-type

    Install Windows updates

    http://Windows.Microsoft.com/en-us/Windows-Vista/install-Windows-updates

    Updates: frequently asked questions

    http://Windows.Microsoft.com/en-us/Windows-Vista/updates-frequently-asked-questions

  • DirectX June 2010 asking where to put the extracted files. Where should I put them?

    DirectX June 2010 asking where to put the extracted files. Where should I put them?

    Create a new folder and extract the files to the new folder.

    Let us know if that helps.

  • where should I put the "" XML: Space = preserve ".

    Hello

    I use FM12. I want to keep empty lines (and several [shift + return] line breaks between the text of the code).

    If FM12 import my XML file, additional line breaks will be removed.

    In the read/write rules, I placed a statement

    element {'Code'

    drive line break is forced return

    }

    has not worked for me.

    In FM help files, I found the following trick: "place an attribute XML: Space ="preserve"to the item...» »

    My Question: Where should I put this attribute?

    1.) in the DTD file?

    (2.) in the file of ESD?

    (3.) in read/write rules?

    4.) in an additional configuration file?

    Thanks for any help!

    M.

    Hi Mathias...

    I use it...

    element 'codeblock' {}

    newline writer is 99999 characters;

    drive line break is forced to return;

    }

    but I think you can use it as well...

    element 'codeblock' {}

    keep line breaks;

    }

    To include the attribute XML: Space, you would add which both the EDD and the DTD.

    See you soon,.

    .. .Scott

  • where should I put the code to make a sensitive BC site

    Where should I put the following code to make my current sites of BC 'Sensitive' for the forthcoming update of the Google algorithm.

    link rel = "stylesheet" type = "text/css" href="/css/{system_visitorDeviceClass}.css

    Thank you

    Hey there,

    It doesn't really work like that.

    Receptive happens by CSS, Yes, but you can do it simply with queriers media CSS. You just pasted here partial html to an element of the stylesheet - that would go in head code in templates. But that is all down to the site and the installation program. Some people do not use models BC and have all file flat, others may have includes or supports for the content of the content header.

    You should also read the google algorithm code and that means properly. Half understand this kind of thing creates all the incorrect myths about SEO and ranking.

  • Where should I put the functions I want to make it public?

    I put one in creationComplete and I can't call from the timeline. I would like to call from various locations on the timeline.

    Where should I put these functions?

    Thank you.

    Ken

    Hello

    Take a look at this thread: Re: how to create and call functions on the symbols?

    Thank you and best regards,

    Roger Simon

  • Where should I put my files .8bf in CC

    Hi all

    I'm sorry - I know that it is pretty basic!

    On a 64-bit Windows 7 system where should I put my .8bf files?

    I did a search of my folder of files of programs (not x 86) and it came with a folder that had some files in (C:\Program Files\Adobe\Adobe Photoshop CC (64 Bit) \Required\Plug-Ins\Filters), but when I put filters in this case that they still do not appear in the menu filters in photoshop.

    I know that it is quite possible that the filters I tried are not compatible with the CC (they worked with CS5.5) but I want to know that I tried at least the good folder.

    TIA

    John

    Folder "\Plug-ins Adobe\Adobe Photoshop CC (64-bit)" and 32 bit a go in "Adobe\Adobe Photoshop CC\Plug-ins".

  • Hyperlink button - where should I put the code?

    Hello

    I am using Actionscript 3 in CS4

    I want to add a hyperlink link button to my site, but it keeps buggered it up to the flow.

    Here is the code for my site so far (less the binding code):

    ---------------------------

    Stop();
    function trans(event:MouseEvent):void {}
    gotoAndPlay (event.target.name);

    }

    karaoke.addEventListener (MouseEvent.CLICK, trans);
    trivia.addEventListener (MouseEvent.CLICK, trans);
    gilbert.addEventListener (MouseEvent.CLICK, trans;

    ----------------------------

    So, there are three menu buttons and page animations according to the button flys.

    I have another button called LINK, and I thought it would be just a matter of inserting the following code somewhere:

    {LINK.onRelease = function ()}
    getURL ("http://www.gilbert.net.au");
    }

    But no matter where I put it, it is simply my site play through all the animations of one after the other, no matter if the buttons were clicked or not, and the link does not work.

    Where should I put this code is correct?

    In addition, once it works, I want to copy it and make another button to create an email.  Is it just a matter of having a mailto link: link instead of a hyperlink?

    Cheers for your help.

    Shaun

    Your mixture with AS2 AS3.  The first code that show you is AS3, AS2 LINK stuff...

    function getGilbert(evt:MouseEvent):void {}
    navigateToURL (new URLRequest ("http://www.gilbert.net.au"));
    }

    LINK.addEventListener (MouseEvent.CLICK, getGilbert);

  • Prevent page caching... where should I put the code

    I have a page that creates a record. If the user clicks on the back button of the browser, they reach a new record for the same account. In this file, there are multiple records with STATUS = NO. But what a 'YES '. I fixed it by checking if there is a record for the account with STATUS = Y, but users can still enter a bogus STATUS = N.

    So I want to disable the cache for this page that the user cannot return to the page. I think I understand how to do it, but another thread has recommended this page.

    http://www.htmlgoodies.com/beyond/reference/article.php/3472881

    The author says to put the code below in the footer, as IE has a bug if the code is in the header that allows the page cached anyway. So I see the
    Header HTML on the edit page section, but I do not see a HTML page footer section. Where should I put it?

    < HEAD >
    < META HTTP-EQUIV = "Pragma" CONTENT = "no-cache" >
    < META HTTP-EQUIV = "Expires" CONTENT = "-1" >
    < / HEAD >
    < / HTML >

    TIA,

    Sam

    Sam,

    You have listed the steps (1-5) involve the use of links from the developer toolbar, the edit page Builder, and Builder, is set - this exact Page links? That seems like an artificial way to illustrate a problem you want to prevent end users from their experience. Also, the description of each step is not clear for me.

    Here's what I can tell you:

    1. If the user uses the back button on the browser, but a page, the page may re-submit. Nothing you can do about it (assuming that your meta-tags failed).

    2. If you use the feature to duplicate presentations Page of the form pages, you can prevent cached browser pages to run after - submit actions (such as DML) if these pages are subjected to a second time.

    Scott

  • If disappearing third-party JDBC drivers attempted to use Data Modeler

    Hi all

    I'm trying to reproduce the steps described in this blog post Oracle: https://blogs.oracle.com/datawarehousing/entry/oracle_sql_developer_data_modeler about the hive JDBC connectivity. Successfully, I can connect to hive and query the tables of the hive without problem. However, if I try to use Data Modeling (file-> Data Modeler-> import-> data dictionary), hive connectivity is not available any more back and goes to a third of drivers JDBC (via Tools-> Preferences) shows that there is no additional drivers listed (even if they had just be added and used successfully in the previous step).

    Here are a few screenshots

    (1) addition of hive to a third of JDBC drivers:

    1.PNG

    (2) connection to the hive:

    2.PNG

    (3) properties of the connection in Data Modeler ((fichier-> Data Modeler-> Importer-> dictionnaire de données) - Note that the tab of the hive is currently unavailable):

    3.PNG

    4) dating back to tools-> Preferences, check third party JDBC drivers - now empty:

    4.PNG

    This behavior is not limited to the hive - exactly the same thing happens with the MySQL driver, too.

    Tested in both windows & OEL 6.6

    Developer SQL v 4.1.1.19.59

    Any ideas?

    Thanks in advance

    Thanks for reporting this.  I also see the question on 4.1.3.  Maybe add pots of third parties in respect of the database and Data Modeler preferences immunize you her.  Of course, this is a bug and should get connected.  It is best that you could do it through MOS from 4.1.3 is a production version.  In general, our team saves only bugs for the first versions of the adopter.

  • where should I put my preload?

    Hi all

    Would ask you for advice on where should I place the preload.

    I have a swf swf menu, main content swf and intro swf banner. where should I load the preloader? on the main MC who will call these swf? or each swf have their own preloader? who would look rather weird.

    A should I just merged banner, menu, main content and total intro? How do I do that? I'm lost what should I separate them or put all the eggs in 1 nest. My main content will be transitions between each section.

    my menu is separated from the main content, how do I get the main content for this article whenever the user clicks on sections 1 point?

    I'm so lost. Please notify. Thank you

    X large, happy that you get the concept.

    with regard to the method of your preloader, not quite. You should find the distance in pixels that the mask moves from 0 to 100%, revealed, then using that number is how you calculate the amount of movement that is necessary according to the number of items is loaded at the time. If move you only 25% of the overall distance, rather than move the animation by images. You should only need one frame in the preloader, define the mask at the far left position 0, then the Manager onLoadProgress "moves" the mask as needed by the distance (_x) to reveal the logo.

    So you will need to add a parameter to the system, which allows you to specify how many clips are loaded at the time, this will be used in the calculation of the amount of movement needed for the preloader clip. to pass to the call of 'loadFile' and add the parameter to the list in the function. then you will have to '1', if there is only a single item being loaded using the method, as defined and it will calculate the distance of progress for a single instance of loading. Changes to the code above should be as follows:

  • I want to use the custom pattern, actions ets... But I can not find custom files to [presets &gt; model] or [presets &gt; actions]... Where should you put these files?

    I want to use the custom pattern, actions ets... But I can not find custom files to [presets > model] or [presets > actions]... Where do I put these files?

    If you're on a PC - C:\Users\ [username] \AppData\Roaming\Adobe\Adobe Photoshop CC 2015\Presets

  • Pilot third party JDBC and domain Extension

    Hi everyone, I am using a third-party driver to acess some inherited in my company database. I'm adding them in WebLogic (v. 10.3.3.0) Classpath by setting the EXT_PRE_CLASSPATH in the setWLEnv.sh file. Everything worked well until now, until I had to extend my domain to account for new settings. The Configuration Wizard hangs in the Middle saying: "a fatal error has occurred. This Application will end '. By inspecting the logs, I see the wizard attempted to get my Data Source that uses the third-party driver and could not find the class driver. I would like to know if there is a better way to add the library to the Weblogic classpath or someway to work around this problem in the extension. In my current situation, I have to delete the data source, in the field and reconfigure the data source, which is big trouble!
    Any help would be appretiated! Thank you

    PS: I also tried to add the third-party driver JAR in the CLASSPATH in config.sh file, but unfortunately, the error was the same!

    You can place your jars in the lib of the domain directory.

    WebLogic uses a separate class loader to load classes from the domain's lib directory. This classloader
    is a child of the system class loader and a relative of the Chargers for custom classes application. Classes and
    resources in any file .jar in the directory are automatically available for all applications.

    Note, however, that the lib classloader field does not support the redeployment, dynamic a reload or FastSwap and can not
    refer directly to the code in the application classloaders. But I think that this is not a problem, you just want your
    third driver JDBC to be available for your applications.

Maybe you are looking for

  • How to remove music iTunes for the Mac, but NOT the iPhone

    I have an iPhone 4/4 s. I downloaded audio on the web through my iMac. I added this audio to my phone. Rather than most of the cases where people want to remove audio from their phone and not on their computer, I would remove the audio from the compu

  • HP RECOVERY SYSTEM

    Hi good day,. Hello, I just bought my HP laptop and in my HP Support Assistant theres a message waiting, I have to "create a system recovery. Then I click it luanches a new window Recovery Media creation Utility. I have not find any system restore bu

  • Sound crackling of the new Satellite L500-1XC right speaker

    Hello I bought a new Toshiba laptop yesterday and started from today afternoon, but since then, I have my speaker crackling noise right I want to know if there is any problem or it s due to moisture.

  • Spider Solitaire window missing

    I see my Spider Solitaire on full screen, but not when it is for the window.  How can I get it back? (Win XP SP3)

  • On dell 924, but paper jam no paper in the printer any ideas

    I have a dell 924 printer that when I turn on the jamming paper rises, but there is no paper does get stuck in the printer any ideas