From: LtColRDSChauhan <rds...@gm...> - 2016-12-09 07:18:27
|
> > Message: 3 > Date: Thu, 8 Dec 2016 08:05:28 +0530 > From: LtColRDSChauhan <rds...@gm...> > Subject: [Firebird-net-provider] FbStreamingBackup Fails Now > To: fir...@li... > Message-ID: > <CAMG8wxieZMCftSSUOkrQY-4e=GJZtq_nMB6F+42Gx04DORj9PA@mail. > gmail.com> > Content-Type: text/plain; charset="utf-8" > > Hi, > > 1. I had been backing up using FbStreamingBackup since quite some time. > Recently it fails. The message reported is: > > Unable to complete network request to host " > No message for error code 335544721 found. > > 2. The ConnectionString of FbStreamingBackup at break point before Execute > is called has the following value: > > user=SYSDBA;password="abcdef"; > database=D:\abc\AppAbc\ABCFireBird\ABC.FDB; > datasource=MyPC;port=3050; > dialect=3;charset=NONE;connection lifetime=15; > compression=True; > pooling=true;minpoolsize=5;maxpoolsize=50; > packet size=8192;servertype=Default > > 3. I have checked up after removing compression=True; error remains. I have > allowed the port 3050, the fire bird service and my .NET application to > communicate through windows firewall. > > 4. Please help. > > Regards, > Rajiv > > Wanted to add: firebird version migrated to > Firebird-3.0.2.32641-0_Win32 from > Firebird-3.0.1.32609_0_Win32 > > Additional observations: Before reporting the error Unable to complete network request to host " No message for error code 335544721 found. the back up file is made and reaches size of 200MB, much lesser then expected about 370MB. Does FbStreamingBackup requires setting up file size ? |