WINDU Issue "CheckoutConsistencyReportDT"
Version: Windchill 12.0
Use Case: WINDU Issue "CheckoutConsistencyReportDT"
Description:
Hi there,
I ran WINDU and ran into a "potential problem" named "CheckoutConsistencyReportDT".
In cs350652 there is a "solution" to alter the corresponding values in the data base.
https://www.ptc.com/en/support/article/cs350652
It says "Manually update ida3a2ownership and classnamekeya2ownership column values to 0 & null for the problematic entries". But in which table? And how do I find the entry to change?
If I run this in the database, I get 114 results. This means, that there are 114 tables with those columns.
select *
from INFORMATION_SCHEMA.COLUMNS
where COLUMN_NAME like 'classnamekeya2ownership'
So, how to fix the CheckoutConsistencyReportDT problem?
PS: I tried to send a feedback for the article, but the "feedback feature" does not work.

