Hi all,
Does anyone have any idea on how to intercept this error message:
I've tried dwerror events, systemerror, updatestart, sqlpreview but no luck. The error does not seem to go through any event?
TIA,
regards
Hi all,
Does anyone have any idea on how to intercept this error message:
I've tried dwerror events, systemerror, updatestart, sqlpreview but no luck. The error does not seem to go through any event?
TIA,
regards
Thanks!
in the end I made it work by setting the update table for the sp dw to the table I want to update using a Modify(), so now I'm no longer getting that error and in the sqlpreview event I just run the update sql using "execute immediate" and then return a value of 2.