Can we create Criteria based groups of computers?

Hi Team,
We have imported the computer objects to FIM portal and it has few attributes which can help creating the criteria based group of computers.
But when we tried creating the criteria based security group, we were not able to select any custom object other than Users,Groups in the filter builder.
We have added the computer objects in the Filter permission as well, but no luck.
Any suggestions?
Thanks and Regards, Siva Kumar Balaguru

Hi Siva
you definitely can do so.
You have to modify the RCDC for Group creation. Look for "GroupingCalculatedMembers". within this section you will find a "FilterBuilder" section and here you Change "PermittedObjectTypes" to the list of your object types you
want to be able to include in your Groups.
Henry

Similar Messages

  • Bug with criteria based groups in FIM R2 SP1

    Hello all,
    We experience following unusual behavior within the FIM portal (FIM R2 SP1) with criteria based groups, which looks like a bug.
    The behavior applies for all kind of criteria groups and can be reproduced with following steps:
      1. Open your criteria based group and click on your members tab: 
    2. Click on General Tabs 
    3. Click back to Members tab -->the criteria is not available anymore 
    Do anybody else experiences the same? This behaviour confuses our customers and leads to corrupted criteria based groups.
    Regards Fatih

    Hi,
    Please check the cache properties in Portal Configuration. Try and test your issue by increasing the cache values.
    I am not sure, it will help you or not. But a try.
    Regards,
    Manuj Khurana

  • Performance factors for criteria based groups

    I am trying to understand what factors impact the performance of a criteria based group. I have read that member size has direct impact, but it does not make much sense, When a resource is updated, FIM looks for all criteria based groups that have criteria
    containing the attributes updated in the resource and recalculates the membership of those groups. So my understanding is that the performance of criteria based group is dependent on the criteria, not on the member size of the group. If you have a lot
    of criteria, then FIM will spend more time on evaluating the criteria and the chance of matching the attribute with the attributes updated in a resource will increase. The member size should not have much impact here.
    Yes, member size can be an issue, but that will not be limited to a criteria based group - that should apply to any groups with large number of members. Because that impacts the memory footprints and complexity of membership calculation both in Sync
    and in AD.
    Is my understanding correct, or I am missing something?

    If you have a lot of criteria, then FIM will spend more time on evaluating the criteria and the chance of matching the attribute with the attributes updated in a resource will increase.
    For this, I know that in FIM 2010 R2 a new optimization feature came which fetches the information of "Common Criteria" from maximum number of groups and sets and uses this feature for calculating the group membership in a much faster
    way which enhances the performance.
    You can also, use the Deferred option in groups for calculating group membership. It is also a feature of FIM 2010 R2 for better performance.
    http://technet.microsoft.com/en-us/library/jj863243(v=ws.10).aspx
    Regards,
    Manuj Khurana

  • Can't create a page group

    Hi:
    i'm having troubles with a portlet wich is supossed to have a "create page group" functionality, but it really doesn't have it. i've seen documentation on Oracle about a portlet called "page groups" which gives the possiblity to build page groups, pages, styles,... but i only have a portlet called "pages" which gives the same functionality, but not the "create page groups" function. what should i do? how can i create a page group?
    thx.

    Hey, it seems that content areas are similar to page groups. Can I use content areas instead of page groups? Is it possible that my version of Portal (3.0) doesn't contaion page groups? Can anybody explain to me this confusing thing?
    Thanks a lot.
    Petra :)

  • Alert Subscriptions - creating subscriptions for groups of computers and alerts from monitors

    I've run into something kind of odd.
    We want to "tone down" some of our alerts.  Let me explain.
    We monitor, roughly, 300 servers.  We created an alert subscription to notify us of alerts for the monitor "Computer Not Reachable".
    We found that we often received false positives.  I made sure our check interval was 60 seconds and the heartbeat was set to 3 missed heartbeats and then set the delay to a period of time. 
    That worked.  However, we wanted to change the delay based on the server "group".  Example:  Production group and Test Group.  For production, delay 5 minutes, Test, delay 30 minutes.
    As soon as tried to add the group criteria to the alert subscription, notifications ceased to function for those alerts.  The alerts still occurred, but the notifications were never delivered.
    So, I created new subscriptions and new groups as a test.  Each time, if I included a group in the criteria, the alert notification failed.
    Example:
    Condition:  Raised by any instance in a specific group.  Checked, group name:  Test
    Condition:  created by specific rules or monitors.  checked, monitor:  "Computer Not Reachable"
    Subscriber:  [email protected]
    Channel:  smtp channel set up to a relay
    Alert Aging:  30 minutes (have set this as low as 5 minutes and send without delay).
    In each case, if I remove the condition of group, the notification is sent.
    Why would this behavior occur?

    Thanks Scott.  I've tried this both with the computer object and the health service watcher object.
    What I'm doing is trying to create a dynamic group based on OU.  So, right now, the groups include the computer objects.  If I view group members, the group membership does populate ok with all of the machines from the targeted OU's for the dynamic
    membership.
    This is an example of the dynamic membership conditions I'm trying to create:
    ( ( Object is Windows Server AND ( Organizational Unit Equals OU=Test,OU=Servers,DC=domain,DC=local ) OR ( Organizational Unit Equals OU=Development,OU=Servers,DC=domain,DC=local) ) AND ( Object is Health Service Watcher AND ( Display Name Greater than empty
    value ) AND True ) )
    However, I'm noticing that the dynamic membership includes health service objects from all windows servers from all OU's and ignores the OU membership conditions.  But, I don't think that has anything to do with the failed notifications. 
    I could be wrong.
    I've also tried the following with the same problem:
    ( ( Object is Health Service Watcher AND ( Health Service Name Greater than empty value ) AND True ) AND ( Object is Windows Server AND ( Organizational Unit Equals OU=Test,OU=Servers,DC=domain,DC=local ) OR ( Organizational Unit Equals OU=Development,OU=Servers,DC=domain,DC=local
    Both of the above groups populate both the computer and health service objects when viewing the members of the group with the problem being it adds all health server objects instead of limiting it to the OU's specified.
    So, that lead me to a dynamic group membership of:
    ( Object is Windows Server AND ( Organizational Unit Equals OU=Test,OU=Servers,DC=domain,DC=local ) OR ( Organizational Unit Equals OU=Development,OU=Servers,DC=domain,DC=local ) )
    This is what I have now (this morning) after adding the condition for the class. 
    So, for the alert subscription rules, I added the group and the class and the monitor name:
    Condition:  Raised by any instance in a specific group.  Checked, group name:  Test
    Condition: Raised by any instance of a specific class:  Health Service Watcher
    Condition:  created by specific rules or monitors.  checked, monitor:  "Computer Not Reachable"
    Subscriber:  [email protected]
    Channel:  smtp channel set up to a relay
    Alert Aging:  30 minutes (have set this as low as 5 minutes and send without delay).
    But, again if the group condition is present, the alert subscription doesn't work.
    So, I suppose what I need to do is find a way to ensure I can build a group that includes health service objects from computer objects reside within specific OU's.  Perhaps I'm going about the dynamic membership conditions incorrectly?
    Thanks
    Ted

  • Can't create a "simple" group/course - and no upload

    Hi all,
    I'm quite new to this task of managing iTunesU for my institution (ICTP, www.ictp.it), and we just got admitted to the iTunesU platform since few days, so please bear with my poor experience (but I'm carefully reading the guides provided by Apple).
    Now... I've had no problem in creating/editing a few test pages/groups/courses, but I'm not able at all to create a "simple" group course, the edit menu only lead me to the two options: "smart" and "feed". And I cannot find the tool menu item to do the "Upload and Manage Files" (I guess it doesn't appear because there are no simple groups, the only ones that can accept manual uploads, am I right?).
    Just to explain better: of course I'll eventually implement a transfer script to upload our videos (I'm working on re-encoding some thousands hours of lectures...), but for now I would like to make some preliminary tests, and upload manually a few videos. What am I doing wrong?
    Is it possible that maybe our approval is still pending, and I'm not allowed to upload anything? But I can edit the site (but not publish it).
    I tried both interfaces, the iTunes.app native and the web one (the "iTunesU Public Site Management" on phobos.apple.com):
    the former is more complete but is missing upload option and "simple" group course creation, while the latter gives me only tools to edit the graphic appearance of the main page (banner, styles, etc...).
    thank you for any help, it will be appreciated very much!
    Carlo,
    Trieste (Italy)

    I think I've found the answer by myself in this thread:
    https://discussions.apple.com/thread/2018158?threadID=2018158&tstart=0
    Unfortunately, it's not the answer I was hoping for... apparently the option to store contents in Apple's servers isn't available anymore for newcomers to iTunesU.
    Now I have to manage a way to do local storage and RSS feeds, new challenge!
    Hope this may help others,
    Carlo.

  • No "samples" in evaluation download, can't create model or group

    Hi forum, I'm trying to learn BPA Suite.
    Downloaded the evaluation version from the main site. It installed ok, but I can't find any "samples" directory anywhere like the Quick Start PDF says should exist. Are these downloadable separately? Couldn't find them on the site if they are.
    Also can't create a new model, since I have no groups. I click on "LOCAL" in the new model wizard but the "New group" button is greyed out. No instructions in the doc on how to get this running.
    Please help!
    Thanx
    M

    Hi,
    have you start your server?
    On linux you have to run y-serverlauncher.sh
    in .../BPASuite/JavaClient.xxx/localserver/
    Then you can use the sample and create new projects.

  • Can't create new user group

    I am logged in as authenticated user,in workgroup manager, and am trying to create a new group so I can restrict VPN access to the users I would add to this group.
    Can't see a 'new group' button. There are already 3 groups, staff, admin and 1 other.
    (very new to MAC)
    Mat

    Hi,
    Did the issue happen only for you or for multiple users?
    Please login on other well worked Lync client from other computer with your Lync account to test the issue.
    Please also use another well worked Lync account login your Lync client and test the issue.
    You can disable your Lync account from Lync Server Control Panel and clear all SIP related information from AD, then re-enable your Lync account from Lync Server Control Panel to have a try.
    Here is a similar case may help you:
    http://social.technet.microsoft.com/Forums/lync/en-US/09032674-3927-4898-8f93-f3e6f3eab540/lync-2013-cannot-add-remove-or-move-contacts-or-groups-at-this-time?forum=lyncprofile
    Best Regards,
    Eason Huang
    Eason Huang
    TechNet Community Support

  • Can i create subgroups in grouped objects?

    Hi
    In CP 7 is it possible to create subgroups from grouped objects?
    regards
    donal.

    No, one of my feature requests, but not realized in CP7.
    Lilybiri

  • Can not create template based page with customized page type.

    I built a customized page type (with persepective attribute) and wanted to build pages with this type. If the new pages do not based on any template, it works fine. However, if I wanted to use a template, the page type was set back to "standard"!
    Steps to reproduce it:
    1. create a new page type - test page type.
    2. create a new template = test template.
    3. create a new page - test page.
    3.1 choose the page type to be "test page type"
    3.2 fill in the form including the new attribute info.
    3.2 choose the page template to be 'test template"
    3.3 click finish
    4. click the properties of "test page", it shows that the page type is "standard" and the new attribute information is gone!
    If in step 3.2, no template is chosen, the properties of the new page shows the page type is "test page type".
    I tried to find a workaround.
    1. create a page with "test page type".
    2. covert the new page to template.
    I got this error message:
    Error while copying page. (WWC-44262)
    (WWC-00000)
    Looks like customized page type and template can not coexist. Is this a bug?

    How long should the upgrade take? And should it be attempted on a production (infrastructure on machine 1/middle-tier on machine 2) Windows 2000 architecture? Or should be wait for 9.0.4? Or ... should I ask this in a TAR? Thanks!
    Mike

  • Can't create XMLType based on OPAQUE in Java+JDBC

    Hi,
    I'm querying the database using Java and JDBC. The resulting column (there is only one) is of type SYS.XMLTYPE. When I want to create an object of class XMLType of the data in this column I'm getting an error in the orageneric.dll.
    The (partial) code I use is:
            OracleResultSetMetaData metaData = (OracleResultSetMetaData)rs.getMetaData();
            int columnCount = metaData.getColumnCount();
            if((columnCount==1) && (metaData.getColumnTypeName(1).equals("SYS.XMLTYPE"))) {
                System.out.println(metaData.getColumnClassName(1));
                XMLType xt = XMLType.createXML(rs.getOPAQUE(1));This is based on some example code in:
    http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28369/xdb11jav.htm
    When I run this I'm getting the following error:
    java.lang.UnsatisfiedLinkError: C:\app\tijink\product\11.1.0\client_2\BIN\orageneric11.dll: The specified procedure could not be found
            at java.lang.ClassLoader$NativeLibrary.load(Native Method)
            at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
            at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1676)
            at java.lang.Runtime.loadLibrary0(Runtime.java:823)
            at java.lang.System.loadLibrary(System.java:1030)
            at oracle.xdb.XMLType.getConnType(XMLType.java:3325)
            at oracle.xdb.XMLType.initConn(XMLType.java:3267)
            at oracle.xdb.XMLType.<init>(XMLType.java:1225)
            at oracle.xdb.XMLType.createXML(XMLType.java:698)I've tried a different version of getting the XMLType object:
                XMLType xml2 = (XMLType)rs.getObject(1);This is based on the example in the XMLDB forum FAQ (How do I access XMLType using JDBC ?
    This gives the following casting error:
    java.lang.ClassCastException: oracle.sql.OPAQUE cannot be cast to oracle.xdb.XMLTypeI'm a bit lost... any suggestion would be helpful

    Harald, also post this question on the java/xdk forum.
    A long time ago (2 / 3 years) while fiddling around with XSQL (from the XDK), trying to create XML webpages, I run into several OPAQUE issues as well and I was able to solve them via a lot of info on the java forum (but maybe a java enthousiast here can solve it / answer it anyway). Just a suggestion.
    Message was edited by:
    Marco Gralike

  • Can I create template-based library objects in Dreamweaver CS5?

    At work we need two 'streams' of template. The first are general layout templates, like the ones already available in the MX through CS5 packages (except we'd have our own customised ones). The second are more granular objects, some of which are functional.
    In both cases, I don't want Jimmy to be able to wreak havoc inside anything other than the 'editable regions' which make up the templates.
    Now this is fine if I stick with the first scenario (layout templates) where there's simply a big chunk of editable region for good ole Jim to sprawl into, think of this as the 'body content' area. But I really do need these granular library (or snippet) objects to work in the same way. Unfortunately with my attempts so far they don't work as I'd have thought - perhaps for good reason?
    When I create a blank template and throw in my chunk of HTML (unobstrusive JS and external CSS use selectors in this HTML to provide style and function) and save it as a new library item or snippet, all looks well. Then I create a new document based on a layout template and save it as a plain html file (still all good so far). Next I drop in my custom library item... still all good... but then I go to save the document and it only allows me to save it as a new template! I expected it would just allow me to save it as HTML and have it simply respect the defined editable regions, as happens in the containing page 'body content' editable region.
    Apologies if that got specific and technical quite quickly, but it is quite particular. If you want some example files lemme know and I'll zip some up.
    Many thanks
    p.s It is not a requirement that my library objects must somehow inject their dependency files into the newly created page - I already know what they'll be. Also, I know I must 'detatch from original' once I drop a library item into a document which then allows customisation of the library object.

    Unfortunately that leads me to the same place, I suppose another way of saying my question which may clear the matter up, is: "Can I embed mutually exclusive templates inside templates?"
    For those of you who like things explained conceptually in XML structures, or you're an Adobe developer and you think this isn't currently possible but is awesome, the basic premise is this:
    <page template>
         <noneditable region />
         <editable region>
              Jimmy's text blah blah lorem ipsum.
              <widget template>
                   <editable region>
                        Jimmy's widget customised title
                   </editable region>
                   <noneditable region />
                   <editable region>
                        Jimmy's widget customised feedback
                   </editable region>
              </widget template>
         </editable region>
         <noneditable region />
    </page template>
    Where '<page template />' is stored as a Template (a layout template), and '<widget template>' is stored in either the Library, or as a Snippet.
    cheers,
    -d

  • Can't create app tab groups in FF5 groups window dosen't appear

    when I click the tab groups arrow on the upper right of the page the group window opens but all the tiny icons are in a vertical line on the right side of the window and when I try to drag one in to the center either the cursor turns into a move window and moves the whole window or when I click on the icon it takes me to that page. I have read ALL the instructions AND watched the video and what happens in that video DOES NOT happen on my screen. I can't find any helpful info

    Solution clear all tabs. Then right click on individual bookmarks or bookmark folders and select open in new tab or open. They will all appear at top of screen. Then click on arrow as before and choose tab groups . They are all in one box you then move them out of box and put like with like. I have created 3 groups.
    You can create as many as you like .
    When you wish to open that group click on the arrow and then choose tab groups,at that point all of your groups appear choose the one you require click on that group .
    Only the sights in that group appear on the tab bar. I trust this is helpful it worked for me.

  • I do not get thumbnails of my App Tabs when I open Tab Groups (and so I can't create any Tab Groups).

    I simply get replicas of the App Tab icons on the right side of the Tab Groups box. These icons are not movable and clicking on them simply opens them. As a result, I can't proceed to form them into Tab Groups.

    You can
    Create a NEW account using these instructions. Make sure you follow the instructions. Many do not and if you do not you will not get the None option. You must use an email address that you have not used with Apple before.
    Creating an iTunes Store, App Store, iBookstore, and Mac App Store account without a credit card
    You can have apps purchased from more than one account. It does complicate update apps though.
    - Go to settings>Store and sign out and sign into your account.
    - Apps are locked to the account that purchased them.
    - To update apps you have to sign into the account that purchased the apps. If you have apps that need updating purchased from more than one account you have to update them one at a time until the remaining apps were purchased from one account.

  • How can i create Level Based Hierarchy using multiple logical table.

    Hi All,
    in my use case i have two master logical table.
    Division_Mst(divncd,DivnName)
    Department_Mst(deptcd,DeptName)
    and one logical table which contain both column Header (divncd,deptcd)
    and fact table detail where one measure column(empcd) using aggregation count on it.
    so i want to create levelbased hierarchy like this.
    DivnName
              |------DeptName
    which are come from(Division_Mst,Department_Mst) .
    so user can see no of employees division wise and drill down to Department wise.
    How can i achieved this?
    thanks
    Manish

    Check out Shay's blog https://blogs.oracle.com/shay/entry/adf_faces_dynamic_tags_-fora
    Timo

Maybe you are looking for