Re: Certification Topic
The answer options all related to the administration perspective in the performance sub-tab. I have found no reference to this in HA300, HA350 or HA100. According to the SAP site these courses contain...
View ArticleRe: xsodata service redirecting to sap account page.
oops sorry bringing the confusion, The XS app is working , it has the xsodata which i can access with a rest client and get the data.which can be accessed from this...
View ArticleRe: xsodata service redirecting to sap account page.
So do you have an .xsapp and .xsaccess file at the dev package level or is it in /dev/test/? If the later then you need one of each as well in /dev/ui5test/
View ArticleRe: xsodata service redirecting to sap account page.
I had the xsaccess and xsapp files in the /dev/test, so i added the same in /dev/ui5testso my xsaccess file is now like this { "exposed" : true, "authentication" : [{"method":"Basic"}], "cors" :...
View ArticleRe: xsodata service redirecting to sap account page.
That's because your script source is wrong. Instead of:src="/resources/sap-ui-core.js"It should be:src="/sap/ui5/1/resources/sap-ui-core.js"
View ArticleRe: xsodata service redirecting to sap account page.
Thanks a lot, it fixed that problemNow i have one more, hope it would be the last The odata url i am giving is /pxxxxxtrial/dev/test/projects.xsodata/LISTS But when i check the browser console its...
View ArticleRe: xsodata service redirecting to sap account page.
Don't put the entity name (LISTS) as part of the URL in the OData Model.
View ArticleRe: xsodata service redirecting to sap account page.
IT worked, now i am able to get the OData in the UI5 thanks a lot Thomas
View ArticleIssue with inner join
Hi, Can some one explain me this issue SELECT COUNT(*) FROM "ECCDATA"."CUST1" O/P = 800SELECT COUNT(*) FROM "ECCDATA"."CUST1" WHERE MANDT = '800' O/P = 800SELECT COUNT(*) FROM "ECCDATA"."CUST2" O/P...
View ArticleRe: Error when updating HANA Live Authorization Assistant
Ok Guys. No answer to this just yet. We decided not to use the tool and build our security with HANA security functionalities. It takes a bit longer but It's more robust in the long run in terms of...
View ArticleRe: Tableau vs. Lumira
Hi Rajeev/John, When you say "no SAP BI 4.0 Connector available", do you mean it cannot connect to Universe at this time? In your opinion is it popular with HANA customers? Thanks,-J
View ArticleRe: Problem with table cration in HANA Studio
Hi, not sure if this issue is already resolve. If so, please update the thread so that others can also benefit from it. If not resolved, can you please check the OWNERSHIP view and see who owns the...
View ArticleRe: Tableau vs. Lumira
I didn't say this and there is a 3rd party driver to wire Tableau into BI4 http://toreodata.com/ Tableau folks believe that you can get rid of the BI4 semantic layer if you are using Tableau. This is...
View ArticleRe: HANA --> SAS Connectivity
SAS stores data is individual files per talbe on the operating system in a properietary format (*.sas7bdat), which cannot be read by other applications. To transfer data from HANA to SAS:a) push from...
View ArticleRe: Size of a compressed table in ECC vs Size of a HANA table
Thanks Lars for your reply. We use HANA purely on its own as a sidecar scenario for AA RDS and we have some month-end close reporting using Business Objects. The table compression was done using...
View Articleloading & converting geographical data to/in hana
Current situation:source system: MS SQL Server 2008 containing spatial dataSAP DS is our core loading techniqueSAP HANA our target. In HANA there is the column type ST_GEOMETRY or ST_POINT that can...
View ArticleIssue with Calc View
Hi All, The orginal post is in.. I guess im posted in wrong forumIssue with Calc View Its a calc View with DataCategory as Dimension so i believe it won't have an aggregration below semantics ..Its a...
View ArticleRe: Size of a compressed table in ECC vs Size of a HANA table
Hi Ramesh, well, ok, in that case it seems that the table compression of your Oracle system yields better compression results.For the SAP HANA side you can of course check whether the compression is...
View ArticleAny references to a bench marking service provider for SAP HANA?
I am looking for a services partner who can help my company with some performance bench marking of our hardware solution running SAP HANA. The service partner should be able to configure and run...
View ArticleRe: Issue with Input Parameters & Variables
Sorry for the late reply , I was pulled in to some thing else for the last 2 days .Thank you Ravindra & Raj . The solution is working . It seems the problem is solved. RegardsRam
View Article