Unable to fetch task assigned to particular group from user

Hi,
     I am usinf BPEL 10.1.3.0. The BPEL is configured to use the Oracle Infra as directory server for providing identity service.
     I have a two group created in oid by name AdminRole and TestRole.Have a one user assigned to each group.
     If i create a new user and assigned to both the role, so any task created for both the group will be visible to new user.
     But this is not happening the new user is not able to view any task assigned to AdminRole or TestRole.
     Any Help Apprecited.
Regards,
Bhavik

Hi Dasaradh,
If earlier issue (Pop message with 60) is not resolved, then it means your Service Constructor is old one. You will see this pop error message when you have more than 60 records to be fetched. The service solution component tables's maximum capacity was 60 only. We fixed the issue later.
So if you still see this issue, I would suggest you to update your service constructor.
For later issue [(Unknown Source)Error: Extension ID oracle.aia.codegen.codegenwizard in extension.xml does not match jar filename oracle.aia.aiaserviceconstructor], it looks like your Service Constructor install is not successful.
Thanks
Vikas
Edited by: user10866611 on Nov 24, 2010 3:15 AM
Edited by: user10866611 on Nov 24, 2010 3:16 AM

Similar Messages

  • Digital Signature - Setup User master record for Particular group of user

    I already setup Electronic signature for RR and UD. but having problem to complete transaction.
    When a Digital signature is executed, the system should copies the signatory name from the user master record to the signed document. However, the name has not been maintained completely in user master record and for this reason, i cannot execute the signature. So how can i setup User master record for Particular group of user?
    Regards,
    NP

    It is actuly comes under QM module to save the test record, but before saving it, we need to have authorization.
    For authorization, we are having digital signature.
    So i need to assign user group for particular those authorization digital signature. so i thought, might be IDM can help on that?
    How would i do that? so are you guys able to help me on that ?
    Thank you
    NP

  • Task Assignment to Ggroup - Group Members Not Getting Email

    I have a process with an approval activity with initial user selection set to a group rather than a specific user. I want all selected users to receive an email notification that a new task awaits them. When I assign to a specific user, the custom email template is sent to the user. When I assign to a group, the group members don't get the task assignment email.
    How do I change that so that group members will receive email notification of task assignment?
    Thanks in advance!
    Eric

    One possible solution:
    You can use our Group Lookup component to get a comma-separated list of the emails of the members of the group. Then, in the step before the User>assignTask step, send the group an email. The only problem is that you won't be able to embed a link directly to the task, because the task doesn't exist yet.
    Doc: http://avoka.dnsalias.com/confluence/display/Public/Lookup+DSC
    Download: http://www.avoka.com/avoka/escomponents.shtml
    To work around this problem, you can use the technique outlined here:
    http://blogs.avoka.com/2008/10/20/customize-user-task-escalation-after-assignment/
    http://avoka.dnsalias.com/confluence/display/Public/Customize+User+Task+Escalation+After+A ssignment
    If you need more assistance, contact info-at-avoka.com
    Howard

  • Start Workflow from particular Step and assign to particular group of members

    Hi
    We are working on workflow using CQ 5.5.
    Is it possible start workflow from particular Step and assign this workflow to particular group of members dynamically(Using Process Step).
    Workflow Name : Single Page Workflow
                        Start
                            |
                        Step 1
                            |
                        Step 2
                            |
                        Step 3
                            |
                        Step 4
                            |
                        Step 5
                            |
                        Step 6 (Process Step)
                            |
                         End
    In Step 6 , we will start workflow for list pages dynamically , for that we written code as
    public class PublishTranslation implements WorkflowProcess{
        public void execute(WorkItem item, WorkflowSession wfsession, MetaDataMap metadata)
                throws WorkflowException {
               WorkflowModel  model = wfsession.getModel(item.getWorkflow().getWorkflowModel().getId());
               WorkflowData wfdata= wfsession.newWorkflowData("JCR_PATH",pagePath[i]);
               wfsession.startWorkflow(model, wfdata);
    This code starting workflow from step 1.
    I need help on
    1. How can i start workflow from step 2 or 3 ?
    2. How can i assign this workflow to group members ?
    Thanks & Regards

    Hello Ravindra,
    Logically it shouldn't allow you to do that and same happening because start workflow call on model will always trigger the workflow from starting point (means the very first step after start component in workflow design)
    To achieve this you have other ways, i would suggest to try below if it works for you.
    1. Instead of creating a new workflow just branch it programmaticaly and route back to previous step
          List<Route> routes=wfsession.getBackRoutes(item);
                     Route route=routes.get(WHAT_EVER_STEP);
                     wfsession.complete(item, route);
    2. Create a new workflow model which starts from second step and using code get access of that workflow
         wfsession.getAllWorkflows();
    for delegation as mentioned by Yogesh, you can try wfsession.delegateWorkItem(WorkItem item, Authorizable participant)
    Thanks,
    Pawan

  • CAML query to get task assigned to current logged in user

    I want to know the CAML query to get tasks assigned to the currently logged in user
    Nour

    Hi,
    This is the query that worked for me
    <Where>
    <And>
    <Or>
    <Membership Type=’CurrentUserGroups’>
    <FieldRef Name=’AssignedTo’ />
    </Membership>
    <Eq>
    <FieldRef Name=’AssignedTo’  LookupId=’TRUE’ />
    <Value Type=’Lookup’>123</Value>
    </Eq>
    </Or>
    <Neq>
    <FieldRef Name=’Status’ />
    <Value Type=’Text’>Completed</Value>
    </Neq>
    </And>
    </Where>
    Regards,
    Nishant Rana
    http://nishantrana.wordpress.com https://twitter.com/#!/nishantranacrm

  • Notification mail for particular group of users

    Hi,
    How to configure notification mail for particular group users in the portal, some circular posted in the KM.
    Please advise.

    Dear  kumargopalc,
    The best way to do this, is create a folder in km where you upload your files o news to this user and then create a km navigation iview to give to the user the possibility to subscribe to it, the service subscription give to the users notifications on the amendment of the folder.
    http://help.sap.com/saphelp_nw70/helpdata/en/6e/798e04b33b11d5993800508b6b8b11/frameset.htm
    Regards.

  • Could not add/remove Groups from User in UME

    Hi All,
    I am ABAP + Java stacks.
    There is a user ABC with an ABAP role ZZZ which is displayed as a group in UME console.
    When I tried to remove this Group from this user in UME, system returned error message:
    You are not authorized to assign one or more entities. Perform a new assigned entities search to see the correct status.
    Even I add  a new Group to this user is forbidden.
    But if I delete this Role in ABAP SU01, it synchronize disappeared from UME quickly.
    I don't know why. it seems does not relevant to authorization problem since I already have full auth.
    Could anyone help me?
    Thank you so much.
    Best regards,
    Nick

    Hi Nick,
    You can never assign abap role from portal. You can only map the portal role to abap role.
    when you create group on portal , it will not be refelect as an role in abap system. becauase when you create a group it will create as basic group with identity as private database and not as R3.DB.
    If you want to confirm , then create and group and save it , after saving it check what is a UNIQUE ID.
    Thanks
    Anil

  • LDAP groups from User View

    Hi All,
    Can anyone tell me how I can retrieve the LDAP groups from a User View? When I retrieve a user View I don't see where the LDAP groups are located on the View. Is there an attribute I'm missing or is there an alternative mechanism to retrieve the LDAP groups from a User view?

    In the user view, you will have to customize the user view form per documentation. Add a multi-select field if editing, or a list/text area using the ldapGroups from the resource. You can find more on ldapGroups in the documentation for resource adapters. Sample code also helps.

  • Authorization to particular group of users

    Hi
    I have an application with two different groups A_super_user and B_user.
    I question is how to create authorization to my different user groups.
    When my report shows up it shows all records. What I want to achieve is to show only certain rows to B_user group and show all records to A_superuser.
    Can anyone please help me to achieve this functionality to my report.
    Thanks in advance.

    Hi,
    Thanks for your prompt response.
    In that application it only shows how to apply authorization at item level.
    But I want to place the authorization at record level.
    In that app it shows:
    create a authorization scheme and place that scheme by clicking authorization tab on each level of item.
    But how could I achieve it place on the query level.
    Show certain type of records if that user is employee and all records to manager.
    We need to place on query level.
    Ex: If there are 10 records on that report. It should show all records for the manager, but only 6 records to employees
    My situation is something like this.
    Thanks.

  • PPOMA_BBP - Get purchasing group from user

    Hi experts,
    I have a Structure in which a user belong´s to multiple purchasing group´s. I need a function to return all the purchasing group´s from a given user.
    Thanks in advance
    Paulo Andrade

    Hi Pradeep,
    I tried with the function modules you say. It returned only one purchasing group, but the user is assigned to two purchasing groups in ppoma.Im using SRM2007.
    Example:
    User: TSTRFX
    Position          A10 - Impressos/economato     50,00     14.11.2008     Unlimited
    Position          A20 - Mobiliário          50,00     14.11.2008     Unlimited
    Thanks
    Paulo Andrade

  • Set Assigned to in case from user input form

    Hi there
    Can anyone tell me if you can set the case Assigned to property from a user input field.
    Like you can set a category <input type="text" value="Client App id tag" maxlength="255" id="CAT_Category" name="CAT_Category" class="cat_textbox_small" />
    Maybe cat_assignedTo ?
    Cheers Daniel

    Hi Octopuse,
    Please check if you defined the object type in the form
        <action type="add">
          <form AutoManaged="1" ... ObjectType="NAMESPACE_UserMaster" ... uid="NAMESPACE_FORM">
            <datasources>
    Please keep in mind that table names and user objects should always be prefixed with the partner Namespace.
    Regards,
    Vítor Vieira

  • How to get tasks assigned to me or group in which I belong to using Search Query?

    Hello,
    I want to get the tasks assigned to me or tasks assign to me in which I belong to. I know how to get it using CAML query however I want to get it in my custom search display template using Content Search Web Part.
    <Or>
    <Membership Type="CurrentUserGroups">
    <FieldRef Name="AssignedTo"/>
    </Membership>
    <Eq>
    <FieldRef Name="AssignedTo"/>
    <Value Type="Integer">
    <UserID/>
    </Value>
    </Eq>
    </Or>
    Please let me know how to filter tasks assign to group in which I belong to.
    Here is query which shows tasks assign to me but not to tasks assign to my groups
    (ContentType:Task OR ContentType:RequestTaskContentType OR ContentType:DelegacyAccountingContentType) AND
    AssignedTo:{User.Name} AND
    -Status:Completed AND -Status:Closed AND Status:"Not Applicable"
    Thanks & Regards,
    Jay
    Jayesh Prajapati

    Hi Jay,
    No, you can filter tasks assign to group in which you belong to using Content Search Web Part. Because there is no Query variable for current user group in SharePoint 2013 Search Query. You can have a look at the article:
    https://technet.microsoft.com/en-in/library/jj683123.aspx?f=255&MSPPError=-2147217396
    For a workaround, you can use the My Tasks web part outside of MySites:
    http://bernado-nguyen-hoan.com/2013/03/03/making-my-tasks-web-part-available-outside-of-mysites/
    http://yalla.itgroove.net/2014/04/27/use-sharepoint-tasks-web-part-outside-sites/
    Best Regrads,
    Eric
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • How to get the group key, which an approval task assign to

    Hi,
    When a user is assign to OIM Group (i.e. from User Detail >> Group Membership form), I will call an approval process (using Access Policy).
    In that approval process, I have defined two tasks.
    1) Assign Approval to Group -> NOT conditional
    2) Remove OIM Group From User -> conditional
    So, from the 1) task, I will assign this approval to a OIM Group.
    If the user click "Approva", a provisioning process will be fired.
    If the user click "Deny" (Reject), 2) task will be run.
    What I want is this.
    From this 2) task, I need to get the "OIM Approval group" key or name (which this approval is assigned to)......
    Note: I need to get this group info in the "Approval Process Task" -> "Integration" -> "Map"
    Regards,
    Chaturanga

    Hi,
    Yes. I have done that.
    Now what I want is this. If the approver "Deny" (Reject) the approval task, I will call another task in the approval process. From that task, I need to run a code, which remove the user from OIM Group.
    So, to do it, I have written a java code and created a adapter. So, as a input parameter for that code, I need to give the approval group name(i.e. the OIM group, above approval task is assign to).
    How can I get the OIM approval group, which the person who Deny the approval belongs to, from this new approval process task???
    Regards,
    Chaturanga

  • OIM task Assignment Tab

    I am trying to understand how the assignment tab works. In process Def, I have a task, like create user. That has a assignment tab which has one entry in it. It has escalation time and a Default Rule. I entered an escalation time of 10 mins and then proceeded to create another entry below that. However, it says it needs a rule and the Default rule is not applicable since its already used by the first entry.
    What rule do I need to create? What should be in that rule? Thanks in advance.

    See
    http://download.oracle.com/docs/cd/E14049_01/doc.9101/e14061/resmgt.htm#BABIHAIJ
    You have to create Task Assignment Rule for this. That Task Assigment Tab is used for assigning that task to someone.
    Suppose you have approval workflow and you have create Approval Task in that. Then you can assign it to anyone to approve that task.
    In Task assignment tab, you select the user or group who will be responsible for completing that task. If you are giving some time duration in Escalation then it will escalate after that particular time but it tales value in ms.

  • Accessing to tasks belonging to my group when i wasnu00B4t part of it.

    HI Experts,
    i have a situation: There is a GP process running in my company, a group of people has to approve (approveres group) some tasks created by other people.
    My company realized that they needed to add more people in the approver group because there were a lot of tasks  for approving and not enough approvers.
    So i was recently assigned to the approvers group, but i can´t see the old tasks that were pending for the approvers group, i can only see the new tasks assigned to the approvers group.
    Is there i way i can access to the old tasks assigned to my group (when i wasn´t part of the group)?
    Best regards,
    Marco.
    Edited by: Marco Ustarroz on Jul 4, 2008 3:14 PM

    Hello,
    from SAP answered that it is not possible to do this actually in GP.
    Regards,
    Marco.

