Subject Re: [firebird-support] Network environment does not work.
Author Helen Borrie
At 08:36 AM 30/04/2012, you wrote:
>I wrote a program using pFIBBackupService1 component. Examines the network environment does not do the backup.
>What's wrong?
>
>The sample program code that I wrote.
>https://rapidshare.com/files/3161143112/FIBPLUS.rar
>
>Where am I doing wrong?

I took a brief look at your code and make these observations:

1. You should remove the code that tries (unsuccessfully) to call gbak. You are already using the BackupService component of FIBPlus, which accesses the backup/restore features directly through the Services API..

2. You need to study documentation for this component as you do not have it configured correctly.

3. You may be encountering difficulties due to your use of international characters and spaces in things like paths, user names and passwords.

**************
This list is not a Delphi support list. Again, I recommend that you join the appropriate forum for help with using your Delphi components.

**************
^ heLen ^
(List administrator)