SharePointforAll
This is the best place to find out everything that Quest is doing around SharePoint, plus where we will give guidance on all things SharePoint

Backup list empty after discovering TSM backups.

rated by 0 users
Not Answered This post has 0 verified answers | 1 Reply | 1 Follower

Top 10 Contributor
Male
42 Posts
Konstantin Vlasenko posted on Fri, Sep 18 2009 10:07 AM

Issue
The TSM backups do not discovered by Recovery Manager for SharePoint (RMSP)
PythonWCF.log file contains: String was not recognized as a valid DateTime.

Reason
RMSP 3.0 (and older) tries to use "en-US" culture to convert the date string for a TSM backup
RMSP 3.1 tries to use client computer current culture to convert the date string for a TSM backup
The error will occure in case if date string format differs from expected culture.

Resolution
For RMSP 3.0 open the outputparser.py file.
For RMSP 3.1 open the backuplist.py file.

Then find the DateTime.Parse(time, CultureInfo.CurrentCulture) or DateTime.Parse(time, CultureInfo("en-US")) and change this to
DateTime.Parse(time, CultureInfo("en-GB") in case of English (United Kingdom) date string format.

This settings will be moved to configuration file for the next RMSP versions.

All Replies

Top 10 Contributor
Male
42 Posts

Quest Recovery Manager SharePoint 3.2.2 Update 20100224 available. It is the Recovery Manager for SharePoint Tivoli Agent msi. This one completely fixes the "date string format " issue (details).

Just install it!

Page 1 of 1 (2 items) | RSS
(c) 1987-2010 Quest Software Inc.
Powered by Community Server (Non-Commercial Edition), by Telligent Systems