Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
Selected Reading
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
Advertisements
