BUG: Can't Save Changes When OLAP Repository on SQL Server 6.5

ID: Q221574


The information in this article applies to:
  • Microsoft SQL Server OLAP Services version 7.0

BUG #: 550 (plato7x)

SYMPTOMS

If SQL Server 6.5 is used to store the OLAP repository, cube (or any metadata) definitions cannot be changed and then saved. You will get an error message saying:

Unable to save.
[Microsoft][ODBC SQL Server Driver][SQL Server]The column Changed in table OlapObjects may not be Null.


CAUSE

The olapobjects table contains a column named changed that is of bit data type. When the OLAP repository is moved from the default Microsoft Access database to SQL Server 6.5, this column can only be set to NON-NULL because SQL Server 6.5 does not allow a bit data type column to take a NULL value. Setting the Columns NULL By Default database option does not affect this column.


WORKAROUND

To work around this problem, use Access or migrate to SQL Server 7.0 for storing the OLAP repository.


STATUS

Microsoft has confirmed this to be a problem in SQL Server OLAP Services version 7.0.

Additional query words: datatype

Keywords :
Version : winnt:7.0
Platform : winnt
Issue type : kbbug


Last Reviewed: March 30, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.