Subject Re: isql error in vista
Author Peter Lee
Hi Helen,

Thanks for that - worked a charm. localhost also worked, which I'll
probably put into our script.

It seems a little strange - you think that it's running as a remote
desktop connection? I'm just in a cmd.exe window directly on the
machine (via vmware!).

I've also just figured out another problem - each time I tried to get
into the Control Panel, Windows Explorer would crash... as it turns
out, this is caused by the Firebird control panel applet.

I checked this out a number of times just to be sure - it happens
regardless of which 'mode' the control panel is in.

Just out of interest - I tried Firebird 2.0 and that works fine -
control panel applet no worries.

I should report this somewhere?

Thanks,

Peter Lee

>
> At 02:18 PM 31/01/2007, you wrote:
> >Hi Helen,
> >
> >Just tried this again -
> >
> >'create database 'c:\risdev\rising3.fdb' user 'SYSDBA' password
> >'masterkey' PAGE_SIZE 4096;'
> >
> >Same thing... the server is running as a service - haven't modified
> >any fb settings at all.
> >
> > > You can't create a database without a fully-specified file path.
> >
> >Is this particular to Vista - it does work in XP.
>
> It might be that you are trying to run the command as a remote
> desktop client. Can you check whether you can do it via TCP/IP using
> the server's hostname in the path? e.g., if hostname is 'vistasrvr':
>
> 'create database 'vistasrvr:c:\risdev\rising3.fdb' user 'SYSDBA'
password
> 'masterkey' PAGE_SIZE 4096;'
>
> ./heLen
>