Subject Re: [firebird-support] Re: 2.01 no default SYSDBA
Author Kyle Green
Thank you!

Yes that worked. (on FB 1.5)

I know you suggested it before and I did try it, but I may have been
trying too many different things at once.

So I may not have to pull an all-nighter after all :)


I will pause and try FB 2.0 on a different machine.


Thanks again!


Kyle



----- Original Message -----
Subject: [firebird-support] Re: 2.01 no default SYSDBA
From: "Adam" <s3057043@...>
Date: Wed, May 23, 2007 17:59







--- In firebird-support@
yahoogroups.
com, "Kyle Green" <kyleblm@...
> wrote:

>

> All,

>

> I may need to make a correction here. My 1.5 scripts may have always run

> directly on the machine rather than by Remote Desktop. I'm still not

sure.

>

> So it looks like I may be stuck even with FB 1.5.

>

> Can someone tell me if the script tools from IbExpert will function

> somewhat like bat files? If I need to convert all my projects,it

would be

> good if I could find something similar to the bat file I already have.

>

> Sorry to bother everyone,

>

> Kyle


Kyle,


A lot of confusion seems to be that your environment keeps changing

from post to post. This may be that you are trying different things,

or correcting or restating the same environment.


If you are using Remote Desktop, you cant use a local path connection

string. (Technically with some versions, some settings, and some

access rights you can, but don't even try it until you have it working).


Change your connection string to

'localhost:d:
\db\fb\Data\
MyDb\MyDb.
fdb'


I would be very surprised if it did not work through remote desktop

with those settings.


I am of course assuming you have not got Interbase on the same machine

which uses the same port.


Adam