Stored Procedures in Content vs Catalog
Hi All,Please help me in understanding the differences between stored procedures created in Catalog view vs Stored Procedures created in Content view. For one , I know that Table Type parameters are...
View ArticleRe: Real time data replication by using HANA EIM (Smart Data Integration)
Hi Richard, Thanks you for the response and the suggestions you provided.Let me share the results with you.After switching the “Database Data Capture Mode” property on the “Remote Source” to “Native...
View ArticleConcat BLOB/CLOB SAP HANA
Hi, Any ideas on how to concat blobs in SAP HANA SQL / SQLScript ? I can't see how. This is how I did in oracle: DBMS_LOB.APPEND(c.a, c.b);
View ArticleRe: Concat BLOB/CLOB SAP HANA
Correct, there is no SQL command or built-in package to do just that. (up to SPS10 at least).Any modification of LOB values need to be done by the application.
View ArticleSingle Sign On with HANA cloud edition ...
We have a HANA application that is deployed in the cloud. We have users from multiple organizations logging into that application using a login and password. How do we enable users to authenticate with...
View ArticleRe: Regarding grating roles to user
Hi Sumeet, No, in real time developers just create the analytic privileges and the admin team will take care of assigning to the users/roles. Regards,Chandu.
View ArticleRe: Handling exception in a for loop
Kishore,Have you solved the issue? I have the similar question. I tried the approach Florian suggested.For example, I have 20 tables, I want to select a column from these tables, such as "select *...
View ArticleRe: SAP HANA Views consumption
Hi Ken, Upto my knowledge, SAP BO Explorer, SAP Crystal Reports 2011, SAP Crystal Reports Enterprise, SAP Lumira, SAP BO Analysis Edition for MS Office, SAP BO Analysis OLAP, and MS excel. Let us wait...
View Articleupload function not working
Hi All, We are trying to upload a file in feeds side panel. But for some reason its not working. I looked at threads and tried both ways by converting the body to asString() and asArrayBuffer(). I am...
View ArticleRe: Not able to get results from calculation view when we add BSEG table...
Hi Madhavi, In the view properties, set Default Client to Cross Client and activate the model. Hopefully you should get data.Regards,Chandu.
View ArticleRe: Stored Procedures in Content vs Catalog
Hi Divya, Procedures created in content are design time objects (run time object is created in _SYS_BIC schema), can be transported using delivery unit, can be debugged, version management is possible....
View ArticleRe: Regarding grating roles to user
Hi Sumeet, I agree with Chandra that the admin team generally takes care of assigning the user/roles, but it all depends on the team structure you follow. In our team, I am the developer and I am...
View ArticleRe: LM - Native HANA Transport Changelists
anyone??? am i the only one doing this incorrectly?
View ArticleRe: TrexUpdate failed on table
Hi Zachary, The message talk about time out.This error happens all the time? Always for the same insert?Did you checked if locks could be found on system during this event? Regards, Fernando Da Rós
View ArticleHANA Studio installation available for public?
Hi, I opened HANA Cloud account and created a trial instance. I want to download HANA studio and connect to this instance. I do not have any "S" account through my company or SAP certification. Is...
View ArticleRe: SAP HANA Views consumption
Hi Kenneth, HANA views can be consumed in BO reporting tools like Webi by creating Universe on top of Analytic and Calculation views. Refer the step by step document below Universe Creation on HANA...
View ArticleRe: Defining a recursive view in SAP HANA
Hey Tal,I saw that you asked this question long time ago, were you able to find a solution for that? I have a similar issue... Thanks,Heli
View ArticleRe: User 'P' doesnot have permission 'ReadDbInformation' in account 'Ptrial'...
Had the same issue... The account name has to match exactly and looks to be case sensitive. Thanks Jonathan
View ArticleRe: Stored Procedures in Content vs Catalog
Hi Chandra, Nice collation of differences. But I would like to differ on two of points mentioned. Procedures created in content are design time objects (run time object is created in _SYS_BIC...
View Article