Microsoft KB Archive/272006

From BetaArchive Wiki

Article ID: 272006

Article Last Modified on 8/7/2006



APPLIES TO

  • Microsoft SQL Server OLAP Services



This article was previously published under Q272006

BUG #: 11261 (PLATO_7x)

SYMPTOMS

All databases and cubes are no longer visible in OLAP Manager and the Repository table, OLAPObjects, is empty. This only occurs on OLAP systems that have migrated the repository to SQL Server 7.0.

CAUSE

This occurs because the SELECT INTO/Bulk Copy option is not set for the repository database in SQL Server 7.0.

WORKAROUND

After the problem occurs, you can browse the OLAPObjects_bak table in the OLAPRep database to see if any records exist. If records do exist, inspect the LastUpdated column to see if the rows are current enough to restore. If the records are current copy the records into the OLAPObjects table.

If there are no records or the records are too old in the OLAPObjects_bak table, you must restore the repository database from a backup.

STATUS

Microsoft has confirmed this to be a problem in SQL Server OLAP Services version 7.0. This problem has been corrected in U.S. Service Pack 3 for Microsoft SQL Server OLAP Services version 7.0. For information about how to download and install the latest SQL Server OLAP Services Service Pack, see the following Microsoft Web site:

For more information, contact your primary support provider.

MORE INFORMATION

The repository in OLAP Services contains three tables:

  • OLAPObjects
  • OLAPObject_bak
  • Server

When OLAP Services attempts to backup or recover the repository, OLAP Services uses a SELECT INTO statement to move all the records to and from the OLAPObjects_bak table. After the copy of the records, OLAP Services drops the OLAPObjects table, and then re-creates the table. If the Select Into/Bulk Copy option is not set, the records can not be copied to or from the .bak table and the repository data is lost.

This is not a problem on Microsoft SQL Server 2000 because the Select Into/Bulk Copy option is set by default.

NOTE: Microsoft strongly recommends that you set the SQL Insert/Bulk Copy option on the OLAP repository database immediately after you migrate the repository. Microsoft also strongly recommends that you backup the OLAP repository on a regular basis.

REFERENCES

For additional information, click the article number below to view the article in the Microsoft Knowledge Base:

275050 BUG: OLAP Databases Missing in OLAP Manager with Migrated Repository Database



Additional query words: blank deleted gone disappeared vanished errors error

Keywords: kbbug kbfix kbolap700sp3fix KB272006