Gordon Ross | I'm trying to use the perfMonAddCounter SOAP call. I can use the OpenSession()/ListCounter()/CloseSession()/perfmonQueryCounterDescription() functions fine. When I try and call addCounter: CounterType counters = new CounterType[1]; counters[0] = new CounterType("\\\\cucmdev-1\\Cisco CallManager\\RegisteredHardwarePhones");
stub.perfmonAddCounter(handle, counters); I get an IllegalArgumentException thrown by the CallManager SOAP stack (not by my client !) Yet doing: stub.perfmonQueryCounterDescription("\\\\cucmdev-1\\Cisco CallManager\\RegisteredHardwarePhones"); works fine (Showing that my counter name is correct). Any suggestions as to what is wrong ? Thanks, GTG |
| Please sign in to flag this as inappropriate. |