Cannot get Data Provider outline
Hi, I created an Analytic view with three tables. The middle table is an association table which connects the two tables with ID's. I activate it fine and then when I go to do the data preview I get:...
View ArticleRe: SLT Configuration Error Occured when selecting from database
Update HANA client on SLT server to the same version of HANA target system. My case works.
View ArticleIN ODATA, How to pass Timestamp data using POST method
Dear all I am trying to insert a record into a HANA column store table using ODATA service. POST URLhttp://hanadrp.sial.com:8000/sial/sapnext/generic/odata/uidatetime.xsodata/UIDateTime Message one{...
View ArticleRe: HANA Studio: Load blank values from FlatFiles
Lars - not sure if you have seen this but this is a common problem if you export tables from ECC to a flat file and try to load them into a HANA schema which has taken the tables from another HANA...
View ArticleAble to view the analytic (couldn't display) view under _SYS_BIC but with a...
Hii. I created an analytic view named AN_SALES_OVERVIEW IN Eclipse IDE systems using my HANA cloud trial instance. I've completed all the steps of creating an analytic view and activated it, but once I...
View ArticleRe: IN ODATA, How to pass Timestamp data using POST method
Hi Arvind, Are you passing proper Authirization, content type and X-CSRF-Token during POST. regards,Shreyansh
View ArticleHow to disable auto commit on data preview?
Hello everybody I'm working with temporal tables and I need to disable the autocommit option on my SQL Console. This is easy to be done as was explained with details in another discussion....
View ArticleRe: HANA Studio: Load blank values from FlatFiles
Thanks John, for your inputs. A team mate of mine came up with an idea to load blanks. We have to replace all null values(,,) with one blank space(, ,) and then when using the import wizard , you have...
View ArticleRe: HANA Studio: Load blank values from FlatFiles
Right that makes sense. Just you have to parse the CSV carefully to make sure you don't get unintended side-effects. In practice that can be tough.
View ArticleRe: HANA Studio: Load blank values from FlatFiles
Yes, the problem is that in AS ABAP, the null value for a NUMC field of length X is the 0 digit X times. Of course, that is not null for any DB, including HANA itself.
View ArticleRe: HANA Migration issue
Hi, I am also facing the same issues while importing to HANA like krish murthy said. We splited the tables & import were not started of those tables. Rest of packages & tables were importing....
View ArticleRe: HANA Migration issue
SAP used to require that you use a certified migration consultant because migrations are tricky. You need to provide detailed information if you need assistance, or raise a support request with SAP....
View ArticleError while creating Attribute View
When I try to get Attribute view through two joined table with same type join indices I get following error ; Could not execute 'CREATE COLUMN VIEW "_SYS_BIC"."MyDB/TEAM_EVENT" TYPE JOIN WITH...
View ArticleRe: Cannot get Data Provider outline
In my association table I had them as stings and in my other tables as integers. It worked in the Attibute view but not in analytic. Thanks Krishna.
View ArticleHow to use openquery to populate a HANA table from an SQL Server
Hi, I have the following script which I run in SQL Management Studio. insert openquery(HANALINKEDSERVER, 'select "ssn" from "TEST"."testlinked" ') values (10) There is a linked server to HANA named...
View ArticleRe: Resetting a sequence
Hi @ Fernando, The Alter Sequence is not supported within the procedure. @ Lars : I knew it is not a good design but still want to know how to do it... ThanksSrivatsan
View ArticleRe: Resetting a sequence
I didn't write that it was bad design. I wrote it is a bug You can do it via EXECUTE IMMEDIATE 'ALTER SEQUENCE <seq. name> RESTART WITH <value>'; from within a stored procedure. But it...
View ArticleRe: How to disable auto commit on data preview?
Hi Lars, thanks in advance. I have tried this way but still getting the same error.You said that history table maybe couldn't be a good choice. Why? Is it difficult to implement? Have a bad...
View ArticleRe: How to disable auto commit on data preview?
Hmm... the AS OF UTCTIMSTAMP syntax worked for me.However, the SET HISTORY SESSION likely won't work. As for why I think it's not a great tool, you may checkTime Travel (History Table) in HANA with SLT...
View ArticleRe: IN ODATA, How to pass Timestamp data using POST method
Thanks Shreyansh to take time to reply Here below is the preview of the message from the POSTMAN preview buttonI really am not sure what is the X-CSRF token? POST...
View Article