Symptom
An update statement fails to run due to an error below.
The update statement works fine in SP10 PL15, but IQ server returns the error after upgrading to SP10 PL16.
[SQL]
update "TAB001" as "T"
set "COL001" = "ROUND"(cast("ROUND"("S"."COL002",2) as decimal(13,3)),2)
from "TAB001" as "T" ,
(select "r"."COL003","r"."COL004","r"."COL005","r"."COL006",
case when("r"."COL007"-(case when "r"."COL007" < "r"."COL008" then "r"."COL007" else "r"."COL008" end)) > 0
then ("r"."COL007"-(case when "r"."COL007" < "r"."COL008" then "r"."COL007" else "r"."COL008" end))
else 0 end as "COL002"
from ..... as "r"
) as "S"
where "T"."COL003" = "S"."COL003"
and "T"."COL004" = "S"."COL004"
and "T"."COL005" = "S"."COL005"
and "T"."COL006" = "S"."COL006"
and "T"."COL006" <> '9999'
[Error Message]
I. 06/02 09:43:39. E,27623,-728,Update operation attempted on non-updatable remote query
Read more...
Environment
SAP IQ 16.0 SP10 PL16
Product
Keywords
SAP IQ, IQ, CR 799321, 799321, -728, Update, non-updatable, remote, query, CR 794494, CR794494, 794494, CR799251, CR 799251, 799251 , KBA , BC-SYB-IQ , Sybase IQ , Problem
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.