Hi Team,
I have the following parameter.
If the sequence option if not used it will perform the operation:
But if the sequence is included it will not perform the operation or at least it will not show on the stream viewer. No error is show on the element log.
Tested on DataMiner 10.2.7.0-11922
<Param id="1155" snmpSetAndGet="true">
<Name>faultDefinitionAudioSilenceLevel</Name>
<Description>Audio Silence Level (Fault Definition)</Description>
<Type>write</Type>
<Interprete>
<RawType>numeric text</RawType>
<Type>double</Type>
<LengthType>next param</LengthType>
<Sequence noset="true">factor:4</Sequence>
</Interprete>
<SNMP>
<Enabled>true</Enabled>
<OID type="complete">1.3.6.1.4.1.6827.10.121.3.3.1.6</OID>
<Type>integer</Type>
</SNMP>
<Display>
<RTDisplay onAppLevel="true">true</RTDisplay>
<Decimals>2</Decimals>
<Steps>0.25</Steps>
<Range>
<Low>-96</Low>
<High>-20</High>
</Range>
<Units>dB</Units>
</Display>
<Measurement>
<Type>number</Type>
</Measurement>
</Param>
Could you please give me some advice on this situation?
Thanks in advance.
Hi Julio,
The usage of a sequence in combination with snmpsetAndGet is currently not supported on tables. See task id 62869 that was created for this.
As a workaround you'll have to perform the sequence through a qaction and perform the snmp set in the background. Then get the data again to see the result.
Regards
Hi Filip, when checking the mentioned task 62869 it is currently in the “Rejected” status. The combination of sequence and snmpSetAndGet only works for single parameters, not when being part of a table. This is a known issue that will not be fixed. The documentation has been adapted accordingly (see https://docs.dataminer.services/develop/schemadoc/Protocol/Protocol.Params.Param.Interprete.Sequence.html#remarks )
Regards,
Hello Laurens,
Is this still the case or is the usage of Sequence in this combination now supported?