Subject | Re: [IBO] Error: 335544421 when trying to backup the db on server from remote PC. |
---|---|
Author | Helen Borrie |
Post date | 2008-11-23T21:32:25Z |
At 06:32 AM 24/11/2008, you wrote:
-se Prax2008SERVER:service_mgr c:\Prax2008\Data\Prax2008.fdb
Helen
>OK .. I got it!!Actually, services are wrapping calls to the service manager, so the resolution is
>
>I must not use 'PRAX2008SERVER:' in the lBackupService.DatabaseName :=PraxMainForm.IB_ConnectionPrax.Database;
>I must lBackupService.DatabaseName := 'c:\Prax2008\Data\Prax2008.fdb', without the PRAX2008SERVER:.
>So too sFilePath must be := 'c:\Prax2008\Data\Prax2008.fdb', without the PRAX2008SERVER:.
>
>To connect ot the database, this must be there, but the service uses the servername, plus TCPIP, so probably addressing:
>Prax2008SERVER:Prax2008SERVER:c\Prax2008\Data\Prax2008.fdb
-se Prax2008SERVER:service_mgr c:\Prax2008\Data\Prax2008.fdb
Helen