OIM - Making schedule task a dependent task

Hi,
Can some one suggest me , is it possible to make a schedule task, dependent on another schedule task in OIM.
Regards
Vicky

Start the second scheduled task using the APIs at the end of the first scheduled task.
Best regards
/Martin

Similar Messages

  • Query to find dependent task attached to task on some response in OIM 11g

    can anyone help me in making a sql query to find dependent task attached to task on some response in OIM 11g
    Edited by: user13331347 on Sep 3, 2012 2:09 PM

    Use below query to find all dependent task in OIM 11g:-
    select pkg.pkg_name, mil.mil_name, rsc.rsc_data, rsc.sta_key, sta.sta_status, sta.sta_bucket, mil2.mil_name
    from     pkg pkg, tos tos, mil mil, mil mil2, rsc rsc, sta sta, rgm rgm
    where     pkg.pkg_key = tos.pkg_key
    and tos.tos_key = mil.tos_key
    and mil.mil_key = rsc.mil_key
    and rsc.sta_key = sta.sta_key
    and rgm.rsc_key = rsc.rsc_key
    and rgm.mil_key = mil2.mil_key
    order by pkg.pkg_name, mil.mil_name, rsc.rsc_data, sta.sta_status, mil2.mil_name

  • OIM dependant task/preeceding task

    Hi All,
    I have to attach a task on delete user and want it to run before delete user runs. I have made the jar file and created a prcoess task adapter and also add process in the provisioning form of SAP. Then attached it as a preecding task in delete user but it is not running? Any idea? Do I need to attach it to Xellerate user? Can someone tell me the steps? I just want to run that task before Delelte runs?
    Thanks
    IDM

    Hi IDM,
    There is a lookup in which task to attribute mapping defined. In that lookup you need to define your task name on delete action then only your task will be trigger and make your task as conditional. As much i understood by default the Delete User (Old user delete task) task is there you need to replace it with your task name. And make the old delete user task dependant on your newly created delete task i.e you have already done. And as per my udnerstanding your delete action is happening only through the old delete user task in your task you just doing somethingelse so you need not to change any thing in Undo task and Recovey Task tab.
    Or you can do one thing just rename your task with the name of old delete user task and rename the old delete user task with any name. Replace the tasks renamethe newly create task with old one and vice versa. I hope this also should work fine. If you do replacing of the name just make sure the task in UndoRecovery tab of your Provisioning task should be deleting the user in the target resource as after that particular task trigger no other will trigger at all.
    Let me know if you face any challenge while implementing the same.
    Regards
    Alabhya Goel

  • OIM - Process Definition Dependent Tasks

    Hi,
    I have created two process definition tasks, and have attached task2 as a dependent task for task1. But, the task2 is not getting triggered.
    Please let me know, what I am missing.
    Regards
    Vicky

    Hi Suren,
    My requirement is once the users last name is changed in the user form, it has to be populated in the process form and in the target.
    So, I have written a process task for copying the value from user form to process form, and made the task that will talk to the target as dependent task.
    I have attached the copy task as a user trigger.
    But, here there is no return value from the copy task, so how can map this.
    And, the copy task is working fine, able to populate the data in the process form. But, the dependent task is not getting triggered, to modify in the target.
    Any help is appreciated.
    Regards
    vicky

  • R1: tcAPIException: Duplicate schedule item for a task that does not allow multiples.

    Hi,
    I'm struggling with the following task:
    I have to assure an account exists for a given resource. I do provision it with the .tcUserOperationsIntf.provisionObject().
    I've created a createUser task to create the account.
    The task code checks if there is already matching account.
    If no account exists, is is created in the disabled state, and the object state of OIM account is set to 'Disabled' by means of task return code mapping.
    If it exists, it is 'linked' to OIM account.
    The problem is if the existing account is enabled, I have to change the OIM account state to 'Enabled' either.
    To implement this (thanks, Kevin Pinski https://forums.oracle.com/thread/2564011 )) I've created an additional task 'Switch Enable' which is triggered by a special task return code. This task always succeeds, and its only side effect is switching the object status to 'Enabled'.
    By I've getting the 'Duplicate schedule item for a task that does not allow multiples' exception constantly:
    This is the stack trace:
    Thor.API.Exceptions.tcAPIException: Duplicate schedule item for a task that does not allow multiples.\
      at com.thortech.xl.ejb.beansimpl.tcUserOperationsBean.provisionObject(tcUserOperationsBean.java:2925)\
      at com.thortech.xl.ejb.beansimpl.tcUserOperationsBean.provisionObject(tcUserOperationsBean.java:2666)\
      at Thor.API.Operations.tcUserOperationsIntfEJB.provisionObjectx(Unknown Source)\
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)\
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)\
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)\
      at java.lang.reflect.Method.invoke(Method.java:601)\
      at com.bea.core.repackaged.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:310)\
      at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182)\
      at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149)\
      ...skipped
      at Thor.API.Operations.tcUserOperationsIntfDelegate.provisionObject(Unknown Source)\
      ... skipped
    What did I wrong?
    Regards,
    Vladimir

    Hi Vladimir,
    Please select 'Allow Multiple Instance' checkbox for the process task.
    Thanks,
    Pallavi

  • Task response and dependent task on response mapping

    Hi All,
    I am using OIM 10g. I was wondering if anybody has a query which gives task response vs dependent task on response mapping.
    For example if Tasks A's response is Success C then on that I will run Task B so the query should return all these three element.
    Thanks in advance.

    Hi,
    You can use this query as per you requirement,
    select pkg.pkg_name, mil.mil_name, rsc.rsc_data, rsc.sta_key, sta.sta_status, sta.sta_bucket, mil2.mil_name
    from pkg pkg, tos tos, mil mil, mil mil2, rsc rsc, sta sta, rgm rgm
    where pkg.pkg_key = tos.pkg_key
    and tos.tos_key = mil.tos_key
    and mil.mil_key = rsc.mil_key
    and rsc.sta_key = sta.sta_key
    and rgm.rsc_key = rsc.rsc_key
    and rgm.mil_key = mil2.mil_key
    and pkg.pkg_name = 'Exchange' -- Your application name
    order by pkg.pkg_name, mil.mil_name, rsc.rsc_data, sta.sta_status, mil2.mil_name.
    Thanks,
    Kuldeep

  • How do I add task to Dependent Activities Folder

    How do I add a folder task in the Dependent Activities folder task pane?
    Whenever I use the OOTB Create Task, the created task will appear in the Sequential Activities folder task pane instead of the Dependent Activities folder task pane.
    Inspected the produced XML, it seems that it correctly points out to the Dependent Activities folder but is visible from the Sequential Activities folder and not from the Dependent Activities folder.
    <Category ID="Category_2A2D4C509C66E09FA11BFC1EDEFF1CBB20777780" Target="ConsoleTask.5acfe4ac595549d68ad473b37b2b4fa2" Value="Activity!ServiceManager.ActivityManagement.DependentActivitiesFolderTasks" />
    Am I missing something?
    Regards,

    Hi,
    Present the whole XML
    Cheers,
    Marat
    Site: www.scutils.com  Twitter:
      LinkedIn:
      Facebook:

  • How to merge request and dependent task

    Hello,
    I would like to merge some TOs generate during the last month and I see than I have some object which are missing because they are only present in tasks.
    Is it possible to choose all objects contains in requests and dependant tasks when we have only the requests number?
    Thanks for your answers
    Regards,
    Nico.

    Tasks are designed to be run once. If you want restart functionality, use a service:
    http://docs.oracle.com/javafx/2/api/javafx/concurrent/Service.html
    The sample service I posted in the following thread demonstrates how to do this:
    Multithreading
    Use of Executors is not necessary as a Service encapsulates the execution thread management (though you can set your own executor on the service if you really needed it). All you need to do is make use of the service start, cancel, restart and reset methods as required. If you do use the cancel method, then you need to make sure that your service is properly interrupt aware for the cancel to function as you expect.

  • Can't delete or retire application because of a (Non-existent) dependent Task sequence

    Hello.
    I am trying to delete an outdated application from my SCCM environment.
    However when i try to delete I get the warning that the application cannot be deleted because of 1 dependent task sequence.
    I have been through every single task sequence and there is no reference to the application in any of them.
    The application also no existing deployment types and and no deployments.
    If I look in revision history for the app, it shows Revision 23 but I do not have the option to delete it.
    How can I permanently delete this application from SCCM?

    Hi,
    Have you tried to delete the revision history after retiring the application?
    Best Regards,
    Joyce Li
    We
    are trying to better understand customer views on social support experience, so your participation in this
    interview project would be greatly appreciated if you have time.
    Thanks for helping make community forums a great place.

  • Selected task "{0}" in task scheduler

    I have read all the data online. I have gone through each of the library/microsoft/windows and removed from the extra items from the C:\Windows\System32\Tasks\Microsoft\Windows folders that didn't match up. I continue to get errors. Can you help? I have
    windows 64 bit operating system

    Hi,
    To avoid confusion, let’s focus on the same thread as Forest brook suggested. 
    Here's the link to the other thread:
    http://social.technet.microsoft.com/Forums/en-US/3b1a913b-d0d6-41b5-921b-96e30e0f69bc/selected-task-0-in-task-scheduler?forum=w7itprogeneral
    Thank you for your understanding.
    Regards,
    Blair Deng
    Blair Deng
    TechNet Community Support

  • Workflow tasks are dependent or independent from MANDT ???

    Hi guys,
    Could someone please tell me if workflow task's are dependent or not from MANDT?
    Thanks.

    Well, I could be wrong, but workflow task is independent and work item (instance of task) is dependent for client.
    Message was edited by:
            Andrey Markin

  • CProjects :Task checklist dependancy

    Hi
    I have 1 phase and 5 task below it. Each task has individual checklist and checklist item.
    My requirement is that, unless I released the checklist, task can not be released.
    When I create the checklist, it is not coming under task, all 5 tasks comes first and then 5 checklists. So how can I maintain the dependency between task and checklist?
    Regards,
    Nitin

    Hi,
    In fact, with the structure:
    Checklist
       --> Checklist item
          --> task
    task is not released until checklist item is not released.
    Anyway, there is a BADI you can implement to control object status on a certain event (in your case would be on Checklist release). Not sure of the name, but it was similar to DPR_EVENT
    Neil

  • Basic data what is the difference between Version Dependent task and indep

    In basic data settings what is the difference between Version Dependent task and version independent task. please give detailed explanation

    Hope this link gives you the answer.
    http://help.sap.com/saphelp_nw2004s/helpdata/en/c5/e4b7aa453d11d189430000e829fbbd/frameset.htm
    Best regards,
    Sudhi

  • Dependency tasks at one place

    Hi,
      I am using project standard 2010. Wanted to check for the following.
      I have created a master plan with 4 projects; to ease out what i did was copied 4 plans on a single plan with the 4 projects names as the first level tasks
      IF there are are tasks within the 4 projects whose tasks are to happen at the same time or if the tasks have dependency , how best can i show them , so that the managers find it easier, the predecessors do work but for a naive manager who knows business
    got to convince them. so seeking advise
    Thanks,mp

    Hi,
    Why just not simply use the column headers filters? You could use the predecessors column filter unchecking all none blank values and the start filter on the appropriate date. Note that in Project 2010, the date column header filters propose indented values
    easier to select.
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, MCP |

  • A resource assignment for new task during another task MS Project 2010

    I would like to assing a new task during another task.
    Resource A is assigned Task X from May 12th - May 16th. 5 hours per day.
    I would like to assing new Task Y for May 14th. It will take 7 hours. So I would like to set up in MS Project 2010 as:
    May 12th Task X: 5 hours
    May 13th Task X:7 hours
    May 14th Task Y:7 hours
    May 15th Task X:8 hours
    May 16th Task X:5 hours
    I set up Task X for Resource A as from May 12th - May 16th working hours as 25 hours in gant chart.
    Then I set up Task Y for Resource A as May 14th working hours as 7 hours in gant chart.
    I see Resource is as follows.
    May 12th Task X: 5 hours
    May 13th Task X:5 hours
    May 14th Task X:5 hours Task Y:7 hours  -> Total 12 hours
    May 15th Task X:5 hours
    May 16th Task X:5 hours
    Please let me know how I set up what I would like.

    2 X options:
    1) You may be tracking too granularly.  A task should create something and then hand off to another task.  in this case, you may as well just combine them into a single task for about a week or so.  Most companies don't track hours per day
    that granularly as well.  I'd look to schedule by the week.
    2) Split the tasks into multiple tasks and establish dependencies between them.  Assign the resource to each task at different amounts of work.
    Andrew Lavinsky [MVP] Blog: http://azlav.umtblog.com Twitter: @alavinsky

Maybe you are looking for

  • Problem in creation of infotype

    Hi, When i will try to create a custom infotype and am trying to save it ,it gives the following error "Package in non-original system only modifiable with Organizer Tools" and a default package came in the initial screen of PM01.So i cant understand

  • Windows 8.1 and ADE 4.0.

    using windows 8.1 and ADE 4.0.  ADE stops working when minimize to taskbar.  Have uninstalled and reinstalled.  did not solve problem.  Please help as this is very annoying.

  • I am unable to update aperture 3.1.1

    I am unable to update Aperture version 3.1.1 to current version. I have not been offerred the subsequent epdates. i receive a message I require 3.1 or later

  • Multi-line .srt subtitle support?

    I've got a foreign language film .m4v with soft-embedded .srt subtitles. (I used Subler to add the .srt track) In subtitle editors like Jubler, the subtitles are spanned across two lines. These display as two lines of dialogue in Quicktime in 10.6.2,

  • Webcam live stream encoding

    I am developing a Video Streaming Application using Flex (AS 3.0) & Flash Media Server. I would like to know whether it is possible to encode (using H.264 or VP7 or Sorensen spark) the video from the web camera on the fly & stream it to the FMS serve