Re: HANA Authorization problem
Hmmm. I guess I have to research and get back to you as this is what I did to fix my procedures that were not working from some other post. I will have to find it to read why. I believe you of...
View ArticleRe: HANA Authorization problem
Thomas can you clarify. Do you just mean you should not go directly into _SYS_REPO to assign the access directly? ie: In my case _SYS_REPO needed to have select access to my CUSTOM schema. Are you...
View ArticleRe: HANA Authorization problem
No, I'm saying that if you created your schema via HDBSCHEMA (as the original poster did) then setting any rights shouldn't be necessary. _SYS_REPO would already have them from the creation of the...
View ArticleCloudshare disables extends button but doesn't detect SAP Hana Studio
Hello, I had the developer instance of SAP HANA on cloudshare but yesterday they disabled the extend button and the instance shuts down after 60 minutes even so I have SAP HANA Studio open and working...
View ArticleRe: ::SQL_ERROR_MESSAGE verbosity, e.g. procedure/line number?
Hi Johannes, as a bit of a workaround what you can do is create a wrapper procedure that calls your main procedure where your exception occurs. In the exception handler of the wrapper procedure it...
View ArticleCan I use a trigger to keep record of deleted data?
I am trying to log changes to a table, including deletes. The trigger is working effectively for INSERT and UPDATE, but does not capture the data from the row when I create a DELETE trigger. I have...
View ArticleRe: HANA Authorization problem
Thomas I just watched your video on 'creating db objects via the repository' which answers all my questions. I had never created schemas using that method before. You learn something new everyday....
View ArticleRe: HANA Authorization problem
Unfortunately this is the case Thomas. The schema is created in repository via hdbschema file. Hence owned by _SYS_REPO. And the PAL views are created directly via SQL on the Sql console in the...
View ArticleRe: When I try to Open Data Preview, it keeps refreshing and don't open it.
Hello all, sorry the delay at response, but me finally got a bigger "memory". But unfortnally the problems persists.So than I've done the steps that Patrick told, and I didn't find anything out of...
View ArticleRe: Currency Conversion Problem
We have to declare currency and quantity field in ...currency/quantity fields tab in table in se11while maintaining currency and quantity field ..we have to give ref field and ref tab..
View ArticleRetrieving column names of table from HANA through Java is slow.
Using Metadata.getColumns(String catalog, String schemaPattern, String tableNamePattern, String columnNamePattern) to get column names takes around 500ms-1000ms to complete....
View ArticleUpgrade to SP7 vs 72 broke SQLCC Anon user in XS app
We have an XS application set up to use an anonymous sql connection. It worked before we upgraded to SP7 v. 72 but not after. We're being prompted for credentials now. There are no errors in the...
View ArticleRe: Retrieving column names of table from HANA through Java is slow.
Not sure if this works, why don't you fire a query to get the column names of the table in HANA. https://help.sap.com/hana/html/_m__c_s__c_o_l_u_m_n_s.html Regards,Krishna Tangudu
View ArticleRe: Retrieving column names of table from HANA through Java is slow.
Do you mean firing a query using the PreparedStatement from the HANA driver?
View ArticleNot able to debug XSJS service
Hi, I am receiving following error on launching debug configuration: "Failed to check if system is secured" I believe because of above error i am not able to debug the .xsjs service. I am setting Host...
View ArticleRe: Unable to delete the sub-package and therefore whole package
Thanks for the post, May I know which user you use to execute the sql statements? Do you know what rights are required prior the run?
View ArticleRe: How to create procedure for header table and item table
Hi Folks, This is my use case 1) Select fact records from tables (say A,B,C,D ) with suitable Joins and certain Where conditions SELECT ordid FROM TABLES A,B,C,D on join condition where ....2) Using...
View ArticleRe: SAP HANA Live slow query times
Thanks Patrick, Aron, In the beginning, I thought that it just happened once, but then I realized that the next day, I would again get 12 seconds.I also tested other, neighboring Views as...
View ArticleRe: Call Procedure without ? from .net
Thanks I think for every .net developer who works on hana will face this thing. I want to know their approach to solve this. Please tell me how can post this post to the people who works on .net with...
View Article