Hello Experts,
I have 2 doubts.
1. I developed a web application in Java EE using the persistence service with JDBC on SAP HANA cloud. I followed the tutorials at this link.
https://help.hana.ondemand.com/help/frameset.htm?e4c52854bb571014aeb88753d0dad158.html
Due to some configuration issue I had to stop working on HANA cloud and instead had to work on the SAP HANA VMs on cloudshare with 30 day trial license.
Now, i need to somehow port my existing Java EE web application to work on the HANA vm server on cloudshare.
Can anyone please tell me how this can be done?
2. The "configuration issue" highlighted above in HANA cloud is as below
We are creating a full text index on one of our text columns. Although the index and its $TA_<index name> table is created, there is no data in this index table. I later figured that this was due to a missing delivery unit 'sap.hana.ta.config' in the HANA cloud server's content (thanks to this scn post http://www.saphana.com/thread/2302)
Is there any way using which I can import this missing delivery unit in my application or HANA cloud server's content?
Any help will be appreciated.
Thanks!
Regards,
Sagar Dixit.