ICE79

ICE79 使用 条件 数据类型验证对数据库字段中输入的组件和功能的引用。

结果

ICE79 发布两条警告。

ICE79 警告 描述
_Validation表缺少数据库。 无法完全检查属性名称。 数据库缺少表 _Validation。
从表 [1] 中的列 [2] 检索值时出错。 跳过列。 检索值时出错。

 

ICE79 发布两个错误。

ICE79 错误 描述
行 %s%s“.”%s“中引用的组件”%ls”。 找到无效的组件引用。
行 %s%s“.”%s“中引用的功能”%ls“无效。 找到无效的功能引用

 

ICE79 报告示例的以下错误:

Component 'NoSuchComponent' referenced in column 
'InstallExecuteSequence'.'Condition' of row Custom2 is invalid.
Feature 'NoSuchFeature' referenced in column 
'InstallExecuteSequence'.'Condition' of row Custom1 is invalid.

在此示例中,NoSuchComponent 不在 组件表,NoSuchFeature 不在 功能表中。

InstallExecuteSequence 表(部分)

行动 条件
Custom1 TESTACTION=1046 AND &NoSuchFeature>2
Custom2 TESTACTION=146 AND $NoSuchComponent>2

 

若要修复这些错误,请在功能和组件表中输入 NoSuchFeature 和 NoSuchComponent 的有效记录。

ICE 参考