Jan:  I've seen this error when I'm doing an Insert statement, and am 
inserting
a calculation/concatenation rather than using a variable.  Because of 
seeing
this error in the past, I now do the following:
       SET VAR vText = ('A change was made on' & ctxt(.#DATE) & 'by the 
user' & .xvUser)
       INSERT INTO log (invoiceno, message) SELECT invoicno, .vText FROM 
....
rather than embedding the vText information right into the "insert" syntax.

Karen

 
> This error can also occur if there is a missing or mis-matched variable 
> type or value on one particular record that causes an expression to fail.
> 
>  
> 
>  I’d look carefully at the data in the last of the 60 tasks which finished 
> properly and at the data in the first record that did not.
> 
>  
> 
> Sami
> 
> 

Reply via email to