إشعار
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تسجيل الدخول أو تغيير الدلائل.
يتطلب الوصول إلى هذه الصفحة تخويلاً. يمكنك محاولة تغيير الدلائل.
ICE21 validates that every component in the Component table belongs to a feature. It uses the FeatureComponents table to check for this mapping.
Result
ICE21 posts an error message if the installation package contains a component that does not belong to a feature.
Example
For the following example, ICE21 posts an error message stating that the component Comp1 does not map to any feature.
Component Table (partial)
| Component |
|---|
| Comp1 |
| Comp2 |
FeatureComponents Table (partial)
| Feature | Component |
|---|---|
| Feature1 | Comp2 |
Related topics