Subject | Re: [IBO] Classic and IBOBackupService |
---|---|
Author | Helen Borrie |
Post date | 2006-06-02T06:39:08Z |
At 03:05 PM 2/06/2006, you wrote:
into and invalid connection string for the service manager.
Reality check: Servername should be *either* localhost *or* IOTA,
but not both.
DatabasePath should be from the Path property of your IBODatabase
component, not its DatabasePath property.
I'd try to offer a correction to your code snippet but its logic
defies me. I assume you know what it's meant to be doing. But if you
are going to be applying run-time additions to the Params property of
the backupservice object, make sure you Clear the Params
first. (Params.Clear).
Helen
>HiIt sounds as though you are providing extra stuff that is turning
>
>Just further to my original email. It does not create any file at all
>and returns the following error message.
>
>gbak: ERROR: multiple sources or destinations specified
into and invalid connection string for the service manager.
Reality check: Servername should be *either* localhost *or* IOTA,
but not both.
DatabasePath should be from the Path property of your IBODatabase
component, not its DatabasePath property.
I'd try to offer a correction to your code snippet but its logic
defies me. I assume you know what it's meant to be doing. But if you
are going to be applying run-time additions to the Params property of
the backupservice object, make sure you Clear the Params
first. (Params.Clear).
Helen