Raiserror

Hi all,

When a proc just has this:

RAISERROR 99999 “Error updating table personal”

I get the exception when running the adapter in webMethods… however if there is something else in the code ie:

declare @rowcount1 int
set @error1 = 1
RAISERROR 99999 “Error updating table personal”

webMethods runs successfully when I expect it to throw an exception.

Has someone experienced this? I dont want to specify output parameters

Thanks in advance

I have the same error in webMethods 9.8 and Sybase DB

Any idea about this?

Thanks!