ORA-40227: invalid transformation attribute
Cause: Transformation list provided to CREATE_MODEL has duplicate or NULL attributes. Case ID or target attribute has attribute_subname that is not NULL. Attribute provided to ALTER_REVERSE_EXPRESSION does not exist in the model.
Action: Remove NULLs and duplicates and fix case ID and target attributes or provide a valid attribute for a given model.
ORA-40227 说明在SQL Server端指定的数据转换属性是不合法的。
ORA-40227是由SQL Server触发的错误,当模型服务器指定一个不合法的转换属性时就会出现这个错误。
常见的原因有以下几种:
1. 模型服务器指定了无效的转换属性。
2. 模型服务器指定的转换属性类型和期望的转换属性类型不匹配。
1. 确认指定的转换属性是正确的。
2. 确认指定的转换属性类型和期望的转换属性类型是正确的。
3. 使用正确的转换属性类型和转换AttributeReMap函数来重新指定模型服务器。
4. 将模型服务器的相关属性重新载入到Installation命令中。