Re: Handling exception in a for loop
To understand your issues it would be helpful if you could share your code. But it is not possible to define the exit handler within the loop directly. I has to be defined at the beginning of e.g. a...
View ArticleXSDS - Different join conditions
Hi! I have two legacy tables (created via script and not using hdbtable or hdbdd files). I defined them using $defineEntity of XSDS and I want to create an association between them. After lots erros I...
View ArticleHow to automatically transport the secure store content?
Hello, With our app (IBP) so far, we were storing some security sensitive data in the DB. Now we are trying to make this work with the secure store API. Question: If we have automatic transport of the...
View ArticleSAP HANA platform installation error
Hi, I have an error when installing SAP HANA platform. APPTECH-SAP:~/bin/SAP_HANA/51049876/DATA_UNITS/HDB_SERVER_LINUX_X86_64 # ./hdblcmSAP HANA Installer Runtime Error:perl compilation error (loading...
View ArticleRe: How to fix "FAIL: process hdbdaemon HDB Daemon not running" ?
Hi, Were you able to find a solution to this? Thanks & regards,Rozal
View ArticleRe: Does anyone have the hole source code of the openSAP demo
Thanks Thomas! But I still can not find any clue to the demo.
View ArticleRe: Does anyone have the hole source code of the openSAP demo
What do you mean you can't find any clue to the demo? You said you wanted the source code to the demos. The source code is all pre-installed in the SAP HANA Developer Edition systems. If you get...
View ArticleSAP HANA - front end/screens for users to update HANA tables directly
Hello, I have some custom configuration tables in HANA and I need a user interface to allow the users to update the data in these tables directly without requiring any assistance from IT. The ideal...
View ArticleError when trying to activate HDBDD Types File - $TA table not found
Hi Experts. We are having an error saying that a "$TA_" table was not found when we try to modify and activate a "TYPES.hdbdd" file. This "TYPES" file is included in "ENTITY.hdbdd" file and in this...
View ArticleRe: HANA data storage
Thank you Lars.I read few documents and watched few videos on SDI and below is my understanding: 1. SDI is another ETL tool. 2. It uses remote sources (SDA) to read data from different sources (Oracle,...
View ArticleRe: Not able to schedule HANA XS based batch job for HANA EIM Flow?
We had to create an empty .xsapp file in the package that contains the job definition. It works now.
View ArticleRe: SAP HANA - front end/screens for users to update HANA tables directly
Please check out the HANA developer guidelines and documentation.There are examples for how to create a Web-UI for things like that.Also the SHINE educational content might be helpful here. However,...
View ArticleRe: HANA data storage
To be clear up front here: I'm not the expert on these data integration technologies.So, if you find your statements confirmed by checking the documentation, that's as much as I can do here Just...
View ArticleRe: How to Concatenate Column Value from Multiple Rows into a Single Column?
Hello Raghavendra; We have special function CE_VERTICAL_UNION . it will concatinate the coulmns BEGIN Q1 = CE_COLUMN_TABLE("SRK"."quotes"); O1 = CE_COLUMN_TABLE("SRK"."orders"); J1 =...
View ArticleRe: adding second primary key in hana
hi thanks but now I am getting "duplicate index name" errorr any suggestions?
View ArticleRe: Does anyone have the hole source code of the openSAP demo
The content is not available in the HANA Cloud Platform Trial. It is available in the SAP HANA Developer Edition.
View ArticleRe: adding second primary key in hana
Hi,Did you drop the primary key before (ALTER TABLE schema.my_table DROP PRIMARY KEY)?Are there any referential constraints towards the table set?RegardsChristian
View ArticleRe: sap.hana.xs.admin.roles::JobAdministrator is missing
Hello, I have similar problem on one SAP HANA system which is SPS8 - 85.04. I am not able add some roles, for example : SAMLViewer or TrusStoreViewer. During the re-import of HANA_XS_BASE I have a lot...
View ArticleCannot create test instance
Hi, I'm stuck right from the start. I created a HANA trial account and try to follow the guidance in "Creating an SAP HANA XS application". The first step is to create a HANA test instance. Doesn't...
View Article