Hi Dave Appreciate your help in answering my doubts. Thanks for the help. I had made a mistake in setting the index column. I had corrected it and both GET and GETNEXT works perfectly.
Thanks and Regards Anuradha.A -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Dave Shield Sent: Monday, September 24, 2007 3:26 AM To: Anuradha A- TLS, Chennai. Cc: [email protected]; Wes Hardaker Subject: Re: Request help in Table implementation On 20/09/2007, Anuradha A- TLS, Chennai. <[EMAIL PROTECTED]> wrote: > I generated the .c and .h files using "mib2c.create-dataset.conf" for a > table with a integer as index. (only one index for the table) > > The GETNEXT on the table works correctly , but the GET fails for some > reason. (always returns a null). > > It doesn't reach my handler method at all for the GET request, but reaches > my handler method for GETNEXT. > > Could you please throw some light on this issue? How are you populating the contents of the table? Remember that the 'dataset' helper assumes that it knows all the valid rows, and will attempt to fulfil the request itself. It only calls your handler to allow for last-minute amendments of the value that it has set up internally. If the handler knows that a particular row doesn't exist, then it won't call your handler. Dave DISCLAIMER: ----------------------------------------------------------------------------------------------------------------------- The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only. It shall not attach any liability on the originator or HCL or its affiliates. Any views or opinions presented in this email are solely those of the author and may not necessarily reflect the opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification, distribution and / or publication of this message without the prior written consent of the author of this e-mail is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately. Before opening any mail and attachments please check them for viruses and defect. ----------------------------------------------------------------------------------------------------------------------- ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
