Re: cannot create a temporary column table in HANA SP8 console
Hi, queenaI also encounter the same problem in XS service. Now we import'/sap/hana/xs/libs/dbutils/procedures.xsjslib'into our project. But it will throw errors when one of the procedure's parameters...
View ArticleRe: Numeric overflow error in aggregation level formula
I had already tried using datatype TO_DOUBLE but in this case it wont help as the base measures are decimal. If the base measures were INT or REAL then that would have worked.
View ArticleRename user in HANA
Hi All, Is there any way to rename an existing user in HANA. I dont want to delete the old user and create new user with same privilege. Many thanks in advance,Sathish S
View ArticleRe: Rename user in HANA
Unfortunately you need to copy and create new one delete existing one. There is rename option for users
View ArticleRe: Rename user in HANA
You can try using "COPY USER". Currently checked on Rev 74. Not sure Rename user is available. Regards,Krishna Tangudu
View ArticleRe: Numeric overflow error in aggregation level formula
Hi Lakshmi, Can you please try with to_double(revenue)/to_double(Quantity). It should work. Regards, Ravi
View ArticleRe: Numeric overflow error in aggregation level formula
Hi Ravindra, That doesn't work either, tried doing that and also tried changing the data type of the calculated column as Double but then the activation itself errors out. Thanks,Lakshmi.
View ArticleRe: Message "Failed to create Java Virtual Machine" while installing HANA...
Hello, In C:\Program Files\SAP\hdbstudio\tmp_*director*\director (the most recently created directory) Change the -Xmx parameter from 1024 to 512 in the eclipse.ini config file If this doesn't help...
View ArticleCreate column Weekend date from Bill Date
Hi I have calculation view Graphical with Date filed ( Bill date )in my view ( dd.mm.yyyy) format. I need to create one more column name Weekend Date based on some calculation of Bill date as below....
View ArticleCreating Semantic layer
Hello Team We create filters, variables and input parameters in HANA modelling .But how these things are passed on to semantic layer when we create semantic layer and consume those...
View ArticleRe: Correct syntax to drop a hash partition
Hey dude, Thought this might be interesting to someone. I had a BW on HANA system table (RSBERRORLOG) which was 6bn rows, and those don't get partitioned by the BW migration tools. So I partitioned it...
View ArticleRe: Correct syntax to drop a hash partition
Interesting... how come the error log is not cleared before migration?Shouldn't that be part of the pre-migration house keeping?
View ArticleRe: Correct syntax to drop a hash partition
It was so big that clearing it was a 6 week activity. Since the first trial system copy was done 2 weeks into the project, the table was still huge :-) Second trial run starts next week, the table has...
View ArticleRe: Hana scheduled Backups
Have you set up the file permissions correctly?I assume you are using the script from SAP note1651055Scheduling SAP HANA Database Backups in Linux correct?The note has a full documentation PDF file...
View ArticleRe: Calling HANA procedure from BW Transformation in BW on HANA
Hi, There have been changes with BW 7.4. However, to make full use of HANA; certain criteria must be fulfilled, e.g. that the target is a DSO. I think that is related that both reading and writing can...
View ArticleRe: Calculation view with input parameters
Hi Tiago, as I am aware, you cannot pass input parameters to CE function.You can try using regular SQL syntax: SELECT "CR" FROM "_SYS_BIC"."calc_1" WHERE "COMPANY" = 7000(PLACEHOLDER."$$PARAM_1$$"...
View ArticleSAP BW and BO Universe on HANA
Hi Experts, I'm trying to teach myself SAP HANA and want to clarify few questions I have with what I have studied so far : 1) Can one HANA unit/Appliance be used as a data source for both BW and BO...
View ArticleHow to create analytic view with tables VBRK VBRP KONV ?
Hi Gurus, What is the best way to combine in a analytic view tables VBRK VBRP and KONV for better optimization orhow to make the relationship tables VBRK VBRP KONV with better performance in Hana...
View ArticleSAP HANA Studio - Separate License
Hi, Is SAP HANA studio a separate Add on/license to HANA DB or does it comes included with HANA DB? Thanks, Regards,Nicky
View Article