[Fwd: Table query problems]

Frank Fock Frank.Fock____t-online.de
Tue Apr 25 22:20:21 CEST 2000


Hi Kirk,

I think, I have found the problem. Looking at the log I identified the
following lines:


> 20000424.15:58:09: 11805: (3)EVENT  : Mib: process subrequest: getnext request, oid: (12), (1.3.6.1.4.1.5411.1.4.1.2.1.12.1.1).
> 1>StatsTable::get_next_request
> 1>reqOid : 2.1.1.1
> 1>Querying stats day 0, fa 6, regnum 2, groupID 1
> 20000424.15:58:09: 11805: (3)EVENT  : RequestList: finished subrequest:: (0), (2.1.1.1), ().
>
Somehow, you changed the oid of the request to "2.1.1.1". I assume, that
you meant a row index or something like that. As a result the get_next
algorithm searches for the next object after "2.1.1.1" which it cannot find.
Thus, this oid is returned with error status "no such name".

> 20000424.15:58:09: 11805: (2)EVENT  : RequestList: answer request: (12).
> 20000424.15:58:09: 11805: (4)EVENT  : RequestList: request answered: (4131), (12), (63.67.206.41/35942), (2), (0).
>
You can see the error status here: 2 => no such name.

Probably, it would be enough to insert the table's oid before "2.1.1.1".

Best regards,
Frank





More information about the AGENTPP mailing list