Hii
As previously facing some fault code 9005 and 9007 and not able to commit also getting some connection request error then i follow this suggestion —> Go to admin then config, and add the following config: cwmp.connectionRequestAuth For value, use something like this: AUTH(“myusername”, “mypassword”) The current values of ConnectionRequestUsername and ConnectionRequestPassword can be referenced too: AUTH(username, password).
So after that i am able to commit and more parameter from my cpe are able to reflected (previously only 50 reflectede so after this now 240 parmaeter is reflected) in the acs server .So thank you for that .
So when i am changing the one of the parameter value that time getting some task fault error
But when i am trying to modify Device.Time.Client.1.Authentication.Enable this value in my cpe that time it is able to change but when via genie acs i tried that it not able to modify getting above mentioned fault code.
If you can enable the option from your device’s GUI but not from genieacs, then you would need to contact your CPE vendor as Device.Time.Client.1.Authentication.Enable is supposed to be writable as per the spec: tr-181-2-16-0-cwmp.xml
Got it. But I want to ask that does Preset and Provisioni from the admin section play any role to getting this fault code (attempt to set non-writable parameter)?
In the Provisions section, you would usually have a declare statement for every parameter that you would like Genieacs to read from your CPE or set on your CPE.
If you navigate to the parameter (Device.Time.Client.1.Authentication.Enable) in the All parameters section of genieacs, is there a refresh button there or a pencil?
when i try modify not only this Device.Time.Client.1.Authentication.Enable but any of the parameter which can writable in cpe that is not able to modify via genie acs.
If you are using the All parameters section to change the parameter, then either the device is not accepting the format of what you entered, or the parameter is really non-writable.
Regarding the format, the device may be expecting “Yes” or “No”, or “Y” or “N”, or “True” or “False”, “true” or “false”, or 1 or 0, etc.
What are you entering?
What is the device expecting?
first it true just i tried to change true to false value only. Before modfiying the any parameter first i am verfiying in my device is it that parameter is writable or not. To take this above parameter i can modify in my device. but when i tried via genie acs facing attempt to set non-writable parameter.