Subject RE: [IBO] Create Database in Citrix
Author Alan McDonald
> I'm trying to use the Create Database SQL command inside a Citrix
> connection to create a data extract for a local copy of the database.
> When the script is executed Firebird v2.0 returns the error
> 'Unavailable Database'. I've checked port 3050 which is ok and there
> are no firewalls in play. The database is to be created locally.
> Running this same code on a Terminal server works ok and also works on
> a local machine.
>
> Any ideas?
>
> Thanks,
> Stewart.

use localhost:drive:\path\filename.ext

You can't use
drive:\path\filename.ext from inside a citrix session
Alan