We are using Interwoven DMS for a long time now and recently upgraded to Interwoven 9.
We are getting a COM Exception now
COMException.ErrorCode=-2147211905, 0x8004257F
Exception.StackTrace:
<0> System.Runtime.InteropServices.COMException
Environment.StackTrace:
...
at IManage.NRTDocumentClass_2.GetAttributeValueByID()
at PLDMSInterwoven.InterwovenAdapter.FillProfileFields()
We are using an adapter for Interwoven and getting this for following code line
(vDocument as IManDocument).GetAttributeValueByID((vDocument as IManDocument).Database.AttributeDefinitions.Item(i).AttrID);
This is in C#. Is anything changed in Interwoven 9 that we need to take care of?