Hello everybody,
I'm facing an issue as it is the first time I develop something in SAP HANA.
For now i've been testing my code with postman in chrome. I only had to connect to the HANA DB with user SYSTEM and the password via "web development workbench" from SAP CAL, and used my url to connect to the code:
http://<dinamic IP>:8000/project path/admin.xsjs
If I try to test my code without being connected to the db, I get this error:
Found the following errors:
===========================
TypeError: Transaction.conn is null (line 76 position 1 in /sap/hana/xs/libs/dbutils/xsds.xsjslib)
The problem comes when I try to link an application to the HANA db. This application is done by my client. They used Unity3D to develop the software, and they gave me a simple C# class that connects to a given URL.
If I put that same URL I use with postman, i get the error above as well. This has sense, but I don't know how to solve this problem.
Does anybody knows how to connect to my HANA DB from an external source?
Thank you very much.