Skip to Content.
Sympa Menu

grouper-users - [grouper-users] RE: Grouper Org Hierarchies

Subject: Grouper Users - Open Discussion List

List archive

[grouper-users] RE: Grouper Org Hierarchies


Chronological Thread 
  • From: "Hyzer, Chris" <>
  • To: Akki Kumar <>, "" <>
  • Subject: [grouper-users] RE: Grouper Org Hierarchies
  • Date: Mon, 21 Nov 2016 23:27:09 +0000
  • Accept-language: en-US
  • Authentication-results: spf=none (sender IP is ) ;
  • Ironport-phdr: 9a23:KEftlxx/i/JIuzPXCy+O+j09IxM/srCxBDY+r6Qd2u4VIJqq85mqBkHD//Il1AaPBtSAragYwLOO+4nbGkU4qa6bt34DdJEeHzQksu4x2zIaPcieFEfgJ+TrZSFpVO5LVVti4m3peRMNQJW2aFLduGC94iAPERvjKwV1Ov71GonPhMiryuy+4ZPebgFGiTanf79/Ixq6oRjNusILnYZsN6E9xwfTrHBVYepW32RoJVySnxb4+Mi9+YNo/jpTtfw86cNOSL32cKskQ7NWCjQmKH0169bwtRbfVwuP52ATXXsQnxFVHgXK9hD6XpP2sivnqupw3TSRMMPqQbwoXzmp8qFmQwLqhigaLT406GHZhNJtgqJHrhyvpBJ/zIzVYI6JO/VzZbnScc8GSWdbQspdSy5MD4WhZIUPFeoBOuNYopHzq1UMrRq/BBejBPn3xjRVmHL23bc60+U6EQ3IwQctGNcOv2jUrNT1NaYdT/q1wbLJzTXYc/xawyr96JDWfRAnp/GAR6x/ftfMyUQ2EQ7Ok1ueqYvgPzyP1+QNtXCW7+tmVeKzlWEnsQdxrSazxssykIXGmJ8ayk3C+C5kw4g1PcW1RFBnbdOmCpdduCCXO5FrTs4jTWxkoiU3xqAetZKmciUG1I4ryhrCZ/CdbYSE/xbuWPyMLTp6hX9ofq+0iQyo/ki60OL8U9G50FZUoSpBldnBrmgD2gDU5MSbVPdx51qs1zCR2wzK7eFLOl47mbDcK5483r4/jZ0TsVnFHiDrgkn2lLWWdkI4+ue29+vnfrTmppiaN4NujQH+L7gumsi4AeQ/MQgCRXSU+eO51LH7/E35RqtFjuEun6XHrJzXJ94Xq6G4DgNPz4ou6hiyAy2l3dgFhXUHKUhKeBODj4jnIVHOJ/X4AO+6g1uwkDdqx/HHMaP7ApjWL3jDi6vucaxg605E1gUzy9Zf64hKBb4cPfL/QlXxu8DADh8lLwy0xP7qCNpn1oMZRGKPGrGWMLnLvV+V/eIgPfOMZJQOtTb5Kvgl/OLujWQnlVMHfKmp24cXZ26iHvRgPUqZfWTgjs0fHmgXowptBNDt3XSBUj8bRGu3Vrh0sjg+AZCnC4jaW422nL2G2jzjRsJ+aWVPC1TKGnDtIcHMEfgWbz+KL9UkjycJT6OJSok92AuouROgjbdrM6CcriICso/72cIw+vbejwoa9DpoAt6b3n3XCWx4gzVbaSUx2fU1gV1vx03HmYN4mf1DX5QH4vhJQxU3L7bd1Oc8Fsj/XASHc9uUHgX1Cu66CC08G4pii+QFZFxwTo2v
  • Spamdiagnosticmetadata: NSPM
  • Spamdiagnosticoutput: 1:99

1.       How does it know it’s a rename instead of a new group and delete old one?  J  so yes, it creates new and abandons the old.  You can put a SQL like string on group names so it deletes ones not in query.

2.       Look in grouper_loader_log table, you will see times for queries.  Note, run that job again, how long is the second run?  Shorter since not a lot changed.   First it runs loader query to get the members and list of groups.  Then it loops through the groups and gets the grouper list for each one if they exist.

3.       For attributes, no you cant do that now, but just curious, are they all single valued strings, single assign to the object?  How many attributes would you be assigning?  Would you specify that in the grouperLoaderGroupQuery (column for attribute name1, column for attribute value1, column for attribute name2, etc?

 

Thanks

Chris

 

 

 

From: Akki Kumar [mailto:]
Sent: Monday, November 21, 2016 4:18 PM
To: Hyzer, Chris <>;
Subject: Grouper Org Hierarchies

 

Hi Chris,

 

I created organization hierarchies via grouper loader using below documentation:
https://spaces.internet2.edu/display/Grouper/Organization+hierarchies+via+the+grouper+loader

 

 

After running SQL Loader multiple times, I have some questions:

  • I updated the group name in the DB and ran the SQL grouper loader. Instead of updating a group name, it created a new group and added members to it. This lead to multiple groups with old and new group names. Does grouper loader (SQL_Group_list) has diff functionality for the organizational hierarchies? Or it only creates new groups and adds members to it?

 

  • After I start running SQL grouper loader, it took around 1.5hrs - 2hrs to start processing and creating groups in the Grouper. How does grouper loader query DB? Does it first run group query and then loader query? Or Run both at the same time?

 

  •  Using the SQL grouper loader, is there a way to add attributes to a group?

Eg:-

 

Department Hierarchy (Folder)

|   

|_ Software_Development (Group) 

          |

          |_Supervisor_Name_Attr

          |

          |_Supervisor_Approval_Attr

 

 

Thank you,

Akki

 

 

 

 




Archive powered by MHonArc 2.6.19.

Top of Page