Re: HANA Modelling views || Fields not visible in Data Foundation
Yes, I can able to open table definition and can see content too. Only issue is not able to progress with any HANA view. please guide
View ArticleODBC-Error 08S01
Hello, I tried to establish the function mentioned in the Video below: SAP HANA Academy - Text Analysis: 12. Using Python ODBC to load Binary documents - YouTube I installed the SAP Client and added...
View ArticleRe: HANA Modelling views || Fields not visible in Data Foundation
Hello Spandan, I have the same problems using the HANA Tools 2.2.8 in combination with HANA revision 102.3. For me it seems to be a bug in the HANA tools, but I didn't find any correction note or...
View ArticleRe: SAP HANA Live Views for ERP
HelloI know this is old ( Year later)..any update on the VDM properties tab?
View ArticleRe: HANA Modelling views || Fields not visible in Data Foundation
Yes, Even for me it is working after creating local repository. but I would like to use modelar.
View ArticleRe: HANA Modelling views || Fields not visible in Data Foundation
There is no relation regarding the local repository. It works for me in both cases.
View ArticleRe: Read body in XSJS
Hello Chad, your coding looks ok (although with that little crazy URL determination ). Did you check if your request has the payload? Does the "undefined" message really occur for the $.request.body...
View ArticleRe: Hana Smart Data Integration - ECC tables Migration to HANA
Hello Manikanta, I think your a qualified answer you have to describe what you wanna do. Do you wanna replicate data from an ECC system using MSSQL to a HANA DB or you do wanna replace your MSSQL DB by...
View ArticleRe: Read body in XSJS
Chad, I think your issue is that you may be using the incorrect url.. or may need to consider a relative path to your xsjs service. also, I noticed you are posting an object but in your url you are...
View ArticleRe: HANA Role for Data Preview at Sub Node level in HANA Modeling View
>>In that calculation View, you are using join node and your join node name is Join_1,then one more column View will be created in_SYS_BIC --> <Package_Name>/CV_TEST/dp/Join_1AK: Using...
View ArticleRe: Error: Unsupported Encoding ISO-8859-1, only UTF-8 supported
Hi Tejas, if you cannot find quick fix, you may find the related file in your pc, such...
View ArticleRe: Read body in XSJS
Hi Florian, I test it via destination, and it's seems like that there is no content in request.body.But there is content in payload. And I'd like to know how did you debug a POST request? My POST can't...
View ArticleRe: ODBC-Error 08S01
Looks like a problem on the SAP HANA server side. Apparently it's trying to allocate memory, but getting an error while doing that ("allocation failed").The next step would be to check the indexserver...
View ArticleRe: Read body in XSJS
I debugged it called from a UI5 app running in XS. But I tried it also from a HCP UI5 app via a destination with success. Can you show your whole xsjs coding if there is more than you have already posted.
View ArticleHow to connect to My HDB Server using JDBC
Hi Experts, I am trying to connect to my SAP HANA DB Server with following code. package connection;import java.sql.*;public class ServerCon { public static void main(String[] argv) { Connection...
View ArticleRe: How to connect to My HDB Server using JDBC
Is your HANA system an on-premise system or a system in the cloud? If it is in the cloud, did you open a DB tunnel or use the service channel functionality of cloud connector?
View ArticleRe: How to connect to My HDB Server using JDBC
Thank you for your replay Florian Pfeffer, Yes my system is hosted in the cloud. But i am not sure what is DB tunnel or service channel functionality of cloud connector as i am new to SAP HANA...
View ArticleRe: How to connect to My HDB Server using JDBC
DB Tunnel: Open a Database TunnelHCC Service Channel: Configuring Service Channel (for that of course you need to have installed the HANA Cloud Connector -> Installing the Cloud Connector)
View ArticleRe: Hana Smart Data Integration - ECC tables Migration to HANA
Hi Florian, Thanks a lot for a quick reply.. Yes we wanna replicate data/tables from ECC system (MSSQL) to HANA DB using SDI. I want to know which adapter we can use for this SDI integration....
View ArticleRe: Read body in XSJS
Hi Sergio, Thank you for your suggestion.While, the issue is not response body, but request body.It's still can't get body of request. I think it's maybe because of something of HCP trail.Could you...
View Article