Script Has Stalled out

Some time ago, I successfully ran some applets that read bills, extracted info, renamed the files, then sent them to Evernote. Lately, the last step (I think) began to fail. The applet called on a script I borrowed from this forum, and here it is:
tell application "Evernote"
activate
«event EVRNcrnt» given «class kfil»:theFile, «class Ennb»:{"Statements"}, «class Engg»:{"Chase Annual Summaries", "Compilation"}
end tell
I would appreciate any advise about changes or updates that might get things working again.
tell application "Evernote"
activate
«event EVRNcrnt» given «class kfil»:theFile, «class Ennb»:{"Statements"}, «class Engg»:{"Chase Annual Summaries", "Compilation"}
end tell
I would appreciate any advise about changes or updates that might get things working again.