HANA View Activitation Error: can not make cyclic dependency
Hi Everyone, I got a wired error when trying to activate my HANA model (script-based Calculation View). The logic is quite simple: The error info are as followed, seems I got an cyclic dependency....
View ArticleInput parameter in Placeholder clause
Dear Experts,I am using view with input parameters in my scripted calculation view, and I need it to be dynamically.I've tried :'PLACEHOLDER'=('$$P_CompanyCode$$',:CC) but it is not working. Can...
View ArticleRe: Input parameter in Placeholder clause
Hi Ibrahem, the syntax is slightly different in SQLScript. result = select * from view (PLACEHOLDER."$$P_CompanyCode$$" => :CC) Regards,Florian
View ArticleRe: Read body in XSJS
Chad,it seems like you have the correct info on your xsaccess file... you may not need to have all the setting you put there but if you need them all, it doesn't affect the output. have you tried...
View ArticleRe: HANA View Activitation Error: can not make cyclic dependency
can you try.. select 1 as "test_out" from dummy; - you may need the column name with double quotes
View ArticleRe: Eclipse mars have no XS project after install the hana tool
You finally solved my problem... Thank you!
View ArticleRe: Slow Performance in SAP HANA
Hi, to analyze the execution of a query you can use the explain plan,visualize plan and trace configuration features. Highlights the SQL code and right click and choose explain or visualize plan. For...
View ArticleRe: Hana Smart Data Integration - ECC tables Migration to HANA
Hi, these pages could you help:...
View ArticleRe: HANA View Activitation Error: can not make cyclic dependency
Hi, What is the type of your column ?Specify the type of your column as INT. Try to add this code between BEGIN and var_out: DECLARE var_out TABLE (test_out int);
View ArticleRe: ODBC-Error 08S01
It seems that my client is not communicating with the server. I couldn't find anything in the traces and when I enter wrong credentials for the connection, I still get the same error message.
View ArticleRe: How to connect to My HDB Server using JDBC
Hi Florian Pfeffer, Thank you very much. Your previous suggestion was very valid and useful for me. Thanks again. Now i am able to establish the connection locally after opening the Database Tunnel....
View ArticleRe: How to connect to My HDB Server using JDBC
Hi Florian Pfeffer, As per your suggestion, i can able to open the Database Tunnel in my local system and installed the SAP HANA Cloud Connector 2.0 too. when i am trying to start Start SAP HANA Cloud...
View ArticleRe: How to connect to My HDB Server using JDBC
Do you have administrator priviliges on your local machine? Starting the cloud connector means to start a service which is not allowed to a user with "standard" privileges.
View ArticleRe: How to connect to My HDB Server using JDBC
Thank you for your response. Yes i don't have admin privilege it seems. I have already requested for admin privileges. I will check once i got that permissions and get back to you. Thanks again.
View ArticleRe: SQL Script
Greetings On that day you really took nice interest and tried to help just to update it was done in this way SELECT TOP 10 'Sales Order' AS "Type", "DocNum", "DocDate", "CardCode", "CardName", '17'...
View ArticleCumulative sum on calculation views
I want to get an acumulative sum by month. but i cannot see a function to do that. i use the hana view in design studio. Month Measure ACUMeasure1 10 102...
View ArticleRe: HANA & django 1.7+
Having the same issue with django 1.9, getting the error: django.core.exceptions.ImproperlyConfigured: 'django_hana_odbc' isn't an available database backend.Try using 'django.db.backends.XXX', where...
View ArticleRe: Cumulative sum on calculation views
Hi Jesus Gallego, It can be done by using Window Functions.. Below is the exampleRegards,Srihari.
View ArticleHANA Update from Rev112.00 to Rev112.02
Hi All!I have a problem with HANA update from Rev112.00 to Rev112.02. I installed without any problem in my Lab system.But when I tried to install on my Dev System I found the folling error: Updating...
View ArticleRe: XS Advanced and FQDN
Hi Fabian, I have met the same issue like Frank, and I did NOT change anything. I just download the XS_Client and use the XSA command line to connect to the server. But when I input the 'xs login -u...
View Article