Discussion:
TIBDataBase and Windows Server 2003 R2
(too old to reply)
R. Michael Hall
2008-07-03 03:27:30 UTC
Permalink
I have an application using a TIBDatabase that works fine on my
workstation (WinXP). When I load the application on my server (Windows
Server 2003 R2), using the same user/pwd settings and directory
structure, I get an "unavialble database" error.

What do I need to change to get it to work on the server?

Mike

--
Bill Todd [TeamB]
2008-07-03 15:40:56 UTC
Permalink
Is that the entire text of the error message?

Is there an error in the interbase.log file?

I assumed you have confirmed that the user the IB service runs under
has access to the database file.
--
Bill Todd (TeamB)
dan palley
2008-07-03 16:05:59 UTC
Permalink
Post by R. Michael Hall
I have an application using a TIBDatabase that works fine on my
workstation (WinXP). When I load the application on my server (Windows
Server 2003 R2), using the same user/pwd settings and directory
structure, I get an "unavialble database" error.
What do I need to change to get it to work on the server?
Are you running the application via Remote Desktop or from the console on
the server?

Dan
R. Michael Hall
2008-07-04 03:36:07 UTC
Permalink
Post by dan palley
Are you running the application via Remote Desktop or from the
console on the server?
Dan
I am running from Remote Desktop.

Mike

--
R. Michael Hall
2008-07-04 03:45:07 UTC
Permalink
Post by R. Michael Hall
Post by dan palley
Are you running the application via Remote Desktop or from the
console on the server?
Dan
I am running from Remote Desktop.
Mike
Also, I am logged in as administrator.

Mike

--
Jeff Overcash (TeamB)
2008-07-04 07:52:27 UTC
Permalink
Post by R. Michael Hall
Post by dan palley
Are you running the application via Remote Desktop or from the
console on the server?
Dan
I am running from Remote Desktop.
Mike
You can not make a local connection using remote desktop. You must connect as
if it is a remote server. IB create a Memory mapped file for transferring data
in a local connection, but you are not in the same process space as the server
when connecting thru remote desktop.
--
Jeff Overcash (TeamB)
(Please do not email me directly unless asked. Thank You)
And so I patrol in the valley of the shadow of the tricolor
I must fear evil. For I am but mortal and mortals can only die.
Asking questions, pleading answers from the nameless
faceless watchers that stalk the carpeted corridors of Whitehall.
(Fish)
R. Michael Hall
2008-07-04 19:10:58 UTC
Permalink
Post by Jeff Overcash (TeamB)
You can not make a local connection using remote desktop. You must
connect as if it is a remote server. IB create a Memory mapped file
for transferring data in a local connection, but you are not in the
same process space as the server when connecting thru remote desktop.
Thanks, works now.

Mike
--

Loading...