Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread More than one db in an app?
Tue, Jul 24 2007 7:13 AMPermanent Link

Peter Thorne
It should be possible to have more than one db per app no? I am trying to do this and things work OK generally but I am getting the now dreaded 300 error when I try to use a restore query (backup is OK) on the second one. This happens
when both databases use the same session and also when I open separate sessions for each. Everything is using the same config file (including db manager). Help!

Peter
Tue, Jul 24 2007 3:58 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Peter,

<< It should be possible to have more than one db per app no? I am trying to
do this and things work OK generally but I am getting the now dreaded 300
error when I try to use a restore query (backup is OK) on the second one.
This happens when both databases use the same session and also when I open
separate sessions for each. Everything is using the same config file
(including db manager). Help! >>

What is the actual error message that you're getting ?   Restore operations
that also restore the database catalog require exclusive access to the
database, which means that you can't have the database open at all anywhere
else.

--
Tim Young
Elevate Software
www.elevatesoft.com

Wed, Jul 25 2007 3:47 AMPermanent Link

Peter Thorne
"Tim Young [Elevate Software]" <timyoung@elevatesoft.com> wrote:

<< What is the actual error message that you're getting ?   Restore operations
that also restore the database catalog require exclusive access to the
database, which means that you can't have the database open at all anywhere
else. >>

I think its maybe related to the config file stuff that has cropped up elsewhere on the forum. I've now annihilated all copies of EDBConfig except for one in its own directory on the C drive and have hopefully banished error no. 300 for good -
along with the flying pigs!

--
Tim Young
Elevate Software
www.elevatesoft.com

Image