Requesttemplate and requestdataset in OIM 11.1.1.5

Hi All,
I have created Just ResourceObject, ResObj1 (not created any IT Resource for this). and created provisioing Resource request template for this resource object. then I tried to raise a request for one user, then I am not able to get any resourceObjects to select resource in "select resource" page.
Please suggest me.
And I have one more question regarding, request data set,
I have defined and imported requestdataset into MDS for one resource object. How ever, its not dispalying while raising the request for the resourceobject. any idea.
Thanks.

My ReqDataSet is as follows ...
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<request-data-set
xmlns = "http://www.oracle.com/schema/oim/request"
xmlns:xsi = "http://www.w3.org/2001/XMLSchema-instance"
operation = "PROVISION"
entity = "ResObj1"
name = "ProvisionResourceResObj1"
xsi:schemaLocation = "http://www.oracle.com/schema/oim/request">
<AttributeReference available-in-bulk = "false" length = "20" widget = "dropdown" type = "String" attr-ref = "Type" name = "Type" required="true">
<lookupValues encoded-value="eSuite" decoded-value="Suite"/>
<lookupValues encoded-value="Modules" decoded-value="Module"/>
<lookupValues encoded-value="Applications" decoded-value="Application"/>
</AttributeReference>
<AttributeReference available-in-bulk = "false" length = "20" widget = "dropdown" type = "String" attr-ref = "Instance" name = "Instance" required="true">
<lookupValues encoded-value="Dev" decoded-value="Dev"/>
<lookupValues encoded-value="QA" decoded-value="QA"/>
<lookupValues encoded-value="PRD" decoded-value="PRD"/>
</AttributeReference>
<AttributeReference available-in-bulk = "false" length = "20" widget = "dropdown" type = "String" attr-ref = "Role" name = "Role" required="true">
<lookupValues encoded-value="Role1" decoded-value="Role11"/>
<lookupValues encoded-value="Role2" decoded-value="Role2"/>
<lookupValues encoded-value="Role3" decoded-value="Role3"/>
</AttributeReference>
</request-data-set>
Thanks.

