RE: multiple subagents using the same MIB

2010-12-15 Thread Judith Walker
Very helpful, thanks. Judy -Original Message- From: Robert Story [mailto:[email protected]] Sent: Tuesday, December 14, 2010 10:03 PM To: Judith Walker Cc: [email protected] Subject: Re: multiple subagents using the same MIB On Tue, 14 Dec 2010 17:27:57 -0800

Re: multiple subagents using the same MIB

2010-12-14 Thread Robert Story
On Tue, 14 Dec 2010 17:27:57 -0800 Judith wrote: JW> I just want to make the subagents I've created unique enough that I won't get a duplicate registration error. My two programs both want to report the exact same statistics, so I want to use the same MIB/code. Registration is based on OID and

RE: multiple subagents using the same MIB

2010-12-14 Thread Judith Walker
process if your subagent is embedded in your application? ...Really appreciate your input by the way. Judy From: Fulko Hew [mailto:[email protected]] Sent: Tuesday, December 14, 2010 6:37 PM To: Judith Walker Cc: [email protected] Subject: Re: multiple subagents using the sam

Re: multiple subagents using the same MIB

2010-12-14 Thread Fulko Hew
On Tue, Dec 14, 2010 at 8:27 PM, Judith Walker wrote: > I see an error AGENTX_ERR_DUPLICATE_REGISTRATION number 263, when I try > to run the same subagent that I created, but in different processes > (embedded). What can I do to unique-iffy my subagents so that I can run > them simultaneously,