Re: How to use the SAP SLT to replicate the data from my sql database?
Hi , I think this MySQL DB is not supported in Sybase Replication server and even via SDA . So now you are left out with Data Services option. Thanks & Regards A.Dinesh
View ArticleHANA Client Supported operating Systems for kerberos Authentication
Hi All, We have a HANA server with kerberos enabled and also installed HANA client in Linux and tested the kerbrose authentication. Is there any way to know which all client platforms supported...
View ArticleRe: Use of global temporary table in SP
Hi Lars, I do not have access to copy code from my client system, but the issue here is that I am not able to write SELECT on TABLE1 which assign result to TABLE2. Please provide some sample code for...
View ArticleCalculation View with Script - Validation Error
Dear All, I am a starter with the Calculation views based on script.In the projection, I want to introduce a calculated column 'PTYPE' with a constant value 'MTD'.But I am getting an error during the...
View ArticleRe: Calculation View with Script - Validation Error
Hi Srinivas, Please change this CE_CALC Function like this.(Include 3 Single Quotes before and after MTD) CE_CALC('''MTD''', VARCHAR(3)) AS"PTYPE"This will work and CV will activate successfully....
View ArticleRe: xsodata - expose multiple tables in the same service
http://www.odata.org/documentation/odata-version-2-0/uri-conventions/ -> chapter 4.6
View ArticleRe: Calculation View with Script - Validation Error
Hi Srinivas, It's nothing with your issue but as you are starting maybe you don't know that CE shouldn't be used anymore. When using Calc View Script use SQL.Calculation Engine (CE) Functions - Rest in...
View ArticleRe: NVARCHAR error with ODBC
The error message is raised by the ODBC driver, that's correct.However, the cause for the problem is in the code that uses the ODBC driver.Just recently I answered a very similar question in our...
View ArticleRe: SAP HANA Platform vs. Enterprise edition
Hi Angelo, I also want to know this.Could you have answers now? ThanksBest RegardsShuai
View ArticleRe: SAP HANA Platform vs. Enterprise edition
So, what part of Marc's answer from three years ago is not clear to you?
View ArticleRe: Importing time-stamp data into HANA
Hello, Could you please tell, how you are trying to import the file to your system ? Via Hana studio ? If so, I would suggest you to import the file as it is, import the column as NVARCHAR itself and...
View ArticleRe: Need Details about HANA Certification
Hi All, Please help me. I wants to do SAP HANA Certification in Bangalore, so I want to take the training and examination . Please provide details. Regards Sanjeeve.
View ArticleRe: Importing time-stamp data into HANA
Hi Karimi, As Nithin said, Import as VARCHAR format to HANA DB.Then Using to_timestamp function, you can use it in Predictive Analytics. For example, Regards,Muthuram
View ArticleRe: NVARCHAR error with ODBC
You are right - previously, I've tested the selects using isql and when it returned no value for the NVARCHAR column, I though it has the problem as well. But it turns out that isql has problems...
View ArticleAlternate for lag function in Saphana
Same SQL query has been returning multiple results from a table due to LAG function used. Can anyone suggest me the alternate for LAG function in Sap hana to find the previous value for every record in...
View ArticleRe: HANA View data preview converts measures in to string type and shows...
Ok I think I have figured this out. Even though you have defined this field as a measure, I'm guessing the source table is actually a NVARCHAR. For example I have an analytic view with an NVARCHAR(4)...
View ArticleRe: HANA View data preview converts measures in to string type and shows...
Actually looking at your screenshot again I do indeed see the 12 on your field. I'm wondering if this is a bug in the version you are using. How about you Lesley what version of Studio are you using?
View ArticleRe: Insert into select Trigger---> Not supported in SP9
CREATE TRIGGER "<SchemaName>"."zTestTRIGGER" AFTER INSERT ON "<SchemaName>"."Target" REFERENCING NEW ROW MYNEWROW FOR EACH ROWbegin DECLARE NumberRecords INTEGER;DECLARE RowCnt...
View ArticleRe: NVARCHAR error with ODBC
My next step here would be to start ODBC tracing to get an idea what the ODBC driver thinks it is being called for.
View ArticleRe: SAP HANA Platform vs. Enterprise edition
Hi Angelo, I also want to know this.Could you have answers now? ThanksBest RegardsShuai
View Article