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
Omar Ortiz
Comments