Periodic Inform Time

Hello,

i have a strange error on Genie beta 1.2.0 with ZTE devices:
faultCode: “9003”
faultString: Invalid arguments
setParameterValuesFault:

  • parameterName: InternetGatewayDevice.ManagementServer.PeriodicInformTime
    faultCode: “9007”
    faultString: Invalid parameter value

Does someone has similar issue?

Hello, I think you are trying to set this parameter with a wrong format … but usually you don’t really need to set this parameter and It’s enough to enable periodic informs and set the inform interval:
InternetGatewayDevice.ManagementServer.PeriodicInformEnable: true
InternetGatewayDevice.ManagementServer.PeriodicInformInterval: no of seconds

To also set the PeriodicInformTime, try with the following format:
2020-05-28T16:00:05 or 2020-05-28T16:00:05.123456

Thank you for reply i don’t set this parameter in my script the error occurred for example when i summon device or try to refresh some of parameters.

You must have a preset (maybe with a provision script attached) that is trying to set this parameters. When you find the line, comment it or update the format and the error will go away.

I have found it, thank you for help.

I have the same issue , where did you make this change?

After installation there are some default provisions i just remove them.

1 Like