We had deployed some dashboard in our Cube (Great KATA #20 https://community.dataminer.services/video/kata-20-integrating-dashboards-in-dataminer-cube/#comment-17998 ).
In our LAN works fine, even if we acces to the CUBE with the local IP or with the dataminer.services URL
Now we had deployed our DMA in the cloud. But we have a trouble in the visio file:
the viso has "LOCAL IP" and we tried changed the LOCALIP to the name of the server "HOSTNAME" or "localhost", but the cloud doesn’t resolve correctly. The localhost or "HOSTNAME" resolve to LOCALIP, so doesn´t works in the cloud access.
The visio has this link:
#http://HOSTNAME**/dashboard/#/db/MNTD_Tests/Syncmonitor.dmadb?data=[EscapeDataString:{ "version" : 1, "feed":{"elements" : ["[this elementID]"]} }]
** We tried HOSTNAME, localhost, localIP, dataminer cube Url·
I think it must be a problem with the cloud parameters. We have been deploy the cloud two weeks ago.
Dashboard inside the cube (in the LAN. the acces is through the dataminer.services, the system resolve local IP OK)
Access to teh cube outside the LAN. Obviously does´t access to the local IP
BR
Rodrigo
Great KATA Course
Hi Rodrigo,
Rather than using any hardcoded hostname or IP, I suggest using <dmaip> in your URL instead. This will then get replaced by the correct hostname when connecting over LAN or over dataminer.services.
An example to embed the entire Dashboards app:
#https://<dmaip>/dashboard/
Note that you will need to authenticate again when connecting over dataminer.services.
Indeed, however you should not enter an IP address in the Visual Overview configuration. Instead, you can replace that with instead which will get replaced by the domain name, see https://docs.dataminer.services/user-guide/Basic_Functionality/Visio/reference/Placeholders_for_variables_in_shape_data_values.html#dmaip
Sebastiaaan,
thanks for your answer.
When I write LocalIP is the Ip of the Server of the DMA
For example if the IP of the Server AGENT is 10.10.10.43. Is the 10.10.10.43?
we are reviwing all the cloud setup (Https, certifcates, IIS,….)