Re: Help Required to resolve error "No cookie with target path found in request"
Hi Nilesh Not that I can help with this. In general I don't think you want to be publicly distributing full URL's to your system just as a general security precaution. Regards Arden
View ArticleHow to "Activate" SAP HANA, developer edition
Hi, I have followed the tutorial "How to create an SAP HANA Developer Edition in the Cloud" from this link:SAP HANA Developer Edition in the Cloud | Tutorial | SAP I have created an account in Amazon...
View ArticlePersistence with JPA - Container-Managed throws exception
I am following tutorial/sample: Adding Container-Managed Persistence with JPA (Java EE 6 Web Profile SDK) - trial accountAdding Container-Managed Persistence with JPA I get this message in browsers...
View ArticleWORKDAYS_BETWEEN and null values
I recently discovered that the WORKDAYS_BETWEEN function has an unexpected handling of null values as it returns 0 if both dates are null. Select WORKDAYS_BETWEEN('01',null,null) FROM DUMMYReturns 0....
View ArticleRe: Where can I find error logs for a failed SAP HANA One upgrade?
Hello Wei-Chin, When you start the instance of 60GB memory, the /backup has about 200GB diskspace.The above is an indication that for some reason, the media cannot expand. Please check on the disk at...
View ArticleRe: How to pass Dynamic input value in view
Hello Vinothkumar, you wanna filter the list of your UI5 app? You can do that using the sap.ui.model.Filter class. Create an instance with your required filter value and apply it to the binding of the...
View ArticleRe: How to pass Dynamic input value in view
Hi Florian Pfeffer, Sorry, i want to call the oData service the with dynamic input value..
View ArticleRe: How to pass Dynamic input value in view
But that would be done by applying the filter to the binding.
View ArticleRe: foreign key referring to same table is not supported..
That's a pretty common and often answered question here on SCN! The SPS can typically derived from the revision by taking the revision number and remove any numbers lower than the 10 value.E.g. 85 is...
View ArticleRe: Reg - Performance of Stored Procedure
No, calc view performance is not impacted (at least to to this extent) by an invocation via a stored procedure. Given the information you provided, there is no way to find what causes this effect - in...
View ArticleRe: Reg - Performance of Stored Procedure
thanks Lars, we are seeing this when running the calc view from the SQL console as well as when running the stored procedure from the sql console. the same invocation varies drastically as he mentioned...
View ArticleRe: Reg - Performance of Stored Procedure
And here we have DB developer again asking the DBA for help with tuning the application... is that just a deja-vu or a hickup in the Matrix? Jokes aside, before asking for "configuration parameters'...
View ArticleRe: XS/ODATA access to analytic view field lables
Hi Thomas, How can I get sap:aggregation-role="dimension" annotation? I have created a calculation view and exposed it via XSOdata service. However, I am missing this annotation. What do I need to do...
View ArticleRe: Developing a planning Application
Sergio, Thanks a lot for your response! I didn't completely understand your response. As you said, i will spend some time reading about it. Thanks,Benarji.
View ArticleRe: XS/ODATA access to analytic view field lables
This isn't one of the annotations which XSODATA supports. It sounds like one of the ones only supported by NetWeaver Gateway.
View ArticleRe: Reg - Performance of Stored Procedure
Hi Lars Thanks for your reply. Please find attached the screen shots of duration and quick snapshot of Stored procedure logic RegardsGiri
View ArticleRe: Problem with Hana-Hadoop Integration in SPS 09
Hi Anil, We are able to create the User Defined Function but while running the function we are getting "Permission Denied" error.SAP DBTech JDBC: [2048]: column store error: search table error: [2620]...
View ArticleSAP HANA - Inner Join Performance Optimization
Hi,I have below sql statement. I would like to see if I can optimize the performance of it, as it is currently taking around 7 minutes to execute. Any ideas on how I can improve the performance?...
View ArticleVisualization plan with SDA
Hi everyone, I faced a strange use case while analyzing SDA consumption with Visualize plan. The data model concept is the following: I have a virtual table under my HANA schema coming from a DB2...
View ArticleRe: Unable to debug XSJSLIB from eclipse debug configuraiton
Hi,why don't you use the Web IDE (/sap/hana/xs/ide) and set a breakpoint in your xsjslib? Debug your SAP HANA XS application on Trial From my knowledge a debugging with eclipse is not...
View Article