Maybe you are looking for

  • Toshiba StorE Art 2Tb External Hard Drive not recognized by HP Elite /Win7

    I have a new HP Elite Desktop running Windows 7 Home Edition: I bought some few months ago a Toshiba Store Art 2Tb Ext Hard drive, which until today worked well. Today I started the PC in the morning (with no update of Windows or other software) to f

  • Home sharing no longer working on one Mac

    My wife and I used home sharing via my iTunes account without any problems about a year ago. Since then, we have both moved our iTunes libraries over to new Macs. Now, I can start home sharing on my Mac, but when I attempt to start home sharing on he

  • Excessive system CPU time on Solaris 10 host with multiple zones

    We current have three T2000s running Solaris 10 with all of the latest patches installed. Each machine is identically configured with a single, 1.2GHz 8-core CPU & 32GB RAM. Two of the three are in our production environment and have three zones serv

  • Reg. lengh of header of alv grid.....have ur points.

    Hi all, -I want to show text on the right side of the header of ALV grid. -Secondly i have limit of around 60 characters in a line...i want to add more words in the same line..... <b>see the code...here..</b>   wa_listheader-typ = 'S'.   wa_listheade

  • WEBUTIL - CLIENT_OLE2 : Clientside Word Integration problem

    Hi, I have attached webutil.pll and webutil.olb and configured the necessary files as per the webutil manual in Oracle Forms 10g under Windows 2000. I have compiled the libraries before running the form. When I run the form, encountering following er