I have this error when I try to share a dashboard. The agent is cloud connected with a valid cloud session.
Browser logs show:
{
"type": "https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/500",
"title": "Error with reason DmsTunnelConnectionNotFound occurred",
"status": 500,
"errorCode": "DmsTunnelConnectionNotFound",
"traceId": "00-3b3bed8bd08777c39f7bc18377ee2ced-0b872f43188743e0-00"
}
After looking at the logging from the CloudGateway (%programdata%/Skyline Communications/DataMiner CloudGateway/Logs) we found that the connection to the cloud was not setting up correctly. Restarting the CloudGateway service in the task manager did the trick.
Thanks for the help Baptiste.