Hi all,
 
(sorry for long mail but I have tried to make it easy to read please try to help)
 
I have a "sparse" table (For each row I instantiate ceratain objects only under a particular condition).
 
Basically, I have a flag sort of an object which is always instantiated for each row in the table.
 
If the flag is TRUE, all the objects,in the row are instantiated. An object instantiated is always writable.
 
If the flag object is not TRUE,  for that row only this flag object is instantied.
 
Now for the question.
 
I have a row with flag object set to to TRUE and all the objects in the row instantiated.
Next I try to do a SET operation, in which I set flag object to FALSE and also try to
set one of the selectively instantiated object to some value in the same SET request.
 
What should be the expected behaviour?
 
Should the system  .......
 
--> set flag object first return no error, and return error for the other object.
 
or
 
--> process the selectively instantiated object first and next process the flag object?
      In this case no error will be returned. But user will not see the instance  of
      selectively instantiateed object in the walk.
 
or
 
--> do validation on both the object simultaneuously and none of the sets go through with
     inconsistent name error for either of the objects returned. The mib walk in this case will no  show change  for the row.
 
Basically it is boiling down to in which order the varbinds should be processed. (or not??).
 
Any insight, pointers will be greatly appreciated.
 
Cheers,
Dipesh


I thought I wanted a career; turns out I just wanted a salary.


Yahoo! for Good
Click here to donate to the Hurricane Katrina relief effort.

Reply via email to