grouper-users - Re: [grouper-users] Re: Hierarchical Loader Bug
Subject: Grouper Users - Open Discussion List
List archive
- From: Akki Kumar <>
- To: "Hyzer, Chris" <>
- Cc: Stephen A Sazama <>, "" <>
- Subject: Re: [grouper-users] Re: Hierarchical Loader Bug
- Date: Thu, 16 Feb 2017 17:10:30 -0500
- Ironport-phdr: 9a23:YUZPrBF4FATLXiBY79W/8J1GYnF86YWxBRYc798ds5kLTJ7yp8qwAkXT6L1XgUPTWs2DsrQf2reQ6/yrADFeqb+681k6OKRWUBEEjchE1ycBO+WiTXPBEfjxciYhF95DXlI2t1uyMExSBdqsLwaK+i764jEdAAjwOhRoLerpBIHSk9631+ev8JHPfglEnjSwbLdyIRmssQncucYajZZiJ6sw1xDEvmZGd+NKyG1yOFmdhQz85sC+/J5i9yRfpfcs/NNeXKv5Yqo1U6VWACwpPG4p6sLrswLDTRaU6XsHTmoWiBtIDBPb4xz8Q5z8rzH1tut52CmdIM32UbU5Uims4qt3VBPljjoMOiUn+2/LlMN/kKNboAqgpxNhxY7UfJqVP+d6cq/EYN8WWXZNUsNXWidcAI2zcpEPAvIDMuZWr4fzqVgAowagCwawH+7g0CNEi2Xs0KEmz+gsEwfL1xEgEdIUt3TUqc34ObsRUeC2zanD0DDNb+5T2Tjn8ojDbxcsruuJXb1qcMvRyE8vFwzcjlWNt4PlJC+V1uUKs2id9OpsSf6jhmw8pgF+pzig3MYsio3Tio0JzVDE8Dx0zYAoLtO2T057ZMSrEJpWtyyCOIt2RcQiQ25suCkk0LEJpZm7fC0MxZ86xBDfc+SKf5aJ7x7/VuucJDl4iXF+d76jghu//lSsxvHyW8SxzFlGsiRFn9zJu3wT2RHf986KQeZn8Ei7wzaAzQXT5/lEIU8qkarbLIYswrsqmZoStUTPByj2mFnqgKOPeUQo5Oal5/n9brXpoZ+cMIB0igXgPag0hsO/BuE4PhAPX2id5+u8yKXu8VP4TblWjPA7l6fZvZPBKsgHo6O0DBNZ3pot5hu6EziqzNoYkHwCIV5bdh+LkpDlO1TUL/D5Cfe/jU6skDBux/3eJLLhB4/CL3nCkLfncrZ98lNcxxQozdBD5pJUDbcBIOnvVkPtttHVFRA5MwmuzObmDNVxzJ8RWWWKAqOBKqPdrUeI5v4zI+mLfIIVtyz9K/845/72k3A5g0YRfbSy3ZQJcnC4Be9rI0GYYXr3ntcBCnkGshA/TOzslF2NTyRTZ3CsUKIg+D03EpypApreRtPlvLvUlgeqDJBMIihtCkqNCj2gI4CPW+YeZTi6I9Rq1CEcWL6nDYItyEf9mhX9zu9OLenVsg4FsJv5nIx84uTBlBc97CF5FNic1GeWFzkrtmwNTj4ymqt4pBoumR+4zaFkjqkARpRo7PRTX1J/bMaEwg==
When you have the problem, does running this from GSH help?
new edu.internet2.middleware.
grouper.misc. AddMissingGroupSets(). addAllMissingGroupSets();
Shilen, you have other ideas?
Thanks
Chris
From: Stephen A Sazama [mailto:]
Sent: Monday, February 13, 2017 4:39 PM
To: Hyzer, Chris <>;
Cc: Akki Kumar <>
Subject: Re: [grouper-users] Re: Hierarchical Loader Bug
Hi,
I work with Akki. What we're trying to do with the second loader is assign all sub-department groups as members of their parent departments (creating rollup groups). So if Group A is the parent department of Group B, and Group B is the parent department of Group C, then Group A has one direct member (B) and B has one direct member (C). They also have some other members that are people from LDAP. The behavior we're seeing is that in this scenario:
- Group B shows up as a direct member of A (correct).
- Group B's people members show up as indirect members of A (correct).
- Group C shows up as an indirect member of A (correct).
- Group C's people members do NOT show up as members of A (unexpected).
Departmental groups with a depth of 2 or more do not have their LDAP subjects added as indirect members of the top-level parent department, even though the group containing them is an indirect member. We were wondering if anyone else has seen this behavior. Are there any cases in Grouper where a group's members are not supposed to be inherited by groups of which it is a member, or any kind of caching we should look out for? Apparently, if we remove the membership linking A to B/C and then re-run the loader, the members are all added correctly.
Thanks again,
Stephen Sazama
On Fri, Feb 10, 2017 at 10:53 AM, Akki Kumar <
> wrote: Hi Chris,
I have attached below screenshots (https://drive.google.com/
drive/folders/0BwgGnZC7vA- ):6eFVUMThjUzNWc0k
- Departmental Loader - Configuration
- Rollup Loader - Configuration
- Departmental.jpg – Showing folders and group’s structure.
- Hierarchy 1.jpg – Showing Networking Apps group with one member added to it.
- Hierarchy 2.jpg – Showing Networking Research group with one member added to it.
- Hierarchy 3.jpg – Showing Networking Dept - All group is linked directly to the subgroups (Networking Apps & Networking Research) and members are added indirectly to it.
- Hierarchy 4.jpg – Showing Information Tech - All group is linked directly to the subgroups (Networking Dept - All) and members are not added to the group (BUG).
Issue: As shown in the Hierarchy 4.jpg screenshot, in the top level group (Information Tech – All), the subgroups are linked, but the members from the subgroups are not shown (after loader run). However, after manually deleting the Networking Dept – All group from the top level group, and re-running the loader, the members are shown in the top level group (Refer to screenshot Manually Delete.jpg). Not sure why grouper loader only links all members after manually deleting the group from the top level. Any guidance is truly appreciated.
Please let me know if you need more details.
Thank you,
Akki
On Thu, Feb 9, 2017 at 4:06 PM, Hyzer, Chris <> wrote:
I understand you have a problem but I cant really understand what it is by your email. Can you send along the loader configuration and be a little more explicit with screenshots etc?
Thanks
Chris
From: Akki Kumar [mailto:]
Sent: Thursday, February 09, 2017 3:21 PM
To: Hyzer, Chris <>;
Subject: Hierarchical Loader Bug
Hi Chris,
I created Organization Hierarchical groups using two loaders:
- Departmental Hierarchy
- Rollup Hierarchy
When I ran the Rollup Hierarchy loader, and it link group as described below (screenshot):
1) All groups under Networking Dept folder are linked to the Networking Dept – All group, and it shows all linked group members under the Networking Dept – All. (Expected Behavior)
2) All groups under Networking Dept – All group are futher linked to the Information Tech – All group, but it didn’t show members of the sub-groups (such as Networking Dept group). (Bug)
Screenshot link: https://drive.google.com/
drive/folders/0BwgGnZC7vA- 6eFVUMThjUzNWc0k
However, during testing, I noticed that when I manually delete the Networking Dept – All group from the Information Tech – All group and then re-run the Rollup Hierarchies loader, it would link the Networking Dept – All groups and also show all members of its sub-groups. As per logs, the loader is running successfully and there are no errors.
We are baffled by the loader behavior and checking to see if there are any solution for the bug. (We are using Grouper 2.2.2)
Thank you,
Akki
- [grouper-users] Hierarchical Loader Bug, Akki Kumar, 02/09/2017
- [grouper-users] RE: Hierarchical Loader Bug, Hyzer, Chris, 02/09/2017
- [grouper-users] Re: Hierarchical Loader Bug, Akki Kumar, 02/10/2017
- Re: [grouper-users] Re: Hierarchical Loader Bug, Stephen A Sazama, 02/13/2017
- RE: [grouper-users] Re: Hierarchical Loader Bug, Hyzer, Chris, 02/14/2017
- Re: [grouper-users] Re: Hierarchical Loader Bug, Akki Kumar, 02/16/2017
- Re: [grouper-users] Re: Hierarchical Loader Bug, Shilen Patel, 02/17/2017
- Re: [grouper-users] Re: Hierarchical Loader Bug, Akki Kumar, 02/20/2017
- Re: [grouper-users] Re: Hierarchical Loader Bug, Shilen Patel, 02/20/2017
- Re: [grouper-users] Re: Hierarchical Loader Bug, Akki Kumar, 02/20/2017
- Re: [grouper-users] Re: Hierarchical Loader Bug, Akki Kumar, 02/20/2017
- RE: [grouper-users] Re: Hierarchical Loader Bug, Hyzer, Chris, 02/14/2017
- Re: [grouper-users] Re: Hierarchical Loader Bug, Stephen A Sazama, 02/13/2017
- [grouper-users] Re: Hierarchical Loader Bug, Akki Kumar, 02/10/2017
- [grouper-users] RE: Hierarchical Loader Bug, Hyzer, Chris, 02/09/2017
Archive powered by MHonArc 2.6.19.