Hi Community,
Our DMA is up and running on the server (all the ports are opened for the protocol https) and able to connect from both cube and browser with all the networks except with my Mobile's Wi-Fi (my colleagues' mobile Wi-Fi too). Any help will be appreciated.
Hi Alberto,
Yup, 52.202.133.170 is the public ip of the server where the DMA is running.
There are two options for gRPC
- Configure gRPC from the client:
Since 10.3.7 you can select the settings cog from the bottom right of the client.
Select Connection Type: gRPC
2. Server setting:
Modify the ConnectionSetting.txt file to comment out (add # at the start of the the line)
type=RemotingConnection;polling=1000;zip=true
Add new line:
type=GRPCConnection
Thanks Ian, this helped us to fix the issue.
Is that your public IP in the screenshot?