Agent is no t defined in the topology for master repository?

Hello

I created new Manager topology agent. I've updated the details of master repository in odiparams.bat

Then, I started the officer in the command prompt.

C:\oracle\product\11.1.1\Oracle_ODI_1\oracledi\agent\bin > _name = odi_agent agent

Then I am getting error like

2015 08-04 ERROR ODI-1443 error 13:00:04.056 when starting agent: javax.servle

t.ServletException: ODI-1405: Agent OracleDIAgent start failure: the agent is not

t defined in the topology for master repository.

After that, I started the agent in the master repository:

C:\oracle\Middleware\Oracle_ODI1\oracledi\agent\bin

And then I got error like below the screenshot

Start New Discussion  Oracle Community - Google Chrome_2015-08-04_14-42-16.png

Please help me. Please solve this problem. I tried so many times.

Thanks in advance,

A.Kavya.

Hello

Your agent starts successfully, but you are unable to test studio odi agent. Right?
Then is your agent and odi studio are in the same host? If yes then you use localhost as a hostname in the topology Manager. You can try to use the Ip address or full host name in the topology for you Manager connect to the agent.
You can also check ping and telnet to the port of the agent to check if it is blocked or not.

Tags: Business Intelligence

Similar Questions

  • Objects of the class defined by the user for an element of the ADF (button, inputfield)

    How to set a class object defined by the user for objects of the ADF?
    My requirement is that when I make a change to the object of the class, it should get reflectected to all instances on my page.
    For example:-I'll have the class object clsInputField, and all my fields entry in my pages are based on this object. So when I change clsInputField it should get reflected to all my controls based on this class object.
    Help, please!

    It's the classic use of a library of component declarative ADF.
    Put your postal code entry filed in an adf library, as well as any other code you will need to manage the entry, pack it as a library of the adf and reuse the item (and its formatting, validation) on each page as you like.
    If you change the component changes are global to all instances of the component.

    Take a look at this demo

    Timo

  • (Suggestion) View of the topology for NSX

    I worked with Cisco ACI and NSX. One thing I like about ACI, you can a "big picture" overview of your topology to the APIC. That make up EPG, outsource, L3, ETC. in a single image.

    So, why NSX is just one feature that can generate the topology? his diagram as watch vsphere client, where I can see my host mapped to any store of data and VM, something like that.

    Hello

    On the side of operations of NSX focuses mainly on vRealize operations, where there is an abundance of information, including the display of the topology you describe. That may be changing with the new NSX 6.2.3 dashboard feature.

    A little more info on the vROps NSX Management Pack, have a look here: vRealize new management Operations for NSX (version 3.0) Pack

  • How to give a value to a variable that is defined by the user for the use in my statement

    Hai All

    I declared a variable

    declare
    In_time varchar2 (25);
    out_time varchar2 (25);


    then I wrote a so other logic and this is my encoding


    Start
    go_block ('TEST_SRI');
    PREMIER_ENREGISTREMENT;
    LOOP

    If: bartime between 0145 and then 0630
    Update dail_att set = outtime: bartime where barcode =: bar code
    and ATTEND_DATE =: BARDATE-1 and in_time is set to null and out_time is not null;


    elsif: bartime between 0630 and 0900 or: bartime between 1130 and 1230 or
    : bartime between 1700 and 1800 and in_time is null then
    insert into dail_att(barcode,intime,attend_date)
    values(:Barcode,:Bartime,:bardate);

    elsif: bartime > 1645 and t_in is not null and out_time is null then
    Update dail_att set = outtime: bartime where barcode =: bar code
    and ATTEND_DATE =: BARDATE and respondent are not null and outtime has the value null.

    I need to know how can I give the values of these variables if I use the variable in my statement
    If it is possible by using the slider Pls tell me the steps to solve my problem


    and while I will carry out my loop it get only half of my files what is wrong.

    Concerning

    Srikkanth.M

    Your question seems to relate to Oracle Forms, which has its own forum of OTN.

    But as it comes to PL/SQL I will make a comment... Unfortunately this comment is that in reading your post, I don't know what you're asking.

    You wrote: "I need to know how can I give the values of these variables if I use the variable in my statement.

    What variable? Why don't you use a duty with: = as you obviously already know how to do?

    An example would be very useful.

    PS: Always display product names and version numbers.

  • How to reduce the incentive for 'Master password '.

    I hope that there may be a setting to fix this problem...

    I have a number of saved passwords for various non-critical websites such as this forum. Recently, I put a 'master' password to protect my saved passwords. Everytime I open a page that contains text boxes for the references that I saved I am asked for the password independently to know if I want to authenticate on the site or not. I would like to configure Firefox to open only the repository of saved passwords (lack of a term of dough) when I choose to authenticate on a site.

    Is this possible?

    TIA,

    Ken

    p.s. I close Firefox (to clear cookies, etc.). So OFTEN simply unlock the saved passwords once a day and leave Firefox running is not an answer.

    You can only do this by disabling the password manager and only turn it on when you need it.

    • Edit > Preferences > Security: passwords: "remember passwords for sites".

    Under Linux, you can leave the Preferences open window to achieve more easily

    I usually keep remember passwords disabled and have a button in the PrefBar toolbar I use to quickly transform it power (signon.rememberSignons).

  • reading the filter values (unsharp mask) defined in the dialog box

    for my sharpening script, I should be able to store values defined in the dialog for later use unsharp mask. The script calls the dialog box with DialogModes.ALL, then the values are set manually. Is it possible that I can tell the script to read the values defined and store them in variables.

    Can't find a topic referring to this problem.

    Thanks for any help.

    Hans

    2016, use it at your own risk.

    #target photoshop

    try {}

    var idUnsM = charIDToTypeID ("UnsM");

    var theResult is executeAction (idUnsM, undefined, DialogModes.ALL);.

    var theAmount = theResult.getUnitDoubleValue (stringIDToTypeID ("amount"));

    var theRadius = theResult.getUnitDoubleValue (stringIDToTypeID ("radius"));

    var theThreshold = theResult.getInteger (stringIDToTypeID ("threshold"));

    Alert ("amount" + theAmount + ' \nradius ' + theRadius + ' \nthreshold '+ theThreshold ")

    } catch (e) {};

    based on the code of michael l hale.

    function checkDesc2 {(theDesc)

    var c = theDesc.count;

    var str = ";

    for (var i = 0; i)

    Str = str + ' key "+ i +" = "+ typeIDToStringID (theDesc.getKey (i)) + ': ' theDesc.getType (theDesc.getKey (i)) +"\n"+ getValues (theDesc, I) +"\n ";

    };

    Alert ("desc\n\n" + STR);

    };

    check.

    function getValues (theDesc, number) {}

    switch (theDesc.getType (theDesc.getKey (theNumber))) {}

    case DescValueType.ALIASTYPE:

    Return theDesc.getPath (theDesc.getKey (theNumber));

    break;

    case DescValueType.BOOLEANTYPE:

    Return theDesc.getBoolean (theDesc.getKey (theNumber));

    break;

    case DescValueType.CLASSTYPE:

    Return theDesc.getClass (theDesc.getKey (theNumber));

    break;

    case DescValueType.DOUBLETYPE:

    Return theDesc.getDouble (theDesc.getKey (theNumber));

    break;

    case DescValueType.ENUMERATEDTYPE:

    return (typeIDToStringID (theDesc.getEnumerationValue (theDesc.getKey (theNumber))) + '_' + typeIDToStr ingID (theDesc.getEnumerationType (theDesc.getKey (theNumber)));)

    break;

    case DescValueType.INTEGERTYPE:

    Return theDesc.getInteger (theDesc.getKey (theNumber));

    break;

    case DescValueType.LISTTYPE:

    Return theDesc.getList (theDesc.getKey (theNumber));

    break;

    case DescValueType.OBJECTTYPE:

    return (theDesc.getObjectValue (theDesc.getKey (theNumber)) + '_' + typeIDToStringID (theDesc.getObject Type (theDesc.getKey (theNumber)));

    break;

    case DescValueType.RAWTYPE:

    Return theDesc.getReference (theDesc.getData (theNumber));

    break;

    case DescValueType.REFERENCETYPE:

    Return theDesc.getReference (theDesc.getKey (theNumber));

    break;

    case DescValueType.STRINGTYPE:

    Return theDesc.getString (theDesc.getKey (theNumber));

    break;

    case DescValueType.UNITDOUBLE:

    return (theDesc.getUnitDoubleValue (theDesc.getKey (theNumber)) + '_' + typeIDToStringID (theDesc.getUn itDoubleType (theDesc.getKey (theNumber)));

    break;

    by default:

    break;

    };

    };

  • By specifying the path network topology for flat files

    Hello

    It is possible to specify the path network for files in the topology.
    for example:-as we specify say d:\source, can here we specify as \\netwokmachine1\source?

    Thank you
    Mahesh

    YES. We can. It worked for me

  • Adjust the threshold for rule interrupts

    Hello

    Can someone help me change the thresholds for the interruptions of rule? It seems to make use of an internal function called thresholdState(#interrupts#) to determine criticality. This user is editable to change the thresholds, or at least to understand the condition behind it?

    Hello

    If I understand this rule is using the Intelliprofile feature. If you search for "thresholdState" on this page of the documentation , you can find the article that explains it. I say think because I watched this metric in the documentation and it does not say that there was a defined threshold IntelliProfile, as for other measures. Maybe it was an oversight of the documentation. He certainly looks like he got IntelliProfile thresholds in the topology for this measurement model, see example on our Linux servers, showing a Normal state:

    If the answer to your question, yes the thresholds are user editable but maybe not in your way of thinking. As there is a threshold of IntelliProfile it is based on the deviation from the baseline, whereas you would have to change the threshold of IntelliProfile beaches. I don't think that's what you want with your question.

    Hope that helps.

    Kris

  • force an update of the topology

    Hello people,

    I was wondering if there is a way to force an update of the topology without restarting the FMS.

    I encountered this problem a few times now, on different hosts FMS, here's the scenario:

    A new script agent is built and pushed out creates a new type of topology. Everything seems OK until you try to create a new rule for this. The type of topology is not available for the scope of the rule.

    If anyone else has experienced this? I brought this to support previously and we restarted just the FMS to work around the problem. Is there some other way around him? Of course, we want to keep the downtime to a minimum, especially with production systems...

    Support the groovy code to achieve what I thought I would share with the community...

    This forces an update on a specified type so that the topology Service updates the cached information.

    In this case, we were unable to field of application of the rule properly at a table of script agent, received unknown root of the error.

    If the table is missing in the drop-down list, I would first try to disable and re-enable the corresponding cartridge. Manually by typing in the scope sometimes also works.

    Use: To run the Script Console. UpdateType true & TypeName and subject of topology - for agents of script, it should be: agentName_Agent_Table_tableName

    typeName can be found or checked in: Configuration-> \Tables\ Data\Mgmt Server\All Agents\ [Nom_agent] [tableName], click property Viewer, value "name of Type of topology.

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

    def typeName = "agentName_Agent_Table_tableName";

    UpdateType Boolean = false;

    def topSvc is server. TopologyService;

    release of def = new StringBuilder();

    output< "checking="" type="" "="">< typename=""><>

    def type;

    try {}

    type = topSvc.getType (typeName);

    output< "found="" type:="" "="">< type=""><>

    }

    catch (Exception e) {}

    output< "failed="" to="" find="" type:="" "="">< e=""><>

    Return output.toString ();

    }

    def descendentTypes = null;

    try {}

    descendentTypes = topSvc.getDescendentTypes (type);

    output< "found="" descendent="">

    }

    catch (Exception e) {}

    output< "failed="" to="" find="" descendent="" types:="" "="">< e=""><>

    }

    If (! descendentTypes & UpdateType) {}

    output< "updating="" the="">

    type = topSvc.beginUpdate (type);

    type = topSvc.endUpdate (type);

    output< "type="" updated="">

    try {}

    descendentTypes = topSvc.getDescendentTypes (type);

    output< "found="" descendent="">

    }

    catch (Exception e) {}

    output< "descendent="" type="" information="" still="" not="" available:="" "="">< e=""><>

    }

    }

    Return output.toString ();

  • Functions defined by the user with several parameters

    I set features three following user using "Define."

    UF1 takes a single patameter;

    UF2 takes two parameters;

    and UFX takes two parameters - with the second is 'X' in the definition.

    Œuvres F1.  F2 is the EVAL of F1 version and it works too.  User functions only seem to work fine.

    F3, a function of two user settings, produces a graph of NaN.

    F4 is the EVAL of F3 version.  Note that 'B 'is not replaced by 1'.  Also produces a NaN chart.

    F5 produces a graph of NaN.

    F6 is EVAL of F5.  The 'X' is not replaced (even with the ' B' above), and even if it looks like 'X * X', it also produces a graph of NaN.

    Is it possible to get defined by the user, with several parameters, features work by tracing the curve?

    Hi!, Fortin:

    If you download and install the ultimate Firmware with the version of the software: 2015 6 17 (8151), with the number of Version: 1.1.2 - 11, you can trace your examples of definition of the function, with curves and values, without NaN.

  • Updates from HP agent... always began in the early and slows down computer

    HP Pavilion a1222n, Win XP Home

    When we move first on the computer, it is slowed down by "updates HP agent running' controlled by the Task Manager.

    I would like to disable the execution the present automatic and run it when I want to run the updates from HP.  I read in another post to go to start > all programs > setting > select never allowing you to a chosen when run the HP update agent.  I can't seem to find it on this machine, the message I read was for another model.

    Thank you

    Ron3033

    Hi Ron,

    Try the following.

    Hold down the Windows key and press R.  In the run box, type msconfig and press to enter.  In the System Configuration window, select the Startup tab and Remove the check mark next to the HP update agent.  Click apply and then click Ok to save the changes and restart the PC for this change to take effect.

    Kind regards

    DP - K

  • Change the topology without reference to closing

    Hi all

    I was wondering if I should be able to change the topology of a MUX (reset) without closing the reference?  I have an application that performs a loop on the base initialization, connect, disconnect the sequence for functions OR-Switch and the topology changes for each loop.  I think that my reference is lost, because it becomes invalid after several loops.  I have to close the reference before I reset with the new topology?  I'd rather not have to close every time, because I 'cleansing' steps that close of references outside of the loop. In collaboration with the PXI-2527, LV 2013 and 2013 TS.  Thanks in advance.

    GSinMN

    Ali GSinMN,

    This knowledge base Article should answer your question. The last line reads, "during the change of topology, you close the current session if one is open and reset the map with the selected DriverSetup new.»

  • VISA (Hex 0xBFFF001E) error the specified state, the attribute is not valid or is not supported as defined by the resource.

    Hello

    First of all that I must say I just starting with control of the instrument using Labview. For this reason, it is possible that the problem I have is easy to solve. However, I am looking for any solution for the forum, but unfortunately I can't fint anything.

    While the situation is this: I'm looking to plug a power Analyzer (Yokogawa WT1800) with the PC through GPIB. To achieve this, I use the USB/GPIB Interface of Agilent 82357 B. The connection is done correctly because I can see and communicate with him through the Explorer NI MAX.

    In order to achieve control of the instrument using Labview, I downloaded and installed the driver of Yokogawa WT1800 (Driver instruments ykt1800) using the NI Instrument Driver Finder tool. The problem I have is that when I run the examples, I find the following error message:

    Error 1073807330 has occurred to the property (arg1) node in Yokogawa WT1800 Series.lvlib: Initialize.vi-> Yokogawa WT1800 series continuous measurement Normal.vi

    Possible reasons:

    VISA: (Hex 0xBFFF001E) the State specified, the attribute is not valid or is not taken in charge as defined by the resource.

    I tried to change the input of the open Visa arguments vi because I think that this is where is the problem, but I can't reach any solution. The following image is attached to the block diagram of the initialize.vi:

    Any help is appreciated.

    Thank you.

    I suspect the redirect property. Try to remove it.

  • Variables, FPGA, defined by the user and SoftMotion 2012 + NOR 9505

    Hello

    To http://forums.ni.com/t5/Motion-Control-and-Motor-Drives/Softmotion-and-NI-950X-Module-Compatibility/... Nathan says:

    NathanK wrote:

    The glue code that connects Softmotion on FPGA LV code RT is called 'the axis interface. The version of the interface of the 2011 Softmotion axis necessary creation screw RT that exposes certain capabilities to Softmotion.

    ....

    Improvements have been made in 2012 Softmotion who has removed the requirement to write RT live. Disclosure for the FPGA happens rather on the Variables (UDVs) user-defined. It is also possible to create a kind of axis 9501 for configuration of the module as well as an axis UDV generic for other completely custom 950 x modules or axes. It is not a specific example for the 9505 yet.

    This caught my attention, as I'm trying to develop a system using LabVIEW SoftMotion 2012 and the NI 9505. I'm curious to see if there are alternative methods to write my application.

    Where can I find more information on this 'generic UDV axis' and how to implement a? Nathan says "is not a specific example for the 9505 yet", but there are examples for the other modules - how similar/different are these modules from the 9505, and it involves a lot of effort to bring examples of the 9505?

    Thank you!

    Hi JKSH,

    I have some relevant information that it is request that may be useful:

    Working with Axes Variable defined by the user (NI SoftMotion Module)

    Resource binding dialog box (NI SoftMotion)

    Configuration OR SoftMotion Axes (OR SoftMotion Module)

    Example that mentions of Nathan is the drive Stepper (9501) .lvproj (material Input and Output"Motion Control" NI SoftMotion"Device Specific" NI 950 x"OR 9501), I would take a peek at this on use of the UDVs.

  • VISA: (Hex 0xBFFF001E) the State specified, the attribute is not valid or is not supported as defined by the resource.

    I try to open a com port Seraglio in LabVIEW get this error:

    VISA: (Hex 0xBFFF001E) the State specified, the attribute is not valid or is not supported as defined by the resource.

    It occurs in ISA set up a Serial Port (Instr) .vi and seems to be related to the speed of transmission. If I use anything else than 9600, I get this warning. I need to use 115200. I can open successfully to other com ports at 115200.

    I am able to talk to this device using other Terminal programs to 115200 without problem. It is only through LabVIEW and NI MAX.

    The Unit presents itself as "Stellaris Virtual Serial Port (COM12)" in deveice Manager.

    Is there a way to get around this?

    Thanks in advance!


Maybe you are looking for