Skip to content
DataMiner Dojo

More results...

Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors
Search in posts
Search in pages
Search in posts
Search in pages
Log in
Menu
  • Updates & Insights
  • Questions
  • Learning
    • E-learning Courses
    • Empower Replay: Limited Edition
    • Tutorials
    • Open Classroom Training
    • Certification
      • DataMiner Fundamentals
      • DataMiner Configurator
      • DataMiner Automation
      • Scripts & Connectors Developer: HTTP Basics
      • Scripts & Connectors Developer: SNMP Basics
      • Visual Overview – Level 1
      • Verify a certificate
    • YouTube Videos
    • Solutions & Use Cases
      • Solutions
      • Use Case Library
    • Agility
      • Book your Agile Fundamentals training
      • Book you Kanban workshop
      • Learn more about Agile
        • Agile Webspace
        • Everything Agile
          • The Agile Manifesto
          • Best Practices
          • Retro Recipes
        • Methodologies
          • The Scrum Framework
          • Kanban
          • Extreme Programming
        • Roles
          • The Product Owner
          • The Agile Coach
          • The Quality & UX Coach (QX)
    • >> Go to DataMiner Docs
  • DevOps
    • About the DevOps Program
    • Sign up for the DevOps Pogram
    • DataMiner DevOps Support
    • Feature Suggestions
  • Swag Shop
  • PARTNERS
    • Business Partners
    • Technology Partners
  • Contact
    • Sales, Training & Certification
    • DataMiner Support
    • Global Feedback Survey
  • >> Go to dataminer.services

Not Writable error while to write a parameter value in a table

Solved90 views4 days ago
2
Dominique Bodart [DevOps Member]731 7th August 2025 0 Comments

Hi,

I need to edit some values in a snmp table. To proceed, my table has an automatic index (1, 2 , ...) and I created a write parameter to be able to edit the it with options="snmpset". I can see the driver tries to write the value I entered but in return it sends back the following:

-> 14:33:44 - Set for parameter moduleSettingsModuleGain to 2400.000000
-> 14:33:44 - Set for moduleSettingsModuleGain () failed : NOT WRITABLE

Here follows the parameters mentioned above:

<Param id="2003" trending="false">
<Name>moduleSettingsModuleGain</Name>
<Description>Module Gain (Module Settings)</Description>
<Information>
<Subtext>
<![CDATA[Gain setting (in hundredths of dB)]]>
</Subtext>
</Information>
<Type>read</Type>
<Interprete>
<RawType>numeric text</RawType>
<Type>double</Type>
<LengthType>next param</LengthType>
<Sequence noset="true">div:100</Sequence>
</Interprete>
<SNMP>
<Enabled>true</Enabled>
<OID type="complete">1.3.6.1.4.1.20938.1.6.6.1.2.1.5</OID>
<Type>integer32</Type>
</SNMP>
<Display>
<RTDisplay>true</RTDisplay>
<Units>dB</Units>
<Decimals>2</Decimals>
</Display>
<Measurement>
<Type>number</Type>
</Measurement>
</Param>
<Param id="2103" options="snmpset">
<Name>moduleSettingsModuleGain</Name>
<Description>Module Gain (Module Settings)</Description>
<Type>write</Type>
<Interprete>
<RawType>numeric text</RawType>
<Type>double</Type>
<LengthType>next param</LengthType>
<!-- <Sequence noset="true">div:100</Sequence> -->
</Interprete>
<SNMP>
<Enabled>true</Enabled>
<OID type="complete">1.3.6.1.4.1.20938.1.6.6.1.2.1.5</OID>
<Type>integer32</Type>
</SNMP>
<Display>
<RTDisplay>true</RTDisplay>
<Units>dB</Units>
<Decimals>2</Decimals>
</Display>
<Measurement>
<Type>number</Type>
</Measurement>
</Param>

Do you see anything wrong? Did I miss something?

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 4 days ago

2 Answers

  • Active
  • Voted
  • Newest
  • Oldest
1
Thomas Cauwelier [SLC] [DevOps Advocate]1.65K Posted 4 days ago 0 Comments

Hi Dominique,

I’ve already replied via email, but I’m posting here as well in case others encounter the same issue.

The problem was caused by using snmpSet without appending the instance OID. Unlike snmpSetAndGet, snmpSet doesn’t add this automatically. Full instructions can be found here:
Using a Parameter Holding the Instance

While snmpSetAndGet is a lot easier to work with, it does not support the sequence option.

Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 4 days ago
1
João Severino [SLC] [DevOps Catalyst]13.65K Posted 7th August 2025 3 Comments

Hi Dominique,

Typically, those errors are directly from the device, and DataMiner has no control.

Either the device does not support writing to that field at all over SNMP, or something else needs to be enabled to allow sets.

This would need to be checked on the MIB or the device documentation.

Do you have access to the MIB or documentation?

Dominique Bodart [DevOps Member] Posted new comment 8th August 2025
Dominique Bodart [DevOps Member] commented 7th August 2025

Hi Joao,

As per the MIB, the parameter is "read-write":

OID .1.3.6.1.4.1.20938.1.6.6.1.2.1.5
MIB ETLSYSTEMS-ALTO-MIB
Syntax INTEGER32
Access read-write
Status current

There 2 instances in this case:

moduleGain.1 2500 Integer 192.168.6.137:161
moduleGain.2 2500 Integer 192.168.6.137:161

I can modify the value with MIB browser. For instance, if I modify the first one to 2400, MIB brower use the same OID with the instance number (1) appended at the end:

.1.3.6.1.4.1.20938.1.6.6.1.2.1.5.1

And the change succeded:

moduleGain.1 2400 Integer 192.168.6.137:161

João Severino [SLC] [DevOps Catalyst] commented 8th August 2025

Hi Dominique,
Could you please share the complete connector XML so we can take a closer look?
If the content contains sensitive information, feel free to reach out to support.data-acquisition@skyline.be

Dominique Bodart [DevOps Member] commented 8th August 2025

Thank you Joao,

I sent the full code by email with subject "Not Writable error while to write a parameter value in a table"

Please login to be able to comment or post an answer.

My DevOps rank

DevOps Members get more insights on their profile page.

My user earnings

0 Dojo credits

Spend your credits in our swag shop.

0 Reputation points

Boost your reputation, climb the leaderboard.

Promo banner DataMiner DevOps Professiona Program
DataMiner Integration Studio (DIS)
Empower Katas
Privacy Policy • Terms & Conditions • Contact

© 2025 Skyline Communications. All rights reserved.

DOJO Q&A widget

Can't find what you need?

? Explore the Q&A DataMiner Docs

[ Placeholder content for popup link ] WordPress Download Manager - Best Download Management Plugin