Hi Dojo,
I´m triying to configure a dashboard gateway in a Windows server by following the steps specified in the DM help:
https://docs.dataminer.services/user-guide/Advanced_Modules/Dashboards_app/Dashboard_Gateway_installation.html
I have followed all the points except 2 and 3 in order to keep it as simple as possible.
When I try to get to the dashboard from another machine, I can see only a blank page like that:
The same in the gateway server using localhost instead.
My web.config file in the API folder looks like that:
If I use a wrong IP here, the result is the same so I think that the web.config is not working properly.
Any idea?
Thanks in advance!
Hi Manuel,
A good starting point to troubleshoot would be to check if the Dashboard server and your DM agent are communicating. You can check the API calls stack ('requests' and 'responses') using Wireshark to see if there are any issues there i.e. firewall blocking traffic on the specified ports, DM agent not responding, etc.
Regards,
Pawel.
Another test you can do is trying to connect from your Dashboard GW server with DataMiner cube to the DataMiner Agent (with the same host, user & pwd). The connection the Web APIs do from your Dashboard GW server to the DataMiner agent is very similar.
Hey Manuel,
At first sight your config looks correct to me. Did you convert your API folder into an application in IIS? (cfr step 4)
Hi Pieter, thanks for your reply.
I have connected to DM from the GW server using Cube and works fine. It seems like the web.config is not working. Do you think the settings are ok? I think that the redirection is not working and the web explorer tries to open the dashboard folder copied in the GW server instead the dashboard folder in the DM server.