Index: src/EBox/RemoteServices/Model/ReportsInfo.pm===================================================================--- src/EBox/RemoteServices/Model/ReportsInfo.pm (revision 21246)+++ src/EBox/RemoteServices/Model/ReportsInfo.pm (working copy)@@ -140,7 +140,7 @@ if ( defined( $lastGen ) ) { $latest = POSIX::strftime("%c", localtime($lastGen)); # Show the link message- my $domain = $rs->confKey('domain');+ my $domain = $rs->confKey('realm'); my $subsName = $rs->confKey('subscribedHostname'); my $reportURL = "https://www.${domain}/services/report/latest/${subsName}/"; $link = __x('{oh}Download{ch}',Index: ChangeLog===================================================================--- ChangeLog (revision 21251)+++ ChangeLog (working copy)@@ -1,4 +1,5 @@ HEAD+ + Fix last report link in Subscription page + Catch all exceptions when the server is not connected to Cloud + Add reportAdminPort to let Zentyal Cloud know the TCP port where the server UI is listening to