Re: Error Excel - ODBC
How do you get to this error message?Does the error already occur when trying to select data in MS Query or when you try to refresh the data in MS Excel?Which Excel version are you using anyhow?The...
View ArticleRe: Series Table : meaning of declaring it as Equidistant missing elements...
Hi Lars, Thank you for your quick reply. Yes I have tried to insert values with a notable gap and it gets inserted. Something like this I tried : insert into "SERIES_DATA"."ELECTRICITY_CONSUMPTION2"...
View ArticleSAP HANA Model validation error - Index out of range
Hi, Creating a simple Attribute View using the SYSTEM user. 1. Log on with SYSTEM2. CREATE SCHEMA EFASHION3. CREATE THE TABLES UNDER EFASHION4. LOAD DATA INTO TABLES5. GRANT SELECT ON SCHEMA EFASHION...
View ArticleRe: SAP HANA Model validation error - Index out of range
Hi Venkata Ramana Paidi,, What type of tables have you created under the EFASHION Schema? BRPrabhith
View ArticleRe: Join two tables having time period data
Thanks Dubravko Katulic for the replies. I am able to get the correct ouput by using the case statement query provided above
View ArticleRe: SAP HANA Model validation error - Index out of range
Hi Prabhith, I have created the sample efashion schema tables like article_color_lookup, article_lookup, article_lookup_criteria, calendar_year_lookup, outlet_lookup, production_promotion,...
View ArticleRe: Data migration from SQL Server 2008 to SAP HANA
Hi, Please excuse me for the question, it might sound silly but I am not an expert on using SAP and have just about knowledge with c and c++ language. I have somewhat similar question. I have...
View ArticleSteps to Connect my local client to sap hana
Hi, I have a server-client app. The client is written in C and I use the client to connect to server and read data structure from it.Now, I want to connect this client to sap hana server and send the...
View ArticleRe: Steps to Connect my local client to sap hana
What are you using to connect the client today? ODBC perhaps? Or JDBC? HANA supports ODBC, JDBC, .Net Provider and drivers are available as part of the HANA Client installation. HANA also support...
View ArticleRe: Steps to Connect my local client to sap hana
I have server running on another local computer (ideally it would be intelligent electronic device in future) and I use the ip address to connect to that computer. I am totally new to this field. I...
View ArticleXSOdata Filters
Hi All I am trying to filter an XSoData URL based on a measure field but in meta data the property for the field is showing as below , the sap:filterable="false" is not allowing me to filter on this...
View ArticleRe: Use different column Name in Analytic View depending by logon session...
Hi, Yes..Goto Quick launch tab--> Migrate--> Add---> OK This model will be in a multilingual now. BRSumeet
View ArticleHow can I read a text file inside the .xsjs?
I need to read line by line of a text file just like FileReader and BufferedReader in Java. It contains a script SQL to insert data in my DB. Can I use some API?
View ArticleRe: How can I read a text file inside the .xsjs?
There is no API that allows you to access the file system of the server in XSJS. You would need to upload the file from the client side and it will appear as a array buffer in the request object. From...
View ArticleRe: Procedure for inserting a record in HANA
Hello Meenakshi,I think the way you are passing the values for i/p is not correct.Can you replace :row directly with the table in the select query, just to check if the problem is with input parameter....
View ArticleRe: How can I read a text file inside the .xsjs?
And what if you make a request to the file in the server side?I mean, something like an XMLHttpRequest to the file-path-in-the-server.I've done that from javascript, but I don't know if you can make it...
View ArticleRe: How can I read a text file inside the .xsjs?
The file would have to be exposed via a Web Server. You can use an HTTP destination that just points to the local file system of the server.
View ArticleXSJOB won't activate, invalid file content
Hi experts, I'm trying to get a simple XSJOB working, but HANA Studio repeatedly tells me "Invalid file content" when I want to activate the following: { "description": "Queue worker job",...
View ArticleHow do I develop in the HANA Developer edition
So I have an instance of the HANA Developer edition running on AWS, I am linked to this from my eclipse studio, but how do I start to create artifacts? I login as CODEJAMMER as per the instructions but...
View ArticleRe: How do I develop in the HANA Developer edition
> Do I have sole access in my instance as CODEJAMMER and code away happily as that user?Yes. You have your own private HANA instance and that user basically has super user rights. You can do just...
View Article