From: Samrat G. <sg...@he...> - 2003-11-19 00:29:04
|
Hi Carlos, FB .NEt Prov 1.5 for .NET 1.1 Beta 4 RC6 installed as classic server. Cant figure out problem :( sguha ------------------------ From: <carlosga@te...> Re: FB backup gives error Server: WIN XP Home Edition 2003-11-18 00:00 Hello: > Same problem on XP Home with Backup !!!! I'm in XP too. > Config: FB1.5 RC6 / .NET Prov 1.1 Beta 4 > ServerOS: WINXP Home Installed as Classic Server or as Super Server ?? > .NET Prov 1.1 Beta 4 1.5 Beta 4 ?? -- Best regards Carlos Guzmán Ávarez Vigo-Spain ------------------ 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. |