I’ve encountered the following error after installing a fresh SCSM 2010 RTM environment.The following error was displayed when accessing the Self-Service portal (EndUser & Analyst): Environment statistics...
While registering a Datawarehouse with Service Manager 2010 I got the following error in the eventviewer of the Datawarehouse server… A module of type "Microsoft.SystemCenter.Orchestration.Module.WorkflowWorkItemModule" reported an exception System.FormatException: String was not recognized as a valid DateTime. at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles) at System.DateTime.Parse(String s, IFormatProvider provider) at Microsoft.SystemCenter.Orchestration.WorkItem.ShredReader(XmlReader wiInstance) at Microsoft.SystemCenter.Orchestration.WorkItem..ctor(XmlReader wiInstance) at Microsoft.SystemCenter.Orchestration.WorkItem.GetWorkItem(String processCategory, String process) at Microsoft.SystemCenter.Orchestration.Module.WorkflowWorkItemModule.PollForNextWorkItemItem() at Microsoft.SystemCenter.Orchestration.Module.WorkflowWorkItemModule.OnDataItem(DataItemBase dataItem, DataItemAcknowledgementCallback acknowledgedCallback, Object...