Quantcast
Channel: SCN : Discussion List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 6412

inconsistent datatype after sps version 70 upgrade

$
0
0

We performed the upgrade from spa version 69 to spa version 70 and afterwards we shave some SQL statements failing with the following error;

 

Could not execute 'Select distinct ITEMNAME, ITEMURLDISPLAY AS ITEMURL, DATE, SIZE, TYPE, FILEID, FOLDERID from ...' in 137 ms 258 µs .

SAP DBTech JDBC: [266] (at 497): inconsistent datatype: the expression has TEXT type which is not allowed: DATA: line 4 col 38 (at pos 497)

 

Here is a bit of Sql that hasn't changed:


Selectdistinct ITEMNAME, ITEMURLDISPLAY AS ITEMURL, DATE, SIZE, TYPE, FILEID, FOLDERID from"DB_1". "TBL_1"INNERJOIN"DB_1"."TBL_2"ON "DB_1"."ITBL_1"."SYCID" = "DB_1"."TBL_2"."SYCID"WHERE (ITEMURL LIKE'/sometest/%') AND

( (ITEMNAMELOWER LIKE'%search%' ) OR (DATALIKE'search') )

 

Has anyone else experienced issues with LIKe in SPS version 70? If so (or not so) is there something we missed in the upgrade process that might cause this type of behavior?

 

Thank you in advance for ANY insight


Viewing all articles
Browse latest Browse all 6412

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>