Add a task to userid

Hi All,
       I created a test userid and I wanted to add a task for this user in the Transport. In SE10 I select the Transport and try to add the a task for the user and I get the following error "User XXXX is not authorized to change request of this type". Even when I try to change the owner of the transport to this user, I get the same error. Can you please suggest me which authorization should this user have to be able to add him to the transport. I added T-code SE10 in the authorization S_TCODE, even then the userid is not able to access T-code SE10.
       Any suggestion as to what additional authorizations I need to provide. I have added the standard S_RS_COMP, S_RS_COMP1 too.
Thanks,
Ram.

Hi Ravi,
       In SU53 it was showing authorization object S_TRANSPRT. I added it to the role with the desired parameters and I was able to add the task to this id. Thanks a lot for your quick response.
-Ram.

Similar Messages

  • Can you add a task or reminder to calendar from reminders app?

    i am trying to add a task from the reminders app on my iphone to the calendar app.  i haven't figured out how to do this so far.  is it possible?

    Kappy wrote:
    Maybe these will help you:
    iCloud: Reminders
    iCloud: Create, edit, and delete reminders
    iCloud: Distinguishing between Calendars and Reminders in iCal
    iCloud: Calendar Events, Reminders, To Dos, and Tasks behavior differs by application
    No
    No
    No
    No
    This just explains how to use reminders, which I already understand how to do.
    What I want is the abililty to add a link to a contact or a phone number, so that I can get it to remind me to call someone at a given time.
    But without the overhead of duplicating their contact details

  • User cannot add new task in a project

    Hi everyone,
    I've got a issue with Project Server 2013.
    The situation : I create a new project then, I add some resources (which are users of the AD) and I don't add new task in this project because  I want that the user creates all the task.
    But when he's in the "Task" page (PWA/Tasks.aspx) and he want to add a new task (ribbon TASKS -> Add a row -> Add a new Task), the new project is not present in the drop down "Project" , if I want that the project
    appears, I need to add a task with the user as a ressource.
    Is there any way to automatically add the project in this list without add a task for the specific resource ?
    Thanks,
    Patmol

    Hi Patmol6,
    Please note that PWA/My task is NOT INTENDED to create tasks and assign them to resources. The process to create a project plan at project initiation and to assign resources to tasks must be done:
    either in Ms Project Pro connected to your server and using enterprise resources,
    or with PWA: open your project from the project center, then navigate to the schedule page, edit the schedule, create the build team, create tasks and assign resources on tasks.
    "My task" page in PWA is meant to make tasks updates by team members.
    Hope it clarifies the process.
    Guillaume Rouyre - MBA, MCP, MCTS

  • OIM 11gR1: Add a Task to a Resource Object

    Hello
    I have added a new process task to a Resource Object. Task name is "Change Unique Value" on the RO. I'd like to programatically add this task to all users where the RO is either "Enabled" or "Provisioned"
    I cannot seem to find an 11g API that allow me to find all resources provisioned to a user, and then find all available tasks, and add it.
    Can someone please point me to the API that will allow me to add a task to an RO?
    Thank you.

    tcProvisioningOperationsIntf.addProcessTaskInstance(long plTaskKey, long plOrcKey)
    Run this query for the task key:
    select mil_key from mil where mil_name = 'Change Unique Value'
    Then run the query to get the orc_key
    select oiu.orc_key
    from oiu, ost, obj, obi
    where oiu.ost_key=ost.ost_key
    and oiu.obi_key=obi.obi_key
    and obi.obj_key=obj.obj_key
    and obj.obj_name = :resourceName
    and ost.ost_status in ('Provisioned','Enabled'))
    Then use this code and put a comma seperated value of the orc_key output.
    public void addProcessTask(){
    long[] keys = new long[] {<COMMA_SEPERATED_ORC_KEY};
    int counter = 0;
    for (long key:keys){
    try {
    counter++;
    provIntf.addProcessTaskInstance(<MIL_KEY FROM ABOVE>, key);
    System.out.println(counter + "|" + keys.length);
    } catch (Exception e) {
    System.out.println(e.getLocalizedMessage());
    System.out.println(e.getMessage());
    Verify with one user first, then run the rest. It uses the tcProvisioningOperationsIntf.
    -Kevin

  • How to add multiple tasks to the worklist view?

    Hi,
    We are creating a view based on our BPM process and we are using OBPM 11.1.1.4. We do have 2 human workflow tasks in the process.
    While creating views in the worklist we are able to add only one task is there a way to add multiple tasks to one view?
    Thanks a lot for the help in advance.

    Hi Mikael,
    First of all, which Project Server version do you use?
    I'd like to be sure to correctly understand your concern. You would like to have more than 1 task list in your project site, am I right? I'm a bit confused since you talk about both project site and project center.
    First notice that the default task list is related to the project Schedule, ie when a task is updated in the project, the list will be updated accordingly.
    With Project Server 2013, I could open a project site, navigate to "site content", select the task app and create a new task list. This new list will be created as a blank list not related to the schedule neither the default task list.
    Note that there is a list setting which triggers wheither or not the list link will be added to the navigation menu of the left side (list settings, List name, description and navigation).
    Hope this helps,
    Guillaume Rouyre, MBA, MVP, P-Seller |

  • How to add a task to notification

    Hi all,
    Can anyone please tell me with the parameters to be passed to add a task to a PM notification
    Thanks in advance,
    bharathi.

    hi,
    pass code group and task processor.

  • Add approval task through API call

    Hello, I am attempting to solve the following problem.
    I have a UDF defined on the Resource Objects form (OBJ table), this filed contains a comma delimited list of OIM groups which is of size n (based on the resource object).
    I would like to create an approval task for each group in this list. In addition i would like the name of each task to show up as the group name. so when a user logs into the UI and looks at the approval details the see the approval task as the group name.
    I have been able to add a task using tcProvisioningOperationsIntf.addProcessTaskInstance API however this API does not allow me to modify 1) the group to assign the request to and 2) the name of the task.
    thanks

    Hey Kevin, thanks for responding.
    This query will allow me to get the process task key, so i can be added to the approval task via. tcProvisioningOperationsIntf.addProcessTaskInstance. However the issue is, no task currently exists. So before i can add an instance of the task i have to actually create a new task. but i was un-sure how to accomplish this through api calls.
    The goal here is to allow a list of groups to be configurable at the resource level without having to modify the approval process.
    thanks

  • DBUM 9.1.0.4.0 add role task rejected

    Hi all, I'm facing some problems with dbum connector. When i'm provisioning a user, the account is being created in target system but roles are not being granted. When I see "Resource History" i notice that the "Add Role or Grant" task is rejected. The user has all the permissions.
    does somebody face something like this?. Every response will be appreciated,
    thanks in advance,
    Guido

    thanks for your quick response. I made the same test (grant role) in db (oracle db) with the same user that is configured in the IT resource and it worked fine, so i think that user's privilegies are not the trouble here.
    here is the log:
    [2012-10-31T19:22:58.665-03:00] [oim_server1] [TRACE] [] [OIMCP.DBUM] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: b5b137796995ea37:-53f1ad5e:13ab2c66c07:-8000-0000000000006b66,0] [SRC_CLASS: com.thortech.util.logging.Logger] [APP: oim#11.1.1.3.0] [SRC_METHOD: debug] oracle.iam.connectors.dbum.common.db.util.DBConnection : getNonPooledConnection:: FINISHED
    [2012-10-31T19:22:58.669-03:00] [oim_server1] [ERROR] [] [OIMCP.DBUM] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: b5b137796995ea37:-53f1ad5e:13ab2c66c07:-8000-0000000000006b66,0] [APP: oim#11.1.1.3.0] ================= Start Stack Trace =======================
    [2012-10-31T19:22:58.670-03:00] [oim_server1] [ERROR] [] [OIMCP.DBUM] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: b5b137796995ea37:-53f1ad5e:13ab2c66c07:-8000-0000000000006b66,0] [APP: oim#11.1.1.3.0] oracle.iam.connectors.dbum.common.db.util.DBUtil : executeQuery
    [2012-10-31T19:22:58.671-03:00] [oim_server1] [ERROR] [] [OIMCP.DBUM] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: b5b137796995ea37:-53f1ad5e:13ab2c66c07:-8000-0000000000006b66,0] [APP: oim#11.1.1.3.0] Error occurred while trying to execute query.
    [2012-10-31T19:22:58.672-03:00] [oim_server1] [ERROR] [] [OIMCP.DBUM] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: b5b137796995ea37:-53f1ad5e:13ab2c66c07:-8000-0000000000006b66,0] [APP: oim#11.1.1.3.0] Description : ORA-01741: identificador de longitud cero no válido[[
    [2012-10-31T19:22:58.673-03:00] [oim_server1] [ERROR] [] [OIMCP.DBUM] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: b5b137796995ea37:-53f1ad5e:13ab2c66c07:-8000-0000000000006b66,0] [APP: oim#11.1.1.3.0] java.sql.SQLSyntaxErrorException: ORA-01741: identificador de longitud cero no válido[[
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:457)
         at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:405)
         at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:889)
         at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:476)
         at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:204)
         at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:540)
         at oracle.jdbc.driver.T4CStatement.doOall8(T4CStatement.java:202)
         at oracle.jdbc.driver.T4CStatement.executeForRows(T4CStatement.java:1074)
         at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1466)
         at oracle.jdbc.driver.OracleStatement.executeInternal(OracleStatement.java:2224)
         at oracle.jdbc.driver.OracleStatement.execute(OracleStatement.java:2168)
         at oracle.jdbc.driver.OracleStatementWrapper.execute(OracleStatementWrapper.java:333)
         at oracle.iam.connectors.dbum.common.db.util.DBUtil.executeQuery(Unknown Source)
         at oracle.iam.connectors.dbum.common.db.util.DBUtil.executeQuery(Unknown Source)
         at oracle.iam.connectors.dbum.operation.DBUMDatabaseOperation.executeQuery(Unknown Source)
         at oracle.iam.connectors.dbum.integration.DBUMProvisionProxyManager.executeQuery(Unknown Source)
         at oracle.iam.connectors.dbum.integration.DBUMProvisionManager.executeQuery(Unknown Source)
         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 com.thortech.xl.adapterGlue.ScheduleItemEvents.adpDBUMEXECUTEQUERY.EXECUTEQUERY(adpDBUMEXECUTEQUERY.java:178)
         at com.thortech.xl.adapterGlue.ScheduleItemEvents.adpDBUMEXECUTEQUERY.implementation(adpDBUMEXECUTEQUERY.java:87)
         at com.thortech.xl.client.events.tcBaseEvent.run(tcBaseEvent.java:196)
         at com.thortech.xl.dataobj.tcDataObj.runEvent(tcDataObj.java:2492)
         at com.thortech.xl.dataobj.tcScheduleItem.runMilestoneEvent(tcScheduleItem.java:2917)
         at com.thortech.xl.dataobj.tcScheduleItem.eventPostInsert(tcScheduleItem.java:547)
         at com.thortech.xl.dataobj.tcDataObj.insert(tcDataObj.java:602)
         at com.thortech.xl.dataobj.tcDataObj.save(tcDataObj.java:474)
         at com.thortech.xl.dataobj.tcOrderItemInfo.processChildTableChange(tcOrderItemInfo.java:655)
         at com.thortech.xl.dataobj.tcOrderItemInfo.eventPostInsert(tcOrderItemInfo.java:184)
         at com.thortech.xl.dataobj.tcUDProcess.eventPostInsert(tcUDProcess.java:234)
         at com.thortech.xl.dataobj.tcDataObj.insert(tcDataObj.java:602)
         at com.thortech.xl.dataobj.tcDataObj.save(tcDataObj.java:474)
         at com.thortech.xl.dataobj.tcTableDataObj.save(tcTableDataObj.java:2906)
         at com.thortech.xl.ejb.beansimpl.tcFormInstanceOperationsBean.addProcessFormChildData(tcFormInstanceOperationsBean.java:1929)
         at com.thortech.xl.ejb.beansimpl.tcFormInstanceOperationsBean.addProcessFormChildData(tcFormInstanceOperationsBean.java:1593)
         at Thor.API.Operations.tcFormInstanceOperationsIntfEJB.addProcessFormChildDatax(Unknown Source)
         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 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)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.jee.spi.MethodInvocationVisitorImpl.visit(MethodInvocationVisitorImpl.java:37)
         at weblogic.ejb.container.injection.EnvironmentInterceptorCallbackImpl.callback(EnvironmentInterceptorCallbackImpl.java:54)
         at com.bea.core.repackaged.springframework.jee.spi.EnvironmentInterceptor.invoke(EnvironmentInterceptor.java:50)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:89)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.doProceed(DelegatingIntroductionInterceptor.java:131)
         at com.bea.core.repackaged.springframework.aop.support.DelegatingIntroductionInterceptor.invoke(DelegatingIntroductionInterceptor.java:119)
         at com.bea.core.repackaged.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171)
         at com.bea.core.repackaged.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
         at $Proxy352.addProcessFormChildDatax(Unknown Source)
         at Thor.API.Operations.tcFormInstanceOperationsIntfEJB_h6wb8n_tcFormInstanceOperationsIntfRemoteImpl.__WL_invoke(Unknown Source)
         at weblogic.ejb.container.internal.SessionRemoteMethodInvoker.invoke(SessionRemoteMethodInvoker.java:40)
         at Thor.API.Operations.tcFormInstanceOperationsIntfEJB_h6wb8n_tcFormInstanceOperationsIntfRemoteImpl.addProcessFormChildDatax(Unknown Source)
         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 weblogic.ejb.container.internal.RemoteBusinessIntfProxy.invoke(RemoteBusinessIntfProxy.java:85)
         at $Proxy175.addProcessFormChildDatax(Unknown Source)
         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.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307)
         at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:198)
         at $Proxy351.addProcessFormChildDatax(Unknown Source)
         at Thor.API.Operations.tcFormInstanceOperationsIntfDelegate.addProcessFormChildData(Unknown Source)
         at com.thortech.xl.webclient.actions.DirectProvisionUserAction.handleVerifyProcessData(DirectProvisionUserAction.java:2093)
         at com.thortech.xl.webclient.actions.DirectProvisionUserAction.goNext(DirectProvisionUserAction.java:363)
         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.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:269)
         at com.thortech.xl.webclient.actions.tcLookupDispatchAction.execute(tcLookupDispatchAction.java:133)
         at com.thortech.xl.webclient.actions.tcActionBase.execute(tcActionBase.java:894)
         at com.thortech.xl.webclient.actions.tcAction.execute(tcAction.java:213)
         at org.apache.struts.chain.commands.servlet.ExecuteAction.execute(ExecuteAction.java:58)
         at org.apache.struts.chain.commands.AbstractExecuteAction.execute(AbstractExecuteAction.java:67)
         at org.apache.struts.chain.commands.ActionCommandBase.execute(ActionCommandBase.java:51)
         at org.apache.commons.chain.impl.ChainBase.execute(ChainBase.java:191)
         at org.apache.commons.chain.generic.LookupCommand.execute(LookupCommand.java:305)
         at org.apache.commons.chain.impl.ChainBase.execute(ChainBase.java:191)
         at org.apache.struts.chain.ComposableRequestProcessor.process(ComposableRequestProcessor.java:283)
         at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)
         at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:462)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:727)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
         at weblogic.servlet.internal.StubSecurityHelper$ServletServiceAction.run(StubSecurityHelper.java:227)
         at weblogic.servlet.internal.StubSecurityHelper.invokeServlet(StubSecurityHelper.java:125)
         at weblogic.servlet.internal.ServletStubImpl.execute(ServletStubImpl.java:300)
         at weblogic.servlet.internal.TailFilter.doFilter(TailFilter.java:26)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at com.thortech.xl.webclient.security.CSRFFilter.doFilter(CSRFFilter.java:76)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.iam.platform.auth.web.PwdMgmtNavigationFilter.doFilter(PwdMgmtNavigationFilter.java:121)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.iam.platform.auth.web.OIMAuthContextFilter.doFilter(OIMAuthContextFilter.java:107)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.security.jps.ee.http.JpsAbsFilter$1.run(JpsAbsFilter.java:111)
         at java.security.AccessController.doPrivileged(Native Method)
         at oracle.security.jps.util.JpsSubject.doAsPrivileged(JpsSubject.java:313)
         at oracle.security.jps.ee.util.JpsPlatformUtil.runJaasMode(JpsPlatformUtil.java:413)
         at oracle.security.jps.ee.http.JpsAbsFilter.runJaasMode(JpsAbsFilter.java:94)
         at oracle.security.jps.ee.http.JpsAbsFilter.doFilter(JpsAbsFilter.java:161)
         at oracle.security.jps.ee.http.JpsFilter.doFilter(JpsFilter.java:71)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at oracle.dms.servlet.DMSServletFilter.doFilter(DMSServletFilter.java:136)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.RequestEventsFilter.doFilter(RequestEventsFilter.java:27)
         at weblogic.servlet.internal.FilterChainImpl.doFilter(FilterChainImpl.java:56)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.wrapRun(WebAppServletContext.java:3715)
         at weblogic.servlet.internal.WebAppServletContext$ServletInvocationAction.run(WebAppServletContext.java:3681)
         at weblogic.security.acl.internal.AuthenticatedSubject.doAs(AuthenticatedSubject.java:321)
         at weblogic.security.service.SecurityManager.runAs(SecurityManager.java:120)
         at weblogic.servlet.internal.WebAppServletContext.securedExecute(WebAppServletContext.java:2277)
         at weblogic.servlet.internal.WebAppServletContext.execute(WebAppServletContext.java:2183)
         at weblogic.servlet.internal.ServletRequestImpl.run(ServletRequestImpl.java:1454)
         at weblogic.work.ExecuteThread.execute(ExecuteThread.java:209)
         at weblogic.work.ExecuteThread.run(ExecuteThread.java:178)
    [2012-10-31T19:22:58.674-03:00] [oim_server1] [ERROR] [] [OIMCP.DBUM] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: b5b137796995ea37:-53f1ad5e:13ab2c66c07:-8000-0000000000006b66,0] [APP: oim#11.1.1.3.0] ================= End Stack Trace =======================
    [2012-10-31T19:22:58.674-03:00] [oim_server1] [TRACE] [] [OIMCP.DBUM] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: b5b137796995ea37:-53f1ad5e:13ab2c66c07:-8000-0000000000006b66,0] [SRC_CLASS: com.thortech.util.logging.Logger] [APP: oim#11.1.1.3.0] [SRC_METHOD: debug] oracle.iam.connectors.dbum.common.db.util.DBConnection : closeConnection:: STARTED
    [2012-10-31T19:22:58.675-03:00] [oim_server1] [TRACE] [] [OIMCP.DBUM] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: b5b137796995ea37:-53f1ad5e:13ab2c66c07:-8000-0000000000006b66,0] [SRC_CLASS: com.thortech.util.logging.Logger] [APP: oim#11.1.1.3.0] [SRC_METHOD: debug] oracle.iam.connectors.dbum.common.db.util.DBConnection : closeConnection : Connection closed....
    [2012-10-31T19:22:58.677-03:00] [oim_server1] [TRACE] [] [OIMCP.DBUM] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: b5b137796995ea37:-53f1ad5e:13ab2c66c07:-8000-0000000000006b66,0] [SRC_CLASS: com.thortech.util.logging.Logger] [APP: oim#11.1.1.3.0] [SRC_METHOD: debug] oracle.iam.connectors.dbum.common.db.util.DBConnection : closeConnection:: FINISHED
    [2012-10-31T19:22:58.678-03:00] [oim_server1] [TRACE] [] [OIMCP.DBUM] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: b5b137796995ea37:-53f1ad5e:13ab2c66c07:-8000-0000000000006b66,0] [SRC_CLASS: com.thortech.util.logging.Logger] [APP: oim#11.1.1.3.0] [SRC_METHOD: debug] oracle.iam.connectors.dbum.integration.DBUMProvisionProxyManager : executeQuery : result:- 1741
    [2012-10-31T19:22:58.679-03:00] [oim_server1] [TRACE] [] [OIMCP.DBUM] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: b5b137796995ea37:-53f1ad5e:13ab2c66c07:-8000-0000000000006b66,0] [SRC_CLASS: com.thortech.util.logging.Logger] [APP: oim#11.1.1.3.0] [SRC_METHOD: debug] oracle.iam.connectors.dbum.integration.DBUMProvisionProxyManager : executeQuery:: FINISHED
    [2012-10-31T19:22:58.679-03:00] [oim_server1] [TRACE] [] [OIMCP.DBUM] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: b5b137796995ea37:-53f1ad5e:13ab2c66c07:-8000-0000000000006b66,0] [SRC_CLASS: com.thortech.util.logging.Logger] [APP: oim#11.1.1.3.0] [SRC_METHOD: debug] oracle.iam.connectors.dbum.integration.DBUMProvisionManager : executeQuery : Error code received: 1741
    [2012-10-31T19:22:58.680-03:00] [oim_server1] [TRACE] [] [OIMCP.DBUM] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: b5b137796995ea37:-53f1ad5e:13ab2c66c07:-8000-0000000000006b66,0] [SRC_CLASS: com.thortech.util.logging.Logger] [APP: oim#11.1.1.3.0] [SRC_METHOD: debug] oracle.iam.connectors.dbum.integration.DBUMProvisionManager : getErrorCodeKey:: STARTED
    [2012-10-31T19:22:58.681-03:00] [oim_server1] [TRACE] [] [OIMCP.DBUM] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: b5b137796995ea37:-53f1ad5e:13ab2c66c07:-8000-0000000000006b66,0] [SRC_CLASS: com.thortech.util.logging.Logger] [APP: oim#11.1.1.3.0] [SRC_METHOD: debug] oracle.iam.connectors.dbum.integration.DBUMProvisionManager : getErrorCodeKey : return code to be looked for:1741
    [2012-10-31T19:22:58.681-03:00] [oim_server1] [TRACE] [] [OIMCP.DBUM] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: b5b137796995ea37:-53f1ad5e:13ab2c66c07:-8000-0000000000006b66,0] [SRC_CLASS: com.thortech.util.logging.Logger] [APP: oim#11.1.1.3.0] [SRC_METHOD: debug] oracle.iam.connectors.dbum.integration.DBUMProvisionManager : getErrorCodeKey : Error code lookup name :Lookup.DBUM.Oracle.Error.Mapping
    [2012-10-31T19:22:58.682-03:00] [oim_server1] [TRACE] [] [OIMCP.DBUM] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: b5b137796995ea37:-53f1ad5e:13ab2c66c07:-8000-0000000000006b66,0] [SRC_CLASS: com.thortech.util.logging.Logger] [APP: oim#11.1.1.3.0] [SRC_METHOD: debug] oracle.iam.connectors.common.dao.OIMUtil : getLookUpMap():: STARTED
    [2012-10-31T19:22:58.683-03:00] [oim_server1] [TRACE] [] [OIMCP.DBUM] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: b5b137796995ea37:-53f1ad5e:13ab2c66c07:-8000-0000000000006b66,0] [SRC_CLASS: com.thortech.util.logging.Logger] [APP: oim#11.1.1.3.0] [SRC_METHOD: debug] oracle.iam.connectors.common.dao.OIMUtil : getLookUpMap() : LookUpName : Lookup.DBUM.Oracle.Error.Mapping
    [2012-10-31T19:22:58.695-03:00] [oim_server1] [TRACE] [] [OIMCP.DBUM] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: b5b137796995ea37:-53f1ad5e:13ab2c66c07:-8000-0000000000006b66,0] [SRC_CLASS: com.thortech.util.logging.Logger] [APP: oim#11.1.1.3.0] [SRC_METHOD: debug] oracle.iam.connectors.common.dao.OIMUtil : getLookUpMap():: FINISHED
    [2012-10-31T19:22:58.696-03:00] [oim_server1] [TRACE] [] [OIMCP.DBUM] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: b5b137796995ea37:-53f1ad5e:13ab2c66c07:-8000-0000000000006b66,0] [SRC_CLASS: com.thortech.util.logging.Logger] [APP: oim#11.1.1.3.0] [SRC_METHOD: debug] oracle.iam.connectors.dbum.integration.DBUMProvisionManager : getErrorCodeKey : Error code lookup map :{959=INVALID_TABLE_NAME, 1935=MISSING_ROLE, 1920=USER_ALREADY_EXIST, 1031=INSUFFICIENT_PRIVILEGE, 50004=CHILDNAME_NOT_PROVIDED, 900=INVALID_SQL, 998=INVALID_PASSWORD}
    [2012-10-31T19:22:58.697-03:00] [oim_server1] [TRACE] [] [OIMCP.DBUM] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: b5b137796995ea37:-53f1ad5e:13ab2c66c07:-8000-0000000000006b66,0] [SRC_CLASS: com.thortech.util.logging.Logger] [APP: oim#11.1.1.3.0] [SRC_METHOD: debug] oracle.iam.connectors.dbum.integration.DBUMProvisionManager : getErrorCodeKey:: FINISHED
    [2012-10-31T19:22:58.946-03:00] [oim_server1] [NOTIFICATION] [IAM-0060016] [oracle.iam.platform.auth.impl] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: b5b137796995ea37:-53f1ad5e:13ab2c66c07:-8000-0000000000006b68,0] [APP: oim#11.1.1.3.0] La dirección IP desde la que se dispara el explorador es 130.120.5.9
    [2012-10-31T19:22:58.950-03:00] [oim_server1] [NOTIFICATION] [IAM-0060016] [oracle.iam.platform.auth.impl] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: b5b137796995ea37:-53f1ad5e:13ab2c66c07:-8000-0000000000006b6a,0] [APP: oim#11.1.1.3.0] La dirección IP desde la que se dispara el explorador es 130.120.5.9
    [2012-10-31T19:22:58.950-03:00] [oim_server1] [NOTIFICATION] [IAM-0060016] [oracle.iam.platform.auth.impl] [tid: [ACTIVE].ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: b5b137796995ea37:-53f1ad5e:13ab2c66c07:-8000-0000000000006b6c,0] [APP: oim#11.1.1.3.0] La dirección IP desde la que se dispara el explorador es 130.120.5.9
    [2012-10-31T19:22:58.950-03:00] [oim_server1] [NOTIFICATION] [IAM-0060016] [oracle.iam.platform.auth.impl] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: b5b137796995ea37:-53f1ad5e:13ab2c66c07:-8000-0000000000006b6e,0] [APP: oim#11.1.1.3.0] La dirección IP desde la que se dispara el explorador es 130.120.5.9
    [2012-10-31T19:22:58.967-03:00] [oim_server1] [NOTIFICATION] [IAM-0060016] [oracle.iam.platform.auth.impl] [tid: [ACTIVE].ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: b5b137796995ea37:-53f1ad5e:13ab2c66c07:-8000-0000000000006b70,0] [APP: oim#11.1.1.3.0] La dirección IP desde la que se dispara el explorador es 130.120.5.9
    [2012-10-31T19:23:06.811-03:00] [oim_server1] [NOTIFICATION] [IAM-0060016] [oracle.iam.platform.auth.impl] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: b5b137796995ea37:-53f1ad5e:13ab2c66c07:-8000-0000000000006b72,0] [APP: oim#11.1.1.3.0] La dirección IP desde la que se dispara el explorador es 130.120.5.9
    [2012-10-31T19:23:06.834-03:00] [oim_server1] [NOTIFICATION] [IAM-1010010] [oracle.iam.platform.authz.impl] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: b5b137796995ea37:-53f1ad5e:13ab2c66c07:-8000-0000000000006b72,0] [APP: oim#11.1.1.3.0] ********** Entrando en el segmento de autorización con los parámetros:: LoggedInUserId = 1, target resourceID = 126, Feature = USER_MANAGEMENT, Action = VIEW_USER_DETAILS **********
    [2012-10-31T19:23:06.834-03:00] [oim_server1] [NOTIFICATION] [IAM-1010029] [oracle.iam.platform.authz.impl] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: b5b137796995ea37:-53f1ad5e:13ab2c66c07:-8000-0000000000006b72,0] [APP: oim#11.1.1.3.0] Se han encontrado resultados de OES en caché con la clave F: USER_MANAGEMENTS: 1P: VIEW_USER_DETAILSOESDefinition
    [2012-10-31T19:23:06.834-03:00] [oim_server1] [NOTIFICATION] [IAM-1010021] [oracle.iam.platform.authz.impl] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: b5b137796995ea37:-53f1ad5e:13ab2c66c07:-8000-0000000000006b72,0] [APP: oim#11.1.1.3.0] Validando las obligaciones internas: [InternalObligation: name: VIEW_USER_DETAILS, values: [ALL_ATTRIB_OBLI], convertToObligation: true, InternalObligation: name: noop, values: [true], convertToObligation: false, InternalObligation: name: UDCAO, values: [true], convertToObligation: false, InternalObligation: name: MODIFY_USER_PROFILE, values: [ALL_ATTRIB_OBLI], convertToObligation: false, InternalObligation: name: VIEW_USER_DETAILS, values: [ALL_ATTRIB_OBLI], convertToObligation: true, InternalObligation: name: noop, values: [true], convertToObligation: false, InternalObligation: name: UDCAO, values: [true], convertToObligation: false, InternalObligation: name: MODIFY_USER_PROFILE, values: [ALL_ATTRIB_OBLI], convertToObligation: false]
    [2012-10-31T19:23:06.834-03:00] [oim_server1] [NOTIFICATION] [IAM-1010022] [oracle.iam.platform.authz.impl] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: b5b137796995ea37:-53f1ad5e:13ab2c66c07:-8000-0000000000006b72,0] [APP: oim#11.1.1.3.0] ---------- Se ha cumplido la lista de obligaciones internas, devolviendo TRUE ----------
    [2012-10-31T19:23:06.834-03:00] [oim_server1] [NOTIFICATION] [IAM-1010021] [oracle.iam.platform.authz.impl] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: b5b137796995ea37:-53f1ad5e:13ab2c66c07:-8000-0000000000006b72,0] [APP: oim#11.1.1.3.0] Validando las obligaciones internas: [InternalObligation: name: VIEW_USER_DETAILS, values: [usr_key, LDAP GUID, Status, usr_manager_key, User Login], convertToObligation: true, InternalObligation: name: noop, values: [true], convertToObligation: false, InternalObligation: name: UDCAO, values: [true], convertToObligation: false]
    [2012-10-31T19:23:06.834-03:00] [oim_server1] [NOTIFICATION] [IAM-1010022] [oracle.iam.platform.authz.impl] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: b5b137796995ea37:-53f1ad5e:13ab2c66c07:-8000-0000000000006b72,0] [APP: oim#11.1.1.3.0] ---------- Se ha cumplido la lista de obligaciones internas, devolviendo TRUE ----------
    [2012-10-31T19:23:06.834-03:00] [oim_server1] [NOTIFICATION] [IAM-1010021] [oracle.iam.platform.authz.impl] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: b5b137796995ea37:-53f1ad5e:13ab2c66c07:-8000-0000000000006b72,0] [APP: oim#11.1.1.3.0] Validando las obligaciones internas: [InternalObligation: name: VIEW_USER_DETAILS, values: [usr_key, Full Name, Display Name, User Login, First Name, Last Name, act_key, Status, usr_manager_key], convertToObligation: true, InternalObligation: name: noop, values: [true], convertToObligation: false, InternalObligation: name: UDCAO, values: [true], convertToObligation: false, InternalObligation: name: VIEW_USER_DETAILS, values: [usr_key, Full Name, Display Name, User Login, First Name, Last Name, act_key, Status, usr_manager_key], convertToObligation: true, InternalObligation: name: noop, values: [true], convertToObligation: false, InternalObligation: name: UDCAO, values: [true], convertToObligation: false, InternalObligation: name: VIEW_USER_DETAILS, values: [usr_key, Full Name, Display Name, User Login, First Name, Last Name, act_key, Status, usr_manager_key], convertToObligation: true, InternalObligation: name: noop, values: [true], convertToObligation: false, InternalObligation: name: UDCAO, values: [true], convertToObligation: false, InternalObligation: name: VIEW_USER_DETAILS, values: [usr_key, Full Name, Display Name, User Login, First Name, Last Name, act_key, Status, usr_manager_key], convertToObligation: true, InternalObligation: name: noop, values: [true], convertToObligation: false, InternalObligation: name: UDCAO, values: [true], convertToObligation: false]
    [2012-10-31T19:23:06.834-03:00] [oim_server1] [NOTIFICATION] [IAM-1010022] [oracle.iam.platform.authz.impl] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: b5b137796995ea37:-53f1ad5e:13ab2c66c07:-8000-0000000000006b72,0] [APP: oim#11.1.1.3.0] ---------- Se ha cumplido la lista de obligaciones internas, devolviendo TRUE ----------
    [2012-10-31T19:23:06.834-03:00] [oim_server1] [NOTIFICATION] [IAM-1010026] [oracle.iam.platform.authz.impl] [tid: [ACTIVE].ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: b5b137796995ea37:-53f1ad5e:13ab2c66c07:-8000-0000000000006b72,0] [APP: oim#11.1.1.3.0] ********** Saliendo del segmento de autorización con resultado Decision :PERMIT[[
    Obligations from policy:
    Name: VIEW_USER_DETAILS values: [ALL_ATTRIB_OBLI]
    Name: UDCAO values: [true]
    Name: MODIFY_USER_PROFILE values: [ALL_ATTRIB_OBLI]
    Name: VIEW_USER_DETAILS values: [ALL_ATTRIB_OBLI]
    Name: UDCAO values: [true]
    Name: MODIFY_USER_PROFILE values: [ALL_ATTRIB_OBLI]
    Obligations from policy:
    Name: VIEW_USER_DETAILS values: [usr_key, LDAP GUID, Status, usr_manager_key, User Login]
    Name: UDCAO values: [true]
    Obligations from policy:
    Name: VIEW_USER_DETAILS values: [usr_key, Full Name, Display Name, User Login, First Name, Last Name, act_key, Status, usr_manager_key]
    Name: UDCAO values: [true]
    Name: VIEW_USER_DETAILS values: [usr_key, Full Name, Display Name, User Login, First Name, Last Name, act_key, Status, usr_manager_key]
    Name: UDCAO values: [true]
    Name: VIEW_USER_DETAILS values: [usr_key, Full Name, Display Name, User Login, First Name, Last Name, act_key, Status, usr_manager_key]
    Name: UDCAO values: [true]
    Name: VIEW_USER_DETAILS values: [usr_key, Full Name, Display Name, User Login, First Name, Last Name, act_key, Status, usr_manager_key]
    Name: UDCAO values: [true] **********
    thanks again!
    Guido

  • OIM 11g: Add process tasks as a result of a Request?

    Is it possible in OIM 11g to have the result of a Request be that 1 or more process tasks are added to an an account's process?
    The out-of-the-box Request framework seems to be very attribute driven (Modify Provisioned Resource, Self Modify Provisioned Resource), and I suppose we could add an attribute to trigger process tasks to be added, however, without going into detail, we'd really just like to be able to add the process task with no process form updates.
    Has anyone attempted anything like this?

    Sure you can.  Create a plugin on the request status:
    <plugin pluginclass="com.custom.eventhandlers.request.RequestCompleted" version="1.0" name="RequestCompleted">
    <metadata name="status">
    <value>Request Completed</value>
    </metadata>
    </plugin>
    In your code, using benEntity.getEntityKey() you can get the "Users-Object Instance For User.Key" value for the instance the request is for.  Then search the user's existing instances of that resource object type (findObjects) and match it to the "Users-Object Instance For User.Key" value from the result set.  Then get the process instance key.  From there you can use this code to get the task details:
    Map taskMap = new HashMap();
    String taskName = map.get(resourceName);
    taskMap.put("Process Definition.Tasks.Task Name",taskName);
    tcResultSet rs =  taskOper.getTaskDetail(processInstanceKey,taskMap);
    long taskKey = rs.getLongValue("Process Definition.Tasks.Key");
    And finally this code to insert the task:
    provIntf.addProcessTaskInstance(taskKey, processInstanceKey);
    And done!
    -Kevin

  • How do you add a task for disconnected hardware?

    I'm have a Labview 2009 project that contains an existing data acquisition task that includes several analog inputs from a cDAQ1 device.  I'm working on the Labview software, but don't currently have the hardware available.   I need to add an addition channel to this task, but without having the physical hardware connected. 
    When I attempt to do this in Labview 2009, using DAQ Assistant, the analog channel that I want to add is not displayed as an option to select.  The missing hardware shows (cDAQ1), up in the existing task, and is listed in MAX with a red x next to it because its not connected.    I have a separate task that used simulated channels, so I'm not asking about simulated hardware.
    I attempted to export the projects DAQ configuration file, edit it, then import it back into the project, but I get an error dialog box when I attempt to do this, Error -201064 occurred at _DAQmxImportConfig.vi", Configuration file is missing the required header fields".    I didn't remove any header fields, but I've had problems with DAQ Import before because of the different file formats for exported files, (see forums under Error -201064).  Unfortunately, the Labview Projects differ from MAX in that it only provides a "text, .txt" export format and that's a problem for importing.
    Nevermind.  I figure out if I manually select the ".ini" file time under Export, (.txt is the default), THEN Export will write to a different format and as long as I edit it correctly, I can then import it back into the project.
    Message Edited by PointOnePa on 04-25-2010 04:45 PM

    Go to Settings > Phone > My Number and add your number there if it's not already.
    Then go to Settings > Messages > Send & Receive > Apple ID and enter your data there.
    That should work.

  • Add Query Task Excepcion OSM 7.0.3

    Hello,
    I am creating a new project in the version 7.0.3 of OSM but when I go to the permissions tab of the order and add a role, if I want to associate a query task for this role, gives the following exception.
    "Sequence Model Orchestration Error - Detail from ncaOsmQueryTask Order query task is not defined in ProjectOrder workspace."
    When I open a project created in version 7.0.2 of OSM with this same functionality throws no exception when compiling.
    But if this project will add another query task immediately throws the error when compiling.
    If anyone knows a similar case can help me I would appreciate your input.
    regards

    Hi Andres,
    We tried the same procedure at our end with 7.0.3 and it worked well. The question that comes to my mind is what version of Design Studio are you using? I would suggest you to use DS 3.1.3.1 and above.
    Thanks,
    Deep

  • Add a task in an email

    why the task option is gone in Mail, is there a way to add a note or a task related to an email?

    Did you tried calling the task Add user to AD group as Task to Generate on completion of Recon Insert Received?

  • SOA/BPM/Human Tasks 11g -- add new task participant through Workflow API

    Heya folks. Got a question that's been driving me nuts, hope you can help.
    I have a bunch of Human Tasks in a BPMN process. Each task is pretty simple -- for assignment a single stage only; parallel approval; list of participants is passed in -- via the task payload -- as a comma-delimited list. When the task is initiated it produces a root task, and one child task for each participant. So, say we have participants "fgolfer,atreyvaud" we get three task objects: the "master" or root task and one each for fgolfer and atreyvaud.
    Now what I want to do is add another approver (let's say "gfrog") -- i.e. create a new task for gfrog which is a child of the master task and leaves the tasks for fgolfer and atreyvaud as they are. As far as I can figure, this is NOT a Reassign nor an Ad-Hoc Route. Applying either of those to an existing task effectively removes the existing user from the task and assigns it to the new user.
    On another track, if I programmatically create a new task (with initiateTask() from the Task service, using the values from an existing task), I seem to get a NEW master task with attendant child tasks, while leaving the existing master task and children.
    Make sense? Neither of these outcomes is what I want.
    Seems like this should be pretty simple but for the life of me I can't figure it out. I could create an FYI task or a todo task or a subtask but again this isn't what I want -- need to create a task with all the custom outcomes and such.

    In case folks are playing along at home, I've yet to find a solution for this. Because I need to move forward with my project, I've decided I can't do it through the Workflow API and I'm taking a different route -- basically, triggering a custom task outcome which returns to the same Human Task in the BPMN flow, thus starting the task again. Before doing that I update the task's payload, which contains the task assignees.
    I'm not happy with this, it seems like a nasty hack to overcome a limitation with the Workflow API.
    Understand, though, I'm not saying this is impossible through the Workflow API, just that I haven't found a way to do it. I've spent 2-3 person weeks on this and it's time to move on.

  • Unable to add Human Task flow to composite

    Hi,
    I'm  learning SOA & building up Purchase Order SOA App.
    My Jdev ver is 11.1.1.6
    While I'm trying to Add a Human Task to Composite I'm getting below error stack.
    Invoking command: delete_namespace_from_adfconfig
    Invoking command: add_namespace_to_adfconfig
    Uncaught exception
    java.lang.NoSuchMethodError: oracle.mds.internal.dt.net.OraMDSDTURLConnection.getInputStream(Loracle/mds/core/MDSSession;)Ljava/io/InputStream;
      o.mds.internal.dt.net.OraMDSDTURLConnection.getInputStream(OraMDSDTURLConnection.java:124)
      j.net.URL.openStream(URL.java:1010)
      o.j2ee.ws.wsdl.xml.WSDLReaderImpl.openAsStreamConnection(WSDLReaderImpl.java:576)
      o.j2ee.ws.wsdl.xml.WSDLReaderImpl.readDocument(WSDLReaderImpl.java:438)
      o.j2ee.ws.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:377)
      o.j2ee.ws.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:627)
      o.j2ee.ws.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:269)
      o.j2ee.ws.wsdl.xml.WSDLReaderImpl.readWSDL(WSDLReaderImpl.java:240)
      o.tip.tools.ide.common.utils.wsdl.WSDLUtil.parseWSDL(WSDLUtil.java:1333)
      o.tip.tools.ide.fabric.model.SCAWSDLManager.loadWSDL(SCAWSDLManager.java:200)
      o.tip.tools.ide.fabric.api.WsdlInfo.readWSDL(WsdlInfo.java:254)
      o.tip.tools.ide.fabric.api.WsdlInfo.getAbstractWsdlLocation(WsdlInfo.java:475)
      o.tip.tools.ide.fabric.api.WsdlInfo.getAbstractWsdlLocation(WsdlInfo.java:466)
      o.tip.tools.ide.fabric.api.SCAControllerInterfaceImpl.addInterface(SCAControllerInterfaceImpl.java:322)
      o.tip.tools.ide.fabric.api.SCAControllerServRefImpl.addServiceInternal(SCAControllerServRefImpl.java:430)
      o.tip.tools.ide.fabric.api.SCAControllerComponentImpl.createComponent(SCAControllerComponentImpl.java:83)
      o.tip.tools.ide.fabric.api.SCAControllerImpl.createComponent(SCAControllerImpl.java:262)
      o.tip.tools.ide.workflow.ide.jdeveloper.JDevWorkflowProject.createComponent(JDevWorkflowProject.java:239)
      o.tip.tools.ide.workflow.ide.jdeveloper.JDevWorkflowProject.handleComponentCreation(JDevWorkflowProject.java:222)
      o.tip.tools.ide.workflow.ide.jdeveloper.JDevWorkflowProject.commit(JDevWorkflowProject.java:196)
      o.tip.tools.ide.workflow.util.CreateWorkflowCommand.doIt(CreateWorkflowCommand.java:75)
      o.tip.tools.ide.workflow.projectwizard.JDevProjectBuilder.createIDEProject(JDevProjectBuilder.java:72)
      o.tip.tools.ide.workflow.projectwizard.WorkflowCreationDialog.createProject(WorkflowCreationDialog.java:116)
      o.tip.tools.ide.workflow.projectwizard.WorkflowCreationDialog$1.run(WorkflowCreationDialog.java:100)
      j.lang.Thread.run(Thread.java:662)
    Please Help me out..!!!
    Thanks in Advance

    Its due to JDeveloper installation or cache issue...
    I uninstalled completely and installed again. I am able to create Human Task now. Maybe it helps someone.
    -Sudheer

  • Add customized task to user screen for IdM 7.0

    The user screen in IdM 7.0 is a lot more different from the previous versions.
    A navigation bar is used for launching different tasks(workflows).
    I want to add a new user request task to MenuBar Requests or add a new task to the Launch Requests page. The old document/training mentioned adding customized task to End User Tasks is not working for Version 7.0 at all.
    Overall, my question is how I can add my customized workflow to /user screen?
    Thank you.

    Hi,
    Look to implement links to custom taskdefinitions from the End User Request Menu. Unfortunately there's no form/process mapping for this object at this time. Here's an example of a customisation on the End User Request Menu,
    <Form noDefaultButtons='true' objectLocationID='objectName=End+User+Request+Menu&isBegin=true&objectPath=0&objectType=UserForm'>
          <Display class='EditForm'>
            <Property name='title' value='UI_ENDUSER_REQUEST_LAUNCH_TITLE'/>
         <Property name='subTitle' value='UI_ENDUSER_REQUEST_LAUNCH_SUBTITLE'/>
          </Display>
          <Properties>
            <Property name='doNotRegenerateEndUserMenu'>
              <Boolean>false</Boolean>
            </Property>
          </Properties>
          <Field>
         <Display class='SectionHead'>
           <Property name='required'>
             <Boolean>false</Boolean>
           </Property>
           <Property name='title' value='Self-Service Options'/>
         </Display>
         <Field>
           <Display class='LinkForm'/>
           <Field>
             <Display class='Link'>
               <Property name='name' value='Request Application Access'/>
               <Property name='URL' value='user/processLaunch.jsp?id=Request+Application+Access'/>
               <Property name='arguments'>
              <map>
                <s>op_requestorOrg</s>
                <ref>waveset.organization</ref>
                <s>op_requestorFullname</s>
                <ref>accounts[Lighthouse].fullname</ref>
              </map>
               </Property>
             </Display>
           </Field>You also need to register the workflow in the End User Tasks configuration objects as follows:
    <Configuration id='#ID#Configuration:EndUserTasks' name='End User Tasks'>
      <Extension>
        <List>
          <List>
            <String>Request Application Access</String>
            <String>Initiates a request for a new account</String>
          </List>HTH,
    Paul

Maybe you are looking for