Re: How to import bw models into hana studio
Have a look on this thread: Issues Importing BW Model in HANA Studio Regards,Krishna Tangudu
View ArticleRe: debug server side JavaScript -- socket connection problem
1. i added the two rows to it file but still have socket connection problem: icm/server_port_2 = PORT=0, PROT=WEBSOCKET, TIMEOUT=-1icm/server_port_3 = PORT=0, PROT=WEBSOCKETS, TIMEOUT=-1 2. do i need...
View ArticleRe: debug server side JavaScript -- socket connection problem
attached print screen. you can see i still dell with the connection problem eventhough i added the two rows to file sapwebdisp.pfl in Hana linux system :
View ArticleRe: Connecting SUP with HANA DB
Adding to that there another approach to pull hana data to mobiles. Hana has an inbuilt engine (XS engine - from SP05 ) which actually helps to generate OData services (from analytic views/calculation...
View ArticleOData Service not able to consume in Excel PowerBI
I created a XSOData Service and published it online. The service is exposing the data while checking it browser. But while consuming this service in Excel PowerBI, it is throwing an error...
View ArticleRe: HANA XS Social Media API Call (Twitter, Facebook) HTTP Traffic
Hi David, this error is related to your package hierarchy. The xshttpdest object has to be in the same package or subpackage as your xsjs. In your case the xsjs is located in fts.test, whereas your...
View ArticleselectData SAPUI5 viz
The following code gives me a nice line chart as shown below: //Code snippet to create dataset var oDataset1 = new sap.viz.ui5.data.FlattenedDataset({ dimensions : [{axis : 1,name :'BUSINESS_DATE',...
View ArticleWhen I try to Open Data Preview, it keeps refreshing and don't open it.
Hi, I'm having some problems when trying to open data preview from an expecific table on HANA Studio.I keeps refreshing the table (as in the image below), and don't open it! I keep waiting about 10,...
View ArticleLooking for UDO Form Generator for SAP B1 9.0
Dear All, I am doing technical development in SAP B1 9.0 and database is Sql Server 2012. But in SAP B1 site I am not getting UDO Form generator for SAP B1 9.0 and SqlServer 2012. How can I will get...
View ArticleRe: SAP HANA Privileges for Frontend Tools
So as the trace is saying did you give "Grant" option? And hence you are able to preview the data in HANA. It means: 1) You are able to see the package from "myUser"2) You were able to do data preview...
View ArticleRe: SAP HANA Privileges for Frontend Tools
on 1) & 2) right! I am logging in Design Studio with "myUser"...
View ArticleRe: [HANA XS] error when interpreting javascript
Hi Vasil, did you get Crypto-js to work inside HANA XS? For accessing Amazon Web Services I would need to create a HMAC hash and Crypto-js would support this out of the box. Best Regards,Steffen
View ArticleRe: How to connect from SAP BO Explorer (or) SAP Dashboard to Mobile device (...
The Explorer connectivity is exactly same as the desktop version of the product , no difference at all. You can use universe or Hana analytic view for connection from explorer. For Dashboard Query...
View ArticleRe: SAP HANA Privileges for Frontend Tools
Nobody has an idea? Actually I should see the package of HANA in Design Studio as Folder. Maybe there are some settings to publicate the view or something similar. Search in SCN/google for this, but...
View ArticleSAP/Hana certification questions
To all, I had taking the SAP/HANA classes in 9/2013 in Newtown Square, Philadelphia. Two questions: 1) I plan on taking the C_HANAIMP131 - (SAP Certified Application Associate (Edition 2013) - SAP...
View ArticleRe: [HANA XS] error when interpreting javascript
Hi unfortunately not. Since this was only for a prototype I just moved the crypto functionality outside of the XS engine.I got another reply via e-mail from a colleague who figured out that the...
View ArticleRe: SAP/Hana certification questions
Hi Joe, My personal opinion is that you should go for C_HANAIMP131.(if you are really interested in modelling)SAP has come up with lot of new content in that certification, especially in the Data...
View ArticleTimestamp conversion
Hi, by definition timestmaps provide date/time in UTC. With knowledge of the timezone it should be possible to calculate the local date and time explicitly. But there is no such function available in...
View ArticleRe: [HANA XS] error when interpreting javascript
Hi Vasil, thank you for the information! I found a BSD licensed JavaScript lib with HMAC SHA hash functions (Paj's Home: Cryptography: JavaScript MD5: Scripts) and could get it to run on HANA XS after...
View ArticleRe: Timestamp conversion
Hi Ulf HANA provides UTCTOLOAL and LOCALTOUTC conversion as built in functions...
View Article