Re: can't create schema
Hi Patrick, Thank you for your comments, I am sorry for my missing certain information, right, it needs to grant select privilege for this schema. for example call...
View ArticleRe: Sencha Architect 2.2 with XS OData Services
Are you running HANA SP6? If so you can allow CORS via the .xsaccess file now. For example:{ "exposed": true, "authentication": [{ "method": "LogonTicket" },{ "method" : "Basic" }],...
View ArticleRe: HANA DB- "Some Services not started". whats the issue??
Hi Avijit, You could try this solution: In the SAP HANA studio, choose "Window -> Preferences -> Network Connections -> Active Provider and change the value from "Native" to "Direct". I am not...
View ArticleHow to FInd Last Iserted Row Id in Hana
Hi I have a Function in PHP which inserts data in Sap Hana . Now need a logic to get the very last ID of the tables Passed . Something like we have it in Mysql MqSq;; mysqli::$inert_id How can I do...
View ArticleRe: Sencha Architect 2.2 with XS OData Services
Hi Sambhu, Thanks for the Reply Actually I am not working in HANA so I tranfer my repository in my getway server and i created bsp application where i created html file and finally it worked. but i...
View ArticleRe: Sencha Architect 2.2 with XS OData Services
Hi Thomas, Thanks for Reponse, Actually I am not working in HANA so I tranfer my repository in my getway server and i created bsp application where i created html file and finally it worked. but i...
View ArticleRe: HDB on AWS status
Hi Aron, no need to apologize for asking the basics as checklists do serve their purpose. here are my answers:- Have you tried to stop/start reboot your instance (via management console)? yes, twice-...
View ArticleWhere to download old version of client/studio?
Hi, for testing purpose I want to download older versions of SAP HANA Client / Studio (rev. 48 and 56 32bit for win, to be exact) , but I'm not able to find them.Can somebody help me out? Thanks Ben
View ArticleRe: Where to download old version of client/studio?
Sorry we do not offer older revisions on service marketplace.Cheers,Rich Heilman
View ArticleRe: HDB on AWS status
No worries. Please check out the following link http://scn.sap.com/docs/DOC-28294 At the bottom there is details for using Pageant and Putty for accessing your HANA box at OS level (Linux command...
View ArticleRe: Where will get the SAP HANA Demo data or application?
Hi Thomas, I did not play much with the old EPM models, but as far as I can see the new EPM content in SHINE has been updated in SP06. For example, the .hdbti file replaced the old .hdbtid &...
View ArticleRe: Where will get the SAP HANA Demo data or application?
It should be safe to just import over the top of the old version. I've done it in a few systems. However there is also a DU uninstall which is part of REGI. If you wish to see a video on how to use...
View ArticleWhy is Key Attribute mandatory in Attribute View?
I am curious about the behavior of key attributes in attribute views. First I thought it is kind of primary key for the entity Attribute View but then I did a few checks Created two tables 1. CUST...
View ArticleRe: Why is Key Attribute mandatory in Attribute View?
Hi, Key Attribute is mandatory because it describes the relationship between the two tables. Regards,Sai
View ArticleRe: Where will get the SAP HANA Demo data or application?
Hi Thomas, Thanks for the video. However I met a error when trying to create the workspace with regi:SYSTEMHD5 is the variable defined to connect to my server. I also read the 'regi help create...
View ArticleRe: Why is Key Attribute mandatory in Attribute View?
Thanks Sai, Can you please elaborate how this relationship works? What I don't understand is 1. If 'Key Attribute' is like Primary Key then all the values for this should be unique as per...
View ArticleRe: Where will get the SAP HANA Demo data or application?
That error sounds completely client side. Does the directory already exist? Honestly I'm not sure I'd bother with the undeploy. You should be able to import the new version over the top of the old...
View ArticleRe: Why is Key Attribute mandatory in Attribute View?
Hi Shreepad, I think it is related to the HANA engine to define the query access pattern when the attribute view is used in the JOIN criteria. The Key attributes may be helpful in deciding the join...
View ArticleRe: How to FInd Last Iserted Row Id in Hana
Hi, I am not sure if there something available for external use, but there is MAX_ROWID column in M_CS_TABLES which may provide you the last row id for the table. But this column is supposed to be used...
View ArticleRe: Why is Key Attribute mandatory in Attribute View?
Thanks Ravindra, I think you're right when you say it will not perform any data consistency checks. But then why the name "Key Attribute". Also we can have joins in analytic view which are not based on...
View Article