Re: Calling a procedure via SDA
Nope - cross db procedure calls are not supported. - Lars
View ArticleRe: Cyclic Dependency Error when calling a procedure from inside a procedure
Hi Vanda I will spare you my usual litany on why not to use dynamic SQL and that being "dynamic" is actually not a clever DB hack, but just a major indicator of that the developer has gained some...
View ArticleHow to create two measures ???
Hi experts!! i have a requirement where i need to generate two measures for my reportingis it possible to create two measures in one analytic view??? when i tried am not able to!! getting error...
View ArticleRe: imdbworker02 indexserver not starting.
"Did you power off and then back on again" (British accent) Not exactly sure how this was solved, it could have been all of my above checks. I turned all the nodes (3) off. not a reboot, powered it...
View ArticleRe: Any documentation on base64_encode/base64_decode?
Hi Lars, The functions do exist, but maybe just not externally supported. I found them on another SCN post. You can try this: select base64_decode('dGVzdGluZw==') from DUMMY;Both functions seem to...
View ArticleRe: Custom data types to mask fields
Thanks Sergio and Michal, I have finally made a calculated column with this expression: format("ERDAT", 'MM.YYYY')But it's not the solution that I was looking for. Because in this way I can't use that...
View ArticleRe: Group by clause
I Suspect the data 'TECH111' . Are you sure there is no space in both sides of the text? Re check the data once. And , if still issue persist , delete the records 'A1113' ( 2 rows) and re insert it....
View ArticleDeletion of tables/fields/views/synonyms
Hi Experts, Am planning to cleanse HANA db. Identified some tables, fields in a table, synonyms and analytical views for deletion. Tables deletion - Have written a SP with DROP table stmt for...
View ArticleRe: Can only create read-only procedures in SAP HANA on AWS
While creating a new procedure change the default access mode(Read-only) to read/write .
View ArticleRe: Need help to figure out simple date filter in calculation view
Well, what I expected is happening. I have a bad performance. This is frusturating. I just need data from yesterday. So I did the below in the first node in the calculation view: date(BUDAT) =...
View ArticleRe: Need help to figure out simple date filter in calculation view
Why don't you convert your expression result to the DATS format first?Or, depending on your HANA version you may process the DATS format directly with dats_add_days. - Lars
View ArticleRe: Any documentation on base64_encode/base64_decode?
They are not in the documentation, which usually means: not supported. Don't use them for your programs as you won't get any support for that then. - Lars
View ArticleRe: POST oData Problem
Here is the form you can use to get xsrf token <form action="https://hanasystem/sap/hana/xs/formLogin/token.xsjs" method="get"> <input type="hidden" name="X-CSRF-Token"...
View ArticleHow does HANA resolve input parameters in calculation views executed in the...
Hello, In our project, we use HANA stored procedures called from ABAP using DB proxy (this is from a time where AMDP was not yet available).However, we previously refactored the procedures in a way...
View ArticleSimple TRIGGER... not working !?
Hello, I'm new in SQL so I try to do some basic stuff. I have created a sequence and I want to increment the sequence in a trigger, here is my code : create trigger <my_schema>."myTrigger"...
View ArticleRe: Multiple Rows using Json Input from PostMaster
Hi Florian, Thanks for making it clear...my last questions is. 1. Is it possible to send multiple inputs rows in same XML or JSON to XS service or if I have a custom exist function (Either function or...
View ArticleIntrospection of Stored Procedures used in Analytic Privileges
I am trying to define a security model that would have a single Access Control List table and a single stored procedure we could use across all Analytic Privileges. The only way I have found to...
View ArticleHANA backup log files
Had few questions on the HANA backup log files : We have backup log files that are fairly old what I needed to understand the following: 1) Does the HANA administrator need to go and frequently clear...
View ArticleExecution of a script/procedure during a DU activation
Hi all, Since the quick search I made didn't help me on this question, I decided to ask here (sorry if it's a frequent question). Is it possible to configure a script or procedure to be executed while...
View ArticleRe: Simple TRIGGER... not working !?
Hello Joseph, I assume you are using a HANA revision < SPS10. To my knowledge in revisions before SPS10 it is not allowed to change transition variables in BEFORE triggers. Or said in other words....
View Article