FirebirdSQL / NETProvider

Firebird ADO.NET Data Provider
https://firebirdsql.org/en/net-provider/
Other
161 stars 66 forks source link

Exception when using FbRestore with .Verbose = true [DNET120] #131

Closed firebird-automations closed 16 years ago

firebird-automations commented 17 years ago

Submitted by: @cincuranet

Assigned to: @carlosga

When I use code: FbRestore restore = new FbRestore(); restore.ConnectionString = @"data source=localhost;initial catalog=" + restoreDB + ";user id=SYSDBA;password=masterkey"; restore.BackupFiles.Add(new FbBackupFile(backupFile, 4096)); <//restore.Verbose> = true; restore.PageSize = 4096; restore.Options = FbRestoreFlags.Create | FbRestoreFlags.Replace; restore.ServiceOutput += new ServiceOutputEventHandler(restore_ServiceOutput); restore.Execute(); everything is OK. When I uncomment the .Verbose line, the exception (IscException) is thrown (at FirebirdSql.Data.Client.Gds.GdsConnection.ReadStatusVector() in <snip>\FirebirdClient-2.1.0-RC2-Src\NETProvider\source\FirebirdSql\Data\Client\Gds\GdsConnection.cs:line 271)

firebird-automations commented 17 years ago
Modified by: @carlosga status: Open \[ 1 \] =\> In Progress \[ 3 \]
firebird-automations commented 17 years ago

Commented by: @carlosga

Looks as working fine for me using v2.5 of the provider and firebird 2.1 x64

Will try with v2.1 of the provider as soon as possible

firebird-automations commented 17 years ago
Modified by: @carlosga status: In Progress \[ 3 \] =\> Open \[ 1 \]
firebird-automations commented 16 years ago
Modified by: @carlosga Fix Version: 2\.5\.0 \[ 10170 \]
firebird-automations commented 16 years ago
Modified by: @carlosga status: Open \[ 1 \] =\> Closed \[ 6 \] resolution: Fixed \[ 1 \]