OIM11gR2 : Assign AD Group resource object to Organization

Hello Experts,
I have a dummy organization created in OIM by the name DUMORG.
I have to assign the AD Group resource object to this organization. Kindly help me with the workflow through which i can accomplish this.
If this is possible through API, kindly share some sample code.

Login as XELSYSADM
Search Your Organization
Select your Organization
Go to Provisioned Accounts tab
Click + Provision link
It will take you to the avalable resource
Select AD Groups and Submit (It would be a direct provisioning)

Similar Messages

  • Provision a Resource Object to Organization automatically in OIM 11g

    Hi All,
    How to provision a resource Object to Organizations automatically in OIM 11g.
    Can we use Access Policy for this , if not , is there any other way to solve this.
    Regards
    Edited by: 903745 on 31 May, 2012 1:40 AM

    Are you referring to creating an resource object (e.g. group) on the Organization itself (as opposed to users in that Organization) ? If so this can be done from a post-process event handler on the Organization object.

  • Issue: color assigning, eyedropper, groups, type object and stuff

    Hi there!
    I have some wierd problems with my beloved illustrator. Eyedropper and swatches assigning seems to be wild... I will try to describe three situations: what is happening. Tell me please, what am I doing wrong...
    1. Group of shapes in one fill color, black for example.
    - I have group of black shapes, complex logo perhaps. They are literally grouped.
    - I want to change their fill color to white.
    - I select the grup with black arrow and choose white from swatches.
    - Nothing happens.
    - I have to ungroup shapes, then select them with black arrow and then I can change the color.
    2. Group of shapes in several fill colors: black, yellow and white for example.
    - I have several grouped shapes in different colors.
    - I want to change all of their fill colors to white.
    - I select the grup with black arrow.
    - Illustrator should show "?" in the Fill/Stroke part of the tools panel, becouse there are selected shapes with different colors. But instead I see completely different set of fill and stroke color. Probably ones I've used in some before action.
    - But OK, fine. I try to assign one color to all of my shapes anyway. But gues what?
    - Nothing happens.
    - I have to ungroup shapes, then select them with black arrow and then I see my "?" and then I can change the color.
    3. Text object, plain text, paragraph, grup of text layers - all the same.
    - I have some black text.
    - I want to change their fill color to white.
    - I select the text object with black arrow and choose white from swatches.
    - Nothing happens.
    - I have to use text tool to highlight my text and then I can change the color.
    In all those cases I use swatches or eyedropper to take color from another shape - result s the same. This is crazy... Don't know what to do. And the worst thing is I have same problems at work, where I use Mac, and at home, where I use Windows.
    Please help!

    I'm confused. Where do you see two copies of my text?
    http://drrop.it/files/5277fe05e9d8c.jpg
    Besides, I would say the easiest way would be to select object with black arrow (V), then use eyedropper (I) and click on my rectangle there. But I just can't. Maybe it's because in my file, you can see two layers of text and I see one...

  • Assign Administrative group to an organization in OIM

    Hi,
    I have created one User Group called "IDMAdministrator" and added all the desired menu items to it. Now my requirement is whenever any organization gets created/added to OIM I want to assign this group as the "Administrative Group" of that organization by default.
    Can I have some rule or something using which I can preform this action?
    One thing I understood is, if I got to Design console and select "Xellerate Organization" resource object and add my group "IDMAdministrator" under the "Administrators" tab of this resource object.
    Now if I create an Organization in OIM then this organization will be having two administrative groups "SYSTEM ADMINISTRATORS" and "IDMAdministrator".
    But can I achieve this functionality using some rule or some other way?
    Thanks & Regards,
    Yash Shah

    Hi,
    Suppose I want to add the task in Organization provisioning process then can you please tell me what that task will contain? (do I have to create my own adapter and attach it to the task?)
    Please describe, if I want to write an entity adapter also then what i have to specify in that. Is any OOTB adapter available to add Administrative group to Organization?
    Can you please give answer in some detail, as i am not able to understood your suggested approach completely.
    Thanks & Regards,
    Yash Shah

  • OIM11gR2 - Assigning Role to an organization using API

    Hi All,
    Is there any API available to assign roles to organizations?
    Thanks

           List entitiesToPublish = new ArrayList();
            EntityPublication entToPublish = new EntityPublication();
            entToPublish.setEntityId(role.getEntityId());
            entToPublish.setEntityType(PolicyConstants.Resources.ROLE.getId());
            Object objActKey = organization.getAttribute(OrganizationManagerConstants.AttributeName.ID_FIELD.getId().toString());
            String act_key = null;
            if ((objActKey instanceof String))
              act_key = (String)objActKey;
            else if ((objActKey instanceof Long)) {
              act_key = ((Long)objActKey).toString();
            entToPublish.setHierarchicalScope(true);
            entToPublish.setScopeId(act_key);
            entitiesToPublish.add(entToPublish);
            service.addEntityPublications(entitiesToPublish);
    Regards
    Shashank

  • OIM - How To not show the "Disable" option for a Resource object to a group

    Hello there,
    Is there anyway we can remove or don't show the option to "Disable" a already provisioned resource object ?
    I have a requirement over here wherein there is no reason available to show the "disable" option out of the 3 available - "enable", "disable" and "revoke" for an already provisioned RO.
    How can we remove it ? We don't want users belonging to a specific group see that option, at all.
    Is there any menu item associated with it ? or is there any other way we can configure it ?
    Please advise to the earliest.
    Thanks !!
    P.S.: this is OIM 9102 running on solaris.
    Edited by: 786001 on Oct 13, 2010 7:22 PM

    Modify JSP:
    And to do this just for a particular group, put your java code in JSP itself. This is the easiest approach.
    Otherwise you can modify the action class to return two action forwards and then use two different JSP's.
    Thanks
    Sunny

  • Search a particular resource object in an organization in OIM?

    Hello,
    Can any body please suggest me which OIM API method i should use to search for a resource object inside an organiozation??

    tcObjectOperationsIntf
    getAssociatedOrganizations
    public Thor.API.tcResultSet getAssociatedOrganizations(long objectKey,
    java.util.Map attributeMap)
    throws Thor.API.Exceptions.tcObjectNotFoundException,
    Thor.API.Exceptions.tcAPIException,
    tcAPIException
    This method is used to get the list of organizations for whom the specified object is being provisioned. If not filter is specified, it returns all the organizations who are associated with this object in any way
    Parameters:
    objectKey - This is the resource object key

  • Not able to see newly created dummy resource object in OIM admin console.

    Hi,
    Created a new IT resource type and IT resource.Next created a new resource object "ResourceABC" and provided Allow all and Self Request Allowed option. However, still am able to see the resource object "ResourceABC" in the list of resources(when user selects Provision resource template) during self service or request for others.
    Please let me anything I have missed during resource object creation. I guess issue is at the resource object level.
    Note: It is a dummy resource object.
    Thanks.

    I have selected the check box for Allow All and Self Request. With regard to assign the resource by going to each organization, I believe is to provision the resource to all users in under that organization. But I want end user to request for this resource with self service console for self/others. But resource is not showing up in the list of resources.
    Kindly help.
    Thanks.

  • How to prevent certain users to see only certain resource objects

    Hello OIM Experts,
    How to prevent certain users to see only resource objects request-able based on their user profile
    Employees :
    Employee A: Finance staff
    Employee B: IT staff
    Resource Objects :
    Resource Object 1 : Oracle E business suite
    Resource Object 2 : Payment Gateway
    Resource Object 3 : Server X
    Resource Object 4 - 10 : Customer Service Applications.
    Expected :
    Employee A only see and able to request Resource Object 1 & Resource Object 2, while employee B only see and able to request Resource Object 3.
    And they are not able to see and request Resource Object 4 - 10.
    Can that be done, if so please suggest some ways, appreciate the help.
    Regards,

    Hey, you can do this through Organizations. Follow the following steps:
    1) Create an Organization say 'Finance Staff' and put all the users for this category in this organization.
    2) In the similar fashion create another Organization say 'IT staff' and put all the users for this category in this organization.
    3) Now open Organization details for above two and select the 'Permitted Resources' drop down frm additional details.
    4) Assign the resources as per your requirements for these two oragnizations.
         Finance Staff -> 'Permitted Resources' -> 'Oracle E business suite' and 'Payment Gateway'
         IT Staff -> 'Permitted Resources' -> 'Server X' and '10 : Customer Service Applications'
    5) Also remember to de-select the 'Allow All' check box in the respective resources above to discourage everyone from requesting and making a decision for allowing the user to create requests through organizations.
    You are done.
    regards
    Sunny
    Edited by: rajsunny on Oct 13, 2009 11:27 PM

  • Duplicate Resource Objects  are displayed while provisioning the resource

    Duplicate Resource Objects are displayed while provisioning the resource to organization after creating a new workflow through export and import process.
    A workfolw already exists in the environment and I am trying to replicate the work flow with a different name . So i import all the components related to provisioning workflow rename the names of the components and make the necessary changes and import it back. after this I am getting Duplicate Resource Objects being displayed while provisioning the resource to organization .plz help.its urgent

    I have tried this process thrice not able to solve this problem ......unchecking allow multiple ..i don t think matters as this is provisioning to org ...n what i am telling is the list from which u select the resources to be provisioned --that list shows duplicate resource object names at a time..Each time I import an xml the number of same resource object names being displayed in the list increases ...So If I have imported three workflows then (say Resorce Object AD) appears thrice in the list. I have not given the resource objects same name in all the workflows for this to happen
    Sahana

  • Any clues on how to create a resource object to push a user object into res

    I am working on a situation where I have to push a user object via a resource object and not having assigned to the user (in other words not linked to the user).
    any ideas?
    My approach is some thing like this
    IN the "user" object I do set all the attributes required per the resource definition
    Here is the code snippet for resource object creation:
    <Action name='create services resource object' process='Provision'>
    <Argument name='op' value='createResourceObject'/>
    <Argument name='object' value='$(user)'/>
    <Argument name='objectType' value='user'/>
    <Argument name='resourceId' value='UnixUIDServices'/>
    </Action>

    I by no means want to sound belittling... so don't take me that way..
    You need to understand the basics of files, and networks. You can't check if a file exists on another machine if you don't have a network protocol to communicate with. The reason \\ works under windows is because you are using an invisible (to you) network protocol. You probably know it as windows sharing. If your file were not shared under it's own name, that method wouldn't work (I'm assuming your entire drive is shared without a password... a horrible security flaw...but one thing at a time)
    You can use FTP protocol to check if a file exists. You can either send the raw text FTP commands through a socket connection in java, or you can use a freely available FTP java API to make it a bit more simple. You could also write a small java server on the other machine, and have it tell you what you need to know with a socket connection. In this way, you have created your very own network protocol.

  • Resource object not showing while provisioning a User

    Simple task but I am not able to fix this.
    I have a dummy resource whcih I created for some testing.However I am not able to see this resource when I try to provision a user to this resource.
    Any Ideas?
    FYI:.I have checked Allow SelfService,Allow All,Alow Multiple and Autolaunch check boxes
    Thanks
    -Mahi

    I have created a simple provisioning process for this..the process defination is of type approval .In there created a new task called "Manager Approval and in assigment assigned it to user's manager.
    I have already selected the resource object in the Object Name field.
    OIMUSER007...Do I really need to create a seperate IT Resource in this case?
    Its just a simple application like eg "WATCH"..
    Actually,
    I had earlier implemented this resource with Process Deffination as *provisioning*..
    Now I wanted to implement the workflow for this..For this Since I cant delete the process deffination..what I did I assigned the earlier process deff(provisioning to some other resource object(test) and created a new process deff(Approval) for this...

  • Creation of Campaign Id and assign Target Group to it.

    Hi all,
    I am facing a problem in creating a Campaign Id. This is the first time i am working on CRM Marketing Campaign, and i dont know the process of creating a Campaign id for a Target Group created for BP's. Please do help me in providing me any program or link where i can find the sample programs for creation of campaign id, Campaign Element, Profile Set, Target Group, Assigning BP's to Target Group.. I am presently using the below mentioned function modules/BAPI's for creation of Profile Set, Target Group etc.,
    For Profile Set Creation:                                         BAPI_PROFILESET_CREATE
    For Target Group Creation:                                    BAPI_TARGETGROUP_CREATE
    For Assigning Target Group to Campaign:             MKTPL_TGGR_ASSIGN_CREATE
    for Campaign Element:                                            MKT_ELEMENT_CREATE
    Please provide me complete program to explain the above.
    Thanks in Advance,
    Nagesh Thanneeru.

    hi,
    Target group is a group of BP, like a BP list.  It's a kind of master data which can be used in business transaction.
    And profile set is a base of target group, just like Product Hierachy and Product category.  Each target group should belong to a profile set. So create the profile set, before you create target group.
    Campaign is a kind of Marketing element of CRM Marketing.  In campaign, it need the BP or BP group or Target Group as its campaign objectives. Just like Customer of Sales Order, Vendor of Purchase order.
    Campaign can be assigned several target groups or BP or BP groups in it.
    So if you want to create campaign and assign target group to it, the steps is:
    1.  create a profile set  by BAPI_PROFILESET_CREATE
    2. create target group by BAPI_TARGETGROUP_CREATE, in this calling, you will use the profile set created before.
    3. create campaign by MKT_ELEMENT_CREATE
    4. assign the target group to your campaign, by MKTPL_TGGR_ASSIGN_CREATEl, the target group comes from step 2, the campaign comes from step 3

  • Account 410100 requires an assignment to a Co object

    Hi Team,
    I am Trying to post one entry T code F-02 ( fast entry screen) , In the fast entry screen we require WBS element  as Co object ,
    we added  WBS element  but system still gives  error message  Account 410100 requires an assignment to a Co object
    Account number 410100 is also Revenue Cost element , while posting the entry this account number has 50 posting key,
    if i post entry using normal process with WBS element  system was accepted   only Fast data entry is the problem
    I found posting key field status and Account number fields status field status group both are having  WBS element is optional entry
    can any one Guide me where I am Doing mistake
    thanks
    Rana

    Hi,
    Check if you WBS is true or statistical, because revenure accounts require true CO objects for posting.
    Regards,
    Eli

  • Account 715090 requires an assignment to a CO object

    Hi Friends,
    During Release of an invoice document system is prompting an error as follow.
    Account 715090 requires an assignment to a CO object
    LongText
        Detail
         Diagnosis
             You have not defined a CO account assignment for an account
             that is relevant to cost accounting.
         System Response
             Account 715090 is defined as a cost element.
             This means that you must always specify a CO account
             assignment.
         Procedure
             Enter one of the following CO account assignments
             o   Order
             o   Cost center / cost center/ activity type
             o   Sales order item (for a project or cost relevant)
             o   Project / WBS element
             o   Cost object (Process manufacturing)
             o   Network/ Network activities
             o   Business process
             o   Profitability segment
             o   Real estate object
             The posting row affected is 0000001004, account 715090.
    Technical data
        Tech. data details
         Client
         Group Number
         Sales Document Number                  0064002233
         Item Number of the SD Document         000000
         Schedule Line Number                   0235
         Counter in Control Tables              00
         Message Identification                 KI
         System Message Number                  235
         Output Type                            E
         Message Variable 01                    715090
         Message Variable 02                    0000001004
         Message Variable 03
         Message Variable 04
         Group Type
    We are having Profit Center assignment with each line item and is also having configurations in VKOA Transaction.
    Can you please suggest how can we post this document in G/Ls.
    Rgds, Krishan Raheja

    Hi Krishan,
    There are four possibilities, please check
    Go to T-code: KA02: enter G/L account (Cost element) ---> default acct assignment TAB -->assign the Cost Centre ---> save.
    Now try your transaction.
    OR
    Check the field status of the account in FS00. If this account requires CO object as mandatory then check whether a cost element is created or not, this error normally occurs when CO object is mandatory but relevant cost element is not created.
    Example: CO object may be cost centre, cost element, WBS element
    OR
    Use t.code OKB9 --> assign G/L account to cost object with your company code ---> save.
    OR
    Go to your biiling document --> Item level --> On item detail page --> check the "Profit center --> If its not ther then maintain the require entry in GGB1 and Material master
    OR
    For more check the link
    http://www.sap-img.com/financial/requires-an-assignment-to-a-co-object.htm
    Hope this helps,
    Regards,
    MT

Maybe you are looking for