共用方式為


ICE79

ICE79 會使用 Condition 數據類型來驗證在資料庫欄位中輸入的元件和功能的參考。

結果

ICE79 張貼兩個警告。

ICE79 警告 描述
數據表_Validation遺漏資料庫。 無法完全檢查屬性名稱。 數據表_Validation遺漏資料庫。
從數據表 [1] 的數據行 [2] 擷取值時發生錯誤。 略過數據行。 擷取值時發生錯誤。

 

ICE79 張貼兩個錯誤。

ICE79 錯誤 描述
數據行 『%s' 中所參考的元件 '%ls'。資料列 %s 的 %s 無效。 找到無效的元件參考。
數據行 『%s' 中所參考的功能 '%ls'。資料列 %s 的 %s 無效。 找到無效的功能參考

 

範例

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.

在此範例中,Component 數據表中不存在 NoSuchComponent,而 Feature 數據表不存在 NoSuchFeature。

InstallExecuteSequence Table (partial)

動作 Condition
Custom1 TESTACTION=1046 AND &NoSuchFeature>2
Custom2 TESTACTION=146 AND $NoSuchComponent>2

 

若要修正這些錯誤,請在 [功能] 和 [元件] 數據表中輸入 NoSuchFeature 和 NoSuchComponent 的有效記錄。

ICE 參考