Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

requests.exceptions.HTTPError: 400 Client Error: Update or insert of view or function 'dbo.NCM_Nodes' failed because it contains a derived or constant field. #51

Open
the-modern-leo opened this issue May 28, 2020 · 1 comment

Comments

@the-modern-leo
Copy link

I am trying to update the following fields in NCM.
uri = 'swis://orion-npm.ad.utah.edu/Orion/NCM.Nodes/NodeID=C8B848D4-EFE0-4386-9079-10057E8B2F9C'
props = {'SNMPLevel': 3, 'SNMPUsername':XXXXX, 'SNMPAuthType':'MD5', 'SNMPAuthPass':'XXXXXX, 'SNMPEncryptType':'DES', 'SNMPEncryptPass':XXXXXX} self.swis.update(uri, **props)

I get the following Error:

requests.exceptions.HTTPError: 400 Client Error: Update or insert of view or function 'dbo.NCM_Nodes' failed because it contains a derived or constant field. for url: https://smg-mp-p01.sys.utah.edu:17778/SolarWinds/InformationService/v3/Json/swis://orion-npm.ad.utah.edu/Orion/NCM.Nodes/NodeID=C8B848D4-EFE0-4386-9079-10057E8B2F9C

@Mesverrum
Copy link

Mesverrum commented May 29, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants