grouper-users - Re: [grouper-users] Grouper Ui error
Subject: Grouper Users - Open Discussion List
List archive
- From: "Katika,Shanthi Swaroop" <>
- To: "Hyzer, Chris" <>, "" <>
- Subject: Re: [grouper-users] Grouper Ui error
- Date: Thu, 8 Sep 2016 11:09:06 +0000
- Accept-language: en-US
- Ironport-phdr: 9a23:rVswexNFTPf3/PLiSQ8l6mtUPXoX/o7sNwtQ0KIMzox0KPjzrarrMEGX3/hxlliBBdydsK0UzbeN+Pm9EUU7or+/81k6OKRWUBEEjchE1ycBO+WiTXPBEfjxciYhF95DXlI2t1uyMExSBdqsLwaK+i76vnYuHUC1FRtnK/6xUqXSlcWsnajm/pbTchdFnhK8erg0MQ27qwOXu8UL188qYKkrzQbRr2ENZv9b33hAJFSPkgz669vqupNv7m4Y7/078NNYXL+/Yr81V6dwDTI6Pnoz6dGx8xTPUF3cyGEbVzBcsRNUAgvMqCr6V5HtsiqyjfV0wi6dJYe+Gas3UCij7K5DVRHszioLKmhqoynslsVsgfcD81qarBtlztuMbQ==
Good Morning, Any suggestions on how might correct the config for the search parameters in the grouper UI? The database is internal grouper database.
Best, From: <> on behalf of temp <> It’s very likely that it might be the issue. Below is my config for the source that’s causing the issue. <source adapterClass="edu.internet2.middleware.grouper.subj.GrouperJdbcSourceAdapter"> <id>grouper_d</id> <name>GROUPER_D JDBC Source Adapter</name> <type>member</type> <init-param> <param-name>jdbcConnectionProvider</param-name> <param-value>edu.internet2.middleware.grouper.subj.GrouperJdbcConnectionProvider</param-value> </init-param> <init-param> <param-name>Multiple_Results</param-name> <param-value>true</param-value> </init-param> <init-param> <param-name>SubjectID_AttributeType</param-name> <param-value>id</param-value> </init-param> <init-param> <param-name>Name_AttributeType</param-name> <param-value>displayName</param-value> </init-param> <init-param> <param-name>Description_AttributeType</param-name> <param-value>description</param-value> </init-param> <init-param> <param-name>sortAttribute0</param-name> <param-value>name</param-value> </init-param> <init-param> <param-name>subjectVirtualAttribute_0_searchAttribute0</param-name> <param-value>${subject.getAttributeValue('search_string0')}</param-value> </init-param> <init-param> <param-name>searchAttribute0</param-name> <param-value>searchAttribute0</param-value> </init-param> <!-- on a findPage() this is the most results returned --> <init-param> <param-name>maxPageSize</param-name> <param-value>100</param-value> </init-param> <internal-attribute>searchAttribute0</internal-attribute> <init-param> <param-name>findSubjectByIdOnCheckConfig</param-name> <param-value>false</param-value> </init-param> <init-param> <param-name>subjectIdToFindOnCheckConfig</param-name> <param-value>1</param-value> </init-param> <init-param> <param-name>findSubjectByIdentifiedOnCheckConfig</param-name> <param-value>false</param-value> </init-param> <init-param> <param-name>subjectIdentifierToFindOnCheckConfig</param-name> <param-value>1</param-value> </init-param> <init-param> <param-name>findSubjectByStringOnCheckConfig</param-name> <param-value>false</param-value> </init-param> <init-param> <param-name>stringToFindOnCheckConfig</param-name> <param-value>1</param-value> </init-param> <search> <searchType>searchSubject</searchType> <param> <param-name>sql</param-name> <param-value> select proData.profile_id AS id, proData.display_name AS displayName, proData.ufid AS description from profile_data AS proData where proData.profile_id = ? </param-value> </param> </search> <search> <searchType>searchSubjectByIdentifier</searchType> <param> <param-name>sql</param-name> <param-value> select proData.profile_id AS id, proData.first_name, proData.last_name, proData.display_name AS displayName, proData.ufid AS description from profile_data AS proData where proData.profile_id
= ? </param-value> </param> </search> <search> <searchType>search</searchType> <param> <param-name>sql</param-name> <param-value> select proData.profile_id AS id, proData.first_name, proData.last_name, proData.ufid, proData.display_name AS displayName, proData.ufid AS description from profile_data AS proData where (lower(proData.first_name) like '%' || ? || '%') or (lower(proData.last_name) like '%' || ? || '%') or (proData.ufid like '%' || ? || '%') </param-value> </param> </search> </source> From: "Hyzer, Chris" <> I think it is something in your sources.xml… is it conflgured correctly? From: [mailto:]
On Behalf Of Katika,Shanthi Swaroop Good Morning, Error: Exception with source: grouper_d, on query: 'abcd', Problem calling method addMemberSearch on edu.internet2.middleware.grouper.grouperUi.serviceLogic.UiV2Group
Best, |
- [grouper-users] Grouper Ui error, Katika,Shanthi Swaroop, 09/01/2016
- RE: [grouper-users] Grouper Ui error, Hyzer, Chris, 09/01/2016
- Re: [grouper-users] Grouper Ui error, Katika,Shanthi Swaroop, 09/01/2016
- Re: [grouper-users] Grouper Ui error, Katika,Shanthi Swaroop, 09/06/2016
- Re: [grouper-users] Grouper Ui error, Katika,Shanthi Swaroop, 09/08/2016
- Re: [grouper-users] Grouper Ui error, Shilen Patel, 09/08/2016
- Re: [grouper-users] Grouper Ui error, Katika,Shanthi Swaroop, 09/19/2016
- Re: [grouper-users] Grouper Ui error, Shilen Patel, 09/08/2016
- Re: [grouper-users] Grouper Ui error, Katika,Shanthi Swaroop, 09/08/2016
- RE: [grouper-users] Grouper Ui error, Hyzer, Chris, 09/01/2016
Archive powered by MHonArc 2.6.19.