From: Samrat G. <sg...@he...> - 2003-11-18 01:42:08
|
Hi Carlos, Same problem on XP Home with Backup !!!! Config: FB1.5 RC6 / .NET Prov 1.1 Beta 4 ServerOS: WINXP Home Code: Dim bkup as FbBackup bkUp = New FbBackup() bkUp.UserName = "sysdba" bkUp.UserPassword = "masterkey" bkUp.Database = "x:\fb\test.fdb" bkUp.BackupFiles.Add(New FbBackupFile("x:\fb\backups\test.fbk") bkUp.ServerName = "localhost" bkUp.Options = FbBackupFlags.IgnoreLimbo bkUp.Start() ********** generates error "No message for code 472 found.No message for code 243 found." bkUp.Close() Surprisingly changing SERVER OS to "Win 2000" Pro eliminates the problem. Is there something wrong using "WIN XP home" as the server OS? Regards, sguha. |