cancel
Showing results for 
Search instead for 
Did you mean: 

error ! when i build my HANA db module in trial version of CF

former_member585658
Participant
0 Kudos

I am getting this error when i build my hana db module in CF .

I initially when i created HANA Db module i used HANA version 2.0 and it worked with no build failure but it had some limited support with the advanced version of HANA CDS.

So i made the changes and created a HANA Db module with version 2.2 and 2.1 it complains me down like this.

Error: Version incompatibility for the "com.sap.hana.di.cds" build plugin: "2.0.2.0" (installed) is incompatible with "2.0.10.0" (requested by .hdiconfig file or used in previous deployment) [8210507]

at "src/DDLOBJECTS/dbcds1.hdbcds" (0:0)
Error: Preparing... failed [8211602]
Error: Preparing the make transaction... failed [8211683]

Accepted Solutions (1)

Accepted Solutions (1)

thomas_jung
Developer Advocate
Developer Advocate

Yes this is saying that the target HANA database has an older version than what you are requesting in the .hdiconfig file. I'd suggest updating your .hdiconfig to match the version of HANA which you are deploying to. It looks like you are choosing HANA 2.0 SPS 01 (that's 2.0.10 in the hdiconfig) when you target HANA server is HANA 2.0 SPS 0 Revision 2 (2.0.2).

former_member585658
Participant
0 Kudos

Thank you Thomas!!

Answers (1)

Answers (1)

jomesili-2
Discoverer
0 Kudos

Looking for the .hdiconfig File?