There appears to be a bug in the Teamcenter Connector V 2606.0.0 module. The TcConnector.ReleaseStatus.effectivity_text attribute is defined as String (1000), while the generated MyModule.ReleaseStatus.effectivity_text expects String (256). This causes a warning during domain model generation. The Connector attribute should be changed from 1000 to 256 characters to match the expected runtime definition.V 2606.0.0