UpdateNode Error after upgrade

Hi,

we have upgraded our CS from ver 16.2.7 to 16.2.11. We have a tool to update node categories values and metadata which used to work in 16.2.7 but after the upgrade, we get this message:

 Error in deserializing body of request message for operation 'UpdateNode

What could be the issue?

Tagged:

Comments

  • Does your utility use REST or SOAP you can make out if it is SOAP if you have something in configuration that says "where is the URL to Document management Service ,Authentication service) etc. REST is actually on the Livelink server like cs.exe/api/v1|v2.The server 16.2.11 is very old but is the the code base for the 20 offerings. In any case I would enable thread and SOAP parameter logging and try to look at logs or contact the company or if it is home grown its developers to look at the code

  • Thanks, @Appu Nair

    I've noticed that the tool works in one machine and doesn't in others. couldn't pinpoint the issue yet.

    The tool is homegrown C# implementation and the inner erroe says:

    "The maximum string content length quota (8192) has been exceeded while reading XML data. This quota may be increased by changing the MaxStringContentLength property on the XmlDictionaryReaderQuotas object used when creating the XML reader. Line 1, position 11520"

    Done the increase client-side but we still have the same error.

  • lots of hits for that in search engines, does not appear to be an OT issue - https://lmgtfy.app/?q=%22The+maximum+string+content+length+quota+(8192)%22

  • We were experimenting, it works with one team member credential, not for others, so we are exploring it from authorization angel.