- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Exposing xsjs file data through web browser in SAP HANA
Note that you have to ensure that Port number 80+<Port Number> should be open on network. Also URL you are using should be properly built. Below is correct path:
server:port/repository_path/file_name
In your case, you should be using:
host: hanacloud port: 8000 (80 + instance_number) SAP HANA Repository tree: mdo -> sap -> sflight -> test -> test.xsjs
So your URL should be in this format:
hanacloud:8000/mdo/sap/sflight/test/test.xsjs
- Related Articles
- Connection to SAP HANA and exposing data in Design Studio
- Exposing employee master data from SAP HR system using Web Service
- Path for file based data backups in SAP HANA
- Content of property_orcl.ini file in SAP HANA Smart Data Access
- Use of SAP HANA Live browser
- Enabling Web dispatcher in SAP HANA Studio
- Table type while importing data from flat file in SAP HANA
- Table mapping while data replication from flat file in SAP HANA database
- Different mapping options in SAP HANA while importing data from flat file
- Using configuration file orcl.ini to add Oracle data source in SAP HANA
- Data compression in SAP HANA
- Java Web application pointing to SAP HANA locally
- Using SAP Web Service from WSDL file
- Data Compression in SAP HANA system
- Data Replication techniques in SAP HANA

Advertisements