User self request for a RESOURCE

Hi Experts,
I am facing the problem to self request the user for AD resource and getting the below error
Exception java.lang.ClassCastException: java.lang.String was thrown in adapter "ADCS Create User". The Adapter Response was "java.lang.String" .Setting task status... "java.lang.String" does not correspond to a known Response Code. Using "UNKNOWN".
But in the admin console when user request for the AD resource through AccessPolicy/Resource Profile user can able to provisioning into the AD resource.
Thanks and regards,
Santosh

Hi
1) In process form i checked the auto populate and autosave option in this scenario administrator can easily provisioned into the AD resource and in the object form m populating organization filed.If i wont do this then i have to edit the the process form and save it, then only user can provisioned in to AD.
2) If i am not populate the fields then i am not getting the error which was sent in earlier post but showing pending status(without approval) and user not provisioned in AD.
3) In self request you don't populate the field, it stays null which results in the class cast exception in the provisioning code. as u said , in this case if i want to provision the user through Adminconsole and as well as user self request for Provisioning in AD Resource case a) From adminconsole user provisioned
b) User self request not working and showing status as pending.
Thanks and Regards,
Santosh

Similar Messages

  • Creating a work flow when a user is requesting for a resourc object

    hi all
    I h've a few resource objects.
    I need to put an approval process when a usr requests for a particular resource object.
    pls provide me with the high level steps that i have to perform inodrder to achieve this.
    thank u
    sas

    Hi,
    You need to do following steps.
    1.Create a resource object.Select "Self Request Allowed" option.
    2.Attach Object form if any in the Table Name field.
    3.Go to process definition and create a process of type approval.Select your object name.
    4.Create a task and assigned it to the approver from assignment tab.
    You are done.Let me know if you need anything else.
    Regards
    Nitesh

  • Multilevel approval when requested for a resource

    Hi,
    When a user requests for a resource , the request has to be approved by xelsysadm. Once approved by xelsysadm , i am able to provision the user to resource.
    I have few queries here
    1.How to configure the second level approval i.e after xelsysadm's approval, the request must be approved by another person also. to configure the second level approval, which task i should add as preceding task.
    3. I have installed sun connector 9.0.4.2, in the iplanet User provisioning process, "Add User To Group" task is present. Once the user is provsioned to the resource, the user must be added to the group .can i use "Add User To Group" to achive this task . if not please suggest me any idea.
    Thanks,
    divya

    Hi Santosh,
    I created seperate approval process for the same resource object.
    It's working.
    Thanks Santosh.
    I am using sun connector . by default i have iplanet user provisioning process. i added approval process additionally.
    After the approval , the user must be added to the group.
    In provisioning processs, i found two task called "Add User To Group " and Remove User From Group.
    Can i use "Add User To Group" task to add the user to the group once his request is approved. if so, how to achieve this task.
    Thanks,
    divya

  • Error while raising modify request for AD resource

    Hi,
    Getting below error in log, while raising modify request for AD resource, UI shows error while retrieving resource entity details.
    <Oct 19, 2011 2:15:45 AM CDT> <Error> <oracle.iam.requesttemplate.agentry.operations> <BEA-000000> <The "itresource-type" property is missing for attribute reference AD Remote Manager ITResource, which is of type itresource-lookup.>
    I verified the datasets for AD Remote Manager ITResource, comparing with our other environments. It is proper and we are not using AD Remote Manager ITResource anywhere.
    <AttributeReference name="AD Remote Manager ITResource" attr-ref="AD Remote Manager ITResource" type="Long" length="10" widget="itresource-lookup" required="false" available-in-bulk="true"/>
    Please let me know how to resolve this issue.
    Thanks in Advance.
    Edited by: 856226 on Oct 19, 2011 4:55 AM

    Hi,
    I think you should post this in an other forum, somewher in the Fusion stack, maybe Identy Management. This forums is ment for the Oracle database. So please post in a forum underneath https://forums.oracle.com/forums/category.jspa?categoryID=13&start=0
    Herald ten Dam
    http://htendam.wordpress.com

  • Getting error while raising modify request for AD resource in OIM11g

    Hi,
    Getting below error in log, while raising modify request for AD resource, UI shows error while retrieving resource entity details.
    <Oct 19, 2011 2:15:45 AM CDT> <Error> <oracle.iam.requesttemplate.agentry.operations> <BEA-000000> <The "itresource-type" property is missing for attribute reference AD Remote Manager ITResource, which is of type itresource-lookup.>
    I verified the datasets for AD Remote Manager ITResource, comparing with our other environments. It is proper and we are not using AD Remote Manager ITResource anywhere.
    <AttributeReference name="AD Remote Manager ITResource" attr-ref="AD Remote Manager ITResource" type="Long" length="10" widget="itresource-lookup" required="false" available-in-bulk="true"/>
    Please let me know how to resolve this issue.
    Thanks in Advance

    Hi,
    I think you should post this in an other forum, somewher in the Fusion stack, maybe Identy Management. This forums is ment for the Oracle database. So please post in a forum underneath https://forums.oracle.com/forums/category.jspa?categoryID=13&start=0
    Herald ten Dam
    http://htendam.wordpress.com

  • AD Group Change, Can this be made User self requestable in oim?

    Hi,
    We have a typical requirement where in end user will be requesting for a group change in AD, on Approval he is made member of the group he requested.Can any one suggest how this can be achievable. Any pointers on this is highly appreciated.
    Thanks in Advance.

    Hi all,
    I had this same requirement (Approval process for AD group assignment). So, I have implemented the process you have defined. It is working fine except one problem.
    When I add the first OIM group(group A) to OIM user, it will fire an approval process(using Access policy) and after the approver approve it, RO ("AD Group Resource") will be granted to the user. Also, ad information will be updated through my custom code.
    But, if I then try to add another OIM group(group B) to the same OIM user, OIM will just assign OIM group to this OIM User. other than that, OIM will not do anything. No approval process will be fired.
    (Note: There is no error in the implementation. i.e. if I try to do this in the other way around, i.e. first add the group B and then add the group A, same result. Information regarding assignment of group B will be updated on AD and RO will be granted. But, assignment of group A would not do anything)
    Please help me regarding this issue.
    Regards,
    Chaturanga

  • Does webstart submit cookies in its requests for server resources?

    Our authentication system is cookie-based: after the user logs in from a browser, an authentication cookie is sent to the browser. This cookie must accompany every succeeding request to the server, or else access is denied. Browsers handle this automatically.
    A logged-in browser gets a .jnlp file, launches javaws. javaws fails on its first request, for the first .jar file named in the .jnlp file. Did javaws fail to submit the cookie that is in the browser's cookie store? Is there any way to get javaws to include this cookie in its http requests? If it doesn't, it can't get any of the resources it needs from the server.
    The new 1.5 documentation states that webstart and plugin provide automatic cookie support. But is this only for cookies exchanged between the launched applications and the server? Does/can javaws include cookies in its own server requests?

    But is this
    only for cookies exchanged between the launched
    applications and the server? no.
    Does/can javaws include
    cookies in its own server requests?yes.
    I was doing cookie management in our application before 1.5 Different users need to authenticate with the same application running. When we tried our app on 1.5 this feature stop working. There were two cookie values being put in the request. Mine and then Webstart's. Webstart in 1.5 installs its own CookieHandler. So I had to turn it off using the following code
      //remove the cookieHandler installed by JavaWebStart
      java.net.CookieHandler cookieHandler = java.net.CookieHandler.getDefault();
      if (cookieHandler != null) {
        java.net.CookieHandler.setDefault(null);     
      }     If you read the documentation for CookieHandler you will notice that it is a callback for all HttpURLConnection. So every HttpURLConnection will callback to the global CookieHandler.
    Just as a warning to all those checking your pre 1.5 JavaWebstart applications on 1.5. If you are doing your own cookie management it may break on 1.5.
    So I have a question. Is there a way in the JNLP to specify that JavaWebstart only use cookie management for for cookies exchanged between the launched applications and the server?

  • Request for advice/resources r.e. filmmaking

    Hi gurus,
    I've just started filming and editing an instructional DVD, and I'm realizing what a steep learning curve I'm climbing up! One epiphany I had last night was that zooming in or zooming out on a subject in between cuts, without changing the camera angle, looks terrible. One second the camera's taking a wide-angle shot of me speaking, and "BING!" it jumps to a close-up. The effect is jarring.
    There must be some good resources on the web outlining some basic principles for filming a speaker effectively (most of my DVD will be just me talking in front of the camera). Anyone know of any? I'm looking for a 30-minute crash course on the basics, not a PHD program.
    Thanks!

    I'm thinking I need to film as much material as I can in one take--you can't screw up an edit if there isn't one!
    I realized this when I watched http://www.storyofstuff.com/ - This is the kind of presentation I want to make (sans cool graphics and white background), and Annie Leonard appears to do most of her schtick in one take.

  • EBusiness Suite User "Auto-provisioning" and  "Self-Request" Problem

    I have two types of OIM User, Staff and Contingent
    Staff (Role = Full-Time)
    Contingent (Role = Contractor / Role = Consultant)
    Resource Object: eBusiness Suite User
    Here's my RO configuration:
    Auto Pre-populate: true
    Allow Multiple: true
    Self Request Allowed: true
    Allow All: true
    Auto-Launch: true
    EBS Connector, by default has two forms:
    UD_EBS_UO: Object Form
    UD_EBS_USER: Process Form
    I have requirement which will auto-provision eBusiness Suite User resource to Staff users.
    Originally, UD_EBS_OU is the table name used by the RO. For auto-provisioning to work, I have implemented it this way:
    First, I have defined a User Group for Staff and assign an Access Policy to it (for users with Role == Full-Time).
    Then, I have detached Object Form UD_EBS_UO from the RO. This way, when Staff user is created in OIM, it is automatically provisioned with eBusiness Suite User, though it won't have a Resource Form, only a Process Form. Process Form fields are automatically pre-populated with values (via my Pre-populate adapters).
    Now my problem is during Self-Request. Contingent user doesn't get auto-provisioned with EBS RO, but he can self-request for it. Problem is, since I detached the Object Form from the RO, user is not seeing any form during request. And I have a requirement that approver of the request should also be able to view/modify the details of the request form. But that is not possible now that Object Form does not exist for this RO.
    Is it possible that Self-Request and Auto-Provisioning works both ways under the same Resource Object? How do I configure that? Appreciate your quick response and help. :)
    Edited by: user10202544 on Feb 10, 2010 3:27 AM

    Yes I have set permissions to all users for the Object Form.
    It is required for me to have both Self Request and Auto-provisioning work for eBusiness Suite RO.
    During approval, however, the approver needs to see the Object Form (where he can view/modify its values before approving it). That's impossible for me since I detached the Object Form from the Resource Object. I need do to this for auto-provisioning to work.
    It seems that it doesn't work both ways. Any other suggestions?

  • OIM 11G : Selecting Multiple RO's in Single "Self Request Resource" Failing

    Hello Everyone,
    OIM 11G : End User "Self Request Resource" failing when user selects 2 or more resources in a Single Self Request Resource Request
    1) On OIM 11G, I have created 2 resource objects, workflow, process forms.
    2) Created the separate request dataset xml and imported into OIM repository
    3) Now if an end user creates a request , "Self Request Resource" and selects one of the resource
    4) Form defined as per request dataset shows up perfectly for the application on Resource Attributes page which comes next.
    5) Only Problem that I am seeing is when End User selects 2 resources in one single request
    Both the resource request dataset has been correctly configured because selecting only 1 works not both when both are selected in same request.
    Thanks,
    Deepak

    Hello Experts,
    on OIM 11G
    I am getting the above issue when an end user does a "self request resource" and selects 2 Resource Objects.
    On the Next Page, attribute form defined as per the request dataset.xml does not show up.
    Both the RO's are seen on top breadcrumbs but with a blank form. I can navigate to the next RO Resource Data Details again with a blank form.
    Though the attribute form as per request dataset comes up properly if I select any 1 of the 2 RO's and make "self request resource". everything goes fine.
    I have followed the documentation thoroughly to import the datasets etc and can see request dataset in MDS_PATHS table (DEV_MDS user).
    If anybody has also faced a similar issue or tested that selecting 2 RO's in 1 single "self request resource" works , pls let me know.
    Thanking in advance,
    Deepak

  • Self-Request Resource Fails At Operational Level

    Hi,
    In our application, we have a Self-Request for a particular resource.
    When a user raises a request for this resource, the request failed with no error message. No approvals are required in the request level.
    On clicking “view details”, a blank pop up appears! From the request details I found that the request is in failed state. The request fails in the request level.
    Please help as to how to figure out the root cause of the issue?
    Any pointers to this would be helpful.
    Regards.
    Edited by: Sudipto S on Oct 18, 2012 6:26 PM

    Hi,
    In our application, we have a Self-Request for a particular resource.
    When a user raises a request for this resource, the request failed with no error message. No approvals are required in the request level.
    On clicking “view details”, a blank pop up appears! From the request details I found that the request is in failed state. The request fails in the request level.
    Please help as to how to figure out the root cause of the issue?
    Any pointers to this would be helpful.
    Regards.
    Edited by: Sudipto S on Oct 18, 2012 6:26 PM

  • Need a way to request for a web resource (e.g .css, .gif file) using jpdk

    I am wondering if there is any way by which we can request for a web resource from portal to portlet provider.
    Currently if in order to display image I need to make direct request to portlet provider rather than routing the request through portal. As a result of this there is no session affiliation.
    My web resource can also be .jsp or .html file
    Any suggestions are welcome.

    Hi Hernando,
    It seems I haven't put my question correctly, probably following might help me explain you what I require:
    Portlets are added to portal page. Portlet content is served by portlet provider. So when you are viewing a portal page containing portlets in reality portal requests the portlet data from portlet-provider. So the actual request flow is: Request for a portal page, portal analyzes portlets on the page, and then request the portlet provider for the content associated with portlet. In the exact reversal process data flow is: portlet-provider generates the content which is passed to portal & then portal forwards it to end user.
    Now want something similar to happen with images (.gif files). But the problem is I am failing to create a link for this resource. I want the request for image to flow through portal very much the same way as its doing for the content. In other words I want to create a link which would inform portal to request for the resource to portlet provider. In this scenario portlet provider would pass the image to portal which would be forwarded to end user. Currently to get the images I am making direct request to portlet provider there by bypassing the request to flow through portal, which I do not want. Above all this resource can be anything a css file or a image or a .js file.
    So can you suggest me how to achieve it?

  • How to use tcRequestOperationsIntf API to create a self-request?

    According to documentation, I can use tcRequestOperationsIntf API methods to create and manage requests.
    How can I use these methods to initiate a self-request (for provisioning user a new resource)?
    Because when I create a usual request, it's equivalent to direct provisioning the resource (from the user's resource profile) then all approval processes are bypassed :(

    While tcUserOperationsIntf.provisionResource would provision the resource to the user bypassing the approval, tcRequestOperationsIntf can be used to raise a request to provision a user with a resource along with approval, if approval is defined for that resource in the approval process.
    Here is a sample code for raising a request to provision user (lUserKey) with resource object (lObjectKey)
    ///Created the request object for provisioning the RO
    requestObj = (tcRequestOperationsIntf) utilFactory.getUtility("Thor.API.Operations.tcRequestOperationsIntf");
    HashMap reqMap = new HashMap();
    reqMap.put("Requests.Target Type", "U");
    reqMap.put("Requests.Object Request Type", "Add");
    reqMap.put("Requests.Type", "U");
    lRequestKey = requestObj.createRequest(reqMap);
    //Adding user to be provisioned for
    requestObj.addRequestUser(lRequestKey, lUserKey);
    //Adding object to be provisioned
    requestObj.addRequestObject(lRequestKey, lObjectKey);
    //create the request
    requestObj.completeRequestCreation(lRequestKey);
    Hope it helps,
    Rgds, Ajay

  • Competing for a resource

    I don't know if this is the correct forum for my question.
    I'm developing an application using servlets+jsp following a MVC architecture.
    In particular, my application has to assign an appointment with a doctor. But there are many users (patients) compiting for this resource. I thought of blocking this resource until I collect all the patient information, but I'm not quite sure that this is the best option.
    Is there any paper or site where I can read something about allocating a resource and resolving conflicts in general? And in particular for a web application?
    Thanks

    I have visions of a token ring...
    Okay so all A,B,C etc can talk to each other. So what to do is that the only the downloading one holds the "token".
    When you start up these nodes will find each other and create an ordered list that is the same on all of them. The list should be online order. So if A comes on first, followed by C and then B then the list is A,C,B.
    A downloads for an interval (this should be an amount of time) that you decide arbitrarily. This amount could be adjusted later to compensate for greater numbers of n.
    After the interval is complete A asks C (next in list) if it wants to download. If yes then it hands the token off to C. If no then it asks B. etc. If it gets back to it's point in the list then it downloads again.
    If any node does not respond to requests (does it want to download now) then it is dropped from the list (a message broadcast to all nodes).
    This is simple but relatively fair.

  • User self service

    Hi all. I want to enable user self service for OID entries. Has anyone seen a way to secure the OID entry such that they can only update their own details or even those within a group (for administrators). Any advice/ downloads appreciated. We can't be the only people to want to do this. Do Oracle supply anything pre-canned? Our users could do this in Portal R1. How do we manage this in Portal R2?
    Thanks

    Found the answer to thsi also here:
    https://discussions.apple.com/message/19244083#19244083
    It seems this forum is good at showing related posts *after* you have posted a question. if only the overall search were as good at finding matches...

Maybe you are looking for

  • External Hard Drives going to sleep.

    Is there a way to set an external drive to NEVER sleep. I have several externals (Lacies and Seagates running USB2.0) and they go to sleep if not accessed regularly. Which is a problem with a documentary timeline as if I'm in a viewing it freezes whe

  • Fill a table with multiple records

    REPORT  REPORT1. DATA: wa_itab1  LIKE TABLE1. DATA: wa_itab2  LIKE TABLE2. DATA: itab1 TYPE STANDARD TABLE OF TABLE1,       itab2 TYPE STANDARD TABLE OF TABLE2. DATA: v_dat TYPE d VALUE '20080101'. SELECT * FROM TABLE1 INTO TABLE itab1. LOOP AT itab1

  • Can't open my InDesign files.

    Hello, I created some InDesign files using InDesign CC on my MacBook Pro. I now can't get them to open. I've been able to open them on a co-workers machine (he is also running InDesign CC on a Mac). I keep getting this error message, "Cannot open the

  • Do I need to use iPhoto?

    I am thinking of getting an iPad mainly as a device to carry around to display my photographs, although it is bound to be used for a lot else besides I no doubt. As I don't use iPhoto on my Mac will it be easy to load my photo's on to the iPad?

  • Visibility of purchase order costs in sales order

    We are a make-to-order sales and manufacturing organisation. Most of our products are manufactured in-house but some are procured externally. Where we manufacture products in-house we are able to see the costs in the EK02 condition type within the sa