Re: High "Trigger Asynchronous read/write ratio's" Alerts
I believe there may be something in the new release (SPS07) that is causing other issues. I now have a ODBC issue with Data Services and will be opening a OSS message on SAP. I would prefer not to...
View ArticleScalar type not allowed : SQLSCRIPT
Hello, The following is my SQLscript. WHen I ruin the following it gives following error : DescriptionResourcePathLocationTypeError creating procedure;scalar type is not allowed: line 25 col 39 (at...
View ArticleRe: How to use XSO Data service without User Authentication ?
What kind of system are you using? SAPUI5 is standard in all HANA systems since SP5 and higher. I think you should address why your system doesn't have SAPUI5 installed.
View ArticleRe: Certification of C_HANAIMP_1
Hi, I got the info that C_HANAIMP1 will be avilable only till January 31st, 2014 Regards,Vivek
View ArticleRe: How To Fetch the Data from a URL Using Java Script(XSJS) and Store the...
Create a service in Hana XS (http://www.saphana.com/docs/DOC-3212) that receives data via oData and do the insert in the database. With this you will be able to make a call via JavaScript to the URL...
View ArticleSAPUI5 : Drag and Drop jquery functions not working when using Shell element...
Hi All, I have implemented drag and drop functionality on UI5 elements. And they are working fine but not while using sap.ui.ux3.Shell Can someone please help me Cheers,Samba
View ArticleRe: SQL Server and HANA - Linked Server
Hi,We were able to put into operation the Linked Server. We had to reinstall the latter one version of HANA Client (rev68) and we only work properly on a machine with Windows 2008 and SQL Server 2008...
View ArticleDebug procedure throws an exception error
Hello All, I have been asking couple of questions and no responce to any of those. So hoping to get some help this time. Well, I am writing a procedure using cursor and a part of my code is here as...
View ArticleRe: Certification of C_HANAIMP_1
unfortunately I do not have HA350 but there is several free documents online dealing with Data provisionning. Good luck on your preparation!
View ArticleRe: Call proceedure results a null value
1) You have a little naming issue (but I suppose you've solved that on your end, since you don't have a naming error). Notice that you've defined the PROC as "CALCULATION" (no commas = all capital...
View ArticleNumeric string format in HANA
How do I get string value of "100.50" from decimal value of 110.5? In SQL I can do CONVERT(NUMERIC(3, 2), '100.5'), but in HANA, TO_DECIMAL('100.5', 3, 2) still returns 100.5, not 100.50.
View ArticleRe: Call proceedure results a null value
Hello Henrique, That's perfect. I assumed that each input and output variable has to be declared initially. Well I have to ask to something else as well : Is the following method of using procedures...
View ArticleRe: SPS6 Core Data Services - Maintained DDL entity not updating catalog object
The only I know of is to drop the table (by comment out in the hdbdd file, activating and then commenting/changing and re-activating).
View ArticlePublic call to XSJS and $.db
Hi Colleagues, I'm creating a html page that will enable the users to put the <iNumber> and the HANA user will be created in our local sandbox. To do it, I've created a procedure that creates the...
View ArticleRe: Call proceedure results a null value
If your intention is to create a function, HANA does support both scalar and table functions (CREATE FUNCTION statement).Check these blogs for more details:Scalar User Defined Functions in SAP...
View ArticleRe: debug server side JavaScript -- socket connection problem
Hi Robert, I also have applied the three basic steps with no success. Can you advise me how to access and change the sapwebdisp.pfl file? I assume most of us have upgraded our AWS server at some point....
View ArticleRe: debug server side JavaScript -- socket connection problem
I also have the same problem. I am running Rev 68 and have followed the steps about correcting the port (no longer using 47112) and granting the role. I have noticed in my debugger a server tab which...
View ArticleRe: SPS6 Core Data Services - Maintained DDL entity not updating catalog object
I've not tried this myself so I can't say if it will work. However have you tried using the Activate Anyway option on the hdbdd when you get the error with the dependent Functions and Procedures?...
View ArticleDatabase Architecture.... Modeling Facts and Dimensions in HANA
I am working on a small reporting warehouse and have received some conflicting guidance from various resources. I'll start this off simple and maybe this will progress into a more in depth discussion....
View Article