On Fri, 2005-10-14 at 21:27 +0530, [EMAIL PROTECTED] wrote:
> Thank you very much for your great help/support.
> I tried to correct the following methods:
> 
>  myTable_addEntry(...)
>  myTable_create_data_context(...)
>  etc.
> 
> But the problem which I am facing that when I apply "snmpset"
> the control never goes to the above specified methods.

Then there must be something wrong with your "corrections".
Since you didn't attach the revised files, there's a limit to 
how much help I can be.


> In normal case the control follow the following way
> 1. MODE_SET_RESERVE1 [myTable_create_data_context(...), called]
> 2. MODE_SET_RESERVE2
> 3. MODE_SET_ACTION
> 4. MODE_SET_COMMIT [myTable_commit_row(...),called ]

Yup - that's the flow of control for a successful SET request.

> If I apply  "snmpset" with the exsting row then it follows 
> the correct sequence.
> else it goes to first MODE_SET_RESERVE1 then goes to free 
> section..

So something must be failing in the RESERVE1 pass.
Try stepping through that code with a debugger.
See where the failure is being reported.

Dave


-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to