Similar Messages

  • JavaCode to create IT Resource, Group and UserForm in OIM

    Hi,
    Is it possible to create the ITResource, Group and UserForm in OIM using java code(java apis).
    Has anyone tried creating.
    Regards,
    Manju

    ya , it is very simple. you can use the APIs for creating group, form etc,.
    Use this link [APIs Guide|http://74.125.153.132/search?q=cache:Rkz-kX1n6sMJ:download-east.oracle.com/docs/cd/B32386_01/generic.902/b32144.pdf+guide+oracle+identity+manager+API&cd=1&hl=en&ct=clnk&gl=in]
    [Create Group|http://otndnld.oracle.co.jp/document/products/id_mgmt/idm_904/doc_cd/javadocs/operations/Thor/API/Operations/tcGroupOperationsIntf.html]
    Use Create Group API to create group and use tcFormDefinitionOperation and tcFormInstanceOperationsIntf APi to create form etc

  • What are the tables PHO and LOC of OIM Schema?

    Hi,
    In the schema documentation of OIM tables you have the following description for the tables PHO and LOC:
    LOC - Holds information about locations
    PHO - Holds all communication addresses for this contact -- e.g., contact telephone numbers,fax numbers, e-mail, etc.
    When those have have some records? I haven't seen yet any form ou function where I can put some information like that.
    I don't have any problem with them and it is just for curiosity. As I understand the OIM User Model, I thought those tables were part of OIM User Model, where:
    Organization (field ACT_Key of USR table)
    Location (I guess table LOC but it is always empty in my env). There is a field USR_LOCATION but it is not shown by default.
    User Group (all groups a user is member are in the USG table)
    User Defined Fields (all fields start with USR_UDF of USR table)
    Manager (USR_MANAGER that is alwasys empty and USR_MANAGER_KEY that has the Key of User's Manager)
    Organization (ACT_KEY of USR table)
    Contact Information (I guess it is the table PHO)
    Thanks,
    Renato.

    They probably serve no purpose anymore but might have been used at some point during the life cycle of the product.
    -Kevin

  • Insconsistence between UI OIM and User.xml  oim 11g r1

    i have a big problem when i try to create a new attribute this is not possible.
    if a try to modify an attribute the error is :
    [2013-05-02T19:37:12.011-05:00] [oim_server1] [ERROR] [] [XELLERATE.DATABASE] [tid: [ACTIVE].ExecuteThread: '15' for queue: 'weblogic.kernel.Default (self-tuning)'] [userId: xelsysadm] [ecid: e48b78a1878c940d:274cca72:13e66ef11b6:-8000-000000000000353c,0] [APP: oim#11.1.1.3.0] Class/Method: tcDataBase/writeStatement encounter some problems: ORA-00904: : invalid identifier[[
    java.sql.SQLSyntaxErrorException: ORA-00904: : invalid identifier
         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.executeUpdateInternal(OracleStatement.java:2123)
    in the user.xml the data is inconsistence with the data showed in the UI OIM , i see data that i dont see in the UI OIM .
    for example: in UI OIM i see that an attribute is created in category x , i cant change the category the attribute so when i export the user.xml i see that the attributte is in other category .
    any idea??

    Go through each of the attributes in your exported User metadata and make sure the length of the fields are same in the UI tag and the MDS tag in the file. Also make sure that all the UDF which you have in USR are present in SDC and there are no duplicates.
    Before this exception, there might be another exception which is thrown from the database layer. Enable logging for XELLERATE.DATABASE and monitor the logs of the queries being fired.
    -Bikash

  • Allowed set of characters for user name and password in OIM 11g

    Hi,
    Can anyone provide us quickly what is the characters (no.s,alpahbets,special symbols) that are supported for username and password field in OIM 11.1.1.5 ?
    Thanks,
    Karthik

    Read it , it is general for OIM 11g
    http://docs.oracle.com/cd/E14571_01/relnotes.1111/e10132/oim.htm#CHDFFDGH

  • Integration and reconciliation of OIM and OID

    I need to do integration with OID and OIM, when i import the XML file, there are two XML files,
    1) oimOIDuser
    2) oimUser
    which xml should be used for the integration of OIM and OID.
    and for the trusted source Reconciliation.
    -sudhan elango.

    oimOIDUser.xml
    If you are using OIM 9.1.0 or later then you don't have to import the connector
    You can install it by copying the contents of the installation in OIM_HOME/xellerate/ConnectorDefaultDirectory
    and then Deployment Manager-> Install connector and from the connector list select OID connector and Load
    Hope it helps,
    Saggu

  • Reconcilation and provisioning in OIM

    hi friends,
    i have connected the OID and OIM using the Connector. can any one help me in doing the reconcilation and Provisioning process...
    thanking you.

    Integration of OIM and OID
    There will be some schedule tasks related to OID. Just run those schedule tasks after giving the proper serach base like dc= XXXX,dc= com

  • Regarding Authorization policy and Roles in OIM 11g

    Hi,
    In OIM 11g Admin interface, is there a way to find out what all authorization polices, a role has been assigned to ?.
    I am asking this because, if you search for a user, you will know what all roles he is a member of, and similarly if you search for a role, you will know who all users are members of that role.
    Similarly, if you search for a Authorization policy, you will know what are roles are assigned to this policy. But if I search for a role, I am not able to find what all authorization policies has been assigned to this role.
    Looking forward to hearing from you,
    Many thanks in advance

    I understand your concern. But, this feature has not been available
    --nayan                                                                                                                                                                                   

  • Using a customised Reset Password workflow and notification in OIM

    Hi all,
    I am using Oracle11.1.1.5 OIM. I am trying to figure out how to create my own customised "Reset Password" process and replace (but not overwrite) the out-of-the-box "Reset password" process in OIM. Does anyone know how to do this? I have checked the documentation, but not sure that writing new java-coded event handlers is the way to go.
    regards,
    Evangelo

    >
    With regards to creating a new (customised) "Reset Password" notification template via the OIM Administration console, how is it possible to change the OOTB(Out-Of-The-Box) "Reset Password" process so that it uses the new (customised) "Reset Password" notification template instead of the OOTB "Reset Password" notification template?
    You can modify existing ResetPassword notification by adding new attributes to the body of the notification. Follow this link http://fusionsecurity.blogspot.in/2011/07/oim-11g-notifications.html to write your custom resolver class and using this class substitute the values of notification attributes with actual values obtained from resolver class. Register this resolver class as plugin to OIM.
    Export the OOTB ResetPassword.xml from metadata/iam-features-request/notification and change the resolver class name to your custom resolver and import it back to MDS.
    Also, the "From:" email attribute does not appear in the OOTB "Reset Password" notification template....where is this set (it is currently set to [email protected])?
    With the OOTB Reset Password Trigger event, NotificationEvent.setSender value is set to XELSYSADM. So the from address will be the email address of xelsysadm.

  • Storing multiple PeopleSoft Job Codes and Departments in OIM

    Hello,
    We are trying to set up the PeopleSoft ER connector for OIM but it seems that OIM is not able to properly receive all the data that PeopleSoft sends it. In PeopleSoft, a lot of people have multiple Job Codes and Departments. When PeopleSoft sends WORKFORCE_SYNC messages, OIM receives all of them, but discards everything but the last Job Code and Department it receives. This behavior is not surprising since OIM only has a single field for the Job Code and a single field for the Department. We would like to store all Job Codes and Departments, but are not really sure how to address this issue.
    Has any of you encountered this problem and solved it?
    Thanks,
    --jtellier                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

    This error is appearing as requires "jrf-api.jar" to be present in its CLASSPATH.
    Check if both following jars are present in CLASSPATH
    wlfullclent.jar
    oimclent.jar
    If not resolved-
    A simple workaround to fix the issue is:
    Add following jarfile to CLASSPATH property
    $MW_HOME/oracle_common/modules/oracle.jrf_11.1.1/jrf-api.jar
    where MW_HOME is the Middleware Home of FMW target .

  • DB Query to get table sizes and classification in OIM Schema

    My customer's OIM Production DB size has gone upto 300 gb. They want to know why. Like they want to know "what kind of data" is the reason for such a large size of DB. Is there a way to find out, from OIM schema, what are sizes for each table (like ACT, USR etc) and classify them into User Data, Config Data, Audit Data, Recon Data, etc?
    Any help is very much appreciated in this regard.
    Regards
    Vinay

    You can categorize tables using information from below link:
    http://rajnishbhatia19.blogspot.in/2008/08/oim-tables-descriptions-9011.html
    You can count number of rows for tables using:
    select count(*) from tablename;
    Find major tables whose size is to be calculated and find avg length of a row (by adding attribute lengths defined).
    Finally, calculate the table size using below query:
    select TABLE_NAME, ROUND((AVG_ROW_LEN * NUM_ROWS / 1024), 2) SIZE_KB from USER_TABLES order by TABLE_NAME;
    regards,
    GP

  • Customize the look and feel of OIM 11g R2 selfsevice page

    Hi All,
    we need to customize the self service UI as per the styles used by client, for eg the background colors, fonts, tab colors, fontcolor etc, I tried doing by configuring skin but the docs say place it in admin.war and cannot find admin.war anywhere.
    Can anyone please help me out? Where to place the trinidad files and my custom css. Also, what will be the high level style classes that I need to override.
    Thanks

    refer the section 30.3 "*Skin Customization in Oracle Identity Manager*" in OIM 11g R2 Developer guide.
    HTH

  • OIM with EBS HR for recon and UM for provisioning - urgent

    Hi All
    I am trying to setup OIM with EBS HR mod as the trusted source and EBS User mod for user provisioning. I am using the OOB EBS connector version 90430 with OIM 9.1.0.1. I have configured the reconcialiation and provisioning as per the oracle documentation. But only few of the parameters are reconciled into the OIM->USR table. When I go to Reconciliation Manager, I can see only few data fields in the processed data region and rest are in the unprocessed data region. The recon engine is able to pick up the corresponding values from the HR system but is not able to process the same.
    Please let me know where can be the problem reside.
    Also when I provision a record into Oracle EBS User mod, even if I give all the required data in the direct provisioning form, an account is created in the EBS system with partial data e.g. email is not getting provisioned.
    Please help me in setting up recon and provisioning in OIM - EBS.
    This is really urgent.. please help !!!
    Thanks

    The standard suggestion for that is:
    - What's the reeson for using EBIZ connector version *9043*. That's an older version and may be these things which you are referring to could not be part of that connector.
    - Use the ORCL_EBS_UM_91000 and ORCL_EBS_ER_91000. You can download it from OTN. This should resolve the outstanding issues for you.
    Thanks
    Sunny

  • Self-Registration in OIM 10g: how to install, customize and use of  SPML

    Hello. Can someone point me to any documentation (Oracle or other) on self-registration in OIM 10g. Like doc on how to install it and customize it. Also a doc on how to set up self-registration on a separate server and talk to OIM server using SPML.

    Refer doc below:
    http://download.oracle.com/docs/cd/E14049_01/doc.9101/e14044.pdf
    regards,
    GP

  • OIM and ldap sync

    I am using OIM 11gR2 and OID 11.1.1.6. Users and groups will be in OID, and OIM is
    required to do the provisioning of users. Plan is to use ldap sync between oid and oim.
    With ldap sync, all users will be available in OIM. And then in OIM can one do the
    provisioning of users. Is this approach ok? Or should we have OID connector? Or both?

    You can use LDAP Sync between OIM and OID. You dont need OID connector in this case.
    More here...
    Why would you use the LDAP Sync instead of the OID Connector?
    http://fusionsecurity.blogspot.com/2012/01/oim-11g-ldap-synchronization.html

Maybe you are looking for

  • List of issues with patch level

    Is there a list of application errors reported for each patch level? When working with SAP R/3, there is a SAP note released for each patch level which states the changes delivered in that patch as well as what fixes are delivered. Therefore, it is e

  • Hi imporper functionality of table in jdev 11.1.2.2

    Hi all i am developing ana ppplication in jdev 11.1.2.2 i got an issue. i am having an attribute of type number in db.and in eo its of type bigdecimal. Then im using this vo in my page as table and when i do a createinsert operation i am unable to ge

  • The outgoing call icon has just appeared in the menu bar at the top of the screen on my iPhone 5 and i cant seem to get   rid of it.

    The outgoing call icon has just appeared in the menu bar at the top of the screen (next to the wifi icon) on my iPhone 5 and no matter what i do i cant seem to get   rid of it. I have rebooted and and cleared all running apps and still on luck. The p

  • Icloud backup isn't working, need help!?

    So I went to the apple store a week from today to get my iPhone 4s "un-disabled" and the apple guy reset everything and backed my iPhone. Everything came back, apps, mail, etc but not my pictures. It's been saying downloading for a week now. I don't

  • Abc bytecode decoding failed

    Flex builder 3 is giving me three 'abc bytecode decoding failed' errors when i open an kind of air project. I am running windows xp pro sp2, using the 3.3 sdk and flash player 10. I believe this error is caused by flex builder not targeting the corre