Problem: LDAP program written in ColdFusion WILL NOT retrieve data from a LDAP Directory.
Script: <cfldap server="127.0.0.1" port="1003" action="query" name="results" start="ou=Members, o=CompuSport" scope="onelevel" attributes="cn" sort="ou" maxrows=100 timeout=20000> <cfoutput>#results.recordCount#</cfoutput> Environment: Windows 2000 running a LDAP Directory on port 1003, not in a domain controller, not in an active directory Access: Through Windows 2000 Console Root/Membership Directory Manager done ANONYMOUSLY. Error Message from logs: The request has exceeded the allowable time limit Tag: cfoutput The specific sequence of files included or processed is: C:\ColdFusion8\wwwroot\scripts\ldap.cfm, line: 23 -- ------------------------------------------ Ravi Gehlot Web Programmer [EMAIL PROTECTED] United States of America ------------------------------------------ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to date Get the Free Trial http://ad.doubleclick.net/clk;192386516;25150098;k Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:302113 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

