Re: How to export a large Schema from one HANA environment to another?
Thanks for your suggestion Micha. I haven't tried the binary export function but I tried the CSV export using the following SQL command:EXPORT "<schema_name>"."*" AS CSV INTO '/tmp/TEMP' WITH...
View ArticleRe: HANA Develoer edition on AWS
Yes, it is the public DNS name, e.g. http://ec2-55-255-167-107.compute-1.amazonaws.com:8080/DSoD -- Micha
View ArticleRe: How to export a large Schema from one HANA environment to another?
The dump path must be writable for the user hdbadm or whatever user is running hana, so it is safest to make it writable for everyone. -- Micha
View ArticleProblem trying to set up SAP HANA Cloud Platform In Eclipse
Hi, I am having a problem trying to set up SAP HANA Cloud Platform In Eclipse Java EE IDE. I manage to install the software from https://tools.hana.ondemand.com/kepler/ with no problem. However when...
View ArticleRe: Not Able to create Attribute views in cloudshare HANA Trail system
Hi Vaibhav, I tried your suggestion but not worked. somehow i am short of privileges anyway thank you for your inputs. Hi Naga, yes I have created my own content, i could able to create table ans see...
View ArticleRe: How to Disable Autocommit in SQLScript Procedure in SAP HANA?
Thanks Micha. I am trying to call procedure in HANA Studio ( Version: 1.0.71 ). I tried turning off autocommit from properties, but no success. How we can switch the autocommit off in HANA Studio for...
View ArticleRe: I would like to connect SAP HANA Studio FROM Local Desktop to Cloud Share
Hi Brookler, Sounds Good. Thanks.
View ArticleRe: How to Disable Autocommit in SQLScript Procedure in SAP HANA?
Well I don't have a running instance right now to try it out, but the Admin guide says Windows/Preferences/Administration Console/SQL/Autocommit off. Merry Christmas -- Micha
View ArticleExecute Disabled Command
Hello, On my HANA Studio version 1.0.68, whenever I select 'Find Objects' from 'Quick Access', an error 'Trying to execute the disabled command com.sap.ndb.studio.bi.view.commands.find' occurred. Other...
View ArticleRe: Problem loading CSV files with non UTF-8 characters
You should convert your input file to UTF-8, the error message suggests that you are using some other encoding. I'm regularly using CSV files with non-ASCII characters, UTF-8 encoded, and it works...
View ArticleDisplaying Δ in hdbsql
Hi all,I've got a SELECT that returns Δ (U+0394) both in a column name and value. Studio works fine, however in hdbsql I get the error * -10427: Conversion of parameter/column (5) from data type...
View ArticleWhere are model_admin and model_access roles?
Hello, I downloaded EPM demo content from https://wiki.wdf.sap.corp/wiki/display/ngdb/HDWB+-+HANA+Native+Development+Training and found that the two roles model_admin and model_access roles are...
View ArticleAuthorization on HANA Tables for Select, Insert, Update
Hello, We are using Analytic privileges for controlling the data access from Analytic & Calculation views. But we also perform Insert / Update statements directly on the tables, which I want to...
View ArticleHelp required to optimize on Bulk Insert in HANA Column Tables
Hello, In our application, we have the following scenario. When the user triggers a button(Eg. Copy), we will copy existing data into new by changing a specific key. For eg: Existing data (Actual data...
View ArticleHANA LCM error
Hi, I am trying to deploy content from LCM. When i start LCM , i get the following message Could not check credentials provided for user <sidadm> on host hana5.xxxx.org.Could not connect to sap...
View ArticleRe: Certification of C_HANAIMP_1
Hey Tony, As Vivek rightfully pointed, TZHANA series is quite old. I would recommend getting HA100 & 300 for your preparation. I think the E stands for E-learning which is a distance and cost...
View ArticleSAP HANA Order Fulfillment Management
Hi. I have a problem using google chrome and IE to access this link... in firefox its working fine... but firefox isnt allowed....http://hanademo.testdrivesap.com/sapopint/#explorer Problem is that the...
View Articlereturning two tables in a function in hana??
hi, is it possible to return two tables in a function...as we can return two scalar variables in a function in hana? thanks& regardssonchita
View ArticleWORK AROUND FOR TEST AND PRODUCTION SCHEMA BACK UP AND RESTORE
Dear Experts I am using SAP HANA Studio revision 32. I have tried exporting single schema without luck, is there a work around to back up and restore production schema to UAT schema. Your input is...
View ArticleRe: Passing Parameters from a Universe to a Scripted View
Have you attempted to create a non mandatory input parameter for a scripted calculation view?
View Article