How can we help you today? How can we help you today?

Error reading backup file

I have just upgraded to version 11.6 from 11.5 and after this calling ToConnectionProperties on BackupDatabaseSource throw System.FormatException (Input string was not in a correct format)

My code is the following:
BackupDatabaseSource backupDatabaseSource = new BackupDatabaseSource
{
Files = new List<string> { @c: est.dmp }
};
ConnectionProperties connProp = backupDatabaseSource.ToConnectionProperties();
Krimson
0

Comments

2 comments

  • Krimson
    It seems to be a problem for SQL Server 2016 backups, not 2014 backups
    Krimson
    0
  • Mark J
    Hi there

    Sorry you're having issues - unfortunately I don't really know what's going on here from the description you've provided, but if you get in touch with support@red-gate.com we can figure out how to get a more specific reproduction that we can look into
    Mark J
    0

Add comment

Please sign in to leave a comment.