User-defined attributes

I'm looking for the best way to accomplish a few things to foglight requiring me, the instances of SQL Server 'tag' and instances of DB2 (or if necissary databases).  For example I need to be able to indicate that the instance is for the customer and what application it supports.  These will then be used in multiple ways, such as filtering certain alarms based on the tag, see the value in the various reports, automatically put in services, etc..

I could be missing something, but I don't see any place where I can add attributes defined by the user.  I realize that I could put in services, however, I do not think that would accomplish what I need, because they would be in more than one service, and he wouldn't know which report.

Is it possible to add user-defined attributes?  Or I go about this completely wrong?

In version 5.6, Quest added KnowledgeItems

http://eDOCS.quest.com/Foglight/56/doc/wwhelp/wwhimpl/API.htm?href=core/DataModel/index.php

It takes a little work prior to employment, but that's worth the effort; I'm looking for some OOB dashboards, where I can enjoy KnowledgeItems

Tags: Dell Tech

Similar Questions

  • Maximum number of user defined attributes

    Hello

    I want to mark a member in the dimension of accounts in four different purposes but I have only three attributes defined by the user to work with.

    Can we create a 4th user-defined attribute or achieve it by another method?


    Thank you
    Arjun.

    You can also use key pairs / value in knots, for example in a UD, you might have:
    A = 1, B = 2, C = 3, D = 4, E = 5
    You can write rules to analyze the UD and extract the desired setting. This will allow you to have approximately 30 knots. The exact number depends on the length of the text NODE.

  • User defined attributes of an entry in list of ignored navigation?

    I added target = "_blank" to an entry in list of navigation as a user defined attribute, but it does nothing. If I understand correctly, it is supposed to become an attribute of the generated a tag, but when I check the source of the page, there is no trace of it. It is on the 3.1.2.00.02 version.

    You must change the list template and the reference of your attribute set by the user in the definition of a relationship, I think that this is the reference as #A01 #.

  • Extraction of the smartview user-defined fields

    I used fields that are defined by the user to create lists. Does anyone know a way I can extract these fields of HFM using smartview?

    Thank you.

    According to Guide of Smartview, user-defined attributes are available for Essbase and HFM no

  • user-defined types

    Hi all

    I have a function that returns a type defined by the user in my sql environment. The type consists of 5 different columns. I pass a ref_id to my function, on the basis of which he does some calculations and returns me the type.

    create or replace type my_type

    (

    number of col1,

    col2 varchar2 (100),

    COL3 varchar2 (10),

    number of COL4,

    number of col5

    )

    create or replace function fun (number in_id) return my_type

    as

    Start

    -code1

    -code2

    Return (my_type)

    end;

    In my sql environment, I have a table which is the following structure

    create table tab1

    (

    number of emeline

    upgvc varchar2 (100),

    number of Ref_ID, - this ref_id when it is passed to the function above will return a populated user-defined type values.

    number of col1,

    col2 varchar2 (100),

    COL3 varchar2 (10),

    number of COL4,

    number of col5

    )

    I have a table tab2, using which i will be filling of the columns of the table tab1, tab2 table structure is as below

    create table tab2

    (

    number of emeline

    upgvc varchar2 (100),

    number of Ref_ID)

    now I have to fill each column in table tab1, tab2 table and my pleasure to feature.

    something like

    Insert into tab1

    Select emeline,

    upgvc,

    Ref_ID,

    Rest of the values must be completed by calling the function using the ref_id and fill in the values. What would be the best way to do it? I have millions of records with it. I tried to use this with the function of REGAL and tried fill lines, but its slow.  All of the suggestions.

    Note: apologies for not sticking scripts and the original code since it will take days

    Thank you

    Rahul

    PetervdZwan wrote:

    Hello

    I agree that you shouldn't calc function for each attribute. But you don't need an extra table for this type.

    See below:

    Not sure what you mean:

    SQL > set serveroutput on
    SQL > select a.deptno,.
    2 a.f.col1 col1,
    a.f.col2 3 col2,
    4 a.f.col3 col3,
    5 a.f.col4 col4,
    6 a.f.col5 col5
    7 of)
    8. Select wagneur, f1 (deptno) f
    scott.dept 9 d
    10          ) a
    11.

    DEPTNO COL1 COL2 COL3 COL4 COL5
    ---------- ---------- ---------- ---------- ---------- ----------
    10         10 A          B                   2          3
    20         20 A          B                   2          3
    30         30 A          B                   2          3
    40         40 A          B                   2          3

    Call to F1
    Call to F1
    Call to F1
    Call to F1
    Call to F1
    Call to F1
    Call to F1
    Call to F1
    Call to F1
    Call to F1
    Call to F1
    Call to F1
    Call to F1
    Call to F1
    Call to F1
    Call to F1
    Call to F1
    Call to F1
    Call to F1
    Call to F1
    SQL >

    As you can see, function runs again 5 times by each line. You need to materialize in line of sight. It can be done using NO_MERGE:

    SQL > select a.deptno,.
    2 a.f.col1 col1,
    a.f.col2 3 col2,
    4 a.f.col3 col3,
    5 a.f.col4 col4,
    6 a.f.col5 col5
    7 of)
    8 select / * + no_merge * /.
    wagneur, f1 (deptno) 9 f
    scott.dept 10 d
    11          ) a
    12.

    DEPTNO COL1 COL2 COL3 COL4 COL5
    ---------- ---------- ---------- ---------- ---------- ----------
    10         10 A          B                   2          3
    20         20 A          B                   2          3
    30         30 A          B                   2          3
    40         40 A          B                   2          3

    Call to F1
    Call to F1
    Call to F1
    Call to F1
    Call to F1
    Call to F1
    SQL >

    However, I have and I know not why, the function is called not 4 but 6 times, using the type of collection (as in my first response) causes function calls only 4 - one per each line.

    SY.

  • Collections and user-defined objects

    Hello

    I try to use collections of user-defined object type, I am facing a problem here.

    The code below works well with the object varray straight forward.

    declare
    Typ_derv1 TYPE is varray (2) of varchar2 (100);

    v_test1 typ_derv1: = typ_derv1();
    Start

    v_test1.extend (1);

    v_test1 (1): = ' ID' 1 ';

    dbms_output.put_line (v_test1 (1));
    end;
    /

    CREATE OR REPLACE TYPE TYP_TEST1 AS OBJECT)
    ATTR_ID VARCHAR2 (10),
    ATTR_NAME VARCHAR2 (20)
    )
    /

    «The script below gives ' ORA-06530: composite unitialized reference "error message to the statement" v_test1 (1).» ATTR_ID: = ' ID' 1 ';

    declare
    Typ_derv1 TYPE is varray (2) of TYP_TEST1; GOLD TYPE typ_derv1 is table of the TYP_TEST1;

    v_test1 typ_derv1: = typ_derv1();
    Start

    v_test1.extend (1);

    v_test1 (1). ATTR_ID: = ' ID' 1 ';
    v_test1 (1). ATTR_NAME: = "Name1"


    dbms_output.put_line (v_test1 (1).) ATTR_ID | ', ' || v_test1 (1). ATTR_NAME);
    end;
    /

    But, when I give something like that, it works well, but is not a real collector's item so, it maintains just a variable with attributes structure.

    declare
    v_test1 TYP_TEST1: = TYP_TEST1 ("ID 1', 'Name1');
    Start

    dbms_output.put_line (v_test1. ATTR_ID | ', ' || v_test1. ATTR_NAME);
    end;
    /

    I tried like this, it gives me the same ' ORA-06530: reference to the composite unitialized' error in the statement "v_test1 (1).» ATTR_ID: = ' ID' 1 ';

    CREATE OR REPLACE TYPE TYP_COLL_TEST1 AS TABLE TYP_TEST1;

    declare
    v_test1 TYP_COLL_TEST1: = TYP_COLL_TEST1();
    Start

    v_test1.extend (1);

    v_test1 (1). ATTR_ID: = ' ID' 1 ';
    v_test1 (1). ATTR_NAME: = 'NAME 1';

    dbms_output.put_line (v_test1 (1).) ATTR_ID | ', ' || v_test1 (1). ATTR_NAME);
    end;
    /

    I tried something like this and it works,

    declare
    v_test1 TYP_COLL_TEST1;
    Start

    v_test1: = TYP_COLL_TEST1 (TYP_TEST1 ("ID 1', '1 NAME'), TYP_TEST1 ("ID 2', '2 NAME'));

    dbms_output.put_line (v_test1 (1).) ATTR_ID);
    dbms_output.put_line (v_test1 (1).) ATTR_NAME);

    dbms_output.put_line (v_test1 (2).) ATTR_ID);
    dbms_output.put_line (v_test1 (2).) ATTR_NAME);

    end;
    /

    But when I want to use something like that, I couldn't do it, I'm going in circles.

    vtest1.extend; _

    vtest1 (3): = TYP_COLL_TEST1 (TYP_TEST1 ("ID 'NAME 3' 3')); _

    vtest1 (3). ATTR_ID: = ' ID 3'; " _
    vtest1 (3). ATTR_NAME: = "NAME 3';" _

    Please give me some examples about handling this requirement, in particular objects defined by the user with collections as a VARRAY, nested Table and associative arrays, thank you.

    Frank Kulash, it would be better if you could give some explanations and examples.

    Only can Frank help? Or I'll make?

    Try

    declare
    v_test1 TYP_COLL_TEST1 := TYP_COLL_TEST1();
    begin
    
    v_test1.extend(1);
    v_test1(1) := typ_test1('ID 1', 'NAME 1');
    /*v_test1(1).ATTR_ID := 'ID 1';
    v_test1(1).ATTR_NAME := 'NAME 1';*/
    
    dbms_output.put_line(v_test1(1).ATTR_ID || ', ' || v_test1(1).ATTR_NAME);
    end;
    / 
    

    or

    declare
    v_test1 TYP_COLL_TEST1 := TYP_COLL_TEST1();
    begin
    
    v_test1.extend(1);
    v_test1(1) := typ_test1(null,null);
    v_test1(1).ATTR_ID := 'ID 1';
    v_test1(1).ATTR_NAME := 'NAME 1';
    
    dbms_output.put_line(v_test1(1).ATTR_ID || ', ' || v_test1(1).ATTR_NAME);
    end;
    / 
    

    Published by: Paul Horth on March 8, 2012 07:01

  • How to display a user defined symbol when using addLinearFeature

    Hello

    We display our geospatial data of database image on the browser.

    With the help of MapViewer mv.addLinearFeature I am able to draw lines on it.
    I created styles in MapBuilder for our symbols userdefined and added to the Mapviewerconfig file.


    Now, according to our condition, we need to put our user defined symbols in the middle of the line when a line is drawn using addLinearFeature

    For example like this:



    -------------(::) -------------------

    Suppose that (:) that is our symbol.


    Please tell me how to do this.

    You can use the marker (user-defined symbol) as a label for the line. Something like the theme/style definition of roads in the mvdemo example where the highway shield is a marker.
    SQL > select styling_rules from user_sdo_themes, whose name = "THEME_DEMO_HIGHWAYS";

    STYLING_RULES
    ---------------------------------------------------------------------------






    SQL > select the definition of user_sdo_styles where name = 'M.SHIELD1';

    DEFINITION
    --------------------------------------------------------------------------------





    SQL >
    The content of ROUTEN (column/attribute) is displayed in the marker (m.shield1).

    Is your different condition or something similar work?

    If its for just displaying a marker (i.e. your symbol defined by the user who is the notice of user_sdo_styles of database) somewhere along the line then use a line style definition (see Appendix A of the guide):





    This will display the marker M.IMAGE105_BW on 0.15th of the length of the line.
    If you would like this marker repeated at fixed intervals (the length of the line subsequently 0.15) then use





  • When I print my paper to "user-defined" size in Thunderbird by default instead of "letter". Have to change manually, but does not.

    I use a printer Brother HL-6180DW and the paper size to default printer to 'letter' 8 1/2 x 11 on everything, except
    When you try to print an email from Thunderbird. If I manually change the paper size in Thunderbird to the letter, it maintains for that impression, then default to "user-defined" which is 3.0 x 5.0. How to make the default format letter? Thank you.

    I have answered hundreds of posts here every month. Most of the time I don't know who or what 5 seconds after I'm done.

    I did not add... I said to delete. You can remove all in printers and when you restart Thunderbird and try and print with the selected printer is the will add stuff if needed. So bite the bullet and simply delete away.

  • Question of the user defined Type (UDT)

    Hello

    The attached file is NEITHER sample to call a VB6 vi.

    The following is declared in the declaration section:

    ' Global declarations
    Dim lvapp As LabVIEW.Application
    Dim vi LabVIEW.VirtualInstrument

    When I paste these statement in another project (that I'm working on), I get an error 'undefined user-defined type '.

    Can someone point out to me were in the sample, these type definitions are declared?

    Thank you

    Rafi

    PS the attachment is indeed xxx.rar and not xxx.zip.  I changed the name because .rar has not been accepted.  Please rename .rar

    Thank you

    I forgot to mark references to my project

    Project--> references--> LabView. Type library of xxx

    Thank you

  • Use of user defined function in mathscript containing a structure

    Hi, I am a novice user of LabView MathScript module,

    I have the following problem when integrating my code MATLAB, LabView, for HMM: in my program, I tried to call a MATLAB called "mixgaussinit.m" user-defined function, it shows this error...

    "

    I just noticed that these files appear to be copyrighted. My first question is do you have author permissions to post them in a public forum? If this isn't the case, then you can remove them. That being said, I have reviewed the code and it seems easy enough to work around your problems (provided that you have the copyright permissions). How to bypass the problems is to replace the fields of the struct with variables. There is of course allows you to change some definitions of functions for input and output the necessary variables which I think was the best 5 variables. You will also need to redo the code that uses a table of error checking cell. In total, I estimated about 30 minutes of work. I would have given you work around these files had not been protected by copyright. So, unfortunately, you will need to implement the work around you.

  • variables of user-defined data transfer

    Hello

    I use the etherCAT 9144 chassis and is only supported by this hardware FIFO range target. After a search, I realized that the only way to transfer data from FPGA to the host by using user-defined variables. But these variables do not support the notion of FIFO. So which is the best practice to transfer data after measures (provable 10 Hz measurement of 15 values) to host VI?

    Thank you

    As mentioned, the 9144 only supports the analytical engine.

    In regards to what you do, it really depends on the entire application. For example, what is the master? Are there other systems at issue here? Etc. It's a good read, in general, although it might not help this second right: http://www.ni.com/white-paper/14151/en/

    A high level, you need to decide what you need. If you have need for deterministic communication, low-latency over long distances from a RT controller, the 9144 is probably the right choice. If you need low latency + streaming over short distances to a RT controller, you should look into the RIO MXI chassis. If you need mainly not deterministic low speed (10 hz) data mixed with low flow continuous over long distances to a windows or host RT, then ethernet expansion rio (9146,7,8,9) is probably the right choice. If you need high speed continuous with low control latency over long distances to a windows or RT host, you need a full cRIO controller. Based on what you've posted so far, its uncertain is the right person.

    Lets say you're stuck with the 9144 for now. As you can easily hit 1 kHz scanning cycles, it should be perfectly possible to data 'stream' to 10 Hz. If you run the scan at 1 kHz engine, then you are 100 x oversampling. Where it gets complicated is this requirement of sync. By default, acquisition input/output is synchronized to the clock of the scan (and you can see when the clock of scan is set by a knot of e/s FPGA). However, you can take complete control of a module in the FPGA and read inputs and outputs at any time if you please. In other words, you can set up so when DIO0 goes high you immediately enjoy all the values of AI 15. You can then transfer these values HAVE switched to the host using the user-defined variables.

  • 9144 with FPGA and SGL EtherCAT custom user-defined Variables?

    Hello

    I currently have a small instrument driver (rs485) running on a chassis of 9144. The output values are communicated to the master EtherCAT using FXP numbers. I would like to pass these FXP to SGL, since I've upgraded to SP1 2012 LV with FPGA now supports numbers of SGL.

    Is this possible? I tried several times to create the Variables defined by the user of SGL in the project, but the date type is gray.

    Greetings from Munich,

    Götz

    Unfortunately, SGL is not a data type supported for communication to and from a 9144. The types of data available for the I/O user-defined variables are:

    * Fixed point
    * Signed integers (Int8, Int16, Int32, Int64)
    * Integers (UInt8, UInt16, UInt32, UInt64)
    * 32 bit field
    * Boolean

    More information on I/O user-defined variables can be found at:

    Programming EtherCAT i/o with FPGA Intelligence to: Differences in LabVIEW FPGA programming API
    http://www.NI.com/white-paper/10618/en#toc4

  • User Defined King

    Hello Experts!

    I have a simple question.

    Is there a way, of creating user defined KING?

    For example, I want to create a return on investment, such as:

    Hello

    Yes and no. You can combine this KING of three kings of base: two lines and a circle (or ring). Movement will be a little tricky (because all three kings should be moved together with the movement of the mouse) - you need to do programmatically. ("Point of departure") example as an attachment. Think otherwise maybe twice - it will be easier to use single point KING with overlay instead of several Kings.

    Andrey.

  • What are user defined variables (UDV)?

    I'm trying to debug an application in real time and have worked on known issues for LabVIEW Real-time 2011. There is a term called "user defined Variables (UDV)" that opens occationally document known issues with other documents. It seems that UDVs can be created under target FPGA but I am unable to find any useful information on them. I know only local, global, shared, single, variable IO process.

    Hi Lucie,.

    The /o Variables using the help documentation gives a pretty good explanation of what a user-defined variable is in the section "data i/o Variables for Custom FPGA of e/s". I hope that this documentation helps!

    Best,

    tannerite

  • MS Intellimouse Explorer 2.0 has user programmable buttons, but this mouse is very hard to find. Is there an another wireless mouse which has programmable buttons user-defined?

    MS Intellimouse Explorer 2.0 has user programmable buttons, but this mouse is very hard to find. Is there an another wireless mouse which has programmable buttons user-defined?

    Thank you

    OOPS - I just read the description of the site and realize that this is the wrong forum for my questions.

    I'm sorry.

Maybe you are looking for

  • How can I display iPhoto "Favorites" imported pictures in Photos?

    I imported all my old photos iPhoto photos on my new imac. But how can I see which ones I've been featured over the years? Please tell me there is a way, and that I have not lost all star-sides I assigned... ;-) Thanks for any help :-)

  • HP 3500 pro: VHS TO DVD

    I just bought a VHS to DVD converter (VIDBOX 8.0 DELUXE) and would like to know if I can use my computer for anything else or if I should leave my computer alone when I record from VHS to the DVD recorder.

  • How to trace a particular set of data in table 2d

    Hello I have a case in which I got a picture of 2D with index(1-20) data making it 3D, now I have to draw together only specific data such as 1.5 indexes and exclude a 3rd or draw 1-10 index data. What a way in labview so I can choose the particular

  • Why my thumb nails do not show photos

    When I search Pictures results listed as thumbnails do not show a sample of the image. I have to use another program to see what they are. Can anyone help?

  • Lollipop Z2 default lockscreen walpaper

    Hi How can I find the next xperia lollipop lockscreen walpaper in my phone settings default? I got when I updated to lollipop then yesterday I gave zero factory my phone and now I am unable to locate this walpaper.