We've got an issue with ER/Studio 17 crashing when we try to reverse engineer tables from a Teradata 15 database.
We do have a data type mapping created for Teradata 15, but during the reverse engineering process we get a bunch of error messages like this:
---------------------------ER/Studio Data Architect 17.0---------------------------No type conversion for [0CZ].---------------------------OK ---------------------------
Then when the reverse engineering process "completes", ER/Studio crashes.
Has anyone else experience this issue with Teradata or other platforms?
Usually when ER/Studio crashes during a reverse engineering process is due to something in the object that's being reverse engineered. The only way I find to really figure out what the issue is, is to reverse chunks of the database until you find that one object that's causing problems and then from there we can figure out if there's a way to workaround it.
Regards,Stan
I get similar error when checking model changes to repository...
"No type conversion for [002]"
happens on step 5 "begin repository merge". I get this error 2 times. I can click OK, and it appears to complete the merge just fine. other users get exact same error when working with this particular model.
is there a detailed merge log somewhere that captures this error more verbosely?
SOLVED!!! for my issue at least...
select * from [dbo].[Attribute_Ver] where [Data_Type] = '0CZ'
...this should identify your offending Attribute