Re: Could not connect to SUM
Hi Keshan, Really you need to start the SUM ( sum.sh) firstly before you start the LCM by SAP HANA studio. Maybe you need to close the SUM in the Studio and reopen it, ensuring that SUM is listening....
View ArticleRe: SLT Replication of BSIS table TIME_OUT
Hi Martijn One question that may help to point in the right direction, if I may ?Is SLT running on a separate server or is your ECC system also your SLT system ? It may be useful to share some...
View ArticleBest Practice for creating user in SAP HANA Database
Hi Experts,Keeping in mind about security what things we need to follow while creating a user in SAP HANA Database which is specially used for developing an application. Or what is best practice to...
View ArticleBest practice for user management in SAP HANA Database
Hi Expert,Keeping in mind about the HANA Database security what things should be followed while creating a user in SAP HANA Database who will be specially used for developing an application. Means is...
View ArticleBest Practice for User creation in HANA Database
Hello,Keeping in mind about the HANA Database security what thing should be followed to create a user in SAP HANA database which will be specially used for developing an application. Or what best...
View ArticleHow to retrieve the results of an EXECUTE IMMEDIATE query call
Hi all, I am creating a procedure within HANA, in which I would like to receive a tablename as input parameter to select some data from the certain table.The only solution I found, was to use EXECUTE...
View ArticleRe: How to retrieve the results of an EXECUTE IMMEDIATE query call
Hi Fabian, I haven't worked with EXECUTE IMMEDIATE, but if your procedure has an output table, then you could do the following: -- 'outer' procedureCREATE PROCEDURE TEST_PROC AS BEGIN -- assuming...
View ArticleRe: Best Practice for User creation in HANA Database
Hi Kavitha,As far as I have seen, Creating user doesnt have any special steps for application development.The privileges which you may require to run the application and accessing data would change. So...
View ArticleRe: Best Practice for User creation in HANA Database
Kavita, One good practise that applies to any system that also applies to SAP HANA is that you create roles by activity (i.e: developer role should have all developer authorization and admin roles...
View ArticleRe: You must use SLES 11 SP 1 or higher
Hi Lori It is correct for a heterogenous system. With regards to the overall landscape, it is preferred that DEV and QA also be on a SAP HANA appliance for consistancy across the environments for the...
View ArticleRe: You must use SLES 11 SP 1 or higher
Hi Derek, For IDES and Solution Manager, we use combination license of OS - Non HANA DB then?So we need to buy two license for SAP on HANA, and SAP on Non HANA DB? I wonder if customer would want that....
View ArticleRe: You must use SLES 11 SP 1 or higher
Hi Lori If a customer has the following systems, of which are licensed:ERPIDESSolution Manager The change in licensing when switching to ERP on HANA, is the followingERP on HANA (includes the ERP and...
View ArticleProblem with Analytic view activation
Hi All I have created analytic view which has calculated attribute when I activated it first time it was successful , but after making some modifications when I tried to activate again, it failed...
View ArticleRe: How to retrieve the results of an EXECUTE IMMEDIATE query call
Hi Jody, thank you for your reply, but unfortutately I have to select from a column table. Therefore I probably have to use dynamic SQL. Cheers,Fabian
View ArticleRe: Segmentation fault when viewing STS_ANALYTIC_WITH_HIER_VIEW from Excel...
Didnt know that there are already 2 support packages! thx with support package sp2 all hierarchy works. But what is with the mdx problem in excel?
View ArticleRe: User role copy in SAP HANA
HI Laksh, currently there is no built-in function to copy a role available.To do something like a role-copy, you could ensure that roles are always created based on SQL scripts consistent of GRANT...
View ArticleRe: How to retrieve the results of an EXECUTE IMMEDIATE query call
Ah, got it. Misunderstood what you were trying to do. Unfortunately I don't know how to retrieve the results of dynamic SQL in a procedure. Depending on your needs I can provide some Java code to show...
View ArticleRe: User role copy in SAP HANA
Laksh, You might want to check out this discussion http://scn.sap.com/thread/2064390 it has a sql procedure to create a new user by coping the permissions of a template user. I hope this helps. Albrecht
View ArticleInventory report
hello I'm trying to do a inventory report in Hanabut the OINM table doesn't exist in Hana database, I'd know which table has the same information about OINM? can someone help me? Regards
View Article