Java Error
SAP DBTech JDBC: [437] only commands for licence handling are allowed in current state: I am getting above mentioned error while using 30day free trial. Please, respond how to rectify it. My personal...
View ArticleError while Creating Workspace on AWS
Hi,I am trying to create the workspace then it is giving me following error: An error occurred:Failed to list all object types (40148): Repository: schema 'repo' is inconsistent:What should I do?...
View ArticleRe: Dynamic Parameters using SQL Script in a Calculation View
Hi Thotoyame, Currently "multiple single values" feature is not available in Input parameters. But if you are looking for RANGE of values with START VALUE and END VALUE of the RANGE then you can define...
View ArticleRe: No Content Folder in Navigator tab
Hi Rahul, From the screenshot, it seems you are in SAP HANA Development perspective, can you please switch over to Modeler perspective using menu options as "Window" -> Open Perspective ->...
View ArticleRe: How to navigate through a cursor?
Hi Ben Actually the sqlscript guide does describe this.Please check chapter "1.8 Imperative Extension - 1.8.4. Cursors". There you'll find how to open/close cursors and how to fetch records.Also, the...
View ArticleRe: How to navigate through a cursor?
Hi Ben, It will help if you can post your code and what you are trying to achieve. The code similar to the following works for me in a procedure. CREATE PROCEDURE MY_CURSOR_PROC ()LANGUAGE SQLSCRIPTAS...
View ArticleRe: HDB Studio & HDB Client Revisions
Thanks Jeroen.I used cygwin instead of putty. to connect to aws instance in cygwin:ssh -i <keypair>.pem root@<ElasticIP>. to download rev56 version of hdb studio and client, i did scp. With...
View ArticleRe: How to navigate through a cursor?
Hi Ben, Check page 44 of the SQL Script guide; it shows how to loop through cursors. See example: CREATE PROCEDURE foreach_proc() LANGUAGE SQLSCRIPT ASv_isbn VARCHAR(20) := '';CURSOR c_cursor1...
View ArticleRe: SAP HANA Repository does not show the folders as shown in tutorial Video
Hi Can i download these units in R48? because i am getting error while importing it (error screen shot attached) becoz i am using R48. i cant upgrade it R56 becoz of Putty Configuration error. Putty...
View ArticleRe: Unable to add new system in SAP HANA Studio on Cloudshare VM
Please read section 5 of this document: http://scn.sap.com/docs/DOC-33269 hdbadm is used after you log into the Linux box...to be able to stop and start the SAP HANA instance. Greetings, Blag.
View ArticleRe: SAP HANA Rev 52 (1.0 SPS5) / SAP HANA CLIENT
For SAP HANA Studio and Client newest revisions, you need to go to the SAP Marketplace http://service.sap.com Greetings, Blag.
View ArticleRe: SAP HANA Repository does not show the folders as shown in tutorial Video
Rev. 48 is not compatible with the course materials...you need to upgrade to Rev. 56 Greetings, Blag.
View ArticleRe: How to navigate through a cursor?
Hi Pedro, I don't think the above mentioned code is correct. The cursor definition expects a variable value for (v_isbn), but it is not passed when the cursor is used. Regards, Ravi
View ArticleRe: SAP HANA developer edition installation fails on AWS cloud:
Please follow the instructions detailed on this document http://scn.sap.com/docs/DOC-28294 Greetings, Blag.
View ArticleRe: HDB Multiple error's - After Upgrade to Rev 56
Hi Kumar I performed some additional steps because the HANA studio (or HANA itself maybe) seemed to be unstable at first. After updating the HANA revision I stopped / started HANA an additional time -...
View ArticleRe: Fixing external access to SAP HANA Instance on CloudShare
Below link helped me to solve the issue, through vanity urls. http://rbranger.wordpress.com/2013/04/06/using-hana-on-cloudshare-part-1-setup-connectivity/
View ArticleRe: Internal error while upgrading hana to rev56 on AWS
Mostly internal error happens when you try to update the volume while its being used. Check on that and detach the volume first and then try again. Probably is a good idea to contact aws to findout...
View ArticleHANA and Hadoop in Future road map ?
When i checked the road map of HANA it says it will have a Native Integration with Hadoop what does it mean?
View ArticleHana Developer Edition rev 56 - unable to find ODBC or MDX drivers
When I attempt to access my revision 56 HANA Developers Edition system via Excel 2007, I can not see any HANA ODBC or MDX drivers to connect with. The HANA system was updated from the revison 48 HANA...
View ArticleRe: Connecting to AWS Linux instance
Also, I have been right click on the instance and using the java base SSH client and have been impressed with it. Note you can have mulitple session etc , much like putty. I will ask you for your...
View Article