I've seen issues like that when a programmer is debugging and stepping line
by line in the WRITE statement.

hp

On Fri, Apr 15, 2011 at 1:18 PM, douglas chanco <d...@chancofamily.com>wrote:

> while my trigger works fine I am getting a weird error message (#2 the line
> number were added by me and are not part of the program).
>
> this error is returning from the following line of code in the trigger
> RESULTS = setDiagnostics('[ERROR] Sql updated failed .....')
>
> so I suppose its OK
> 1. Program "TEST.TRIGGER": Line 19, [ERROR] Sql updated failed .....
>
> this error message make no sense since the trigger worked fine (in this
> case the record was not updated)
> 2. Program "TEST.TRIGGER": Line 19, Error performing trigger for "<file>".
>
> ** line 19 is the WRITE command
>
> and this error is from the program itself (as part of the else clause of
> the write)
> 3. error writing .....
>
> what would be ideal would be just error 3 (as the program currently works)
>  but I suppose error 1 is useful to make it obvious that the web service
> call failed.  What I would like to get rid of is error 2 since it makes no
> sense since the trigger works, teh record is not updated and if the trigger
> succeeds the record is updated.
>
> what I am trying to do is make it such that there is no need to modify the
> pick code that writes the data, just add the trigger to the file
>
> I can add HUSH OH/OFF to hide it (error 2) but would rather figure out why
> universe returns "Error performing trigger for "<file>"."
> '
> any suggestions/ideas/thoughts welcomed
>
> thanks
>
> dougc
>
> ps
>
> one  a slightly different note is there a way to search the archives?  I
> see them and can click on each one to see the topics but there has to be an
> easier way to search. (I am looking at them on the u2 web site)
>
>
> _______________________________________________
> U2-Users mailing list
> U2-Users@listserver.u2ug.org
> http://listserver.u2ug.org/mailman/listinfo/u2-users
>



-- 

*hp*
_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to