COGNOiSe.com - The IBM Cognos Community

Legacy Business Intelligence => COGNOS ReportNet => Topic started by: c6lapsteel on 01 Dec 2005 11:43:54 AM

Title: [Solved] BMT-MD-2008 Needs Reevaluation
Post by: c6lapsteel on 01 Dec 2005 11:43:54 AM
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
Title: Re: BMT-MD-2008 Needs Reevaluation
Post by: JGirl on 04 Dec 2005 09:48:38 PM
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
Title: Re: [Solved] BMT-MD-2008 Needs Reevaluation
Post by: c6lapsteel on 05 Dec 2005 06:03:57 AM
You're right, mystery solved, thanks J.