Define the process shape and available resources using the IOM APIs

Hello

I'm provision the resource in the IOM with the APIs of the IOM. I know that the API to use is provisionObject (long plUserKey, long plObjectKey). The problem is that I have some data to be set manually on the form of courses, so I have to send it via the API.

Please guide me how can I set the shape of process data and then provide a resource of IOM with the APIs.

Thank you.

Rahul

You can do it in both directions.
1. you can use adapter pre-population.
2. you can use the API.
http://docs.Oracle.com/CD/E21764_01/apirefs.1111/e17334/Thor/API/operations/tcFormInstanceOperationsIntf.html#setProcessFormData_long__java_util_Map _

extract the information from the object put into service

http://docs.Oracle.com/CD/E21764_01/apirefs.1111/e17334/Thor/API/operations/tcUserOperationsIntf.html#getObjects_long _

That
prntPrvsndPrsInsKey - retrieves the Instance.Key process for provisioned resource object
hashPrntData - a card that conatins keys as process form column name / value in the form of data.

tcforminstanceoperationsintf.setProcessFormData (prntPrvsndPrsInsKey, hashPrntData);

Thank you.
Kuldeep

Tags: Fusion Middleware

Similar Questions

  • Code to get the data in the child table in composite SOA using the IOM APIs

    Hi all

    I am a new bie to IOM. I have a query related to obtaining data in the child table using the API of the IOM in the task of embeded java SOA composite.

    I've created a workflow that has a form of child of providing service of slef. I created a composite SOA custom also approval. In the composite approval I have embedded java code and I want to get the values entered in the child form using the API IOM inot the java code embeded in composite SOA.

    I tried gettting the child form data by using getChildAttributes(), but I'm getting the following exception.

    The local Exception stack:
    Exception [EclipseLink-7242] (Eclipse - 2.1.3.v20110304 persistence Services - r9073): org.eclipse.persistence.exceptions.ValidationException
    Description of the exception: an attempt was made to navigate a relationship using indirection that had a null Session. This often happens when an entity has a relationship of LAZY not instantiated is serialized and this lazy relationship is crossed after serialization. To avoid this problem, instantiate the LAZY relationship before serialization.
    at org.eclipse.persistence.exceptions.ValidationException.instantiatingValueholderWithNullSession(ValidationException.java:994)
    at org.eclipse.persistence.internal.indirection.UnitOfWorkValueHolder.instantiate(UnitOfWorkValueHolder.java:218)
    at org.eclipse.persistence.internal.indirection.DatabaseValueHolder.getValue(DatabaseValueHolder.java:83)
    at oracle.iam.request.vo.RequestBeneficiaryEntityAttribute.getChildAttributes(RequestBeneficiaryEntityAttribute.java:100)
    to com. CASApproval.main (CASApproval.java:137)

    Please suggest me if I'm following the correct procedure of the child form data or if we can use another approach.

    Can we get the data using formInstanceOperationsIntf.getProcessFormChildData ().

    Thanks in advance for the help.

    Thank you
    PT

    When you're in approvals, there is no form of process data. Process form data would come only when approvals are completed. If you want to read data from the child form of the DataSet (i.e. the form object as in OIM9.x) you can use the RequestService on the id of the request and read the data. Or another approach would be to the child the dataset data value in the payload of the request and read the XML payload in the composite.
    Let me know if you need more information about the second approach. As for the first approach, search through the forums here and you should find my previous posting on how to reach child dataset values using the ask service API.

    -Marie

    Found these for you:
    OIM11G: Way to get values from dataset of the application for approval
    Re: How to get the value of the AD details of payload of SOA user group

  • IOM Login authentication fails when the IOM API call

    Hello

    We have a small custom application written to make the update of some attributes of the user on OIM. This app works great on the development system, as well as the test system. However, when you run the program on the live system, it generates the error below. Please note that we use the IOM 11.1.1.5, test and production are under linux, while the development system is running windows 7. The test system is a single instance, while IOM in a production environment is clustered. Quick response will be very useful.

    We checked the path provided for authwl.conf and that's okay. Here is the thrown error:

    oracle.iam.platform.utils.NoSuchServiceException: java.lang.reflect.InvocationTargetException
    at oracle.iam.platform.OIMClient.getServiceDelegate(OIMClient.java:197)
    at oracle.iam.platform.OIMClient.getService(OIMClient.java:174)
    at oracle.iam.platform.OIMClient.loginSessionCreated(OIMClient.java:209)
    at oracle.iam.platform.OIMClient.login(OIMClient.java:136)
    at oracle.iam.platform.OIMClient.login(OIMClient.java:129)
    at com.infotech.tra.organization.RoleAssignment.updateUserAttributes(RoleAssignment.java:274)
    at com.infotech.tra.organization.RoleAssignment.main(RoleAssignment.java:73)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:56)
    Caused by: java.lang.reflect.InvocationTargetException
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0 (Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:27)
    at java.lang.reflect.Constructor.newInstance(Constructor.java:513)
    at oracle.iam.platform.OIMClient.getServiceDelegate(OIMClient.java:193)
    ... 11 more
    Caused by: oracle.iam.platform.utils.NoSuchServiceException: javax.naming.AuthenticationException [Root exception is java.lang.SecurityException: user: weblogic, could not be authenticated.]
    to oracle.iam.platformservice.api.ClientLoginSessionServiceDelegate. < init >(Unknown Source)
    ... 16 more
    Related: javax.naming.AuthenticationException [Root exception is java.lang.SecurityException: user: weblogic, could not be authenticated.]
    at weblogic.jndi.internal.ExceptionTranslator.toNamingException(ExceptionTranslator.java:42)
    at weblogic.jndi.WLInitialContextFactoryDelegate.toNamingException(WLInitialContextFactoryDelegate.java:788)
    at weblogic.jndi.WLInitialContextFactoryDelegate.pushSubject(WLInitialContextFactoryDelegate.java:682)
    at weblogic.jndi.WLInitialContextFactoryDelegate.newContext(WLInitialContextFactoryDelegate.java:469)
    at weblogic.jndi.WLInitialContextFactoryDelegate.getInitialContext(WLInitialContextFactoryDelegate.java:376)
    at weblogic.jndi.Environment.getContext(Environment.java:315)
    at weblogic.jndi.Environment.getContext(Environment.java:285)
    at weblogic.jndi.WLInitialContextFactory.getInitialContext(WLInitialContextFactory.java:117)
    at javax.naming.spi.NamingManager.getInitialContext(NamingManager.java:667)
    at javax.naming.InitialContext.getDefaultInitCtx(InitialContext.java:288)
    at javax.naming.InitialContext.init(InitialContext.java:223)
    to javax.naming.InitialContext. < init > (InitialContext.java:197)
    at org.springframework.jndi.JndiTemplate.createInitialContext(JndiTemplate.java:114)
    at org.springframework.jndi.JndiTemplate.execute(JndiTemplate.java:86)
    at org.springframework.jndi.JndiTemplate.lookup(JndiTemplate.java:130)
    at org.springframework.jndi.JndiTemplate.lookup(JndiTemplate.java:155)
    ... more than 17
    Caused by: java.lang.SecurityException: user: weblogic, could not be authenticated.
    at weblogic.common.internal.RMIBootServiceImpl.authenticate(RMIBootServiceImpl.java:116)
    at weblogic.common.internal.RMIBootServiceImpl_WLSkel.invoke (unknown Source)
    at weblogic.rmi.internal.BasicServerRef.invoke(BasicServerRef.java:667)
    to weblogic.rmi.internal.BasicServerRef$ 1.run(BasicServerRef.java:522)
    at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:363)
    at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:146)
    at weblogic.rmi.internal.BasicServerRef.handleRequest(BasicServerRef.java:518)
    at weblogic.rmi.internal.wls.WLSExecuteRequest.run(WLSExecuteRequest.java:118)
    at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
    at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)

    There was incorrect values in the jndi.properties file causing problems. After the correction of the connection of IOM file worked properly.

  • Examine the properties of system outside the IOM/API

    Hello

    following an alleged error in the system properties of the IOM (11 g Rs PS2, BP04) that prevents the IOM to start properly, I'm trying to find a way to look at all the properties of the system. However, I don't know where to look for them.

    From my understanding, they cannot be in the DB (which schema, what table?) or the MDS, otherwise they would not accessible in a clustered environment.

    Are there clues about that?

    Thank you

    C

    The IOM system properties appear in the table the user XXX_OIM PTY.

    There are other properties for the application server that are in the MDS repository in the location /file/oim-config.xml which are also accessible from the Enterprise Manager console in time grain system run.

    -Kevin

  • How to get the IOM Director of resources in the SOA

    Hi Experts,

    I use IAM_11.1.2.1.0 and SOASuite_11.1.1.6.0, I develop a Composite of SOA, have first approved is Manager of lime and second approves is Administrator of the resource. My problem is that I can't load form to the administrator of the resource role.


    Can someone help me to understand. In R1, we use java code to make this type of operation, in the case of R2 what process. If one that solves this problem please help.


    Thank you

    Tamim Khan

    The resource administrator has nothing to do with the payload.  Usually everything you have found is the name of the resource in the application.  You will need to use the IOM APIs to retrieve information about the resource using the tcObjectOperationsIntf.  It might be especially in the catalog entry although if you completed the approval value.

    -Kevin

  • Please wait while Windows configures FAX"... this process stops and I get another message that says:"the component you are trying to use is on a CD-ROM or another removable disk that is not available. "

    Original title: widows installation problem

    I have Windows XP Professional running on a desktop older.  I cleaned the disk and I would use it only as a 'internet '.  It works well and response times are pretty fast, but when I connect I get a box that says "Please wait while Windows configures FAX"... this process stops and I get another message that says "the component you are trying to use is on a CD-ROM or another removable disk that is not available", "put the 'FAX' disk and click OK. , "" Use Source: '1' "»

    The first question is I do not use a fax application and never did, I have tried every disk I can think of to complete the process, but I get the same message with each one 'the path '1' is not found. "Make sure you have access to this place and try gain or find the installation 'FAX, MSI' package in a folder from which you can install the FAX product." .. then "error 1706 - FAX." Valid any source not found for the FAX product.  Windows Installer cannot continue. »

    This will take place two or three times at the beginning upward.  How can I prevent Windows Setup tries to install something that I do not use or do not seem to have?  I deleted any fax program, that I could find on the computer, and nothing seems to work.

    Hello

    1. have you done any change in software on the computer lately?
    2. are you able to install other applications and programs successfully?

    Check to see if the problem exists in Safe Mode, if the computer works as expected in mode without failure, then we can solve the problem in the clean boot state. There is an application which is set to start when you start the computer and which launches the installer of Windows.
    a. refer to the article below for the procedure safe mode in Windows XP
    A description of the options to start in Windows XP Mode
    http://support.Microsoft.com/kb/315222

    b. you need to perform a clean boot to find the program that is causing and then disable or remove.
    How to configure Windows XP to start in a "clean boot" State
    http://support.Microsoft.com/kb/310353/en-us
    Note: When you are finished troubleshooting, follow the steps as explained in the article to reset the computer to start as usual.

    I hope this helps.

    Thank you, and in what concerns:
    Shekhar S - Microsoft technical support.

    Visit our Microsoft answers feedback Forum and let us know what you think.
    If this post can help solve your problem, please click the 'Mark as answer' or 'Useful' at the top of this message. Marking a post as answer, or relatively useful, you help others find the answer more quickly.

  • Win 10 "threshold 2' very strong use of the processor by process"system and compressed memory.

    I did a clean install of Windows 10 threshold 2 (aka version 1511) on my MBP 15 "2015 and I encountered a problem. Well two actually:

    1. installing the Realtek driver hangs when you install the software in support of BC. This is easily fixed by killing the process RealtekSetup.exe.

    2. the process of "system memory and compressed" now use constantly one of the eight nuclei which ruins the life of the battery. I had to actually change the power management in Windows to allow the CPU to only go to the maximum frequency of 60%.

    Some research on Google, I have gathered many suffer from this problem on other brands and it is usually linked to a bad driver. I was not able to find the culprit yet unfortunately.

    Now, here's my question: did someone suffering from this issue as well and if so, where you be able to solve it?

    Thank you!

    Try / sleep or hibernation.

  • How to use several adf 12 shape and insert the form data in to table during the click on "submit" button

    How to use several adf 12 shape and insert the form data in to table during the click on "submit" button. Can we use several form from adf or not?

    Make sure that you dragged the VO based EO.

    Also make sure that the VO attributes based EO Updatable property.

    The query according to VO is used only to add LOV to the column of the original VO ModelId.

    See you soon

    AJ

  • I bought Photoshop and it went through the download process.  I can't use the software, however.  I get a message "Trial expired" &amp; it don't want to start out of my office.

    I bought Photoshop CC and downloaded.  I get a message that my trial has expired and may not use the software.  Have I missed a step, or something doesn't work does not correctly?

    Hello

    Please check the help below document:

    Creative Cloud applications unexpectedly back in the test mode. CS6, CCM

    Kind regards

    Sheena

  • 13 Firefox works in multithreaded mode and it can use the quad-core processors?

    When you buy a new PC, we choose between dual core vs quad core processors, and some people claim that Firefox work mode multithreaded mulch and treats each tab in a separate process and may fully use the advantage of a quad-core processor. Is this true?

    Firefox does not treat each tab in a separate process. If this can be a function in the future, I don't know of any plans to introduce any time soon. Obviously, buying a quad core processor will be significantly faster than a dual core, and your browser is usually less consume a lot of resources than other programs. I would not use it as your buying decision. Firefox will work just as well on a dual-core or a quad-core, but windows and other programs will work better with 4 cores.

  • PCM - data import and fields defined by the user - model import or the XML API?

    Hello

    I am currently partially by an implementation of the PCM with my business and have created a few user-defined fields in the application companies. I have data from a form on the internet into a CSV file that I want then to eye-ball before loading of PCM.

    I created a copy of the "export contracts report template ' to include these fields defined by the user, but when I try to re - import the data, the user-defined fields are not populated.

    No one knows if the user-defined fields can be updated in PCM, and if so does to do through the functionality of the XML API?

    Kind regards.

    Published by: 914327 on February 14, 2012 03:39

    The simple answer is that the built-in import utility is designed to import a preset list of fields only and will not import your custom fields even if they are added in the import file, and you will need to use the API to import these fields.

    However, there are unsupported methods to import this data directly to the database, or to add custom fields as options available for import. I can tell you more about these methods on the forum offline if you are interested.

  • Defining the order of assessment and the dimension of the reorganization

    Hi, I was going through the pdf of hp admin and I have some doubts
    What do you mean by setting the option of evaluation in the planning of the means, and why it is recommended to select only one dimension (order of evaluation of adjustment)

    in the section "on the reorganisation of the Dimensions", it was mentioned on the order of aggregation rare dimensions before no aggregatin ones, what are these two types and also he was supposed to organize the scattered dimensions in order of more scattered members in less scattered members but is not the other way around I mean depending on hour glass order should be less rare for most sparse dimension and attribute in the end

    the difference in setting evaluation order and reorder dimensions, is what exactly?

    Reording dimensions defines the order of the dimensions in essbase, rearrange the dimensions can be part of the optimization of the database.
    The definition of the order of evaluation is more to do with how the dimensions are evaluated in shapes, so if the account is set to be first, then the properties of the type of the data member account will be used first, for example if the Member has the percentage value then Member will be displayed as a percentage.

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • The process APPNOS and APPTS are devouring my RAM and make my computer very slow.

    Hello, I have an iMac (late 2012) 2.7 Ghz intel core i5 with 8 GB of RAM. Lately, my computer has been extremely slow and almost unusable for the last 4 days. After repeatedly to close the market and stop, I finally could open the activity monitor after about 25 minutes of loading. I was shocked to see that the process APPNOS and APPTS consumed 13 GB of RAM each, with a total of 27 GB of RAM used even if my computer has only 8 GB of RAM. I left the two processes of strength and my computer still worked once, normal, but these processes continue to pour every time my computer sleeps. I hope that someone knows what these processes are and how they arise or eat more RAM that I stop.

    For what it's worth, update macOS Sierra from El Capitan did nothing.

    Thank you

    NMitchem

    You have inadvertently installed adware. You don't need to download or install anything to fix.

    Navigate to the following folder and display its content in a screenshot.

    ~/Library/LaunchAgents

    To open this folder, copy the above line and Paste in the menu to go to the Finder > go to folder... field. It should look like this:

    Take a screenshot showing the contents of the folder and post in a reply. To take a screenshot read annex of the following user Tip: write an effective communities of Apple support question.

    There will be additional instructions to follow.

    For a description of how this can happen, how to avoid it in the future, and to the actions recommended Apple read How to install adware.

    Check your settings for call control: OS X: all-Gatekeeper - Apple Support. Gatekeeper is designed to prevent you from installing software of garbage inadvertently.

  • What are the advantages and disadvantages of using iCloud drive (or other Cloud services) compared with iTunes game against external hard drive, Solid State etc. to store my songs iTunes, playlists, ratings etc?

    First question: what are the advantages and disadvantages of using iCloud drive (or other Cloud services) compared with iTunes Match against Solid State external hard drive etc to store my songs iTunes, playlists, ratings etc?

    Please let me know what are the alternatives for storage of my songs, playlists, song etc. other than iTunes game ratings ($ 24.99 / year)?  Is there a way to store all my songs with my song ratings, playlists, etc. with a CD song quality? Most of my (currently 130 GB) songs on my computer are CD quality that I prefer to keep as well as my notes of each song (i.e. 5 * vs. 4 * etc.), playlists, groups (music, classical, popular, country etc.).  What are the advantages and disadvantages to store my iTunes songs while CD quality with my personal notes, reading lists, groupings in the cloud?  ICloud of Apple Drive ($ 2.99 per month or $36 / year for 200 GB) would be the best way to automatically update and maintain my rankings iTunes personal including the future editions of the song etc or using Amazon, IBM, Microsoft etc cloud or an external hard drive SSD would work as well and maybe cheaper?  I currently have my iTunes on a PC of 2007 with vista (I use a 1 8T Western Digital external upward by car for my personal info all over HP, songs, photos etc. which is currently close to 170 GB) but also have an Apple i-phone 6 & I Air cushion.  Although I did not need to have all of my music with all their sides, etc. available on all of my devices at all times as iTunes game, I still would have easy access to information on both my PC and my iPhone or iPad?  Thank you.

    In my opinion?

    I back up my data to an external drive for several reasons.  The first is my data - if I put on the cloud, someone else has control over it, they can see what I have and change the preferences to what they see of marketing.

    Almost as important as that - if I had to rely on the cloud whenever I wanted to update my playlists on my phone, I need a better internet connection I have now (working at sea).  To get the best out of the cloud, you need a solid link to home, work or mobile.

    As a spin-off - I hate the fact that Apple take away a feature in their software updates and then allow an app to be sold in their store to replace this feature - or worse still, some features that were available before the updates are now "cloud only."  And Yes - you have to pay for the cloud.  I like most of the people do not appreciate the 'accomplished fact. "

    From the back of the external hard drive ASI downside, is that to be safe, you need to store outside in a separate computer place.  If keep you them together, if one is lost, probably, they are both.  That is to say for me a full backup before you travel, then a new upward as soon as I go home.  Downside is how much data may be lost between the two back ups if I needed to restore.  For me, its worth the risk.  If I was away and say had bought a ton of new music and couldn't go home anytime soon, I can always head to the store and buy a new external drive, they are massively expensive.  Even if my computer has to go for repair and my remote is to halfway around the world - I want to buy a new one.

    Now, some will say that once you buy a new external, you spend more than you would on a cloud subscription.  It's true, but in the 6 years following the purchase of Mac that I've only had to buy a new external once - so with a little luck and planning - it works.

    I left took well - I am not a subscriber of cloud, nor do I want to be.

  • 3 day old iPhone 6s more iOS 9.2 warm the back of the phone and quick battery use.

    Hello

    3 days ago, I bought a 6 s more than 64 GB iPhone.

    As I used the phone (by taking a few photos, browse the facebook/instagram), I noticed that my iPhone was very warm (could feel the heat through my rubber as case) and the battery had dropped by at least 30%. I contacted Apple support yesterday after the upgrade to iOS 9.2.The support person said restore your phone to factory settings. I restored the phone installed my important apps and only took a few photos. The same problem happened. The phone was hot and the battery kept exhaust I used resources very not applications. I have always erase the multitasking apps and turn off the phone regularly. All the solutions for my problem? Thank you!

    Try again the phone back to the factory settings, this time without the help of the backup data. Manually configure personal information, do not install 3rd party applications. Then test the phone. If the phone works normally, use the backup again. In case the problem comes back, contained backup of corrupted data, the cause of your questions, and you will have to start all over again without any data backup.

    If the phone still heats after setting back to factory settings and do not use the backup, this problem is hardware driven and the phone must be repaired by Apple.

    Use iTunes to restore your device to factory settings - Support Apple iOS

    Find an Apple authorized service provider

    Apple iPhone - contact Support - support

Maybe you are looking for

  • NUMBERING lost FAST

    Speed dial when installed lost 5.0. How can I return to 4.0?

  • New 500 GB HARD drive is not recognized correctly

    What is happening, I replaced the drive HARD than Go 150 original after about 18 months, again, now a year later, that the drive seems to have died too, so I bought a new seagate 500 GB drive HARD for it, the BIOS said it s it, but vista CD dies just

  • IdeaPad webcam driver windows 7 64 bit

    Hi my webcam integrated doesn't wok. I tried to install the drivers of the page and it did not work. When I opened is it says that there is no camera.

  • measurement and automation

    I'm just starting using the measurement and Automation Explorer.   Half an hour ago, I performed a calibration of temperature to get familiar with the process.  It seemed to work. I tried calibrate again.  It says my current calibration is 31/12/1903

  • Lenovo Y560 switch FN and CTRL

    Is it possible to change the FN and CTRL keys (FN key "takes place" CTRL and CTRL "unfolds" the FN)? Of course, I mean almost. It would be really nice in game habits and daily.