Re: Absolutely Bizarre - Backup reference database that doesn't exist

From: smithy (smithy.16316y_at_mail.mcse.ms)
Date: 05/11/04


Date: Tue, 11 May 2004 02:16:48 -0500


In Enterprise Manager, expand to Management > SQL Server Agent > Jobs,
and look for your job that is backing up to your tape drive (you may
also try under Management > Database Maintenance Plans).

Have a look in the Steps tab of this jobs Properties, and there should
be a Step referring to model4IDR.ckp.

Alternatively, if your maintenance plan gets its instructions from a
text file, find that text file and search it for references to your
erroneous database.

I have the same error right now, but it's for databases that do exist.
It turns out that when we had a crash the other week, the CD ROM was
removed from my server, resulting in my secondary HDD moving from F:\
to E:\. Obviously the files for some of my existing databases cannot be
found. It just shows that this error message usually means exactly what
it says.

If you cannot find the file it is looking for, I suggest creating a
text file of the same name and location (it couldn't hurt!!), and let
it find that.

Lastly, that DB name looks TOO MUCH like the model db that all SQL
Servers have, so exercise CAUTION. Cheers.

--
smithy
------------------------------------------------------------------------
Posted via http://www.mcse.ms
------------------------------------------------------------------------
View this thread: http://www.mcse.ms/message599918.html
 


Relevant Pages

  • Re: Leveling by ID vs. "Standard"
    ... of this trade called Project Management. ... a database for the "Project Tables," ... to write reports on data from the server database. ... product supporting queries created with SQL. ...
    (microsoft.public.project)
  • Re: Model Driven Architecture, bussiness rules in DB?
    ... For instance when you grant access to a table you should be ... data management, integrity management, data manipulation, security, session ... *declared* exclusively in the database. ... would have a dedicated connection to an anonymous DBMS server, ...
    (comp.databases.ingres)
  • Re: Model Driven Architecture, bussiness rules in DB?
    ... data management, integrity management, data manipulation, security, session ... suck, and you *will* have to support if forever and a day. ... *declared* exclusively in the database. ... would have a dedicated connection to an anonymous DBMS server, ...
    (comp.databases.ingres)
  • Re: Database Security
    ... the rights to execute jobs with the proxy account. ... user at database level and not server. ... >>from 30 legacy systems) These often fail and the owner ...
    (microsoft.public.sqlserver.security)
  • RE: Error Message
    ... Your database is corrupt. ... Get rid of the copy of the Front End on the server. ... which we use to log in and track incoming jobs. ...
    (microsoft.public.access.formscoding)

Loading