Hi, all,
I'm experiencing something weird when calling HANA procedure from data services. We are on HANA2.0 SP2, and DS4.2 SP8.
I have procedure created in HANA to generate some random value using rand() function. When I call the procedure from HANA, everything looks good.But when I call it from data services, it is always generating the same value, I tried to import the procedure and calling it in sql() in script. Both are same.
What do you think could be the cause of the issue?
Add comment