![]() |
![]() |
| Paypal | FTP | CCD | Buscar | Trucos | Trabajo | Foros |
|
#5
|
||||
|
||||
|
Use las etiquetas equivocadas.
EL problema radica que desde un cliente se manda a ejecutar el backup en el servidor y me genera el siguiente error: --------------------------- Debugger Exception Notification --------------------------- Project Life.exe raised exception class EIBInterBaseError with message 'cannot open backup file ppal:/lifebak/08092006123653.fbk'. Process stopped. Use Step or Run to continue. --------------------------- OK Help --------------------------- La rutina es la siguiente: Código:
with IBBackupService1 do
begin
BackupFile.Clear;
Params.Clear;
Edit1.Text:=FormatDateTime('ddmmyyyyhhmmss', now);
//ServerName := 'ppal';
LoginPrompt := False;
Params.Add('user_name=sysdba');
Params.Add('password=masterkey');
Active := True;
try
Verbose := True;
Options := [NonTransportable, IgnoreLimbo];
DatabaseName :='ppal:/lifebd/life.fdb';
BackupFile.Add('ppal:/lifebak/'+Edit1.Text+'.fbk');
ServiceStart;
finally
Active := False;
end;
Edit2.Text:='c:\backup_life\'+Edit1.Text+'.fbk';
Application.MessageBox ('Respaldo Exitoso','Aviso...',mb_ok+mb_Iconinformation);
Edit2.Clear;
Edit1.Text:=DateTimeToStr(now);
end;
|
| Herramientas | Buscar en Tema |
| Desplegado | |
|
|
Temas Similares
|
||||
| Tema | Autor | Foro | Respuestas | Último mensaje |
| SysUtil Backup | CARSOFT_AR | Varios | 0 | 01-06-2005 15:43:36 |
| Backup Interbase | GIVO | Conexión con bases de datos | 1 | 15-07-2004 16:21:41 |
| Backup en CD | Onti | Firebird e Interbase | 5 | 12-06-2004 01:19:51 |
| Hacer backup | brandolin | MySQL | 0 | 08-11-2003 12:47:38 |
| Help backup | edson | Conexión con bases de datos | 1 | 07-05-2003 15:54:27 |
|