The list of all interfaces that use a certain option on the KM

Hi all

I'm trying to (using the tables of working repository) a list of all interfaces using has one or more "lit" for the relevant knowledge module. For example, we have IKM Oracle incremental update used in 200 + interfaces. This KM has a FLOW_CONTROL option that is set to True for some of these interfaces and False for the rest. Is there a query on the repository tables for us the list of interfaces/tables with the option is set to True, we can write?

Any information would be really useful. Thank you.

Hello

You can try with something like this:

SELECT proj.project_name, folder.folder_name, int.POP_NAME interface_name, km.trt_name ikm, opt.ue_name option_name, int_opt.short_value, int_opt.i_txt_value
  FROM DEV_ODI_REPO.SNP_PROJECT proj, DEV_ODI_REPO.SNP_FOLDER folder, DEV_ODI_REPO.SNP_POP int, DEV_ODI_REPO.snp_trt km, DEV_ODI_REPO.snp_user_exit opt, DEV_ODI_REPO.snp_ue_used int_opt
  WHERE proj.i_project = folder.i_project
    AND folder.i_folder = int.i_folder
    AND km.i_trt = int.i_trt_kim
    AND km.i_trt = opt.i_trt
    AND int.i_pop = int_opt.i_instance
    AND opt.i_user_exit = int_opt.i_user_exit
    AND opt.ue_name = 'FLOW_CONTROL'
  ORDER BY km.trt_name;

This will display the project, folder, the name of the interface, the used IKM, option and its values (boolean or text).

As you can see, I did join on the ikm (km.i_trt = int.i_trt_kim). You might need a table over if you want to do on LKMs.

It will be useful.

Kind regards
JeromeFr

Post edited by: JeromeFr
I forgot a join condition between snp_user_exit and snp_ue_used on columns of i_user_exit

Tags: Business Intelligence

