HI,
we have 11 content DBs and we are migrating it through DB attach method. All the DBs were successfully migrated and working fine except one DB.
we ran the powershell upgrade command also after DB attach. but no use. when we try to open any site from that DB we are getting below error
Server error: http://go.microsoft.com/fwlink?LinkID=177673
in the logs, i repeatedly see the below error apart from missing features
File reader could not understand line 3. Line was: [powershell] [SPUpgradeSession] [INFO] [6/25/2013 12:42:41 PM]. Error was: System.FormatException: String was not recognized as a valid DateTime.
at System.DateTimeParse.Parse(String s, DateTimeFormatInfo dtfi, DateTimeStyles styles)
at UlsGump.Column.TimeColumn.ParseTime(StringFacade timeString)
at UlsGump.UlsEntry.SetEntryFromThread(StringFacade[] threadFacades, StringCacheFile stringCacheFile, Int64 messageLocation)
at UlsGump.UlsEntry.ReadFromUlsBuffer(Char[] buffer, Int32 bufferStart, Int32 bufferCount, StringCacheFile stringCacheFile, Int64 fileStart)
at UlsGump.FilePump.ReadJob()
Any suggestions/ideas on cause of this error?
Aruna