Re: Are HANA System Replication snapshots stored on Primary node when...
Yes that is right the Snapshots will remain on the Primary node until Secondary node is recoveredThe Snapshots are generated on the Primary node all the timeThe system view M_SNAPSHOTS shows the list...
View ArticleRe: Unable to activate a simple .hdbschema file in XS project
Thanks Naresh, I could not get anything usefull. But it seems an internal system error since even existing active atrifact on reactivating gives internal error. We are planning to restart the system as...
View ArticleRe: HANA SP9 Installation Issue
You're welcome. Glad to be of assistance . I had to raise a SAP incident to get the zip file as it is no longer available on the SUSE website.
View ArticleRe: Eclipse option for Application Function Modeler in HANA SPS 08 missing
Hi Sridhar, what version of SAP HANA Studio or HANA Tools for Eclipse do you use (I assume the version number you provided is the version of your HANA DB?)? You don't have the option "Flowgraph Model"...
View ArticleRe: HANA XS AppServer native development: big step back?
Hi Henrique, thanks for your thought, however in my opinion complex application being developed by the team of developers would offer better quality (less bugs, easier to enhance) when it is designed...
View ArticleRe: Installing Hana server : Cannot create Instance
I am facing same issue . Any one get to the solution ? Installation of SAP HANA system failed. Installation of SAP HANA Database failed Installation failed error installing Cannot...
View ArticleRe: Migration in SAP HANA
Hi, The below SAP note matches the your requirements to move from multi node HANA to single nodeHope this helps http://service.sap.com/sap/support/notes/2093572 Sunil
View ArticleRe: Hashing function
There's of course no ora_hash function in SAP HANA I guess the easiest way would be to create a user defined function for that yourself. That way you can implement whatever hash algorithm you like. - Lars
View ArticleRe: HANA XS AppServer native development: big step back?
Don't get me wrong, I'm not defending opinion A or B here, I'm just saying that this is not SAP XS versus SAP ABAP. I'm just saying it's the same kind of discussing that is happening "out there".
View ArticleRe: HANA XS AppServer native development: big step back?
Just to add here. I remember recently hearing that xsjs is getting ported to node.js, which I think is a proven server side platform. There is no timeline for this release, but I would expect it to be...
View ArticleRe: remove special characters in HANA views
Hi Florian, Yes understand that we can use REPLACE function, but here we don't know what are the special characters present in the column. if we know means OK, but here we don't know the special...
View ArticleHANA Studio - SAPUI5 plugin missing Core Libraries
Hi, I have installed SAPUI5 plugin on SAP HANA studio. The issue is, i am missing some SAPUI5 core libraries. This is exactly the same issue mentioned in this thread Missing Library which is for a old...
View ArticleRe: xsjob error :how to pass input parameters to stored procedure call from...
Please try in either case to move the colon to the very right of the parameter instead of before the value you are passing. Like IN_KEY_DATE: "20150715",or"IN_KEY_DATE": "20150715",
View ArticleRe: self service forget password
I am not able to get this working completely. When a user receives the first email, they are directed to a page where they must establish a password. They are able to supply a password. However, the...
View ArticleRe: Retrieving column names of table from HANA through Java is slow.
SAP HANA Studio doesn't bypass the JDBC driver - it's the only connection it has to the SAP HANA instance. You can use the JDBC tracing to look into how SAP HANA Studio gathers the data, maybe this...
View ArticleRe: SY-SUBRC equivalent in HANA
Not sure where your syntax error is... This works for me: create column table usersA as (select user_id, user_name from users where mod(user_id, 2) =1); create column table usersB as (select user_id,...
View ArticleRe: Could not execute 'grant select on schema to _SYS_REPO with grant option'
Did you check under security for your user, if have access to _SYS_REPO in object privilege? If he says all privileges are there, you can them in user security to see if anything specific is missing
View ArticleRe: Unable to activate a simple .hdbschema file in XS project
I dont think if there is any activation help, usually in studio when you activate object it prompts you the error message instantly or second option would be the index server alert.Did restart help you?
View ArticleRe: xsjob error :how to pass input parameters to stored procedure call from...
Hi Patrick,I tried but not working.
View Article