Re: Web Server not working
Hi Thomas Thanks for the heads up about the localhost. Is there a alternative to setting up in AWS or buying a certified appliance from a hardware vendor. Since i'm a student i cannot afford to pay...
View ArticleRe: Web Server not working
Hi Shashank, You can try SAP HANA developer edition which you just pay for the instance. You can have a look at SAP HANA Developer Edition and Step by Step Tutorials for SAP HANA Developer Edition Best...
View ArticleRe: SAP hana Visualize Plan show Create Temp Index and it shows Unsupported...
Fair enough - I have just opened a new ticket with some detailed info. I'll update here if I get anything meaningful. Just to pick your brain for one more second - the specific information I am getting...
View ArticleRe: Wrong Aggregation using Hierarchy in HANA MDX Provider with Excel or MDX...
Hi Lukas, can you be more specific about what doesn't get returned in Excel, but, i'm assuming, is correct in SP08 backend/studio? By client, do you mean SAPNewDBMDXProvider.dll and the related files?...
View ArticleRe: Specify Default Schema Name in HANA Connection string
We've used CS="MyDefaultSchema"; for ODBC and native HANA connections from SAP Data Services and this works well. CurrentSchema for JDBC also works.
View ArticleRe: Hide views from user
Have you tried analytic privileges? They designed to organize access to business data on per role basis.
View ArticleRe: -10807
Hi Micha,Any luck? What if you changed the stored procedure to update a different table instead of updating zero rows on the table in question? Can you share the store proc code in some form so I could...
View ArticleRe: Hide views from user
Analytic Privileges is the way to go.Check this: Restricting access to Views in SAP HANA for SAP Lumira
View ArticleRe: How to FInd Last Iserted Row Id in Hana
Hi Lars, Thanks for the guidance, My intention was to pick the last row, was not really worry about the relation ID, I will keep this in mind. Thanks,Razal
View ArticleRe: -10807
Hi Micha,Micha Meier wrote: Hi all, what does * -10807: System call 'recv' failed, rc=104:Connection reset by peer mean?This error means that you have problems with network layer or network layer...
View ArticleCalling external webservice call from XS App
Hi, We have a SAP BODS job which we converted as a webservice. This job takes the xml as input which have 3 fields and inserts the data into a Table in Oracle. We developed a UI in XS App where users...
View ArticleHow to use string operations in XSJS
Hello All, Can any one suggest me how to use Contains String operation in IF condition before inserting some records into DB using XSJS . Also please help in providing some links to the XSJS...
View ArticleRe: How to use string operations in XSJS
Hi, You can use the indexOf() method to check if one string contains another substring, e.g., var s = "abc";if (s.indexOf("b") > -1) {//contains...} else {//does not contain...} It's the standard...
View ArticleRe: How to use string operations in XSJS
Hi there,You can just check for javascript string manipulation functions. Here you go var s = "hello world";if(s.indexOf("world")>-1){//do your operation here }
View ArticleRe: Calling external webservice call from XS App
Hi Naresh,Have a look into XSJS outbound connectivity API. You may need to create your xml payload using string manipulation. OData CRUD from XSJS-Outbound API sreehari
View ArticleRe: Calling external webservice call from XS App
Hi Naresh, Yes, we can make external http/https calls from XS. You can have a look at the outbound connectivity feature of SAP HANA XS Using the Server-Side JavaScript APIs - SAP HANA Developer Guide -...
View ArticleRe: Install of SAP HANA Studio Dev Ed v1.00.80 fails with "Could not create...
Thanks Tommy for sharing your experiences as well. More testing on the development end seems to be a necessity. Jim Cleek
View ArticleRe: Support me to get in to the field of SAP HANA as an Admin
Hi Sarhan,Thanks for the reply..!!! Regards,Vicky
View ArticleRe: -10807
Hi Micha,I am asking around to see if anyone can explain the behavior and error message. Best regards,Mark
View Article