I can't find my notes on it off hand but one thing I had done at one
point to handle the 100 record limit was to get a list of netids for a
department and then do individual queries on the netids. (I was using a
PHP script to build out the list in a database) I don't remember the
exact details off the top of my head but there was a way to structure
the netid query so it gave all of the netids in one go and didn't count
as individual (more than 100) records.
-Bryan
On 10/11/2010 11:59 AM, Andrew Hendrickson wrote:
> Mmm, yes. However in many of our departments, just graduate students alone would run over the 100 record limit of an anonymous bind.
>
> On Oct 11, 2010, at 11:57 AM, Bryan Fleming wrote:
>
>> It seems like an LDAP query or two would be a good way to go to meet your needs. I've got some php scripts that pull out name and email for faculty based on department. Should be possible to do the same thing with students.
>>
>> -Bryan
>>
>> On 10/11/2010 11:40 AM, Andrew Hendrickson wrote:
>>> Greetings-
>>>
>>> We are interested in using Limesurvey to perform department chair reviews. Key to the process is a participant list that includes all students majoring in the particular department, and department faculty and staff.
>>>
>>> Is it possible to get an extract of firstname lastname and email address for these populations? And who should I contact to get those listings? I assume that there will be multiple contacts since the information is coming from multiple sources (Banner and Peoplesoft).
>>>
>>> Thanks.
>>>
>>>
>>> Andrew Hendrickson
>>> CAS, IT Administrator
>>> UVM, College of Arts& Sciences
>>> 438 College Street #402
>>> Burlington, VT
>>> 05405
>>>
>>> 802-656-7971
>>> 802-656-4529 (fax)
>>>
>>> [log in to unmask]
>>>
>>> To submit a request for service please use:
>>> http://footprints.uvm.edu/ashelp.html
> Andrew Hendrickson
> CAS, IT Administrator
> UVM, College of Arts& Sciences
> 438 College Street #402
> Burlington, VT
> 05405
>
> 802-656-7971
> 802-656-4529 (fax)
>
> [log in to unmask]
>
> To submit a request for service please use:
> http://footprints.uvm.edu/ashelp.html
|