Similar Questions

  • the list of all forms that have some Member for example "Q1".

    Is it possible to list all forms that have a certain example "Q1" Member who was hard coded in the FORM?
    If you can give only general ideas, which will be appreciated too... it will give me a head start.
    My guess is that I have query in a combination of these tables:

    HSP_FORM
    HSP_FORM_Layout
    HSP_FORM_attributes

    If you connect to a Hyperion Planning as an administrator and select , , you can select a member and then press the button "show its use." This will show you that forms the reference member 'directly '. This works even if you are using EPMA. If a member "indirectly" appears in a form (because you used a member function and this member was returned), it will not help, but if you specify a member name when creating the form, it will appear.

    I hope it's a little easier to dig through tables.

    Take care
    -Jake

  • Google site search keeps all loading on all sites that use it. However, the same sites load with IE.

    Google site search just keep loading forever on all sites that use it. But IE works fine on the same sites.

    I'm using FF 11, but it has also been a problem in previous versions. Win7/64 with the latest updates on a computer laptop xps Dell 15z. CORE I5

    Hello

    Please check if this happens in a new profile. If it's good, you can later copy the necessary personal data of the old profile. Firefox stores your personal data and settings to another separate location of the files/folder. A new profile would default Firefox settings (Tools (Alt + T) > Options, and topic: config ) and usually also would be vacuum of Extensions and themes (appearance) in tools > Add-ons) and their parameters. In addition, a new profile would have no previous website stored data/settings etc, (Tools > clear recent history).

    Profiles Howto

    Files & profile folder

    Subject: config entries

  • How can I get a list of all links/URLS used in all emails Eloqua?

    I try to have a report, list, or the export of all links/URLS never used in e-mail Eloqua (about 250) assets. Is there a quicker, more precise and perhaps automated to do this other than to pick up manually?

    Basically the desired result is a list of all links/URLS used in an Excel worksheet, additional information is a plus.

    If there are ways through the API, it is also welcomed.

    The Web site is subject to a few changes and we would like to keep all links living in them the remapping to the end server.

    Hi all

    First two ideas come to mind:

    1. go to Insight and run the Email clicks link ventilation report to see the links and clicks used in various emails. This will allow you to search for links to the last 730 days. However, note that if you have an abundance of links, the report may timeout. This is why the guests page, you may need to search specifically for a range of dates (month or two at a time) until you have all the expected results.

    2. using other APIs. The live docs for Rest API include the ability to search hyperlinks in emails. For instructions to access the direct documentation, see the Oracle Support Document 2078514.1 (how access rest and bulk API Live Docs) to: https://support.oracle.com/epmos/faces/DocumentDisplay?id=2078514.1. Once inside the live docs do the following:

    • Click on liabilities
    • Click/assets/hyperlinks
    • Expand the Hypertext GET/assets/links
    • Entry 'Complete' in depth to make sure that you check out the URL for each hyperlink

    Let me know if it helps!

    Best regards

    Matt Goodman

  • Where can I get a list of all devices that support OS 5.0

    Hi all

    When you submit a request to the AppWorld, I wonder to select the supported devices. My applications work on any device with OS 5.0, but I can't find a list of all devices that support OS 5.0 (shipped with it or with option 5.0). Anyone knows where I can find such a list.

    Thank you

    Wolf

    Don't worry about this. Just select as minimum supported OS 5.0 version and after that select all possible devices. App World will correspond to devices, and the version of the OS, i.e. users with OS 5.0 devices will see your app while that those who have the lower version of the OS won't be able to see or to download your application.

  • the list of all workbooks that have been assigned to a responsibility with their setting

    Hello

    I want to list all workbooks with their settings, assigned to a liability.

    I know that EUL5_DOCUMENT table lists the workbooks.

    But form what talbe do I get settings.

    Hi all

    A trigger (eul_trigger$ post_save_document) saves the SQL code of the spreadsheet in a table so that it can be queried.

    You can find a worksheet settings by running the following:

    Select
    a.workbook_name,
    a.worksheet_name,
    a.sequence_order,
    a.sql_string
    Of
    AMS.ams_discoverer_sql one

    You will see all the settings with: on the left, you can analyze this text to get exactly what you need.

  • Feed the list component with labels that have only certain values.

    I have to be able to sort out shorter labels in the component 'listHolder.list' by values in 'Fan', 'Herdighet', etc., which will be selected of the other items in the list
    (those who do not need to be fed by XML, but the list items own dataProvider)

    Practical example: displays only the labels in listHolder.list that are connected to the "H1" value in "Herdighet" or "H2" "Herdighet" etc.

    I am fairly new to AS3, so I do not know how to start. I appreciate everything you can give clues.

    Here's the code so far:

    //--------------------------

    var loader: URLLoader = new URLLoader();

    loader.addEventListener (Event.COMPLETE, onLoaded);

    listHolder.list. addEventListener (Event.CHANGE, itemChange);

    function itemChange(e:Event):void {}

    var selectedObj:Object = a [listHolder.listSelectedIndex]

    var xml;

    var a: Array = [];

    function onLoaded(e:Event):void {}

    XML = new XML (e.target.data);

    var it: XMLList = xml. Lauvtre;

    for (var i: uint = 0; i < il.length (); i ++) {}

    listHolder.list.addItem ({.child('Botanisk_navn').toString ()label: it [i]+ "\n"+ "-" + it [i].child('Norsk_navn').toString () "});

    a [i] = {'Fan': it [i].child('Farge').toString (), 'Herdighet': it [i].child('Herdighet').toString (),}

    "Høyde": he [i].child('hoyde').tostring (), "Botanisk_navn": he [i] .one ('Botanisk_n avn') m:System.NET.SocketAddress.ToString (),.

    'Norsk_navn': it [i].child('Norsk_navn').toString (), 'Image': it [i] .child ('image'). toString(),

    {"Blomstring": he [i].child('Blomstring').toString (), "Lysforhold": he [i] .one ('Lily book') m:System.NET.SocketAddress.ToString ()};

    }

    }

    Loader.Load (new URLRequest ("lauvtre.xml"));

    Fusion is a good thing.  The more you have to understand this, easy it all comes together when the lights start to go.

    In regard to the 'a' table... If you look at how values are it is attributed originally, they are attributed to the 'i' value of the index.  So, if the first element that passes the test of H1/H2 is the 10th 'i', it means that 10 of the table value is assigned to the first value you found.  The first 9 values in the table are zero as a result.

    But if you use the method push of the array class.

    a.push ({"Fan": he [i].child('Farge').toString (),... etc...});

    then the item is added to the index of the table rather than the 'i' the next clue.  If a table will have the same number of elements as the list and the list and table will agree in regard to pair them up.

  • Can XPS 410 - we have a list of all THE processors that are compatible from the Bios DXP061-020501

    I know I know, this has been asked several times on the forums. The problem is that is scattered between so many threads and I'd like to see in one place a list of all CPU that work on the XPS 410 from the current version of Bios DXP061-020501 compatable. It would be nice for a forum mod to publish a complete list of processors supported and then perhaps same sticky it.
     
    Thanks in advance
    Dave

    Message edited by dcgtls on 05/09/2007 22:55


  • The duplicate files. Same file appears in different directories - how to identify the programs that use these files?

    Hello

    Question 1 - I have a list of duplicate on my computer files. Very often, the same file appears in two or more different locations. So I guess this could mean different copies of the same file is used by various programs. It would then be important to know what program is using this file prior to the removal of duplicates.

    Question 2 - it would be possible to point all programs that use a file given in one place? That is to centralize the location of a file. What I think, could eliminate the need to have different copies at different locations. If so, how is it please?

    Thank you for your help.

    The duplication that you see is the result of a bad installation program written by eSupport. It has nothing to do with Microsoft. I could do this:

    1. Rename the folder c:\eSupport in eSupport.junk
    2. Wait a week or two.
    3. If all goes well, remove the renamed folder.
  • List of blackBerry Smartphones of all devices that are without trackball or wheel

    Hello world

    Our company develops an application for BlackBerry devices. Someone could give me a list of all devices that are without trackball or wheel?

    Thanks in advance

    AN_employee wrote:

    Could someone give me a list of all devices that are without trackball or wheel?

    Which leaves all devices including the touchpad and touch screen.

    Touchpad:

    85xx

    97xx

    Touch screen:

    95XX

    Is this what you need?

  • Close applications that use ports 80, 443, 8000, 8002 and 8004

    Operating system: Windows 7 Professional

    I set up a test server that is demanding that I closed all applications that use ports 80, 443, 8000, 8002 and 8004, because these are required by the Test Server. I don't know how to do this. Any help would be greatly appreciated.

    Best,

    Hello

    The question you posted would be better suited in the TechNet Forums. I would recommend posting your query in the TechNet Forums.

    http://social.technet.Microsoft.com/forums/en-us/w7itpronetworking/threads

  • List of all events

    Hello
    can someone give me the list of all events that fires after the steps.
    for example, if we check-in standard, validatestandard event is called.
    Similarly someone has this list of action events.
    Please tell me... It is urgent...

    Hello

    Put the filter section of tracing, requestadit on the Administration of the University Complutense of MADRID - Audit of system information and enable detailed full tracing. This will give you the complete list of all events, filters, services for any action performed on UCM.

    Thank you
    Srinath

  • Where can I find a list of all environment variables that can be used in the getenv() function?

    Hello

    I tried to find a list of all the environment variables to the OM of InDesign, alas, without success. I have already stumbled on what follows.

    $.getenv ('computername');

    $.getenv ('username');

    Even in the wonderful Jongware of object model (Adobe InDesign CS5 (7,0) object model JS: Table of contents) there is no information on that.

    I am looking for reference library containing these values. I have no specific in mind script task.

    Any help much appreciated!

    Olli

    You answer me here. In the good old Wikipedia there is a page on this. Check it out:

    Environment variable - Wikipedia, the free encyclopedia

  • The list of all names of virtual machines that are attached to the computer with script group

    I need a script that would list all the virtual machines names that are attached to the Machine group as the bellows screenshot:

    vcm.jpg


    Ce can be in any language I just need to get this information.

    I tried to Watch in database and found vm names of in table [ecm_dat_machines] and Group of/ids in names of table [ecm_sysdat_machine_groups] but I don't find table that would be assign vm to the Group.

    I serait appreciate any help or clue as I already spent a lot of time on this task.

    Attached file of import/export includes a view created for the SQL below, as well as a SQL report that uses this perspective to the computers by group in the VCM UI.

    Note that the functions used in the join of the query criteria are there to ensure that only valid/active/license machines are displayed, these date data and time are adjusted to the time zone of the user, and that the users do not see that their role does not have access to groups of computers.

    SELECT

    m.machine_name,

    mg.machine_group_name,

    mg.machine_group_desc,

    DATEADD (mi, utc.utc_offset, m.date_last_contact) as date_last_contact

    OF dbo.ecm_dat_machine_group_machines_xref mgx

    JOIN dbo.ecm_dat_machines m

    ON mgx.machine_id = m.machine_id

    Join dbo.ecm_dat_machine_groups mg

    ON mgx.machine_group_id = mg.machine_group_id

    JOIN dbo.ecm_dat_roles_machine_group_xref rmx

    ON mgx.machine_group_id = rmx.machine_group_id

    AND rmx.role_id = dbo.role_current)

    JOIN dbo.ecm_fn_machines_valid_t (vm)

    ON mgx.machine_id = vm.machine_id

    JOIN dbo.ecm_user_utc_offset (utc)

    1 = 1

  • Is there a list of graphics cards that work perfectly with all the new features of Creative Cloud? I want to update my graphics system and want a model that will be obsolete when the next CC updates the roll autour.

    Is there a list of graphics cards that work perfectly with all the new features of Creative Cloud? I want to update my graphics system and want a model that will be obsolete when the next CC updates the roll autour.

    The "General" cloud requirements are quite low... so you have to ask in the forums of specific program for a special features used by individual programs

    For video editing Premiere Pro, go read it in community: Forum Hardware | Adobe Community

