When running a stored procedure in NAV, I'm getting the following error:
An exception was raised in method Append. The OLE control or Automation server has returned error (HRESULT) -2147352567.
The component did not provide the exception description.
The funny thing is, when I go in and make any change to the object, and then try to rerun, the error goes away.
It seems like this might be a problem with a variable not being cleared - but I'm not sure which one -- I clear the codeunit before running it -- so shouldn't all of its variables be cleared?
Comments