Purpose (problem description)

This issue occurs only when we migrate from lower version (say 7.3.x) to 8.2 as the object type “ASP.NET Project” under J2EE technology was available in version before 8.x

Post migration we find this warnings in the validation view of CAST-MS

Figure 1

If we create fresh schema on 8.x and then migrate from 8.0.x to 8.2.x or above, we should not be getting this issue as we do not have the above object type under J2EE anymore.

Observed in CAST AIP
Release
Yes/No
8.2.x(tick)
8.1.x(tick)
8.0.x(tick)
Observed on RDBMS
RDBMS
Yes/No
Oracle Server(tick)
Microsoft SQL Server(tick)
CSS2(tick)

Step by Step scenario

  1. During migration from 7.3.x to 8.x, post CUT we find this warning in validation view. It says "ASP.NET Project" is invalid object type filter or "Type 558 used in filter not found" under validation view.
  2. We get this warnings, when we open CMS post CUT. See the screen shot under purpose section
Action Plan

Perform the below actions

  1. Check table cms_amt_objecttypes as seen in the screen shot below

    select * from <management_base>.cms_amt_objecttypes where description = 'ASP.NET Project' order by 1

    cms_amt_objecttypes table holds the value of all object types appliced as filter in module content per module.

  2. If the table has wrong rows that generate the error message : we need to delete those rows and re launch CAST-MS, the validation window will not have any warnings. In this example, we should delete the row containing type 558. If you still have warnings contact CAST Technical Support. with the following Relevant input

 

Relevant input

Notes/comments

 

Related Pages