Re: What's wrong with my procedure
Hi Kai, Your CREATE TABLE sql is generating incorrect statements with single quotes around table name. These are generated as follows: create table '0'(id int)create table '1'(id int)create table...
View ArticleRe: What's wrong with my procedure
Hi Ravi, Thank for your so detailed explanation, it works. Thanks. Regards,Kai
View ArticleRe: User Not able to add Insert, desert and update statements in Procedure
>but I get the same message ""You can only create read only procedure in this server". This is because of your system configuration. In the Admin Console, Configuration tab; go to indexserver.ini...
View ArticleRe: User Not able to add Insert, desert and update statements in Procedure
Thanks Thomas, after update of system configuration as you indicated the following DML invoking procedure created from new source editor now works: CREATE PROCEDURE create_table_purchase_item_sql ( )...
View ArticleRe: SAP HANA STUDIO Not Responding
Hi Shankar, I recently upgraded my Studio from SPS5 to SPS6 and experienced a similar problem. Previously the Studio was working fine but after the upgrade it began to respond very slowly and then it...
View ArticleRe: Not able to expose OData Service
Hi, Thanks to every one for your valuable suggestions.....There is a problem with authentication...I corrected it. Now,its working. Thanks Pradeep.
View ArticleRe: Not able to expose OData Service
Hi Pradeep, congratulation, but why is the system showing http 404 error? it should be shown authentication related error message. the system should be improved for this. Regards, Jerry
View ArticleException handling in SQL Script procedure
I am trying to make SQLScript procedure with a nice way of exception handling. The idea is to catch:1) System exceptions2) Logical exceptionsand send info to the output. For the moment i have:CREATE...
View ArticleRe: How to get _SYS_AFL schema to my hana system
Hi all , Still i am not getting _SYS_AFL schema in my HANA SYSTEM... can any one please help me...
View ArticleRe: How to get _SYS_AFL schema to my hana system
Hi Divya, Are you quite sure that the libraries are installed and you have access on _SYS_AFL schema. If you don't have access to the schema, then it is very likely that you will not see it in the...
View ArticleRe: SPS6 Core Data Services - Maintained DDL entity not updating catalog object
Most grateful if anyone with an AWS SPS6 able to perform a quick test with HDBDD along lines of following?: Create a HDBDD with a table type (multiple field structure) and some column definitions....
View ArticleRe: SAP HANA STUDIO Not Responding
+ 1 Quite disappointed with Studio Revision 60 and Revision 61. . Not exactly sure what is wrong, but it is pretty much messed up. We have taken up the Studio performance issue with SAP development...
View ArticleRe: SAP HANA STUDIO Not Responding
On several occasions I have experienced very slow performance in Hana Studio since upgrading to version 60 - the simple creation of a file based development artefact often triggers a "waiting for user...
View ArticleRe: Predictive Analysis has been removed from new snapshot
I know this is an old conversation, but I am looking for an image I could use for a demo as I run a MAC and cannot install it.Any clues?Thanks Henner
View ArticleRe: Predictive Analysis has been removed from new snapshot
PA now has a free trial you could install in a Windows VM. http://www.saphana.com/docs/DOC-3527
View ArticleRe: Unable to view .xsjs output in browser
Hello, A SAP Note was raised to fix this issue and the details are available in the below link: https://websmp130.sap-ag.de/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/sapnotes/index2.htm?numm=1888522 Hope this...
View ArticleRe: Authorization issue
Hi Vivek, The GRANT select is required to view the contents of the table. You can create a Table and then try doing a data preview.This was also highlighted during the Open SAP training. Regards,Nitin S.
View ArticleRe: Authorization issue
Hi Nitin, Any specific reason for creating "company" in lowercase. Won't it be simple to create it in UPPERCASE and not get into such issues. Regards, Ravi
View ArticlePHP Code in UI5
Hello, It is possible to include PHP code in HTML/HTML5 page and also there are exaples available on the net.But when i try the same on the UI5 pages created in HANA the code doesnt give me an error...
View ArticleRe: PHP Code in UI5
Hi Nitin, I am not PHP expert (not even beginner), but there had been excellent blogs on this forum. I hope you got a chance to go through these. Check if these are helpful....
View Article