Re: AFM Getting Started - Parse Error on Activation
Hi, no unfortunately not. Even though the error doesn't sound like it has something to do with priviliges, i checked my priviliges and they should be fine. Would appreciate your help!
View ArticleRe: How to call HANA store procedure in XS?
Hello Florian, I tried to call a procedure using the XS Procedures library and the XSJS service itself via a jQuery.ajax call but the procedure isn't executed. I will attach my code and may somebody...
View ArticleQuery the table CUFD
Hi All, I'm facing a difficulty while trying to get record from table CUFD with column 'TableID' in the where clause. I think the '@' sign cause the issue where I can filter this table with other...
View ArticleRe: How to call HANA store procedure in XS?
Hello Matthias, how looks your test.xsjs file where the request parameter "cmd" is checked and function "myProc" is called? Did you check if function "myProc" is reached? Best Regards,Florian
View ArticleRe: How to call HANA store procedure in XS?
Hello, The first coding sample is the code from test.xsjs And yes it's reached
View ArticleRe: How to call HANA store procedure in XS?
With reached you mean, you get no error when doing the ajax call? If the XSJS coding described above is all in your test.xsjs, the function is not called, cause there is no call implemented. I would...
View ArticleRe: How to call HANA store procedure in XS?
Then I get a Error "500 (Internal Server Error)" Regards,Matthias
View ArticleRe: How to call HANA store procedure in XS?
Hm, hard to say w/o knowing the whole code and package structure for comparison reasons. What says your debugger, where does it crash? What infos do you have in your browser dev tools?
View ArticleRe: How to call HANA store procedure in XS?
It's crashing by calling the stored procedure "discretizationODATA"
View ArticleSAP Hana - Data Preview of Attribute View fails
Hello, I have an Attribute View created in my package, and it uses tables from my schema. I was able to Validate and Activate the Attribute view after using the following SQL: GRANT SELECT ON SCHEMA...
View ArticleSFDC lightning connect with HANA
Hello, Does any one know how SAP HANA OData services works with SFDC lightning connector. I don't have any luck to find information related to this. ThanksMohan
View ArticleRe: SAP Hana - Data Preview of Attribute View fails
Hi Chandu,Thanks for your reply. But I do not have a SYS_BIC schema. (I have not created any Analytic Views, and also, I am using a trial account). see attached screenshot.
View ArticleRe: How to call HANA store procedure in XS?
Seems that in your procedure is an error. Can you surround your procedure call with a try/catch block like following to catch the error and return the message. try{ // ... procedure call}catch(e){...
View ArticleRe: Query the table CUFD
Hello Jeewan, what error message do you get? Best Regards,Florian
View ArticleRe: SAP Hana - Data Preview of Attribute View fails
Nish, looks like you don't have select privilege on _SYS_BIC schema. Once you get that privilege from your admin, you will be able to execute data preview. Regards,Chandu.
View ArticleRe: SAP Hana - Data Preview of Attribute View fails
I am the Admin as this is a trial account and I created it. Do you know how I can give Select privilege to SYS_BIC schema?
View ArticleRe: Database Triggers VS Procedures performance for specific column updates...
Hello Akash, sorry for the late answer. I created a little blog post for the approach I described before. "Transport" catalog objects like triggers, virtual tables ... Maybe you can find some useful...
View ArticleRe: Query the table CUFD
Hi Florian, No errors, Records have stored in the table with the same name that appear in the where clause. But no result found. Thanks,J S L Geeganage
View ArticleRe: Query the table CUFD
Hello, tested it on revision 85 and 97. On both revisions it works for me. What data type you are using for your column "TableID" (is used nvarchar). Best Regards,Florian
View Article