grouper-users - [grouper-users] grouper upgrade 2.3.0 from 2.2.0 WsRestGetGroupsRequest not returning group details
Subject: Grouper Users - Open Discussion List
List archive
[grouper-users] grouper upgrade 2.3.0 from 2.2.0 WsRestGetGroupsRequest not returning group details
Chronological Thread
- From: Siju Jacob <>
- To: " Mailing List" <>
- Cc: Omer Almatary <>, Nazeer Syed <>, Cyril Phillips <>
- Subject: [grouper-users] grouper upgrade 2.3.0 from 2.2.0 WsRestGetGroupsRequest not returning group details
- Date: Mon, 30 Jul 2018 20:46:26 +0000
- Accept-language: en-US
- Authentication-results: spf=none (sender IP is ) ;
- Ironport-phdr: 9a23:LGyRLxTbei8Xxrplcdhon3hWKNpsv+yvbD5Q0YIujvd0So/mwa6zZxaN2/xhgRfzUJnB7Loc0qyK6/6mATRIyK3CmUhKSIZLWR4BhJdetC0bK+nBN3fGKuX3ZTcxBsVIWQwt1Xi6NU9IBJS2PAWK8TW94jEIBxrwKxd+KPjrFY7OlcS30P2594HObwlSizexfbJ/IA+qoQnNq8IbnZZsJqEtxxXTv3BGYf5WxWRmJVKSmxbz+MK994N9/ipTpvws6ddOXb31cKokQ7NYCi8mM30u683wqRbDVwqP6WACXWgQjxFFHhLK7BD+Xpf2ryv6qu9w0zSUMMHqUbw5Xymp4rx1QxH0ligIKz858HnWisNuiqJbvAmhrAF7z4LNfY2ZKOZycqbbcNgHR2ROQ9xRWjRBDI2icoUPE+QPM+VZr4bhqFQDtgG+CRWwCO711jNEmn370Ksn2OohCwHG2wkgEsoTvnTVrtX1KboZX+Svw6bUyjXMdO5d1DDm6IjKcB0tve+AUKl3ccrQ1UkjDRnFjkiMqYzqITyVzP8Nv3KF4OV9SOKikmgqoBxyrDi33sogl5XFi40Pxl3L9yh12og4KNKiREJmfdKpFINcuzyEO4Z1WM8vQntktSg4x7EcpJK3YigHxIwpxxHBaPGLb42F7xftVOuRIDp3mHdodby/iha880Wtz+zxW8uu31lWqydIksXAuWwX2BHV98OJUOFy/l271jaKzw3T6v9LIUQzlafDM5As3rk+moYOvUjaAyL5mlv6gLaRdko/5Oek8ePnYqj6ppCHMI90lwf+Pbk0lsynG+Q4NRQOUHaH9uSg1b3j+kv5TK9Njv0rjqnZtJfaJcMYpqKjHwBV1YMj5w6+DzegztsYgWEKIE9ZdB+IlYTkNFPDLOr2APqwmVigjStnyvTeMr3kGJrNL3zDkLn7fbZ67k5R0BEzzdJd6p5IFL0MO/XzWk7ttNDCFB85LhC0w+n5B9VnzYMSQ3yADbKEMK/Kq1+H+vovI/WQZI8SoDv9JOIl5/nzjX8hh1AdZ7Cl3YYMaH+mBPRmOF6UYX7tgtcaDWcKpRQyQPbriF2ETT5ceWyyX6Qi6TEnFo6qF5nMSZ2wgO/J4CDuVJJMYX1eB0rJDGzlbZ6sWvEQZTiUL9M71DEISPCEQo4l1Beh/Cv70KYtZr7b4CoFrZ/5kcVu6vfIvRA06TFuCcmBiSeAQ3wizU0SQDpj56F9vARfw1yE2+AsmP4HTYZ74PJVFB0nKZHR1fc8BtzvDFGSNuyVQUqrF431SQo6Scg8lppXOx4nQYerkwzD0iy2ArQci72MAtku/7nB22TqeZov0G7Iga8miVRuAtBCM2GrnOZez0DSHMaI9ifRjKO2beIZ1S/J+n2EyD+Vvh4ACiZ3ULmDR20DaUbMtpL06l6RB7I=
- Spamdiagnosticmetadata: NSPM
- Spamdiagnosticoutput: 1:99
Hi, We are are done upgrading from grouper 2.2.0 to 2.3.0. Grouper UI and webservices are up and running.
We came across one issue in webservice.
Below webservice was returning subject and his group details in grouper 2.2.0 but now its returning only the subject details no group details. Webservice cliean
is expecting the group details as well. I even tried passing "includeGroupDetail":"T", it made no difference. Could someone please guide me what mistake am I doing here. Below is webservice url https://dev-groups.******.edu/grouper-ws/servicesRest/v2_3_000/subjects Request object { "WsRestGetGroupsRequest":{
"scope":"apps:oit:eas:idm:Open_Registry", "enabled":"T"
, "subjectLookups":[ { "subjectIdentifier":"kcwwww1455" } ] } } Response object {"WsGetGroupsResults":{"responseMetadata":{"millis":"2449","serverVersion":"2.3.0"},"resultMetadata":{"resultCode":"SUCCESS","resultMessage":"Success for: clientVersion:
2.3.0, subjectLookups: Array size: 1: [0]: WsSubjectLookup[subjectIdentifier= kcwwww1455]\n\nmemberFilter: All, includeGroupDetail: true, actAsSubject: null\n, params: null\n fieldName1: null\n, scope: apps:oit:eas:idm:Open_Registry, wsStemLookup: null\n,
stemScope: null, enabled: T, pageSize: null, pageNumber: null, sortString: null, ascending: null\n, pointInTimeFrom: null, pointInTimeTo: null","success":"T"},"results":[{"resultMetadata":{"resultCode":"SUCCESS","success":"T"},"wsSubject":{"id":"600469","identifierLookup":"
kcwwww1455","name":"KANCH ZEN","resultCode":"SUCCESS","sourceId":"jdbc","success":"T"}}]}}
Any advice or guidance would be greatly appreciated..! Thanks, Siju From: Siju Jacob
Hi, I created a admin group as below and added few users to it. orgs:10014:ru-Newark Chancellor's Office_Admin But these users are not able to see the groups within the subfolders inside this folder (orgs:10014). Below is the subfolder which has 8 groups, which is not visible to the admin users who belong to
ru-Newark Chancellor's Office_Admin. orgs:10014:10056:ref. I am sure, something is missed on my part while configuring this admin group.
Any advice or guidance would be greatly appreciated..! Thanks, Siju |
- [grouper-users] grouper upgrade 2.3.0 from 2.2.0 WsRestGetGroupsRequest not returning group details, Siju Jacob, 07/30/2018
Archive powered by MHonArc 2.6.19.