Re: Can we create derived table on a HANA model in IDT?
Hi Thanks Ravindra, I was able to fix the issue.
View ArticleRe: Can we create derived table on a HANA model in IDT?
Hi Bharath, Can you please close the thread mentioning the issue and how you were able to fix. It will help others. Regards. Ravi
View ArticleRe: Error while activating attribute view :
Hi Vivek, Typically should not cause an issue. Can you please try creating another Attribute view with one table and one column and then proceed adding tables / columns. It will help isolate the issue....
View ArticleRe: SAP HANA - Integrity constraint violation error
Hi Vinod, Can you please check what constraints are implemented on your tables which are being loaded by the DS jobs. Please check the CONSTRAINTS table details here and see if you can find some...
View ArticleRe: Complex case statement in Calculated Attribute of Analytic View
Perhaps something like this; case when CALL_TYPE = 2 AND CLFAG2 !=IN ('I','i','n') then(RING_TIME + QUEUE_TIME + DELAY_TIME + CTYPE_TIME +HOLD_TIME + TALK_TIME)when CALL_TYPE =IN(15,17)) then(RING_TIME...
View ArticleRe: Fixing external access to SAP HANA Instance on CloudShare
Hi everybody I guess everything is even much easier - if you once figured it out. Have a look at my latest blog post here: http://wp.me/p2nNXm-2Y The key is that you configure a vanity URL for the HANA...
View ArticleRe: Where to find documents for "HANA Native Development"-Workshop
Sorry but the source code templates shown in the videos aren't available outside of SAP yet. We are still waiting on the release of the base demo model. The plans are that this content will ship as...
View ArticleRe: Problem of install AFL on HANA ver45
Vjola, Please paste the contents of the log file: /var/tmp/hanaconfig/2013.04.05T15.46.24/hanaconfig.logEspecially the last 50 or so lines. Srikar
View ArticleRe: Complex case statement in Calculated Attribute of Analytic View
Hi Patrick, thanks for the reply. I have tried the following case statement but got an error. Please see the error message. Calculated Attribute in Analytic Viewcase(CALL_TYPE = 2 AND CLFAG2 !=IN...
View ArticleRe: Problem activating HANA SP5 Decision Table
Hi, I am also getting an error.. Repository: Encountered an error in repository runtime extension;error preparing statement CREATE PROCEDURE "_SYS_BIC"."user01/DE_TEST" LANGUAGE SQLSCRIPT...
View ArticleHow to change the default schema of a given user?
Is there any way one can modify the default schema of a given user? I currently have a system user whose default schema is sytem and I would like to change it to a custom schema I created named...
View ArticleRe: How to change the default schema of a given user?
Hi Benjamin, there is no way to change the default schema.The schema of a user always defaults to its own schema. By the way: don't work with SYSTEM user. Ever.Setup a developer/modeler/dba user up...
View ArticleRe: How to change the default schema of a given user?
Hi Lars, Thanks a lot for your answer.
View ArticleRe: HANA support for JDBC - prepareStatement(String sql, int autoGeneratedKeys)
Hi Amit, confirmed, this is currently not supported by the HANA JDBC driver.I've no idea on whether or not this is on the to-do-list (but would guess so), so for now you can't expect this feature to be...
View ArticleHow to use a view 2 times in an attribute view
Hello, I got an attribute view over a usertable.In an analytic view I need to join the user-view 2 times (for preparer and requester), but when I try to add the user-view the second time, the following...
View ArticleRe: How to use a view 2 times in an attribute view
Hi Ben, If I understand correct, you need to use Attribute view 2 times once as preparer and once as requester. Can you please create 2 different attribute views with the second attribute view...
View ArticleCreate table with a primary key constraint
Hello Guys, I am trying to execute a MS SQL query like: CREATE TABLE XYZ( "ROLLNO" CHAR(2) NOT NULL, "SNO" CHAR(20) NOT NULL, CONSTRAINT ABC_100 PRIMARY KEY ("ROLLNO",...
View ArticleRe: Create table with a primary key constraint
Hi Dhaval, Can you please try any of the following: CREATE TABLE XYZ( "ROLLNO" CHAR(2) NOT NULL, "SNO" CHAR(20) NOT NULL, PRIMARY KEY ("ROLLNO", "SNO")); OR CREATE...
View ArticleRe: HANA JDBC support for prepareStatement(String sql, int autoGeneratedKeys)
I hit the same issue with Amit, is there any solution for this issue? Thanks,Jack
View Article