Re: HANA dev edition . Using HANA studio with an http proxy
Hi Andre, thank you for your answer. However, i could do telnet using proxy to ports 50014, 3..13, etc.
View ArticleRe: SAP Hana dev studio in linux 32bits
Hi, did you know if SPS06 really contains 32 bit vesion? If true, where can I download from? best regards
View ArticleRe: Sending parameters between script calculation views
HI Amir, Have one doubt. 1st part is passing a value through BO prompt to Hana CV, its clear. For 2nd do you want to pass the parameter at the run time? Please elaborate the requirement for the 2nd...
View ArticleRe: two aws instances in one hdb studio
Karsten, i think my first license is still valid since i have kept it as my "technical debt", but what has tripped me was that i tried reusing different portions of AWS infrastructure like IP, AMIs,...
View ArticleRe: How do I solve "System locked; license invalid or expired" in HANA...
Thanks, but that link leads to a suggested solution fails at "Step 1 - Find your hardware key" with the following error: FWIW the "start over from scratch" solution worked just fine.
View ArticleRe: How do I solve "System locked; license invalid or expired" in HANA...
Thanks, but that link leads to a page that does not help... the screenshots don't look anything like the displays that appear for the 30 day CloudShare trial, and the suggested solution fails at the...
View ArticleRe: HANA dev edition . Using HANA studio with an http proxy
Hi Alejandro, The next thing is to check your HANA Studio proxy settings, by choosing Window -->Preferences--> General-->Network Connections.If you are connecting using a proxy, you must have...
View ArticleRe: SAP Hana dev studio in linux 32bits
Yeah, SPS6 has 32 bit version REGIAt present you can download it only from SAP Marketplace :Even Thomas has mentioned the complete path in thread :http://scn.sap.com/thread/3281439...
View ArticleRe: How to call a Stored Procedure with output type TABLE
Hi Qaiser, Call the procedure like this: CALL "EC2"."outputselect" ('pass_value_of_keyword', null); RegardsRaj
View ArticleRe: Connecting to SAP HANA on AWS using Elastic ip vs. Public DNS
Anuj, Below are my answers to your original questions: Q 1. Can any one explain why despite of being able to ping, logon to server etc, having an entry in host file I am still not able to create a...
View ArticleRe: How to get all Column names from a table in SAP HANA?
Hi, In SQL editor, write the below query: SELECT SCHEMA_NAME, TABLE_NAME, COLUMN_NAME, POSITIONFROM SYS.COLUMNS WHERE SCHEMA_NAME = 'SRK' AND TABLE_NAME = 'EMPLOYEE'ORDER BY POSITION; Here is the...
View ArticleRe: Where practically we can and should use HANA?
There is a lot of information on this topic on the saphana.com website. The Developer Center is primarily for technical questions regarding HANA development.
View ArticleRe: Getting Error While Using PAL lib. In HANA
Hi, yes, but you can regenerate after you restart the system. The AFL_WRAPPER_GENERATOR is not a persistent procedure, at least for the current versions. But, if solving the problem of internal...
View ArticleRe: Getting Error While Using PAL lib. In HANA
Hi Trinoy, I created a CSS ticket about the subject to my Sys admin, and they contacted the AFL PAL support team who recommended to restart the System to solve this issue! They restarted the system...
View ArticleRe: How to call a Stored Procedure with output type TABLE
Hi Qaiser, Create a global temporary table which is exactly same as table type(selecttypeall) like gt_selecttypeall and call your procedure as below CALL "EC2"."outputselect" ('pass_value_of_keyword',...
View ArticleRe: Help on Granting roles to the current user
You are getting "Insufficient Privilege" error:To run this SQLYou should either have GRANT_ACTIVATED_ROLE SQL Privilege on _SYS_REPO assigned to your username or Log in to HANA using user SYSTEM and...
View ArticleRe: form-based authentication - how to build and specify my customized form...
We do not yet have a mechanism for you to build your own customized form based logon page.
View ArticleRe: How to get all Column names from a table in SAP HANA?
Hi, Alternative to what Raj mentioned above, you can also look into TABLE_COLUMNS. Regards, Ravi
View ArticleRe: How to call a Stored Procedure with output type TABLE
Hi, Please refer to the following thread for the sample example http://scn.sap.com/thread/3376895 Also please refer to the section 10.3.2 Calling SQL script from Java in HANA SQL script reference....
View ArticleRe: Connecting non-production SAP systems and BI Platform to HANA
Hi Joseph, I don't see any "connection problems" as well.You have the options to have your SAP HANA Developer Edition and choose from several HANA Cloud environment (eg. AWS or CloudShare), and you can...
View Article