We're working for Data Ageing.
1. Table named "T1" exists into SAP Hana with Data type Decimal (34), column store as "Decimal_Float"
2. Created one Table name "TQ1" into Sybase IQ Data type as Decimal (34)
3. Created Virtual table for "TQ1" into Hana as "TQH1"
4. Trying to insert record into "TQH1", but facing getting the following error:
Could not execute 'insert into "SAP_RSM_VA"."SpectrumDataIQ" ...' in 170 ms 342 µs .
SAP DBTech JDBC: [403]: internal error: Error executing query [Sybase][ODBC Driver][Sybase IQ]Cannot convert 9.999999999999999547481118258862587e-7 to a Unknown TypeID (10)(126,38) (column Amplitude) for query " INSERT INTO "SAPPRM"."TQ1" ( "SpectrumId", "FrequencyIndex", "Amplitude") VALUES (?, ?, ?)"
Insert script are as below:
insert into "SAP_RSM_VA"."TQH1" values('1','2323.34343543543543654365456',9.999999999999999547481118258862587e-7);
insert into "SAP_RSM_VA"."TQH1" values('1','2323.34343543543543654365456',0.0000009999999999999999547481118258862587);