Database xxx has not been opened yet

We have multiple datbases on a server and our functions may cross database to do data updates.

Most of the time we found the functions running smoothly.

However, we did sometimes received the error message

“Database [server][database file] has not been opened yet”.

Is there anything that we can do to our design to avoid it? Anyone can help? Thanks!

Subject: Database xxx has not been opened yet

Check if all the db’s that make use of each other are on the workspace.

Subject: RE: Database xxx has not been opened yet

Yes, they are on the workspace.And users do have rights to access each database.