ORA-40227: invalid transformation attribute ORACLE 报错 故障修复 远程处理
文档解释
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命令中。