Re: double index problems

2004-11-15 Thread Coders
On Mon, 15 Nov 2004 16:05:03 +0100 Paolo wrote: PC> I have myTable with 2 index: my Number and myName. PC> myTableEntry OBJECT-TYPE PC> INDEX { myNumber, myName } PC> ::= { myTable 1 } PC> PC> where the 2 index types are: PC> myNumber Unsigned32 PC> myName myString PC> I have implemented the init

double index problems

2004-11-15 Thread Paolo Cortesi
I have problem to load myTable which has two indexes. The row loading failed in the procedure: parse_oid_indexes., and below I describe the situation. The situation: I have myTable with 2 index: my Number and myName. myTableEntry OBJECT-TYPE SYNTAX MyTableEntry MAX-ACCESS not-accessible STATUS