Oracle WaveSet Attribute Schema

Hello,
I am a newbie to Oracle WaveSet, I have learned about the debug interface for OW 8.1.1 (http://localhost:8080/idm/debug) and can display schema info but I don't know how to modify the IDMSchemaConfiguration? I need to modify the user schema and add a new attribute for some provisioning target.
I am not using a directory for the source just the basic installation of the OW right now.
Any ideas or documentation I should read?

Ok, so the first thing you want to make sure is that the "Resource Schema" of your resource has the attribute in the Schema Mapping.
Navigate to Resources, expand the three were you resource is. Select the check box next to the resource. Then in "--- Resource Actions ---" choose "Edit Resource Schema".
This lets you map attributes to the remote resource. Everything you see on the Left hand side, is how it will be called in Waveset, on the right hand side is the name of the attribute in the remote resource. Note that the attributes on the left are not contained in the Waveset schema but can be referenced within Waveset.
Next, you have a couple ways of doing this. I suggest using Roles.
Navigate to Roles. Create a new IT Role, name it whatever you like. In the Resources Tab (still within the Role, not at the top) add your ADAM resource. You will see the Assigned Resources change at the bottom and you can click on "Ste Attributes Values". This will let you, authoritatively set a Text value for a specific attribute (or rules if you need something more dynamic)
Now, IT Roles can't be assigned directly unless you modify the System Config, so I suggest creating an Business Role that contains this IT role.
Finally, instead of assigning the resource to the user, you assign the Business Role. This will assign the resource to the user and will set the attribute value.
Let me know if this is what you want to achieve!

Similar Messages

  • Multiple accounts on the same resource in Oracle Waveset 8.1.1 patch 5

    Hi IDM Experts!
    I've customized my userforms in order to create multiple accounts on the same resource using the syntax accounts[<resourceName>|n].<attribute> like the documentation suggests. That worked fine using Sun Identity Manager 8.1.
    However, I've not been able to create new multiple accounts after I upgraded to Oracle Waveset 8.1.1 patch 5.
    Is there anything else that I have to take into account for this new version? Is that a bug?
    Thanks in advance for your help!

    Thanks for the reply... in my case this would be done by the active synch process so no GUI form is required. I will be getting a list of application ID for the user by LDAP AS. One i get it i will have to parse it and get the list of application user id. I am passing those ID;s to a workflow where I am forming the resource name as you mentioned
    for example:
    If i get user1#user2#user3 from AS i am separating them based on # using split and getting 3 different user id;s
    now i am forming a string with the resource name and passing it to the sub process in which i am checking out the user object, setting the user attributes and checking in the new view.
    user1#LDAP
    user2#LDAP|1
    user3#LDAP|2
    Problem ; When i run this user1 is getting created in LDAP but user2 and user3 are not. There entry is getting created in IDM.
    When I open the IDM object I get a yellow triangle (warning) and if I open the user object and hit save button IDM creates the user account on the LDAP.
    any help for further solving this problem would be appreciated.
    Regards,

  • Using Oracle Paser for schema validation

    Hi,
    I am trying to use oracle parser for schema validation. I get hold of oracle parser using jaxp api. Below is the code snippet. When i set the attribute to turn the schema validation on, orale parser does not recognize this jaxp attribute . How can i do schema validation using oracle's xml parser implementaion that i get using jaxp?
    String JAXP_SCHEMA_LANGUAGE = "http://java.sun.com/xml/jaxp/properties/schemaLanguage";
    String W3C_XML_SCHEMA = "http://www.w3.org/2001/XMLSchema";
    javax.xml.parsers.DocumentBuilderFactory factory = javax.xml.parsers.DocumentBuilderFactory.newInstance();
    factory.setValidating(validate);
    factory.setNamespaceAware(true);
    factory.setAttribute (JAXP_SCHEMA_LANGUAGE,W3C_XML_SCHEMA);
    javax.xml.parsers.DocumentBuilder builder = factory.newDocumentBuilder();
    Thanks

    DOMParser domParser=new DOMParser();
    domParser.setValidationMode(XMLParser.SCHEMA_VALIDATION);
    domParser.setXMLSchema(SchemaUrl);
    DefaultHandler handler=new DefaultHandler();
    DOMParser.setErrorHandler(handler);
    Parse the XML document to validate with the XML schema.
    domParser.parse(XmlDocumentUrl);

  • ODISRVREG - oracle.ldap.util.schema.ODISchemaException

    Hello,
    I configured a AD2OID integration. The bootstrapping is successful.
    I have problems with the configuration of the periodically import. I configured the profil "ActiveChgImp" successfull.
    But the registration failed:
    odisrvreg -D cn=orcladmin -w p -h ad.domain.de -p 3060
    ->oracle.ldap.util.schema.ODISchemaException
    No entry in log files.
    Source: Microsoft Active Directory
    Dest: OID - 10.1.2.1.0 on Red Hat Enterprise Linux AS release 3 (Taroon Update 8)
    Any ideas?
    regards,
    Lars

    Hope you can help me with the following,
    Do you know the name of the attribute that contains the current time in the Novel Directory Service?
    Thx in advance for your help

  • Netbeans not working with Oracle Waveset 8.1.1!!!!

    We have recently done a test upgrade to Oracle Waveset 8.1.1 and discovered that we can no longer use Netbeans to do further development. We are trying to use Netbeans 6.8 with the 8.1 connector downloaded from the open source java website, which is the last official one available.
    When creating a new IDM project you receive an error saying:
    "The version of the server you are attempting to connect to, 8.1.1,does not match that of the IDE Compatability Bundle for your project,8.1".
    We contacted Oracle and they have advised that we cannot upgrade to 8.1.1, as there is no supported connector. We are getting further advice on this as this is quite bad if its true.
    Is anyone else using Netbeans 6.8 with Oracle Waveset 8.1.1 successfully and if so can you advise how you went about configuring it?

    Update:
    We upgraded our production environment with patch 14 this last Thursday.
    The "sample/ide-bundle.zip" is not located in the download but instead was updated during the patching process and may be found at $WSHOME/sample/ide-bundle.zip.
    After moving the zip to my local machine I was able to configure a (remote) IDM project in Netbeans without receiving an error.
    My problem has been resolved.
    -IDMxml

  • Change HTML page title in Oracle Waveset 8.1.1

    Hi,
    Does anyone know which file/page to override if I want to change the HTML page title for Oracle Waveset?
    After the upgrade the title on every page is: "Waveset".
    This is what I would like to do:
    - Set the title to "Identity Manager Administration" on all pages under /idm (Admin pages)
    - Set the title to "Identity Manager User Pages" on all pages under /idm/user/
    Thanks for your help.
    Regards,
    Henrik

    Thank you,
    This was what I was looking for:
    http://download.oracle.com/docs/cd/E19225-01/821-0093/ahuhd/index.html#6nl5vc1ja
    It seems like the title change is only visible when the user is logged in.
    To override the title always, you can override this file and set the your title:
    WSHOME/includes/setStyleSheetsAndTitle.jsp
    Regards,
    Henrik

  • Show Organization in Expanded view by default -- Oracle Waveset

    Hi,
    I am using Oracle Waveset.
    In Account List page, when we click on the ' Triangular Image' to expand org then it shows all the users under the org.
    Is it possible that by default, it gives expanded view. Please help me on this?
    Thanks,
    NC

    Hi Dandigi,
    Following url provides the details of group calender and group view.
    http://office.microsoft.com/en-in/sharepoint-server-help/use-a-group-calendar-HA101810606.aspx
    Regards  Roy Joyson
    Please remember to mark your question as "answered"/"Vote helpful" if this solves/helps your problem.
    Roy Joyson
    Yes, I know the procedure of viewing the group calendar and adding other users to the view. But what I'm looking for is the way to make it as a default view.
    By default, if we refresh or load the calendar page, it will only shows us our schedule. I want it to show all user's schedule as default view, without having to manually add person to the view.
    Yep, it's pretty annoying.  Some guy figured out a way to do it in the browser:
    http://msdnrss.thecoderblogs.com/2013/04/sharepoint-group-calendar-adding-default-users/
    The problem is that seems to do it all in the UI, which makes it useless if you want to view it in outlook. Still trying to figure exactly how that works though.

  • Oracle Waveset 8.1.1 patch 1 - /user/login.jsp

    Has anyone else experienced the Log In and Forgot Password? buttons on the End User interface in version Oracle Waveset 8.1.1 patch 1 to be different sizes on the End User Interface? Also can anyone pls let me know from where is the Login button and the Forgot Password? link is coming from so we can fix this.
    Thanks,

    You must first go from Sun IDM 8.1 to Oracle Waveset 8.1.1 - then you can apply the latest patch.

  • Oracle Waveset 8.1.1

    Could someone please tell me when the patch for Oracle Waveset 8.1.1 will come out?

    Hi,
    You download Waveset 8.1.1 at http://download.oracle.com/otn/nt/middleware/11g/OW_8_1_1_0.zip and then apply the patch to the installation.
    I do not believe you can get a version with the patch already incorporated.

  • Oracle waveset 8.1.1.5 find user issue

    Hi All,
    we recently applied the oracle waveset 8.1.1 patch5. everything went smooth. but in the findusers i am getting this error message. after this message i am getting the users. please help me on this. what i am missing here. Thanks in advance......
    XPRESS <invoke> exception:
    Couldn't find method testPermission(com.waveset.session.LocalSession, java.lang.String, java.lang.String, java.lang.String) in class com.waveset.ui.FormUtil ==> java.lang.NoSuchMethodException: com.waveset.ui.FormUtil.testPermission(com.waveset.session.LocalSession, java.lang.String, java.lang.String, java.lang.String)
    XPRESS <invoke> exception:
    Couldn't find method testPermission(com.waveset.session.LocalSession, java.lang.String, java.lang.String, java.lang.String) in class com.waveset.ui.FormUtil ==> java.lang.NoSuchMethodException: com.waveset.ui.FormUtil.testPermission(com.waveset.session.LocalSession, java.lang.String, java.lang.String, java.lang.String)
    XPRESS <invoke> exception:
    Couldn't find method testPermission(com.waveset.session.LocalSession, java.lang.String, java.lang.String, java.lang.String) in class com.waveset.ui.FormUtil ==> java.lang.NoSuchMethodException: com.waveset.ui.FormUtil.testPermission(com.waveset.session.LocalSession, java.lang.String, java.lang.String, java.lang.String)
    XPRESS <invoke> exception:

    Also I have one query - suppose I have SUN IDM 8.0 installed in local system, Can I install oracle waveset 8.1.1 directly or first I need to install oracle waveset 8.1.0. If this is the case then I am not able to see oracle waveset 8.1.0 in oracle site for download. please help me on this.

  • Oracle Waveset 8.1.1 Patch 6

    Hi ,
    Can we directly apply Oracle Waveset 8.1.1 Patch 6 on top of Sun idm 8.1? or do we need to go to Oracle Waveset 8.1.1 and then apply patch 6?
    Thanks in advance

    You must first go from Sun IDM 8.1 to Oracle Waveset 8.1.1 - then you can apply the latest patch.

  • Java.lang.NoSuchMethodError: oracle.xml.parser.schema.XSDBuilder.build

    The following code works fine with JDeveloper 10.1.2 with the xmlparserv2.jar file provided with JDeveloper.
    =====
    XSDBuilder schemaBuilder = new XSDBuilder();
    URL xsdURL = new URL(schemaUrl);
    XMLSchema xmlschema = (XMLSchema) schemaBuilder.build(xsdURL);
    ========
    However when I try to put this in Oracle Application Server 10.1.2.0.2, I get the following error:
    ====
    java.lang.NoSuchMethodError: oracle.xml.parser.schema.XSDBuilder.build
    ====
    It seems like the oracle version is different in app server 10.1.2.0.2 that that of JDeveloper 10.1.2.
    When we rename the parser, the application works BUT the Oracle Enterprise Manager does not work properly as it depends on the latest version of the parser.
    Please help.
    Thanks,
    Madhav

    I am able to reproduce this problem. I have a jar file MyLib.jar which contains a class MyXmlUtils with a method called validate. This JAR file was created in JDeveloper 9.0.5.2.
    Now I create a Test class in JDeveloper 10.1.2 and use the method in the JAR file and it crashes in build method. The error says "NoSuchMethod".
    However if I import MyXmlUtils class in to the Test project, everything works fine.
    What is going on here?
    // MyLib.jar (Created in JDeveloper 9.0.5.2)
    public class MyXmlUtils
    public static void validate(String xml, String schemaUrl) throws Exception
    XSDBuilder schemaBuilder = new XSDBuilder();
    URL xsdURL = new URL(schemaUrl);
    XMLSchema xmlschema = (XMLSchema) schemaBuilder.build(xsdURL);
    dp.setValidationMode(XMLParser.SCHEMA_VALIDATION);
    dp.setXMLSchema(xmlschema);
    ====
    // Test project created in JDeveloper 10.1.2
    import MyXmlUtils;
    public class Test
    public static void main(String[] args)
    Test t = new Test();
    try
    String xml = "<Person><Name>John</Name></Person>";
    String xsd = "file:\\c:\\Person.xsd";
    MyXmlUtils.validate(xml, xsd);
    catch (Exception e)
    System.out.println(e.getMessage());
    System.exit(1);
    Thanks,
    Madhav

  • Oracle waveset performance

    Hi everyone
    I have a problem with performance of OW application
    I have two application servers an oracle DB with OW repository.
    OW linked to more then 200 resources and have more then 2500 roles
    When user try to open "Edit User Role" form, it`s need to wait around three - six min. until the page will open.
    Can you give me advise?? What is the problem if, when I want to see my Role List, OW only select role xml files from DB with some conditions???
    Thanks

    May I ask how many admin users (user with admin capabilities/roles) are present in the environment?
    I would recommend that you check out the following knowledge document available on My Oracle Support:
    Oracle Waveset / Latency Seen During Different Actions That Relates To A Large Number Of Administrative Users (Users That Contain An Administrative Role) [ID 1471585.1]

  • Forwarding the appraval, send notification to new approver - Oracle Waveset

    Hi,
    I am using Oracle Waveset.
    As per customer requirement, I have 3 retries every after 3,3,2 days for sending E-mail notifications in case of pending approval. It works fine.
    In between, if approval workItem is forwarded to another idm user using 'Forward' button, workitem gets created for the new approver BUT it remains in the new approver's approval list till the time out.
    As soon as the time out is reached, for the next retry workitem vanishes for the new approver and gets created for orginial approver again .
    How to address this issue.
    Thanks in advance,
    NC

    Thank you for your reply, you mean to reassign B again? Yes.
    Can I use "Rewind" function? Can this function will send the notification to the user again?Not sure if this would work for iProcurement notifications, so please try the reassign option first.
    Thanks,
    Hussein

  • Direct mapping of Siebel OM context to Oracle session attributes

    Hello all,
    I wonder if it is possible to direct map of Siebel OM context to Oracle session attributes. Have anyone experience on this? If yes in which version of Siebel? And if this is applicable then what about in case of using connection pooling? Is there any documentation?
    For example it would be very useful if we could have information about Siebel tasks in the fields of V$SESSION.
    Module = “BUSCOMP NAME”
    Action = “VIEWNAME”
    Client Info = “TASKID”, “SERVERNAME”, “USERID”, “COMPONENT NAME”
    Thank you,
    Peter

    Hi,
    Our Siebel profiling Tools do exactly what you want. They work on versions 7.7, 7.8, 8.0 and 8.1.
    Also, in Siebel 8.1 and above there is now a bind variable :1 that provides this context information.
    R
    Robert Ponder
    Lead Architect and Director
    Ponder Pro Serve
    cell: 770.490.2767
    fax: 770.412.8259
    email: [email protected]
    web: www.ponderproserve.com

Maybe you are looking for

  • Error while recording process using a component with a custom data type

    Hello, I created a component that returns a CheckAttachmentResult object. This object contains an int named resultCode and a String named resultMessage. In the CheckAttachmentResult class, I do have a getter and a setter function for both values. Whe

  • How to get the Dreamweaver CC interface to floating pallets

    ie: no large grouped clunky window, just loose windows you can navigate to desktop easily Hello ... Ok i am one of those who hates the gropuped palets, its just to difficult to get to windows underneath, slows work down. I tried pulling all the palle

  • Help! Optical drive bay enclousure bent

    Hi I am trying to install a SSD in my 2010 Mac Pro but while trying to pull out the metal optical case it got bent some. My CD player will not come out when pressing the eject button. It's not aligned and the entire metal enclosure case is extremely

  • Date alignment

    Hello, I am having two dates like 20061010 & 20061112. I need to show like 10.10-12.11.2006 in Bold in alv display . How to do this.

  • Macbook facetime

    my macbook pro is not letting me facetime anyone. it says that they are not avalible and they are becuase they are waiting for me to facetime them. It also will not ring if someone is trying to call me. my ipad and my iphone are working to facetime.