Re: [Firebird-net-provider] Provider 2.1.0.0 FBBackup Execute Method throws Object Ref Exception

2007-05-13 Thread Jiri Cincura
Michele Lepri wrote: > Hi, it's known and solved problem (look at the bug-tracker), but for > now, the fix is un the svn ^^ > bye > Michele Ah, I was testing this against SuperServer. :) That was the problem. I comletely forgot about embedded problem. You should say this sooner. ;) -- Jiri {x

Re: [Firebird-net-provider] Provider 2.1.0.0 FBBackup Execute Method throws Object Ref Exception

2007-05-13 Thread Michele Lepri
Muthu Annamalai ha scritto: > I was using version 2.0.1.0 and backup method worked properly. Yesterday I > changed the provider to version 2.1.0.0. In the new version fbbackup execute > method I am getting Object Reference exception. Then I switched back to the > old one and there is no exception.

Re: [Firebird-net-provider] Provider 2.1.0.0 FBBackup Execute

2007-05-13 Thread Carlos Guzmán Álvarez
Hello: > b.Verbose = true; And if you are setting this option could you enable the event that outputs the work being done by the server, please (ServiceOutput event) - This SF.net email is sponsored by DB2 Express Down

Re: [Firebird-net-provider] Provider 2.1.0.0 FBBackup Execute Method throws Object Ref Exception

2007-05-13 Thread Jiri Cincura
Muthu Annamalai wrote: > Thanks for replying, here is my code, > > Hi, I've rewrite your code into C#, because I'm not familiar with VB.NET, but should be same: if (backupPath == string.Empty) { return false; } try { FbBackup b = new FbBackup(); b.ConnectionString = @"User=S

[Firebird-net-provider] Provider 2.1.0.0 FBBackup Execute Method throws Object Ref Exception

2007-05-12 Thread Muthu Annamalai
rlpos\Data\Store.fdb;Dialect=3 ;Charset=NONE; Role=;Pooling=true;MinPoolSize=0;MaxPoolSize=50;PacketSize=8192;ServerType=1 ; - Re: [Firebird-net-provider] Provider 2.1.0.0 FBBackup Execute

Re: [Firebird-net-provider] Provider 2.1.0.0 FBBackup Execute Method throws Object Ref Exception

2007-05-11 Thread Jiri Cincura
Muthu Annamalai wrote: > Hi, > > I was using version 2.0.1.0 and backup method worked properly. Yesterday I > changed the provider to version 2.1.0.0. In the new version fbbackup execute > method I am getting Object Reference exception. Then I switched back to the > old one and there is no excepti

[Firebird-net-provider] Provider 2.1.0.0 FBBackup Execute Method throws Object Ref Exception

2007-05-11 Thread Muthu Annamalai
Hi, I was using version 2.0.1.0 and backup method worked properly. Yesterday I changed the provider to version 2.1.0.0. In the new version fbbackup execute method I am getting Object Reference exception. Then I switched back to the old one and there is no exception. I am using Firebird server vers