Start a conversation

OSI - Unhandled Exception - Note not found during Fetch, Key 12051934

Issue:

OSI - Unhandled Exception - Note not found during Fetch, Key 12051934

 

Resolution:

There was a warning on the account pointing to a note that doesn't exists.

Resolved the issue by removing the notenbr from the AcctWarning.

Scripts used to fix.

  • select * from acctwrn aw where aw.acctnbr=84046151 and aw.notenbr=12051934
  • update acctwrn aw set aw.notenbr=null,aw.datelastmaint=sysdate where aw.acctnbr=84046151 and aw.notenbr=12051934
Choose files or drag and drop files
Was this article helpful?
Yes
No
  1. Omar Ortiz

  2. Posted

Comments