Re: Data migration from SQL Server 2008 to SAP HANA
If it is not heavy duty migration (Business suite or something), as I said in:Migrate SQL Server database to SAP Hana Hope this helps
View ArticleRe: Default value for Date Field
Ok, well look at what level in your implementation you are working here. SQL does not come with data life cycle management features. If you want or need them, you have got to build them or you need to...
View ArticleRe: required attribute table
Hello, please try with transaction HDBVIEWS to activate the views, resp. have a look at the logs for the real reason for the issue there. Let me know, if this solved your issue. Thanks. Regards,Robert
View ArticleExecution of information views
Hi colleagues, After going through the execution of the information views, I got this doubt. It may seem very elementary but your help is much appreciated.Correct me where ever I am wrong.I believe...
View ArticleRe: role to allow use to stored procedures
Hi Jay, As Lars said, please give your error message. From your code, what I felt wrong is the role name. You need to give the complete package path. roleroles::limiteduser { sqlobject...
View ArticleRe: slt replication
Hi,source system & target schema is not configured. Normally you have to replicate specific schema. Regards,Kamruz
View ArticleAggregation with PAL procedure ?
Hi everyone, I´m new with SAP HANA and PAL Library. I have an analysis which consist in processing a table that have near 200 million of rows and tree columns. First is a consumer ID, second is a date...
View ArticleRe: Variable insert statement
Hi Wenjun, Is this possible using a sequence in the insert statement as well? I am trying to do this using a sequence.nextval, but am getting an error:single-row query returns more than one row: at...
View ArticleRe: Variable insert statement
What revision you're on Connor? On rev. 92 this just works: create sequence seq1; create column table aaa as (select 1 as ID, * from users) with no data; insert into aaa (select seq1.nextval, * from...
View ArticleChange XS Engine Timezone
Hi, My XS Engine is in GMT Timezone and HANA DB in PST. How do I change the XS Engine to PST? Thanks,Varun Vemala
View ArticleRe: slt replication
You have defined the target schema already when you are configuring SLT in the source system. Check and see what name you have given for the target schema. You might have probably given as SLTDATA. Let...
View ArticleCrystal Report on HANA - Not Showing Tables and Views
Dear All,I have a problem with crystal report fo SAP B1 HANA.I've create ad odbc connection using B1CRHPROXY32.DLL as DSN File. With some databases (sbo demoIT) I can see and list all the tables and...
View ArticleRe: Error in .xsjs while passing value from views
Hi, Please try to use statement.setInteger(1, parseInt(DDYear)); instead. Since you got string from the parameter of request, you need to convert it to integer manually. Best regards,Wenjun
View ArticleRe: External Applications using HCP
Hi Artem, I just want to mention that besides XS, you can also build Java applicaitons on HCP. You can have a look at SAP HANA Cloud Platform Best regards,Wenjun
View ArticleRe: External Applications using HCP
Hi Wenjun, Yes, this option is clear. The question is exactly about non HCP hosted business applications. Unfortunately HCP does not offer building .Net based application hosted there. E.g. in case we...
View ArticleRe: Change XS Engine Timezone
Hello Wenjun, When I pass the date() value (Current Date & Time) from XS Engine to my HANA Procedure, it is sending the timestamp in GMT. But my HANA DB is in PST (CURRENT_TIMESTAMP), which is 8...
View ArticleHow to use placeholders in OData service?
Hello, I am trying to translate the following sql query to retrieve the data using OData service. I am unable to use the placeholder, Is there a way we can use placeholders in OData request URL?...
View ArticleRe: DATA PROVISINING" option in Quick Launch it is showing target schema as...
Hi , It could be already configured as SLTDATA in LTR T code in SLT system . If you have proper authorizations you can also define the configure with different name . That configuration name will...
View ArticleRe: slt replication
Hi , It could be already configured as SLTDATA in LTR T code in SLT system . If you have proper authorizations you can also define the configure with different name . That configuration name will...
View ArticleRe: How to use placeholders in OData service?
I got the solution at: REST your Models on SAP HANA XS
View Article