SPS7 .hdbprocedure with INSERT gives privilege error during activation
Hello All, We have upgraded to SPS7. We are trying to use an INSERT statement on a database table in a .hdbprocedure. For this we removed the READ SQLaddition on the SQL header, made SQLSCRIPTMODE...
View ArticleRe: idle_connection_timeout documentation
note 1836774https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/sno/ui_entry/entry.htm?param=69765F6D6F64653D3030312669765F7361706E6F7465735F6E756D6265723D3030303138333637373426note...
View ArticleRe: can't use procedure in the .rdl file.
Hi Omer, Thanks very much for your help.The snippet helped me a lot. Regards,Eric
View ArticleRe: SPS7 .hdbprocedure with INSERT gives previlege error during activation
The schema under which you are trying to create the table, Does _SYS_REPO has insert access to that schema? You may want to try the below: grant insert on schema best to _sys_repo with grant option...
View ArticleRe: Writing data into table from Calculation View in SAP HANA
Hi there, You can use the below statement: Insert into Table ( Select * from "CalculationView") You can encapsulate this in the procedure if it as to be scheduled and called. Regards,Krishna Tangudu
View ArticleRe: How do we transport DATA in implementation project from Development to...
Hi Siddhartha,You want to transport the data from which system.this would change the way you want to transport. Is it SAP HANA to SAP HANA export or some other. Regards,Anjali.
View ArticleHow to parse XML in server side javascript (XSJS)?
Hi Experts, I can get the XML file content through this method:var xmlString = $.response.body.asString() and I need to parse XML. If there XML parser in server side javascript? thanks very much!
View ArticleLogging/Tracing in hdbprocedures
Hello, I'm currently writing a complex hdbprocedure. Is it somehow possible to insert logging/tracing statements? Thanks,Silvana
View ArticleRe: Logging/Tracing in hdbprocedures
Yes you can enable sqlscript_mode to UNSECURE And have those insert statements in your database table for logging Also have a look Blog: Debugging SQLScript Procedures with Input... | SAP HANA...
View ArticleProblem Installing HANA DB
Hello Experts, Please see below error , while installing HANA. RegardsManish
View ArticleRe: HANA Studio rev.74 - performance in calc view with union of many sources
i thought SP80 on CAL had some linux update issues, but they may have been resolved by now.
View ArticleRe: HANA Studio rev.74 - performance in calc view with union of many sources
HI Gregory, we talk here about a client tooling issue with Studio, not the appliance issue you refer to: Update: SAP HANA Developer Edition v1.8.80
View ArticleRe: HANA Studio rev.74 - performance in calc view with union of many sources
Ravindra, thanks very much for your input, appreciated, going to try this and will feed back, cheers!
View ArticleRe: HANA Studio rev.74 - performance in calc view with union of many sources
This was a client provided laptop, wow?! Yikes, if you had issues with 8GB and i5 I don't stand a chance. I was monitoring with Task Manager whilst HANA Studio was puking trying to auto assign...
View ArticleRe: HANA Studio rev.74 - performance in calc view with union of many sources
Hi Jon-Paul, sorry for going off topic, but... if there's still an issue with the appliance (on CAL?), doesn't it flow over to the client? i have the client SP80 installed, but until i get the...
View ArticleRe: HANA Studio rev.74 - performance in calc view with union of many sources
Yes OT, but forgiven, no apology required I was originally skeptical of using Studio a full major release step ahead of appliance, but from several sources over last year heard "backwards...
View ArticleRe: Work with a table in different schema depending on the user group
Thank you so much Mr. Srihari. This is really helpful.
View Articlesql_error_message is null for error_code:1299
SQL_ERROR_MESSAGE shows error message for most of the cases but its NULL for the error code : 1299 - no data found DROP PROCEDURE TEST_EXCEPTION; CREATE PROCEDURE TEST_EXCEPTION ()LANGUAGE...
View ArticleShifting of technology to SAP Hana
Hi , I worked as software developer in .net technology for 3.5 years i want to change in my technology.Pls suggest whether i can go for Hana to hav bright future in my career.CDo i need to go for...
View Article