Re: Fail to drop fulltext index
As Lars suggested, find session that hold a lock on the table and kill the session(s). The SQL documentation shows how, but sometimes sessions just don't react to the kill signal. In that case, a...
View ArticleRe: Connecting SUP with HANA DB
Hi Venkat, The current approach to connect HANA to SUP is still considered a "hack". Like I said earlier, you basically need to copy the jdbc client to your SUP server and Mobile SDK, and then...
View ArticleRe: PAL - Script Execution error
Hi,The Script Server is part of the HANA server and needs to be running for the PALs to work.This tutorial shows how to turn it onhttp://www.saphana.com/docs/DOC-2910GreetingsAndreas
View ArticleDelta Merge of a TEXT Column
Hi all, I plan to port our data to Hana. Each data row contains, among others, a text document that should be searchable, its size might be anything from 200 byte to say 20kbyte. From the documentation...
View ArticleRe: XS Engine Debugging Support
In your system configuration, go to xsengine.ini. Under httpserver, make sure you have a node named developer_mode. Set developer_mode = true. Now any system errors or dumps will be sent back to the...
View ArticleRe: at the moment it is not possible to create the SAP HANA Developer Edition
I was able to create a new instance with Rev 48I filled all the fields on the form along with the Amazon AWS number and it took me to AWS to create.
View ArticleRe: Thank you for your interest in the HANA on AWS trial! - HANA Developer...
I was able to create. Refer to message http://scn.sap.com/message/13834583#13834583
View ArticleRe: How to load CSV files into HANA
Kaustubh: The environment of SAP HANA Studio has changed with the introduction of SPS5...when you create an Information View, on the view type you can choose if you want to create an Analytical View or...
View ArticleRe: How to load CSV files into HANA
Bevinahalli: If you need to do that, then IMPORT it's not for you... You need to the following...in the SAP HANA Studio... Choose File --> Import. Then on the pop-up window choose SAP HANA Content...
View ArticleRe: SAP HANA SP5 - OData for Calc. view with parameters
Hi Ronald, check out Thomas Jung's video blog http://www.youtube.com/watch?v=Jfj5StUHnTA Bottom line: it's not important what you choose as service namespace. I would just recommend to keep it...
View ArticleRe: How to load CSV files into HANA
Hi Blag, Thanks for the info. Now atleast I am able to add table by select Add Object and then searching for the NASDAQ table. Earlier I was searching for P1738443363. Now the problem which I am facing...
View ArticleRe: How to load CSV files into HANA
Hi Blag, I was able to add NASDAQ using add object in attribute view. The problem was I tried to do mapping of schema where I mapped P173844363 to ECC6 when I removed it i was able to...
View ArticleRe: How to load CSV files into HANA
Kaustubh: You don't need to "find" the table...just go up to the navigator section on the right....find your schema and drag and drop the table. If you're going to an Attribute View on the Analytical...
View ArticleRe: How to load CSV files into HANA
Blag, Appreciate your help at all stages and big thanks again and again. As you said I was able to do most of the things. Now I am able to create the attribute and analytic view the terminology has...
View ArticleRe: How to load CSV files into HANA
Kaustugh: It's true...SPS5 has changed a big deal...however, you don't need to worry about private attributes and measures...when you select the fields, the ones that can be calculated are going to...
View ArticleRe: Delta Merge of a TEXT Column
Thanks, Lars, this sheds some light on the issue, but it also opens some new questions: I was writing about a TEXT column, but as a matter of fact, Hana Studio does not allow to create TEXT columns at...
View ArticleEditing Atttibute view
Hi all, I have created some attributes in HANA from different Schemas using trial version.Once the view is created, I want to edit that view. I could not find a way to edit, can someone please help me...
View ArticleRe: Delta Merge of a TEXT Column
Hi again. It's correct that the graphical table editor doesn't provide the option to create columns for all data types. As this tool is mainly meant to serve monitoring and checking purposes.To...
View ArticleRe: How to load CSV files into HANA
Ibran: The problem is that you can't import something from you local computer using a script...you must upload your CSV file to the FTP Server and create a ctl file...like is detailed in here......
View Article