Maybe you are looking for

  • C75-A-11j satellite crashed and will not start

    I went to Toshiba in December 2013.Never had serious trouble with the other H.P. during all these years, but now five months Toshiba and my laptop Satellite C75 completely crasched. I tried to update the system, but it did not work.Fortunately, I sav

  • Analyzer of sequence running from the command line in TestStand 2010

    Hello I would like to be able to run and control the stand-alone command line sequence Analyzer.  I can do that in 2014 TS (and it seems that I could patch versions as soon as 2012 TS to give them this ability), as described here: http://digital.ni.c

  • Make the bottom of boarder indicator less and transparent (invisible)

    Happy new year to all. Y at - it an easy way to get the feature in the image below: I want zeros "BOLD" to terminals on the diagram I can update.  Don't you think by saying that the top of the page game seems better than the bottom? Kind regards Lewi

  • Trying to update my driver Bluetooth for Lenovo IBM T60

    Trying to update my Bluetooth driver for Lenovo IBM T60 running Windows XP Pro service pk 3. Could someone - paste the direct link for this update. Thank you

  • Cannot access the user account

    I recently sent my computer in my college of departmental it to update some software. They could not access my account due to a password. They bi - passed this by making two accounts 'Test' and 'comments'. If I'm going to one of these accounts I can