The information in this article applies to:
SYMPTOMSWhen running the sample application VBDSOCreateSmallCube, you may run into the following error while it is trying to run Step 6:
CAUSEThis error occurs because there is already a shared dimension named "Product" in the FoodMart database. WORKAROUNDTo work around this problem, replace references to the "Product" dimension with "Products" or some other name that is not already used for an existing dimension. Replace the following line of code in the frmMain.bas module subroutine Public Sub CreateDimensionProduct():
with:
In addition, replace the following line of code in the subroutine Public Sub CreateCube():
with:
MORE INFORMATIONAlso note that the functionality for Step 9 - Write Enable the Cube has been moved to the VbDSOWriteEnableCube sample. Additional query words:
Keywords : SSrvProg SSOSsampapp |
Last Reviewed: March 31, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |