Select the product you need help with
Invalid column name 'ASPECTID' error in the AVIcode 5.7 SE-Viewer Configuration UtilityArticle ID: 2560917 - View products that this article applies to. SymptomsWhen using AVIcode Intercept Studio 5.7, you receive the following error in the SE-Viewer Configuration Utility when you try to update the SE-Viewer database for use with Advisor: Invalid column name 'ASPECTID'. Specifically, this problem affects SE-Viewer installations that previously ran the 4.1 version. CauseThe dbo.ASPECT table had different columns and data types in the 4.1 version of Intercept Studio. When you upgrade from 4.1 to version 5.0 or higher, the upgrade retains these old column names and data types. However, the script in 5.7 to prepare the SE-Viewer database for use with Advisor does not work with the old version of the table. ResolutionTo resolve this problem, use the steps below to rename the existing dbo.ASPECT table and recreate it.
/*==============================================================*/ GRANT SELECT ON DBO.ASPECT TO PUBLIC INSERT INTO DBO.ASPECT VALUES('All', 'All') INSERT INTO DBO.ASPECT VALUES('ApplicationFailure', 'Application Failure') INSERT INTO DBO.ASPECT VALUES('Connectivity', 'Connectivity') INSERT INTO DBO.ASPECT VALUES('Security', 'Security') INSERT INTO DBO.ASPECT VALUES('Performance', 'Performance') INSERT INTO DBO.ASPECT VALUES('uncategorized', 'Operational Info') INSERT INTO DBO.ASPECT VALUES('SystemFailure', 'System Failure') /*==============================================================*/ After you run the script, run the SE-Viewer Configuration Utility to configure Advisor. Note This is a "FAST PUBLISH" article created directly from within the Microsoft support organization. The information contained herein is provided as-is in response to emerging issues. As a result of the speed in making it available, the materials may include typographical errors and may be revised at any time without notice. See Terms of Use
(http://go.microsoft.com/fwlink/?LinkId=151500)
for other considerations.PropertiesArticle ID: 2560917 - Last Review: June 6, 2011 - Revision: 2.0
|


Back to the top








