Re: Fuzzy search logic support alphanumeric
You would have to use Regular Expressions LIKE_REGEXPR - SAP HANA SQL and System Views Reference - SAP Library Regards,Krishna Tangudu
View ArticleOData problem: ERROR [SQL-258] insufficient privilege: Not authorized
Hi, I want to simply access a sap hana table via a website and I use the OData service for this. My table is located in a custom NEO schema. When I run my .xsodata file this page opens: But when I...
View ArticleRe: HANA STUDIO 2.0 and Tenant DB (HANA SP09)connection problem
http://help.sap.com/saphelp_hanaplatform/helpdata/en/ff/e46fc6c592466d847047b7587476fb/content.htm The link above is for information on how to map network for database client when multiple networks or...
View ArticleRe: OData problem: ERROR [SQL-258] insufficient privilege: Not authorized
Hello Leon, was the grant of the role to your S-User using the grant procedure successful? Regards,Florian PS: As you are using the shared HANA instance on the HCP trial, you should consider the latest...
View ArticleRe: HANA STUDIO 2.0 and Tenant DB (HANA SP09)connection problem
Helloyou don't have to provide the port, just give the correct Tenant DB name with host and instance number.I am working on a machine with 3 Tenant DBs and all of them have different ports then 30015,...
View ArticleRe: SDI Adapter for RedShift Database
http://help.sap.com/download/multimedia/hana_options_eim/SAP_HANA_EIM_Adapter_SDK_en.pdf
View ArticleRe: OData problem: ERROR [SQL-258] insufficient privilege: Not authorized
Hi Florian,I executed the HCP succesfully and now it works! I assume that I can still work with the XS engine when using the MDC approach(?) One more question: How should my xsaccess file look if I...
View ArticleRe: Web IDE for SAP HANA SPS 12 Installation: XSA_CLIENT_10
Hi Dirk, Have you upgraded to SP12 XSA?From the logs I see a product installer version which I think was used in SP11 XSA.Ralf Belger: Any ideas? Regards,Omer.
View ArticleRe: Web IDE for SAP HANA SPS 12 Installation: XSA_CLIENT_10
Yes, think so. Our admin told me, that he did. And I would think it is, because Marc said, that new Version XSA 1.0.24 would come with SPS12 and this is what I can see on our system.
View ArticleRe: OData problem: ERROR [SQL-258] insufficient privilege: Not authorized
Hello Leon, yes, the current MDC offering brings you a SPS10 tenant db with a XS Classic. Regarding the "not authentication method", you have to set the "Public (No Authorization Required)" option in...
View ArticleSAP DBTech JDBC: [403]: internal error: Cannot get remote source objects
Hi all.I followed This excellent guide and SAP official documentation and installed and configured SDI.I can easily create virtual tables and import data, using flowgraphs and replication tasks, based...
View ArticleIs there a way to stop loading a SAP Schema's tables into memory during startup
Is there a way to stop loading a SAP Schema's tables into memory during startup of SAP HANA?Or alternatively, how to unload whole Schema's tables from memory. I know we can unload tables one by one...
View ArticleHow to Check who created/last modified any view in HANA?
I want to check who is the creator of any view or who last modified any view. Where I can check the same?
View ArticleRe: Regarding Import From statement in stored procedure
Hi Gupta, Thanks for your reply. I am creating the procedure like: CREATE PROCEDURE proc_import_csv AS v_sql varchar(400) := '/tmp/data.csv';BEGIN EXEC 'IMPORT FROM CSV FILE ''' || :v_sql ||...
View ArticleRe: How to Check who created/last modified any view in HANA?
You can query the ownership of the view:http://help.sap.com/hana/SAP_HANA_SQL_and_System_Views_Reference_en.pdf Also you can look into the M_OBJECT_HISTORY.Changes should be recorded there too
View ArticleRe: How to Check who created/last modified any view in HANA?
on the project explorer.. right click on your hana view --> show in --> history
View ArticleRe: Is there a way to stop loading a SAP Schema's tables into memory during...
did anybody used this parameters:statisticsserver.ini [statisticsserver_array_CS_UNLOADS_SCHEMA_NAMEsourcecolumn or sourceschema?Just to clear the requirement i want to stop loading data into memory...
View ArticleRe: Importing mutiple records into hana using xsjs
Hi Sergio, Your article was very helpful. Thank you. 1) Could you also suggest some good documents for Javascript used in hana application development 2)Is that regular script, or different in HANA?...
View ArticleRealtime SDI flowgraph issue
Hi, Created a Realtime SDI flowgraph, with one to one transformation like Source table -> Filter -> Hana Table and executed using the statement CALL Proc. got error on specific column as "max...
View ArticleRe: Importing mutiple records into hana using xsjs
kindly, Please mark questions correct or helpful. as far as JavaScript.. the xsjs code you see is server side JavaScript. as far as client side JavaScript, you can see any JavaScript code training such...
View Article