Hi,
Environment:
2 node DAG running Exchange 2010 SP3 RU12
The command startdagservermaintenance.ps1 fails with the following error message:
Exception setting "lastgreenreportedutc": "cannot convert null to type "system.datetime"."
at checkdatabaseredundancy.ps1:563 char:2
+ $dbredundancy.lastgreenreportedutc = $null
+ Categoryinfo: NotSpecified:<:> [], SetValueInvocationException
+ FullyQualifiedErrorId: ExceptionWhenSetting
I can run the checkdatabaseredundancy script on the server with no issues (lastgreenreportedutc has a current date for all databases)
The datacenteractivation parameter is set to off
Any suggestions
Leif Pedersen