Re: How to find record count and size of table which are not loaded into HANA...
Hello Abhishek, the record count should still be visible via M_TABLES if a table is not loaded or unloaded. Regarding the size, you can check the estimated size fields...
View ArticleRe: Error while installing SAP HANA studio
I tried to install to C:/SAP3 and run the setup from C:\SAPHANA. Still facing the same problems.I believe it's connected to the temp folder that is created...
View ArticleRe: Install random NPMs
Please, could someone help with setting the values. For example, if I would like to set the url for UPSTREAM_LINK:Would this be right way?xs set-env di-local-npm-registry UPSTREAM_LINK...
View ArticleRe: Install random NPMs
Yes that looks right. Don't forget that you have to do the RESTAGE and RESTART of the service for the change to take effect.
View ArticleRe: Install random NPMs
Thomas, thanks for this hint! I could set all the values, restaged and restarted the app, but when I build the app there is no difference. The variables are looking fine.But the error messages is still...
View ArticleRe: Install random NPMs
Seems to be a proxy issue: 02.07.16 18:54:59.000 [RTR] OUT 127.0.0.1 - - to dummy:51007 "GET /squel HTTP/1.1" 404 sent 43 in 52 by 004-76c31eb6-ca97-4cb5-9439-d2e0ca2b8c5e02.07.16 18:54:59.492...
View ArticleRe: Code Formatter in HANA Studio for SQL
Fantastic Kartik. Do we have options to set bookmarks for navigating as we use in ABAP editor ?
View ArticleRe: Install random NPMs
Hi Dirk, I once saw an issue which is related to the proxy server due to a network configuration of the machine.Several things you may want to test:set the proxy variables in a bash environment (on the...
View ArticleRe: Install random NPMs
Hi Omer, will try it asap and give feedback to you.(Need to ask our admin.) Maybe it comes from npm...npm update fails when http link to tarball is specified in dependencies · Issue #9531 · npm/npm ·...
View ArticleRe: Install random NPMs
You can run "xs runtimes"I think SP12 machines are running node 4.4. Regards,Omer.
View ArticleRe: Install random NPMs
Thanks Omer,you are right, it's version 4.4. It could be a problem with npm v2.14.2, which we do have.Do we able to change the npm version? Thanks!
View ArticleRe: Install random NPMs
Not sure, you might be able to install a different node runtime (see "xs help create-runtime") and then define in your package.json that you wish to use it...
View ArticleRe: Install random NPMs
Hi Omer, nice idea, but the XSA seems to be doesn't care about it.I tried different values, but get always the same npm error with the same npm version.npm ERR! node v4.4.0npm ERR! npm v2.14.20npm ERR!...
View ArticleRe: Install random NPMs
Did you install the node runtime which you want in XSA?Regards,Omer.
View ArticleRe: Install random NPMs
It's really nice to know, that I'm able to change the node runtime, but at this moment I don't see a reason to do it. The error comes from npm and an older version of it should fix this this issue.Or...
View ArticleRe: SSH Error Installing SDS HANA
Do I need to install SAP HANA Database on SiteB before the Installation of SDS?
View ArticleRe: Which host is data stored in Extended tables when using Dynamic Tiering?
Thanks for the response. But like I said, the question is not about how to do it. It is about the discrepancy that I seek a clarity on. The /hana/data_es/<SID> is the folder structure on the HANA...
View ArticleRe: SSH Error Installing SDS HANA
Hi Johann, If SiteA and SiteB are to belong to the same HANA system them you should not install SDS on SiteB as it will share the installation with SiteA. You do need to ensure that the HANA shared...
View ArticleRe: SAP HANA trigger - exception handling
hi Florian, thanks, it is bringing me closer, but have the following issue.I try to use this statement DECLARE EXIT HANDLER FOR SQLEXCEPTIONBEGIN select xxx.....;END; It allows me to declare it at...
View ArticleRe: SSH Error Installing SDS HANA
Hi Gerald,SiteB is currently plain SLES 12 SP1 with the recommended HANA Settings, no HANA System installed.Do i need to add SiteB as a worker to SiteA and then install SDS? KR Johann
View Article