AFL Registration Error when starting Index Server
Hi, I get the following error when I try to start HANA Database. The log snipped from Indexserver Trace file is as below: 2700]{-1}[-1/-1] 2013-12-19 17:26:41.638484 e indexserver...
View ArticleRe: Use X.509 authentication with XS
Hi Aleh Litasau, thanks! It's working. Thanks and regards,Roberto Falk
View ArticleRe: Cloudshare Hana Trial Login not possible, doesn't work properly
It looks like necessary JS hasn't been deployed in the HANA trial instance, could this be the issue and how to possibly solve this?
View ArticleTable type Error in HANA Decision table
Hi, I need to create decision table with some rules. For that i created one table type with some columns. After that i used that table type into my decision table. When i am activating the decision...
View ArticleRe: Table type Error in HANA Decision table
HiPlease contact the Administrator. You (your userid) is not having the full privilege to create/modify the table. you need to have the grant /xyz access to your schema, Example: GRANT <your...
View ArticleCE function is not allowed here
Hi everybody, i have a problem with a CE_JOIN-function. My coding looks like this: et_out = CE_JOIN_VIEW(_SYS_BIC."test/zz_ts_uc"); et_out = SELECT ABRNR, ABRSTAT, SCHAEKZ, BILJJ, a.VTGNR, B_WHGNR,...
View ArticleHANA XS - website not available (no firewall enabled)
Hello, we have a HANA System (not in the cloud) which is working, but the XS Services are not available only from the local Server. Here is the console Output if i try from local Server: wget...
View ArticleUser-defined scalar function is not working with CE Script
Hello All, I have created a user defined scalar function "addition()" at the CATALOG level and am intending to use it in a stored procedure. When I am using the function "addition()" along with...
View ArticleRe: Unable to find libsapcrypto.so file
We have similar issue, the only difference -trying to call https destination.Getting in hana log:XsIpConnection IPConnection.cpp(00072) : IPconnection can not initialize libsapcrypto. rc = -40In XSJS...
View ArticleHow to use PAL functions in BW on HANA system?
Hello All, Is there any possibility of using PAL functions in BW on HANA. If yes, please suggest the best practices of how we can leverage the capabilities in BW on HANA system. Thanks,Vinoth
View ArticleERROR: HANA COPA Accelerator Analytic View Activation
Folks - Background: 1. Exported COPA Model via KEHA2. Imported model into SAP HANA via HANA Studio->Import. Resulting in: a. Creation of Attribute Views in HANA b. Creation of an Analytic view...
View ArticleRe: File upload on SAP HANA XS Application
David, You're awesome, that's more than helpful !! Thanks a lot !!!!!
View ArticleFrom the selection screen of Bex How Can I pass the variable values to Hana
Hi All, I have got a requirement.The user will select the Target currency in a Bex variable. This value should be pass to the currency conversion of Hana calculation view( Target Currency) so that all...
View ArticleRe: Cloudshare Hana Trial Login not possible, doesn't work properly
In the meantime I could successfully install Hana on AWS. So it seems obvious from my perspective that this Cloudshare installation is broken. AWS provides the files the Cloudshare platform is missing...
View ArticleHow information composer combine data from 2 view automatically ?
Hi to all, Please can any one share some light on below question. As we know information composer combine data from 2 view based on column heading and value compatibility automatically.But does it do...
View ArticleUnable to connect to HANA system on AWS from HANA Studio
Hello, I have recently created a HANA instance on AWS. It's up and running.But I am unable to connect to the HANA system from HANA studio. I tired the following. Anyt thoughts on how this can be...
View ArticleRe: Unable to connect to HANA system on AWS from HANA Studio
Dear Shan, pls let me know in which context you are running HANA on AWS. Is it the Netweacer 7.40 Trial or the HANA Developer Edition or SAP HANA One? Or anything else? "Created" means installed from...
View ArticleRe: Not Able to create Attribute views in cloudshare HANA Trail system
Dear Ramakrishna, Have you created your own table and using that in attribute view ?workaround would be try creating attribute view on any table from SAP_HANA_EPM_DEMO schema. Thanks,Naga
View ArticleRe: How to export a large Schema from one HANA environment to another?
The way I'm always doing this (a couple of tables, one of them 80M rows, another 10M) is using plain SQL EXPORT <myschema>."*" AS BINARY INTO '/tmp/dump' WITH REPLACE; then taring the dump...
View ArticleRe: How to Disable Autocommit in SQLScript Procedure in SAP HANA?
It seems you cannot change this in the procedure itself, you have to switch the autocommit off for the whole session. If you for instance call your stored procedure from hdbsql, you'd use hdbsql -z...
View Article