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.

Set polling interval to 24 hours for nodes

Hello All,

I am trying to update the polling interval to 24 hours(86400 seconds) for some of the nodes in Solarwinds. But it seems the maximum value which can be set is 32767 in DB.

Can some one tell me if there is any option to change it.

While trying tin DB we are getting in the below error.

Arithmetic overflow error for data type smallint, value = 86400.

Arithmetic overflow error converting IDENTITY to data type tinyint, smallint or int in Microsoft SQL Server database. ... For example, you will get "Arithmetic overflow error converting IDENTITY to data type smallint" if identity value crosses 32,767 which is the maximum value for smallint in SQL Server.