,---- [Dave Shield wrote:] | On 25 Oct 2007 06:56:45 -0000, girish <[EMAIL PROTECTED]> wrote: | > when I issue a snmpwalk command its giving this error: | > Error in packet. | > Reason: (genError) A general failure occured | > Failed object: MY-MIB::MyTraceTable | | What happens if you try a single "snmpgetnext" request on one | of the column objects? Do you get the same error? | | Which helpers does your table code use? | Does it handle GETNEXT itself, or does it leave this to the helpers? `---- One question, How long does your _cache_load in _data_access.c takes to complete? probably you are using some thing that take longer time to come up with the data to update. I have found it earlier too. then I used threading to resolve it, but problem is if i have many table how many treading i will do.. --
Thanks Sharad Chandra ------------------------------------------------------------------------- SF.Net email is sponsored by: Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
