cobi.wms:hana_proxy
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
cobi.wms:hana_proxy [2023/08/09 16:26] – tkammer | cobi.wms:hana_proxy [2023/11/21 19:55] (current) – tkammer | ||
---|---|---|---|
Line 14: | Line 14: | ||
<code bash> | <code bash> | ||
- | version=1.6.0 # Don't forget to set this variable! It's used in the following commands. | + | version=1.7.0 # Don't forget to set this variable! It's used in the following commands. |
cd /root | cd /root | ||
wget https:// | wget https:// | ||
Line 49: | Line 49: | ||
<code bash> | <code bash> | ||
- | version=1.6.0 | + | version=1.7.0 |
cd /root | cd /root | ||
wget https:// | wget https:// | ||
Line 59: | Line 59: | ||
</ | </ | ||
- | ===== Troubleshoot | + | ===== Troubleshooting |
- | If you suspect that HANA Proxy may not be working properly even though it is running, you can test a few things. | + | If you suspect that HANA Proxy may not be working properly even though it is running, you can test a few things. Note that some of these instructions are quite technical and require some IT knowledge. |
- | First of all see if it' | + | ==== TCP Port Probing ==== |
+ | |||
+ | First of all, test if HANA Proxy is reachable from another machine. | ||
<code bash> | <code bash> | ||
Line 69: | Line 71: | ||
</ | </ | ||
- | On MS Windows you could also use '' | + | On MS Windows, you could also use '' |
<code powershell> | <code powershell> | ||
Line 77: | Line 79: | ||
If the port doesn' | If the port doesn' | ||
- | Once you've made sure that the port itself is reachable, you can test if HANA Proxy can execute queries. | + | ==== Test Query ==== |
- | First copy the following HANA Proxy command into a text file, let's say '' | + | Once you've made sure that the port itself is reachable, you can test if HANA Proxy can execute queries. |
+ | |||
+ | **Note:** It's important that the '' | ||
+ | |||
+ | First, copy the following HANA Proxy command into a text file, let's say '' | ||
<code json> | <code json> | ||
Line 91: | Line 97: | ||
</ | </ | ||
- | The host can be " | + | The host can be " |
- | Now you can send the command to HANA Proxy with the following command: | + | Now you can send the command to HANA Proxy with the following command, assuming that '' |
<code bash> | <code bash> | ||
- | ncat localhost | + | ncat 192.168.16.30 |
</ | </ | ||
- | The example assumes that you're running this command on the same server as HANA Proxy, which is why it uses '' | + | Alternatively, |
+ | |||
+ | <code bash> | ||
+ | nc -N localhost 30075 < hptest.json | ||
+ | </ | ||
- | When you execute the command, the results of the query (or at least an error message) should be returned in JSON format. If you're not receiving any JSON response at all, make sure that HANA Proxy is running, that the IP address or hostname you've used is correct, and that port 30075 is open and not blocked by any firewall. | + | When you execute the command, the results of the query (or at least an error message) should be returned in JSON format. |
cobi.wms/hana_proxy.1691591208.txt.gz · Last modified: 2023/08/09 16:26 by tkammer