Re: Multidimensional arrays in SQLScript
Solution to question two (I have found yesterday):assumption: X is the name of one of the intab columns - therefore should be written between quotation marks CREATE PROCEDURE simpl (in intab tableau,...
View ArticleRe: Clarification on SQL vs. SQLScript vs. CE Functions
Is it possible to write SQL script with SQL statement with CE statement like /********* Begin Procedure Script ************/ BEGIN select_comp2 = select COMPANYNAME from "SOMNATH"."COMPANIES2";...
View ArticlePROBLEM WITH REPLICA DATABASE
Hello, i have an HA environment and I tookover from primary database to secondary and when i tried to go back to the first primary the status in the Second server is Open and in the first one is still...
View ArticleRe: Multidimensional arrays in SQLScript
Yes I think it is possible since you have fixed set of columns (some hints below on possible logic) First you have to select the last row which you can do easily by just doing max(row_no) . If you...
View ArticleRe: Failed to import CVS in HANA
Hi Min, I see what you are saying. Jst mentioned about the header in case. seems like if we have BLOB as the data type it is expecting binary input in the file too like as you mentioned 1010 The below...
View ArticleRe: Two ABAP stacks on single HANA appliance in MCOD
Henrique pointed out that the definition of "custom applications" in SAP note 1661202 focuses on native SAP HANA applications. From my view, that definition should be expanded to include all types of...
View ArticleRe: Failed to import CVS in HANA
Spot on Krishna! It is all about the LOB value encoding that is expected here. To see what would a proper LOB value look like in an export of the table, I inserted a record (1 ;TEST) via SQL and...
View ArticleCalling functions for default values?
Is there a way to call functions for default values on columns in the table designer? Anything I put gets put into the column as a constant. I'd like to call date functions or a custom function I...
View ArticleRe: PROBLEM WITH REPLICA DATABASE
Hello Duncan, first of all thanks for your answer, for your information I was able to recover and rebult it by recovering from backup, but what I did was to execute b1h_switcher.sh to failover without...
View ArticleRe: PROBLEM WITH REPLICA DATABASE
Hi Angel, Glad you were able to recover. When you test again please let me know the results. Best regards,Duncan
View ArticleRe: Why should i use attrubute view description mapping on a field why not...
Hi Justin, I tested the "Label Column" (previously known as Description Mapping) function on HANA SP08. I have to add the description attribute (for example MAKTX) to the output before I can select...
View ArticleRe: Why should i use attrubute view description mapping on a field why not...
Hi , Have a look on this blog, hope it answers your questionUsing Text Joins to enrich Attributes with "Texts" in SAP HANA with SAP BO Analysis Office Regards,Krishna Tangudu
View ArticleScheduling a job to run procedure in 68
Hi folks, I need to schedule a job that will kick off my hana procedure every 1/2 hour. I have done this successfully on 72 however I need this to work on our 68 server at the moment as it will be a...
View ArticleRe: Scheduling a job to run procedure in 68
Hi Patrick, Kept some of the links in this blogSAP HANA: Replicating Data into SAP HANA using HDBSQL Check it out . Regards,Krishna Tangudu
View ArticleRe: New Remote Source in SAP Hana Studio
I installed Hana Studio 81 and all the available drivers are now visible.
View ArticleRe: Can fresher directly start learning SAP HANA ?
Hi Everybody, If you guys really interested to learn SAP HANA. Please check openSAP Here you can find the Open online courses delivered by SAP. (You will get participation and Achievement...
View ArticleRe: Failed to import CVS in HANA
Thanks Krishna and Lars!So it seems I need to convert the binary format strings in the TXT file into visible strings before using IMPORT FROM statement.
View ArticleRe: Failed to import CVS in HANA
Well the problem here is: you provide non-binary data and want to feed it into a character column.If your column would be of data type CLOB instead, your import would work. Since your data seems to be...
View ArticleRe: Failed to import CVS in HANA
Yes, we are also considering that change, i.e. BLOB -> CLOB.Thanks!
View Article