This discussion has been locked. The information referenced herein may be inaccurate due to age, software updates, or external references.
You can no longer post new replies to this discussion. If you have a similar question you can start a new discussion in this forum.

Add node with snmpv3 credentials

Hi

We have just moved one of our rigs to NPM 12 and it looks like it has broken some of our SDK automation while we can add devices that use SNMPv2 those with SNMPv3 (which as it turns out is all our new devices) fail to add giving the below error.

New-SwisObject : Invalid column name 'SNMPV3PrivKeyIsPwd'.

Invalid column name 'SNMPV3AuthKey'.

Invalid column name 'SNMPV3PrivMethod'.

Invalid column name 'SNMPV3AuthMethod'.

Invalid column name 'SNMPV3PrivKey'.

Invalid column name 'SNMPv3Username'.

Invalid column name 'SNMPV3Context'.

Invalid column name 'SNMPV3AuthKeyIsPwd'.

I suspect something has moved around in the schema and this now needs creating in a different way but there is nothing obvious around how to make the necessary changes.

We have SDK v2.1.13 in place

JonG