Re: Table to Table load is slow!
Hi Varun, Although not tried personally, but can you please check if you can use triggers to keep the tables in sync. You may try with implementing the trigger on the table being modified and update...
View ArticleRe: Table to Table load is slow!
It is a valid syntax, just not the way you wrote.Check...
View ArticleRe: XSODATA IS NOT WORKING WITH 'COUNT' AGGREGATE
Hi Gokul, I think I didn't get it right now, what the target of your question is? If you want to have the sum over all NUMBER_OF_ENROLLMENTS then aggregation function sum can be used in the OData...
View ArticleExporting HANA views with data
Hello All, I have developed few information views in our local HANA system. We are planning to move it to the client HANA system.I found that we can export the views through delivery unit and developer...
View ArticleRe: Exporting HANA views with data
Hi Ram, If you have created your tables and also data via the SAP HANA Development perspective as an XS project then the table definition and data as CVS can be imported as these objects are also...
View ArticleRe: Retreiving HANA Data in SAPUI5
Hi, XSJS allows to retrieve data from HANA DB by firing Select queries on the underlying object(like table or a view), like any other programming paradigm. open a db connectionform a sql query as a...
View ArticleRe: Exporting HANA views with data
Hi Ram, couple of points: To export the HANA information model views: File -> Export -> SAP HANA Content -> Developer Mode. Select the package and / or views and export them to XML format.To...
View ArticleRe: Unable to call a procedure in my HANA Studio
Does the _SYS_REPO user has select, execute & update privilege with grant option to the schema where the underlying tables used in decision tables belong to? grant select on schema...
View ArticleSAP ERP database to AWS HANA database
Hello SCN folks, I have a HANA instance running on AWS EC2 services. The situation is that, we need the current existing SAP ERP data to be replicated onto AWS HANA instance. What is the best solution...
View ArticleRe: HANA Studio installation: Preinstall check failed
Hi Stephen, You probably have this working by now, however I had the same issue installing Hana Client directly after uninstalling earlier version - got it working by a restart of PC and then...
View ArticleRe: SAP ERP database to AWS HANA database
Hello, there are several possible options for data replication to HANA, e.g. LT Replication Server, Data Services, Direct Extractor Connection. Each has its own pros and cons as well as different...
View ArticleRe: SAP ERP database to AWS HANA database
Hi, My comments may not be relevant to your question as I am not sure if your intention is to learn or use AWS HANA (if instance is HANA one) instance for production. Some companies can not put their...
View ArticleRe: Problem in enabling CORS with Hana SPS6
CORS only works with Anonymous services. So you will also need to setup an xssqlcc entry and configure that entry in your xsaccess file as well.
View ArticleRe: Problem in enabling CORS with Hana SPS6
Hi Thomas, I just got the jquery ajax call to work, inserting table data via my xsjs service, jquery ajax called modified as below: jQuery.ajax({...
View ArticleRe: Upgrade of HANA AWS developer edition to rev 68 failed...
I fixed the problem with a server restore on AWS. That was the procedure:- Stop the server- Detach all volumes- Create new volumes from your snapshots (I hope you created some snapshots before,...
View ArticleRe: Fuzzy Lookup in SAP HANA
Hi Martin, I have a similar problem. Could you give me a hint on how to design the procedure? Any input is welcome. Regards, Christoph
View ArticleRe: AWS HANA Dev Upgrade Rev 60 Rev 68 Successful - Problems Occurred...
Hello Vivek, Thank you for taking the time to help me out. Could you possibly explain how I would go about repeating the import of the delivery units? Is it the method of going to File -> Import in...
View ArticleCheckObjects failed for at least one object; The parameter length for...
hello Everyone,I'm trying toimport aCSVfileunfortunatelyalways comeserror messagewhen I usea different data typeexcept "VARCHAR", cansomeonetellwhat datatypes are availablefor CSVfiles...
View ArticleRe: How to do a WHILE DO loop on data from a SQL Calculation View
Thank you Shree, Jody, and Ravi, The ignorance is all my end - I apologize and appreciate your help. I agree there are many issues. I have cleaned up the code and resolved many of the issues. I now can...
View Article