SubsetDestroy prompts error
Posted: Fri Aug 06, 2010 6:19 am
hi again!
I wonder why in my TI, this code.., prompts an error even though i already have deleted the cube view which used it.
============ at the bottom part of the Prolog
IF (ViewExists(CubeName, DestinationViewName)=1);
ViewDestroy(CubeName, DestinationViewName);
ENDIF;
============
============ at the Epilog
IF (SubsetExists(DimVersion, DestinationSubVersion)=1);
SubsetDestroy(DimVersion, DestinationSubVersion);
ENDIF;
=======
the scripts in the Epilog tab still prompts an error message.
Please help anyone.
Thanks!
bunchukokoy
I wonder why in my TI, this code.., prompts an error even though i already have deleted the cube view which used it.
============ at the bottom part of the Prolog
IF (ViewExists(CubeName, DestinationViewName)=1);
ViewDestroy(CubeName, DestinationViewName);
ENDIF;
============
============ at the Epilog
IF (SubsetExists(DimVersion, DestinationSubVersion)=1);
SubsetDestroy(DimVersion, DestinationSubVersion);
ENDIF;
=======
the scripts in the Epilog tab still prompts an error message.
Please help anyone.
Thanks!
bunchukokoy