Set operations

Does SEA toolkit allow set operations on subagent managed objects?We have installed SEA on our system and running demo subagent. But our Manager is refusing to perform any set operations on any of the variables on our system saying it is read only.
[263 byte] By [ddjoshi] at [2007-11-26 5:53:42]
# 1
Yes it does, at least Version 1.0.3 from the SEA SDK that I was using to create my SNMP subagent. Either you MIB is wrong or you failed to code the set callback functions correctly.Just my $0.02...
mkwasigr at 2007-7-6 13:05:56 > top of Java-index,Administration Tools,Solstice Enterprise Agents...
# 2
Another possibility is that you may have forgotten to configure communities that have enough privilege to set the MIB variables in question. "public" usually is not allowed to set anything.
mkwasigr at 2007-7-6 13:05:56 > top of Java-index,Administration Tools,Solstice Enterprise Agents...