There's a syntax error in this line:
Set tRS = ##class(%SQL.Statement).%ExecDirect(, "Select ID From %SYS.Task Where Namespace = ? And TaskClass = ?", PICIS, "picis.core.tasks.senddelayedtrigger")PICIS needs to be in quotes.
That wouldn't typically cause a not implemented error, though. Are you getting any errors when you try to compile the class?
- Log in to post comments