Problem:

The following error may appear for some users while trying to access Ax Management Reporter.  This can be due to either the client being outdated or the time is more than 1 minute different than that of the Ax Management Reporter Server (PRDSSRS02).


"Can't communicate with server. Would you like to specify another server"


Resolution:

Run the following from an administrative command prompt:


net stop w32time 

w32tm /unregister 

w32tm /register 

net start w32time


w32tm /config /syncfromflags:domhier

w32tm /resync


net stop w32time 

net start w32time