Re: problem in set request for multiple indexes column!

2007-06-13 Thread Awadhesh Kumar
Hi Robert, I am creating row initially at startup. I am using following code in init method of code. int init_gsomcGrpCfgTable(void){ netsnmp_index index; oid index_oid[2]; for(int indexVal = 0; indexVal< 5; indexVal++){ /*initialize the index value*/ index_oid[0] = indexVal; //first index value

Re: problem in set request for multiple indexes column!

2007-06-13 Thread Awadhesh Kumar
Hi Robert, Thanks for reply. I ran the agent in debug mode, no proper messgae is coming while debugging which shows error. If i do the SET request on OID .1.3.6.1.4.1.303.3.3.9.35.5.2.8.1.4.1.1 with value 3, it is showing the following output at linux console [EMAIL PROTECTED] socks]# agentx/mas