Re: [Firebird-net-provider] Backup/Restore Results?

2014-06-25 Thread Scott Morgan
On 25/06/14 14:50, Jiri Cincura wrote: > You need to use Verbose = true. :\ Ah yes, it throws a relevant exception now. Thanks. Scott -- Open source business process management suite built on Java and Eclipse Turn proce

Re: [Firebird-net-provider] Backup/Restore Results?

2014-06-25 Thread Jiri Cincura
You need to use Verbose = true. :\ -- Jiri {x2} Cincura http://blog.cincura.net/ | http://www.ID3renamer.com -- Open source business process management suite built on Java and Eclipse Turn processes into business applica

[Firebird-net-provider] Backup/Restore Results?

2014-06-25 Thread Scott Morgan
How do you determine if a backup or restore has succeeded? e.g. (trying to restore from non-existent file) var restore = new FbRestore(); ... set ConnectionString etc... restore.BackupFiles.Add( new FbBackupFile("C:\I\Do\Not\Exist.fbk", null) ); ... restore.Execute(); Runs without thro

Re: [Firebird-net-provider] Backup/Restore

2008-12-19 Thread Jiri Cincura
On Fri, Dec 19, 2008 at 05:41, Kixzo Team wrote: > I am getting the Blue screen (Memory dump problem). Is it any way that > process is taking memory resources and that is not getting freed. That's definitely something wrong with your system. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.

Re: [Firebird-net-provider] Backup/Restore

2008-12-18 Thread Steve Faleiro
: Jiri Cincura [mailto:disk...@cincura.net] > Sent: Thursday, December 18, 2008 6:24 PM > To: kixz...@4colordesign.com; For users and developers of the Firebird > .NET > providers > Subject: Re: [Firebird-net-provider] Backup/Restore > > On Thu, Dec 18, 2008 at 12:51, Kixzo Team

Re: [Firebird-net-provider] Backup/Restore

2008-12-18 Thread Kixzo Team
-Original Message- From: Jiri Cincura [mailto:disk...@cincura.net] Sent: Thursday, December 18, 2008 6:24 PM To: kixz...@4colordesign.com; For users and developers of the Firebird .NET providers Subject: Re: [Firebird-net-provider] Backup/Restore On Thu, Dec 18, 2008 at 12:51, Kixzo Team

Re: [Firebird-net-provider] Backup/Restore

2008-12-18 Thread Jiri Cincura
On Thu, Dec 18, 2008 at 12:51, Kixzo Team wrote: > When I am doing restore, continuously on the same database backup file .FBK > file my system get restarted. I am using Windows XP Professional SP2. It would be nice to have such power in provider ;), but I have doubts, that code in .NET provider

Re: [Firebird-net-provider] Backup/Restore Notification

2008-11-18 Thread Pham Huu Le Quoc Phuc
providers Subject: Re: [Firebird-net-provider] Backup/Restore Notification On Mon, Nov 17, 2008 at 14:05, kixzo <[EMAIL PROTECTED]> wrote: > How can I set notification for the user after my Database backup and Restore > process complete. When the Execute method completes, the bac

Re: [Firebird-net-provider] Backup/Restore

2008-11-17 Thread Markus Ostenried
On Mon, Nov 17, 2008 at 15:19, kixzo <[EMAIL PROTECTED]> wrote: > Hello, > I want to show the Backup and restore Progress to the Users. > > How can I do so, is there any way firebird process returns any values on the > Progress. Hi, I did the following: I counted the lines returned by doing a ver

Re: [Firebird-net-provider] Backup/Restore

2008-11-17 Thread Jiri Cincura
On Mon, Nov 17, 2008 at 15:19, kixzo <[EMAIL PROTECTED]> wrote: > I want to show the Backup and restore Progress to the Users. > > How can I do so, is there any way firebird process returns any values on the > Progress. You can't. The Services API doesn't have some kind of returning the progress.

[Firebird-net-provider] Backup/Restore

2008-11-17 Thread kixzo
Hello, I want to show the Backup and restore Progress to the Users. How can I do so, is there any way firebird process returns any values on the Progress. Rakesh Singh http://www.4colordesign.com - This SF.Net ema

Re: [Firebird-net-provider] Backup/Restore Notification

2008-11-17 Thread Jiri Cincura
On Mon, Nov 17, 2008 at 14:05, kixzo <[EMAIL PROTECTED]> wrote: > How can I set notification for the user after my Database backup and Restore > process complete. When the Execute method completes, the backup or restore is done. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jir

[Firebird-net-provider] Backup/Restore Notification

2008-11-17 Thread kixzo
Hello, How can I set notification for the user after my Database backup and Restore process complete. I have used this. Backup.ServiceOutput += new ServiceOutputEventHandler(Backup_ServiceOutput); But no result. Regards, Rakesh Singh. http://www.4colordesign.com --

Re: [Firebird-net-provider] Backup, Restore throwing Obj Ref Error

2007-10-01 Thread Jiri Cincura
On 10/1/07, Muthu Annamalai <[EMAIL PROTECTED]> wrote: > do I get line number? In your code of course. The call stack can also help. -- Jiri {x2} Cincura (Microsoft Student Partner) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com ---

[Firebird-net-provider] Backup, Restore throwing Obj Ref Error

2007-09-30 Thread Muthu Annamalai
I use provider as dll. And my debugger doesn't break to the dll source. How do I get line number? Thanks Muthu Annamalai On 9/28/07, Muthu Annamalai <[EMAIL PROTECTED]> wrote: > > > > I upgraded to 2.1.0 RC2 and I am getting Object Reference error when I use > Backup or Restore Method. I went ba

Re: [Firebird-net-provider] Backup, Restore throwing Obj Ref Error

2007-09-28 Thread Jiri Cincura
On 9/28/07, Muthu Annamalai <[EMAIL PROTECTED]> wrote: > > > > I upgraded to 2.1.0 RC2 and I am getting Object Reference error when I use > Backup or Restore Method. I went back to the previous version and it is > working fine. The line number? -- Jiri {x2} Cincura (Microsoft Student Partner) ht

Re: [Firebird-net-provider] Backup, Restore throwing Obj Ref Error

2007-09-27 Thread Ruben Guinez
On 9/27/07, Muthu Annamalai <[EMAIL PROTECTED]> wrote: > > I upgraded to 2.1.0 RC2 and I am getting Object Reference error when I > use Backup or Restore Method. I went back to the previous version and it is > working fine. > > My Backup Method Code > > Public Function BackupDatabase(ByVal backupP

[Firebird-net-provider] Backup, Restore throwing Obj Ref Error

2007-09-27 Thread Muthu Annamalai
I upgraded to 2.1.0 RC2 and I am getting Object Reference error when I use Backup or Restore Method. I went back to the previous version and it is working fine. My Backup Method Code Public Function BackupDatabase(ByVal backupPath As String) As Boolean If backupPath = String.Empty Then