OIM 11 g R2: target setting dependend attribute on the type of process (create, update, disable)

Hello

I try to set an attribute ('Action') of users on a target system (Lotus Notes) dependend on the type of process which was conducted:

When the user is created in Lotus Notes by the IOM, 'Action' should be on the value 'create '.

When the user is updated in Lotus Notes by the IOM, 'Action' should be on the value "update".

When the user is disabled in Lotus Notes by the IOM, 'Action' should be on the value "disable."

What would be the best way to achieve this? And exactly how I should implement that? (I tried to read the documentation on the tasks of the adapter, however I could not get that to work...).

Thank you!

M

Hello

Its easy to accomplish by using adapter process task.

(1) create a field on your form of process as 'Action '.

(2) create a new process task in Lotus Notes process definition for "Action Updated" (you can use OOTB adapter for mapping purposes)

(3) create a new task adapter process that fills that takes input like input1 and back to the entrance.

(4) create the 3 tasks in process in Lotus Notes process definition. One for each action. For example: Update Action such as activate, Action such as disable update, update Action as Create. In the tasks of each process, pass the entrance as enable, disable and create respectively.

(5) to map each tasks created in step 4 success of Create User, user, user disable respectively.

~ J

Tags: Fusion Middleware

Similar Questions

  • Set different attributes for different type of content or profile

    Hi all

    I use ucm10g, my client asked me if it is possible to set different attributes for different type of content or profile.

    I know that using the profile when checkin, content display information or research, content server just show me attributes belong to only one profile, but internally, several other attributes are always available for that content, it is a resource size? as the other attributes are not allowed for this business view content, is it possible to not allow other attributes for this content in this case?

    Best regards

    In short, no it's not possible.

    Basically, some ECM systems will create the tables of specific database for each content type store that content type-specific metadata.

    University Complutense of MADRID takes a simpler approach. All custom metadata are stored in the DocMeta table and the standard fields are in the table of revisions. So if you have documents that do not use some fields, you get "null in your database - I don't think it's a huge waste of resources that the DB does not really use a lot of storage in this way."

    Having in general many areas can reduce the performance of loading search page and very slightly so it is advisable to try to keep the number of fields to a manageable level.

    Hope that answers your question

    Tim

  • Unable to get copy of targeting DAQmx.dll 4.5 / / the type 'NationalInstruments.ISynchronizeCallbacks' is defined in an assembly that is not referenced.

    I inherited a software project that uses the NationalInstruments.DAQmx.dll library. I currently have the 13.0.40 32-bit version of the library. I rewrite the 64 bit .NET 4.5 and have found problems when you use the 13.0.40 version. Namely the two errors below

    Error    1    type 'NationalInstruments.ISupportSynchronizationContext' is defined in an assembly that is not referenced. You must add a reference to assembly ' NationalInstruments.Common, Version = 13.0.40.190...
    Error 2 type 'NationalInstruments.ISynchronizeCallbacks' is defined in an assembly that is not referenced. You must add a reference to assembly ' NationalInstruments.Common, Version = 13.0.40.190...

    Research mistakes online, I think that the problem is that my current DAQmx.dll is the .NET 4.0 framework and my new project target .NET 4.5.

    I went on the Web site of NOR and downloaded the NI DAQmx 15.1 "Downloader" (found here http://www.ni.com/download/ni-daqmx-15.1/5617/en/). This executable, once executed, then downloads ~1.7GB compressed files, once unpacked there are a large number of software and current documentation. After speaking with an engineer application OR on the phone he asked me to launch the NI DAQmx setup in the top level of the unpacked files folder. He then installed what I would call the Suite OR software... (Front flip, after I did an uninstall, the uninstall program me notified that I'm removing 224 pieces of software.) So why I call it the Suite OR).

    After installation, I was tasked to search for a similar folder installation directory to MStudio / / DAQmx / / DotNET / / assemblies / / current for the new version of the DAQmx.dll but only found dll starting with NationalInstruments.Common and anything ending with DAQmx. I also did a search on the full installation for the dll directory and found no NationalInstruments.DAQmx.dll. I decided to try the . Common.dll suggests that the naming convention may had changed, nothing helps.

    (Just some extra info) Finally, I went to the machine that has the old version of the Suite OR on it (I develop on a separate computer from the one using my instrument NOR) and looked under the same folder I mentioned above. Under this folder I locate a NationalInstrument.DAQmx.dll if this is the one I currently use. I also find a 64-bit version of the 13.0.40 dll, which is nice, but still has the same problems as the 32-bit version.

    So I guess my questions are now

    • Do I have reason to think that I need a newer dll? The one with the XX naming convention. XX.45 (15.1.45, I hope)?

    • If so, a DAQmx.dll who target 4.5 is of NEITHER?

    • If it does not exist, where can I find it? ...

    Well, I think I have mislead you again NYC. It seems that my problem has not been resolved. I tried all the libraries for each version, Measurement Studio from 2010 to 2013.

    The folder structure I have is as follows.

    \MeasurementStudioVS2010\\DotNET\\Assemblies\\Current\\NationalInstruments.DAQmx.dll
    \MeasurementStudioVS2010\\DotNET\\Assemblies\\15.1.40.61\\NationalInstruments.DAQmx.dll

    \MeasurementStudioVS2010\\DotNET\\Assemblies (64-bit)\\Current\\NationalInstruments.DAQmx.dll

    \MeasurementStudioVS2010\\DotNET\\Assemblies (64-bit)\\15.1.40.61\\NationalInstruments.DAQmx.dll

    \MeasurementStudioVS2012\\DotNET\\Assemblies\\Current\\NationalInstruments.DAQmx.dll

    \MeasurementStudioVS2012\\DotNET\\Assemblies\\15.1.45.61\\NationalInstruments.DAQmx.dll

    \MeasurementStudioVS2012\\DotNET\\Assemblies (64-bit)\\Current\\NationalInstruments.DAQmx.dll

    \MeasurementStudioVS2012\\DotNET\\Assemblies (64-bit)-15.1.45.61\\NationalInstruments.DAQmx.dll

    \MeasurementStudioVS2013\\DotNET\\Assemblies\\15.1.45.61\\NationalInstruments.DAQmx.ComponentModel.dll

    Obvious all directories not marked 64 bits fail because they are not 64-bit. Directories marked 15.1.40.61 do not work gives me the original error. because they target DotNET 4.0. Under the VS2013 directories are not NationalInstruments.DAQmx.ComponentModel.dll only NationalInstruments.DAQmx.dll. Directories marked with 15.1.45.61 highlighted give the same error, namely

    Error 1 the type 'NationalInstruments.ISupportSynchronizationContext' is defined in an assembly that is not referenced. You must add a reference to assembly ' NationalInstruments.Common, Version =15.0.40. 49154...

    Which I guess means that the name of the 15.1.45 directory does not coincide with the 15.0.40dll version. Am I misunderstanding this error, or am I wrong that the dll under 15.1.45 are not what they are labeled as?

    For reference, here are two snippits of code I'm trying to do work.

    using (NationalInstruments.DAQmx.Task analogWriteTask = NationalInstruments.DAQmx.Task (()) new / / errors arise here using task
    {
    String [] channels = DaqSystem.Local.GetPhysicalChannels (PhysicalChannelTypes.AO, PhysicalChannelAccess.External);
    analogWriteTask.AOChannels.CreateVoltageChannel (channels [1], "aoChannel", MIN_VOLTAGE_OUT_THEORETICAL, MAX_VOLTAGE_OUT, AOVoltageUnits.Volts);
    AnalogSingleChannelWriter writer = new AnalogSingleChannelWriter (analogWriteTask.Stream);
    writer. WriteSingleSample (commandValue, true);
    }

    using (NationalInstruments.DAQmx.Task digitalWriteTask = NationalInstruments.DAQmx.Task (()) new / / errors arise here using task
    {
    String [] channels = DaqSystem.Local.GetPhysicalChannels (PhysicalChannelTypes.DOPort, PhysicalChannelAccess.External);
    digitalWriteTask.DOChannels.CreateChannel (channels [1], "port1", ChannelLineGrouping.OneChannelForAllLines);
    DigitalSingleChannelWriter writer = new DigitalSingleChannelWriter (digitalWriteTask.Stream);
    writer. WriteSingleSampleMultiLine (commandValue, true);
    }

    EDIT: So the real problem is that I have not included NationalInstruments.DAQmx.Common.dll in my project.

  • ColdFusion files downloaded with several attribute in the tag input processing

    Hello, all,.

    (For the first time), I try a function which will be posted via HTML5 form from one code files < input type = "file" multiple = "multiple" name = "images" / > tag.

    Specifically, how do I determine how many files have been selected for download on the side Server?

    The goal is to use CFFILE to READASBINARY the images, and then insert that the directly into a MySQL database.  (That last part, I think I have down pat.)

    V/r,

    ^_^

    OK... It's CF10, so I don't have the luxury of form definition to present several elements (such as check boxes, boxes option or others who submit a list separated by commas of data) in a table instead of a list... However...

    What I've discovered, is that file multiple entry shall submit a list separated by commas of the files.

    So what I learned is that if the form is present, use REMatchNoCase() on form.fieldnames looking for the name of the input file element and the length of the array will be the number of downloaded files.

    
        
        
        There are #arrayLen(results)# files being uploaded.
    
    

    The downside of this VERY simplistic code is that the form element exists even if no file is selected, it will always display at least one.  Adding validation to make sure that one has the other thing that an empty value would be a good idea. but for brevity, I'm not add that here.

    HTH,

    ^_^

  • Nobody knows how to set the type exposing without creating an odd line spacing

    I need how to superscript® for all browsers in Muse. When I use the outlining style, it creates a different spacing on this line seen in Safari or Firefox.

    FYI... The latest version of Adobe Muse CC (2014.3) directly supported for exhibitor/index via the text panel. We also ensure that exhibitor/index will not affect the line spacing.

    Abhishek

  • FUSION IN: ORA-30926: failed to get a stable set of rows in the source tables

    Hi all

    Database Oracle 12 c Enterprise Edition Release 12.1.0.1.0 - 64 bit Production 0

    PL/SQL Release 12.1.0.1.0 - Production 0

    CORE 12.1.0.1.0 Production 0

    AMT for 64-bit Windows: Version 12.1.0.1.0 - Production 0

    NLSRTL Version 12.1.0.1.0 - Production 0

    When you use the MERGE clause, if executed more than once, I get the below error

    ORA-30926: failed to get a stable set of rows in the source tables

    create table CBC (nums number, sname varchar2 (10))

    create tar (tnum number, tNom varchar2 (10)) table

    Insert in src values (1, 'a')

    Insert in src values (1, 'b')

    Insert in src values (2, "c")

    merge into tar

    using the CBC

    on (nums = tnum)

    when matched

    then

    update the value tNom = sname

    When not matched

    then

    Insert the values(snum,sname);

    What expect, it's that first time itself (when inserted), he must raise the error. But it's not.

    Select * from tar

    TNUM TNOM

    1 b

    1 a

    2 c

    But if we run for the second time it shows the error.

    I saw the document of the Oracle and he said

    MERGEis a deterministic statement. You cannot update the same row in the target table multiple times in the same MERGE statement.

    I've seen below cela son but failed to get the solution for this.

    MERGE STATEMENT ORA-30926: failed to get a stable set of lines in the source

    Nondeterministic fusion?

    Someone at - it make a clarification?

    I don't want to insert records into the first time itself. for example, to run the first time he must raise the error. can I do this using MERGE?

    Thank you

    Hello

    O - O wrote:

    Thanks knani, Frank.

    One more doubt.

    When you run the MERGE statement, the first time, there is no rows in the target table, so no rows in the target table is what it is.

    So we cannot perform below sqls using MERGE when the target table is empty?

    insert into tar values (1, 'a')

    updated tar tNom = 'b' set where tnum = 1

    insert into tar values (2, "c")

    Is - that means that the MERGER will be only works with validated data?

    Right; a MERGE statement will not update a line which has been previously inserted into the same MERGE statement.  All fact tables reference to the data in the tables by the time the MERGER began.

  • dbms_xmlgen-&gt; create oracle XML attribute with value type

    I use the dbms_xmlgen to create my xml message and I use the oracle TYPEs to create xml message elements.

    I need to create something like this:
    < type Emp 'name' = > xyz < / Emp >

    I tried to create the type as below
    create type emp_t as an object ("type" "@type")...

    But do not know how I need to set the value of this attribute.

    Help, please. Thanks in advance for your help.

    Can be

    SQL> select * from v$version where rownum=1;
    
    BANNER
    ----------------------------------------------------------------
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Prod
    
    SQL>
    SQL> select  dbms_xmlgen.getxml('select ename, ''name'' as "@type" from emp') from dual;
    
    DBMS_XMLGEN.GETXML('SELECTENAM
    --------------------------------------------------------------------------------
    
    
     
      SMITH
     
     
      ALLEN
     
     
      WARD
     
     
    
    SQL> 
    
  • 11g: how to test the VO attributes against the attributes of database

    Hello

    I think about writing JUNIT unit tests to match the VO on the database (table db, attributes and the type of the attribute).
    Also other (other companies) can make a development on the application database and that's why I want to assure
    the straightness of the DB tables and views that are used in our ADF application.

    In my opinion, I can use getAttributeDefs() to loop through all the attributes of a VO, but I don't know how to do the check on the database.

    Does anyone have any advice for me?
    I think it would also be a useful feature of the Junit Wizard "create business components test suite".


    concerning
    Peter

    Assuming you are using an Oracle database, can you make JDBC calls to the database in your unit test? How to read in the Oracle data dictionary to verify that the tables and columns exist?

    CM.

  • Cannot set attribute of the param element value using javascript in setAttribute

    When adding the items param via createFragment the javascript in setAttribute function does not set the "value" attribute It is necessary to set the nodetext to add this attribute to the value of the param element.

    Second, when using the method of the generated html code defines the 'value' to the innerHTML. HTML code resulting in the display by "Inspect the system" looks like this.

    < parameter id = "myID" > myValue < / param >

    Note: [the element close text < / param > is displayed correctly using inspect, but when using file-> SavePageAs the end text is not saved correctly.] I reported this in another question of moz. support FF.]

    function setparamAttrs (parmID, parmVal)
    {

    var gData = document.createDocumentFragment();
    
     var newNode = document.createElement("param");
     var textStr = document.createTextNode(parmVal);
     newNode.appendChild(textStr);
    
     newNode.setAttribute("id", parmID);
     //newNode.setAttribute("value", parmVal);  // this does not work
     //newNode.setAttribute("innerHTML", parmVal);  //this does not work
    
     gData.appendChild(newNode);
     document.body.appendChild(gData);
    

    }

    However, I was able to retrieve the "value", once it has been added using:

    var val = document.getElementById("parm0").value;)

    getAttribute ("value") does not work either.

    Finally, I added the param elements to my HTML code like this.
    < parameter id = "myID" > myValue < / param >. Then I tried to extract the value using document.getElementById("myID").innerHTML. No text has been returned. When I looked at the HTML document with inspect my HTML param element is displayed as < param id = "myID" > myVal. The closing text of the element has not the same when I use SavePageAs which I mentioned previously.

    Yes, this is the correct way to this code and it works for me without any problem.

  • No Collection target set when the Option-click on a collection folder

    How can I get the option "Set as target Collection" in the popup when the Option-click on a collection folder on my iMac?  At this point, I can't find any way to define a collection folder as the target folder.  According to the help section I looked at the instructions were to Option-click on the floder in Collections and the option "Set as target Collection" would appear. on my computer, is not in fact, nothing different happens when I click on the folder or the Option-click on the folder.  I use Lightroom 6 stand-alone version that you have installed the latest update.

    Make sure you're highlighting a regular collection and not a set of collection or a smart collection.

  • How to set the attribute in the request of adf defalut search form

    I use the default search engine in Jdeveloper 11.1.2.3 with Table query.

    I followed this blog to replace the query by default: https://blogs.oracle.com/jdevotnharvest/entry/how-to_tell_the_viewcriteria_a_user_chose_in_an_afquery_component

    Question is how to set the value of an attribute in the request. The user will add what ever he wants those who are caught queryEvent I want to add to the value of an attribute that is not displayed to the user and the search engine and it is necessary for the application to run correctly.

    Hello

    If you went on the blog that I posted, you could get the ViewCriteriaRow of the queryEvent and then you can add the attribute that you want to the ViewCriteriaRow, and then run the query accordingly.


    Arun-

  • Import of products, setting attributes in the form in Excel

    I couldn't understand why my export from my database of product in catalyst for business could not then be imported after a few minor changes. After removing all data from cells which were optional and I thought that potentially the cause of the problem, finally, I deduced that the product attribute column was to blame. If I suspect it has something to do with the format of the data in that cell. The following data:

    Size * | 5. Y:XL |, L |, XXL | US / 23, S |, M |, XXXL | US / 24; Color * | 5. Y:black | / images/product/clothing/t-shirts/shabby-road-dos - black.jpg | U.S. / 21, Gray | / images/products/clothes/t-shirt-t-shirts/shabby_ro ad_gray_back.jpg | US / 21

    What happens if something is wrong with the above syntax? This is exactly how the product export output. I added the attributes manually, that's all.

    The system should not export data that can then be easily imported?

    Really, this creates multiple problems for the management of products and their inventory in bulk. Should I remove the column product attributes whenever I do a download in the future?

    No, I mean WE / 02 h 00, but how you did is also valid if it makes when you do it in the admin.

    If your dealing with imports then set an example in the admin - export and then you can see the structure, you can just copy that and apply it to other products.

    Just be aware NOT to use illegal character sets and stick to the numbers for prices and letters for other attribute data to avoid any problem with import/export (which there are in this regard)

  • How to set the attributes of the relationship in the logic model?

    Hello, is it possible to set attributes of the relationship in the logic model (using the sql 3.1.0.683 data Modeller)?
    In my case, I want to set some attributes in a M:M relationship between two tables (for example: start_date and end_date) and then these attributes of the relationship which will be included in the relational model in the form of columns of the table created for solve relations M:M.
    Thank you.

    Hello

    There is no support for attributes in relationship. You should go directly with the entity of the intersection.

    Philippe

  • How to set custom attributes of Div in Adobe Edge?

    Hi all!

    I wonder if it is possible, staying in Adobe Edge animate, set custom attributes of a Div.

    For example, for the framework of the "Impress.js" presentation, we get this code:

    < div id = "large" class = 'step' data-x = '3500' data-y '2100' data-rotate = "180" data = "6" >

    < p > < b > Mar show grew up < /b > < span class = "thoughts" > idea </span > < / p >

    < / div >

    Thus, in EA, we can call a Div (but what kind of Div? A rectangle? A text box empty?) with the 'big', we can also add the shape to the 'step' of class user interface, but we cannot - as far as I know - insert custom attributes.

    Perhaps with Jquery 'setAttribute'?

    Thank you very much!


    Davide

    In my opinion, what they added or 'set' dynamically, as you might have guessed.

    This is an old thread on the same topic.

    Darrell

  • copy a set of attribute on another game

    Hi all

    I have a requirement in which I need to copy data from a set of values (which has some attributes in the annex).

    Say if I have a Hyperion group, I would like to copy to another group SAP. I put Hyperion and SAP attributes.

    Is this possible?

    Concerning

    Celvin

    I don't really see how you can do it. Suppose that Hyperion has two basic members associated with it and SAP has ten basic members associated with him. So what, you copy values into two members in 10 members? That would make no sense. It sort of sounds like you would like to make a division where you take the total amount of Hyperion and return States SAP.

    Maybe something like that

    FIX (@ATTRIBUTE ("SAP"));

    X = @SUM (@ATTRIBUTE ("Hyperion")) / @COUNT (@ATTRIBUTE ("SAP"));

    ENDFIX;

Maybe you are looking for

  • Song in iTunes Store search limits results to 100

    I had difficulties, looking for songs to the iTunes store. When I want to search by title of song (as opposed to the artist), the results are limited to 100. I saw a previous answer on this forum here - the answer was to click on the artist name and

  • Satellite P200 - 1EE HDDVD - does not work? Easy solution!

    Hi guys (and girls) I understand that other threads have been posted by providing assistance to update the drivers and firmware for the HDDVD drive - unfortunately not of them really helped me (but thanks to all who have posted in an attempt to help

  • antivirus detects a virus but cannot remove it.

    Original title: my antivirus detects the virus, then I try to run the program to delete but it won't let me? I was struck by the virus, ive tried several different programs, which find them all, but when I try to remove them, he said cannot run the p

  • Microsoft Paint suddenly cannot be found/used

    Here's the deal; This pc is about a year and a half, things worked very well on that. About 1 month ago I went to use Paint in the drop-down list in the Windows Photo Gallery (he was always there with reliability, a single click and it would always a

  • PDM 3.0 (1)

    Hello I have a PIX-535 with: Cisco PIX Firewall Version 6.3 (1) Cisco PIX Device Manager Version 3.0 (1) The problem is so I run PDM and in the configuration file appear a lot of location of pdm and pdm group aligns all the IP address and the groups