Re: Column store error when updating with a sequence nextval
Dennis, your situation seems to be similar to the one I had some time ago.With revision 41, I had this error. http://scn.sap.com/thread/3324315Update fail because of foreign key on unrelated fieldThe...
View ArticleRe: Connect to HANA with unixODBC fails
I tested on openSUSE and it works fine. Instead of copying the file I have created a symbolic link in /etc/
View ArticleRe: issues in SAP HANA's .xsjs file at server level
Yes, it appears that you are using the "old" APIs for the response object. You might try using the following APIs instead. $.response.headers.set('access-control-allow-origin', '*');$.response.status...
View ArticleError Debugging SQLScript
Hi all! After set up workspace and project at Sap Hana Development, I'm try debug procedure in Hana Studio SP5 - rev 52 and get this error: "procedure_XX Input parameters in stating procedure are not...
View ArticleRe: Error Debugging SQLScript
Yes, currently you can not directly debug a procedure with input parameters. This functionality is planned for SP6. To work around this in SP5, you must create a wrapper procedure(which contains no...
View ArticleRe: HANA odata service issue
The error reported internally wasn't with a table, but instead an analytical view. I'm not aware of any usage issue where a count wouldn't work with a table, however. I'm not able to recreate the...
View ArticleRe: Error while activating attribute view :
Hi Vivek, Had there been a HANA version upgrade and is your HANA Studio with same revision as the HANA DB ? Basically null-pointer-exception is one of the worst in java and doesn't really tell...
View ArticleRe: Update fail because of foreign key on unrelated field
Dimitri Vorobiev from HANA Development Support say that they will fix this in the upcoming Revision 54.
View ArticleRe: Exit command in SQL script
Hi folks, Just a follow up that I found a bit more documentation on exception handling underneath the trigger section of the HANA SQL guide for SP5 (not the SQLScript guide as one might expect). Check...
View ArticleExport / Import package - problem validating view
Hi there, I've just exported a package on our source system (via File->Export->Developer Mode) and imported it on the target system.That worked fine, but when I try to validate the view on the...
View ArticleExport / Import package - problem validating view
Hi there, I've just exported a package on our source system (via File->Export->Developer Mode) and imported it on the target system.That worked fine, but when I try to validate the view on the...
View ArticleRe: Export / Import package - problem validating view
Hello again, I've just noticed that I had an inactive attribute view which which was used by the analytic view and prevented the analytic view to activate succesfully.
View ArticleSAP HANA - need help in finding max date
Dear Experts, I have a base table which contains a date field. I want to find the MAX date from the table using either Attribute view or Analytical view or Graphical calculation view. I dont want to...
View ArticleSAP HANA - Integrity constraint violation error
SAP HANA Experts We are getting this error while executing a job in Data Services.The job fails with an error saying --failed, due to error <70404>: <SQL submitted to ODBC data source...
View ArticleRe: Problem on initial config step of hana studio
Many thanks! Now it works. Kind regards,Anton
View ArticleWhere to find documents for "HANA Native Development"-Workshop
Hi, I'm doing the the HANA Native Development workshop and I'm wondering where I can find the sourcecode templates (seend at Exercise One on 4:00).Thanks,greets Ben
View ArticleRe: Problem of install AFL on HANA ver45
Hi, I have the same problem with the Installation of AFL. I run HANA SPS05 Rev 52. with the command: ./hanaconfig.sh --batch aflinstall --afl_sid HDB --afl_path /usr/local/AFL.SAR --alf_sidadm_pwd...
View ArticleHANA Project Editor vs Studio SQL Editor
Hi, I'm trying to create a procedure within a HANA Project however it seems that the syntax required for some bits of code is different when compared to creating the procedure in the Studio SQL...
View Articlesapui5 on serverside (cloudshare)
Hello, we got an cloudshare account and I'm actually trying to make the "hello world exercise" (http://www.saphana.com/docs/DOC-3018).When I open the project in the browser I get the error that...
View ArticleComplex case statement in Calculated Attribute of Analytic View
Hi, I am trying to add a complex case statement in Calculated Attribute of Analytic View but unable to add logical operands like "AND" and "OR". CASE((CALL_TYPE = 2 AND CFLAG2 !=IN('I','i','n')OR...
View Article