Hi, given the message about "no initial context", I'm wondering whether you start with a bind request?
as LDAP is a session based protocol, you need to start the session by sending a bind request. (when no user/password is given, this will lead to a anonymous bind). after a bind, you can launch the search requests. you end a session with a unbind request Dolf -----Oorspronkelijk bericht----- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Verzonden: ma 4-9-2006 17:06 Aan: JMeter Users List Onderwerp: Re: Jmeter 2.2 - LDAP Extended Request - attributes Size Limit on my LDAP server is unlimited ----------------------------------------------- system properties is default # Sample system.properties file # # #java.net.preferIPv4Stack=false #java.net.preferIPv6Addresses=false #networkaddress.cache.ttl=-1 #networkaddress.cache.negative.ttl=10 --------------------------------------------------------------- 1157381841910,0,LDAP Extended Request (ALPHA),800,javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial,Thread Group 1-1,text,false,,545,1,1,null, 1157381842601,0,hssp load tester,500,javax.naming.NameNotFoundException: [LDAP: error code 32 - No Such Object]; remaining name 'cn=tnmapping,ou=hssp,o=sabre.com',Thread Group 1-1,,false,,0,1,1,null, 1157382036530,0,LDAP Extended Request (ALPHA),800,javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or as an applet parameter, or in an application resource file: java.naming.factory.initial,Thread Group 1-1,text,false,,545,1,1,null, 1157382037041,0,hssp load tester,500,javax.naming.NameNotFoundException: [LDAP: error code 32 - No Such Object]; remaining name 'cn=tnmapping,ou=hssp,o=sabre.com',Thread Group 1-1,,false,,0,1,1,null, Smits, Dolf wrote: > Hi, > > The size attribute can limit the number of requests, but can never be > larger than the sizelimit that is implemented on the server. > E.g. If the sizelimit on the server is 100, and you specify a sizelimit > of 200, the server will enforce a sizelimit of 100. > If you specify a sizelimt of 50, the size limit will be 50. > > The best solution is to adjust the searchfilter, so that less results > will be returned. > > About the attributes, it should work :-(. > Can you try to limit the number of results by the searchfilter so no > size limit is hit and than rerun it again. > If it still fails, can you open a bugzilla report and attach the > testplan to it , so I can have a look at it. > > Dolf > > > Dolf Smits > Senior Consultant Identity Management Solutions > > 070 333 3654 > 070 333 2511 > 06 55844837 > [EMAIL PROTECTED] > Let op: Vrijdags heb ik ouderschapsverlof en wordt uw mail niet gelezen. > Deze e-mail is uitsluitend bedoeld voor kennisneming door de > geadresseerde(n), en mag niet aan anderen worden doorgestuurd of op > andere wijze ter kennis worden gebracht. Indien u niet de geadresseerde > bent, verzoek ik u om de afzender te waarschuwen en de e-mail direct te > verwijderen/vernietigen. De afzender wijst elke aansprakelijkheid voor > (de inhoud van) deze e-mail af. > > > > > -----Original Message----- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Sent: zondag 3 september 2006 17:13 > To: JMeter Users List > Subject: Jmeter 2.2 - LDAP Extended Request - attributes > > Can somebody tell me if it's possible to fetch back LDAP attributes > on a Search request? > > I keep getting Size errors (LDAP error 4) on all my tests. > - The Size input field seems to be ignored > - I have multiple attributes separated by ";" but Directory log > has attrs=ALL > - ldapsearch on the command line works fine (Anonymous read > allowed) > > Directory is SUN Directory 5.2. > JMeter 2.2 is running on Windows XP Professional. > > Thanks > > -- Jay Biddle - CISSP EDS: Infrastructure Specialist Senior Web Hosting - Security Team Email: [EMAIL PROTECTED] Desk: 303.642.1263 Cell: 303.319.0104 Pager: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

