What is the significance of the following warning in FrameWork Manager? Should this be fixed - if so how?
[Warning] - BMT-MD-2008 This object has a status of 'Needs Reevaluation'. Unable to validate this object.
Thanks
This message usually appears for a model query subject or a relationship when the parent query subject(s) objects are altered.
For example, you have a physical layer (DB) query subject with a column called CURRENT_SYSTEM_DATE.
In the Business Layer, you have a query subject with a column derived from CURRENT_SYSTEM_DATE. If you alter the column in physical layer query subject (for example, you drop the column and replace it with one called CURR_SYS_DATE), you would probably need to reevaluate your business layer query subject.
The way to reevaluate the query subject / relationship is to open it, and click OK. If everything is stucturally OK the status will change from 'Needs Reevaluation' to 'Valid' if it works (and Invalid if it doesnt)
J
You're right, mystery solved, thanks J.