SAP HANA EXPORT AND IMPORT TO ANOTHER HANA DB
Hi experts, i have two HANA Databases, i have successfully exported a HANA DB from server one and i have written a query to import into server two but i get the error below; How do i get access to...
View ArticleSpatial query takes a long time to execute
Dear SAP, I've approx 9.7 million rows, geometry is stored as ST_Geometry and only has ST_Point types.Data is stored in SRS_ID 4326.When I query a very small area, thing are reasonably fast (< 0.5...
View ArticleRe: SAP HANA EXPORT AND IMPORT TO ANOTHER HANA DB
There's a misconception here.'Export' will write data to your source HANA server only.And 'Import' can read from the target HANA server only. So you can't use Windows disks like 'D:\export' or...
View ArticleLoad Unstructured text data into HANA DB
Hello Experts, I am trying to load unstructured textual data into HANA DB which I am getting from another source(say facebook Posts and Comments). My Table is like this: INSERT INTO "SCHEMA"."TABLES"...
View ArticleRe: SAP HANA EXPORT AND IMPORT TO ANOTHER HANA DB
Hi Josef, transfer as in copy the source folder to the a folder or location in the target? If so, i tried to copy but it did not copy or could not copy. Sorry for the CAPS regards
View ArticleRe: SAP HANA EXPORT AND IMPORT TO ANOTHER HANA DB
Ask your Linux sysadmin for help.Copy would be one option.You might also get a shared NFS drive. regards
View ArticleRe: Load Unstructured text data into HANA DB
would this help? ESCAPE_SINGLE_QUOTES https://help.sap.com/saphelp_hanaplatform/helpdata/en/88/5b059cc20340979c8927c9301ceb63/content.htm
View ArticleRe: Load Unstructured text data into HANA DB
there is also ESCAPE_DOUBLE_QUOTESESCAPE_DOUBLE_QUOTES - SAP HANA SQL and System Views Reference - SAP Library
View ArticleRe: JSDoc HTML generation via SAP HANA WEB IDE: Problem analyzing some .js files
Hi Simon, after installing nodeJS on windows, I've installed nodeJS using npm install -gAfter that, I'm able to execute jsdoc generation in command prompt for single files specifying the js file...
View ArticleLastDay of the previous month
Hi, I can have firstday of the current month using: leftstr(string(now()),4)+midstru(string(now()),6,2)+'01' can you please let me know how can i define the last day of the previous month. Thank you in...
View ArticleRe: LastDay of the previous month
Hello, I assume, due to the used functions, that you are working in the modeling environment. Following expression determines the last day of the previous month based on the current day.Basically the...
View ArticleRe: hana Hcp Authorization and Privillages error
Hello Megha, I assume, from what I have seen out of your recent posts, that you are using the shared HANA trial instance. On the shared HANA trial instance you do not have privileges or can assign...
View ArticleRequest execution failed due to missing privileges
Hi , I am going to create user and roles using SAP hana web development workbench , i have followed the urlhttps://s12hanaxs.hanatrial.ondemand.com/sap/hana/ide/ it shows like below and If i...
View ArticleRe: Request execution failed due to missing privileges
Hello Selvaraj, on the shared HANA trial instance you have no privileges to access the Security and Traces functionalities. There is also no option to get the privileges. You should use the MDC HANA...
View ArticleSAP HANA SPS 12: SHINE install
Hi, I tried to install SHINE SPS12, but I'm not sure to do it.On the marketplace is an .zip file. But all descriptions are regarded to .tgz files. Hana Studio DU accepts only .tgz and WebIDE gives me...
View ArticleRe: SAP HANA SPS 12: SHINE install
Which SHINE version did you download? There are separate XSC and XSA versions available for SPS 12. What is the name of the file HCODEMOCONTENT* or XSACSHINE*? For HCODEMOCONTENT - that is the XSC...
View ArticleRe: SAP HANA SPS 12: SHINE install
Hi Thomas, thanks for your fast response.Yes, I'll install the XSA Shine content. (XSACSHINE01_12-70001276.zip) Sorry, for the little information above. And now I know why I was confused by the...
View ArticleRe: SAP HANA SPS 12: SHINE install
Thomas, one more question.If our developments are in the DEV Space, may I also install this content in the DEV Space? This sample in the guide, shows the PROD Space...
View Articleexplicit key for calculation view.
I have a calculation view which has some input parameters. I am exposing this view via xsodata. The problem is it gives error when I try to define key as an existing column name. It however accepts...
View ArticleRe: LastDay of the previous month
Thank you Florian,it worked for me.You are the star as always.Best Regards - ERP
View Article